Fri May 10 04:56:17 2024 UTC (16d)
py-babelfish: updated to 0.6.1

0.6.1

Bump dependencies
Replace pkg_resources with importlib


(adam)
diff -r1.3 -r1.4 pkgsrc/textproc/py-babelfish/Makefile
diff -r1.2 -r1.3 pkgsrc/textproc/py-babelfish/PLIST
diff -r1.4 -r1.5 pkgsrc/textproc/py-babelfish/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/textproc/py-babelfish/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-babelfish/Makefile 2022/01/04 20:54:52 1.3
+++ pkgsrc/textproc/py-babelfish/Makefile 2024/05/10 04:56:16 1.4
@@ -1,17 +1,28 @@ @@ -1,17 +1,28 @@
1# $NetBSD: Makefile,v 1.3 2022/01/04 20:54:52 wiz Exp $ 1# $NetBSD: Makefile,v 1.4 2024/05/10 04:56:16 adam Exp $
2 2
3DISTNAME= babelfish-0.6.0 3DISTNAME= babelfish-0.6.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= textproc python 5CATEGORIES= textproc python
7MASTER_SITES= ${MASTER_SITE_PYPI:=b/babelfish/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=b/babelfish/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/Diaoul/babelfish 9HOMEPAGE= https://github.com/Diaoul/babelfish
11COMMENT= Python library to work with countries and languages 10COMMENT= Python library to work with countries and languages
12LICENSE= modified-bsd 11LICENSE= modified-bsd
13 12
 13TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
 14
14USE_LANGUAGES= # none 15USE_LANGUAGES= # none
15 16
16.include "../../lang/python/egg.mk" 17PYTHON_VERSIONS_INCOMPATIBLE= 27
 18
 19.include "../../lang/python/pyversion.mk"
 20.if ${PYTHON_VERSION} < 309
 21DEPENDS+= ${PYPKGPREFIX}-importlib-resources>=5.0:../../devel/py-importlib-resources
 22.endif
 23.if ${PYTHON_VERSION} < 310
 24DEPENDS+= ${PYPKGPREFIX}-importlib-metadata>=4.6:../../devel/py-importlib-metadata
 25.endif
 26
 27.include "../../lang/python/wheel.mk"
17.include "../../mk/bsd.pkg.mk" 28.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/textproc/py-babelfish/PLIST (expand / switch to unified diff)

--- pkgsrc/textproc/py-babelfish/PLIST 2021/08/25 19:00:06 1.2
+++ pkgsrc/textproc/py-babelfish/PLIST 2024/05/10 04:56:16 1.3
@@ -1,21 +1,24 @@ @@ -1,21 +1,24 @@
1@comment $NetBSD: PLIST,v 1.2 2021/08/25 19:00:06 adam Exp $ 1@comment $NetBSD: PLIST,v 1.3 2024/05/10 04:56:16 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${WHEEL_INFODIR}/METADATA
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${WHEEL_INFODIR}/RECORD
5${PYSITELIB}/${EGG_INFODIR}/top_level.txt 5${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
6${PYSITELIB}/babelfish/__init__.py 6${PYSITELIB}/babelfish/__init__.py
7${PYSITELIB}/babelfish/__init__.pyc 7${PYSITELIB}/babelfish/__init__.pyc
8${PYSITELIB}/babelfish/__init__.pyo 8${PYSITELIB}/babelfish/__init__.pyo
 9${PYSITELIB}/babelfish/compat.py
 10${PYSITELIB}/babelfish/compat.pyc
 11${PYSITELIB}/babelfish/compat.pyo
9${PYSITELIB}/babelfish/converters/__init__.py 12${PYSITELIB}/babelfish/converters/__init__.py
10${PYSITELIB}/babelfish/converters/__init__.pyc 13${PYSITELIB}/babelfish/converters/__init__.pyc
11${PYSITELIB}/babelfish/converters/__init__.pyo 14${PYSITELIB}/babelfish/converters/__init__.pyo
12${PYSITELIB}/babelfish/converters/alpha2.py 15${PYSITELIB}/babelfish/converters/alpha2.py
13${PYSITELIB}/babelfish/converters/alpha2.pyc 16${PYSITELIB}/babelfish/converters/alpha2.pyc
14${PYSITELIB}/babelfish/converters/alpha2.pyo 17${PYSITELIB}/babelfish/converters/alpha2.pyo
15${PYSITELIB}/babelfish/converters/alpha3b.py 18${PYSITELIB}/babelfish/converters/alpha3b.py
16${PYSITELIB}/babelfish/converters/alpha3b.pyc 19${PYSITELIB}/babelfish/converters/alpha3b.pyc
17${PYSITELIB}/babelfish/converters/alpha3b.pyo 20${PYSITELIB}/babelfish/converters/alpha3b.pyo
18${PYSITELIB}/babelfish/converters/alpha3t.py 21${PYSITELIB}/babelfish/converters/alpha3t.py
19${PYSITELIB}/babelfish/converters/alpha3t.pyc 22${PYSITELIB}/babelfish/converters/alpha3t.pyc
20${PYSITELIB}/babelfish/converters/alpha3t.pyo 23${PYSITELIB}/babelfish/converters/alpha3t.pyo
21${PYSITELIB}/babelfish/converters/countryname.py 24${PYSITELIB}/babelfish/converters/countryname.py

cvs diff -r1.4 -r1.5 pkgsrc/textproc/py-babelfish/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/py-babelfish/distinfo 2021/10/26 11:23:00 1.4
+++ pkgsrc/textproc/py-babelfish/distinfo 2024/05/10 04:56:16 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2021/10/26 11:23:00 nia Exp $ 1$NetBSD: distinfo,v 1.5 2024/05/10 04:56:16 adam Exp $
2 2
3BLAKE2s (babelfish-0.6.0.tar.gz) = 307b57de612fefe6308f9c4d46063b3e80c9541f9263c99bfe61a8f2c765dc43 3BLAKE2s (babelfish-0.6.1.tar.gz) = 3128f485518e515a33fd811505545c1b18197f9ec2e05bd57061d22482360fbb
4SHA512 (babelfish-0.6.0.tar.gz) = f5b6c1394ba3106773ceafd63f65e0a4df94ff7860069cdba1d4bbe91bccf528be4ad0eb1acdd00ce336afcd61f29e71910baab511a1fc26ded6aac7e10fe9cf 4SHA512 (babelfish-0.6.1.tar.gz) = a3e4d13d6ec7eca9c4dcc4f964a54551272e6005544cafa9d0dc71a5da0ab6450f4966c0eaf7f0dfb6e423d0ad63670572e9c1ad75f91006eec6b9dd92ca4456
5Size (babelfish-0.6.0.tar.gz) = 87807 bytes 5Size (babelfish-0.6.1.tar.gz) = 87706 bytes