Fri May 5 08:54:00 2023 UTC ()
py-humanize: update to 4.6.0.

No summary of changes found - a year of heavy development,
new upstream site, support for new Python versions.


(wiz)
diff -r1.23 -r1.24 pkgsrc/textproc/py-humanize/Makefile
diff -r1.12 -r1.13 pkgsrc/textproc/py-humanize/PLIST
diff -r1.21 -r1.22 pkgsrc/textproc/py-humanize/distinfo

cvs diff -r1.23 -r1.24 pkgsrc/textproc/py-humanize/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-humanize/Makefile 2022/01/05 10:02:48 1.23
+++ pkgsrc/textproc/py-humanize/Makefile 2023/05/05 08:54:00 1.24
@@ -1,27 +1,28 @@ @@ -1,27 +1,28 @@
1# $NetBSD: Makefile,v 1.23 2022/01/05 10:02:48 wiz Exp $ 1# $NetBSD: Makefile,v 1.24 2023/05/05 08:54:00 wiz Exp $
2 2
3DISTNAME= humanize-3.13.1 3DISTNAME= humanize-4.6.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 2 
6CATEGORIES= textproc python 5CATEGORIES= textproc python
7MASTER_SITES= ${MASTER_SITE_PYPI:=h/humanize/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=h/humanize/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/jmoiron/humanize 9HOMEPAGE= https://github.com/python-humanize/humanize
11COMMENT= Convert numbers into easily readable format 10COMMENT= Convert numbers into easily readable format
12LICENSE= mit 11LICENSE= mit
13 12
14TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm 13TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
15TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools 14TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs
16TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun 15TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
 16TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
17TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov 17TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
18TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner 
19 18
20USE_LANGUAGES= # none 19USE_LANGUAGES= # none
21 20
22PYSETUPTESTTARGET= pytest 
23 
24PYTHON_VERSIONS_INCOMPATIBLE= 27 21PYTHON_VERSIONS_INCOMPATIBLE= 27
25 22
26.include "../../lang/python/egg.mk" 23# needs 'make install'
 24do-test:
 25 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
 26
 27.include "../../lang/python/wheel.mk"
27.include "../../mk/bsd.pkg.mk" 28.include "../../mk/bsd.pkg.mk"

cvs diff -r1.12 -r1.13 pkgsrc/textproc/py-humanize/PLIST (expand / switch to unified diff)

--- pkgsrc/textproc/py-humanize/PLIST 2021/12/11 19:56:13 1.12
+++ pkgsrc/textproc/py-humanize/PLIST 2023/05/05 08:54:00 1.13
@@ -1,39 +1,43 @@ @@ -1,39 +1,43 @@
1@comment $NetBSD: PLIST,v 1.12 2021/12/11 19:56:13 adam Exp $ 1@comment $NetBSD: PLIST,v 1.13 2023/05/05 08:54:00 wiz Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
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}/not-zip-safe 5${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
6${PYSITELIB}/${EGG_INFODIR}/requires.txt 6${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
7${PYSITELIB}/${EGG_INFODIR}/top_level.txt 7${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
 8${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENCE
8${PYSITELIB}/humanize/__init__.py 9${PYSITELIB}/humanize/__init__.py
9${PYSITELIB}/humanize/__init__.pyc 10${PYSITELIB}/humanize/__init__.pyc
10${PYSITELIB}/humanize/__init__.pyo 
11${PYSITELIB}/humanize/filesize.py 11${PYSITELIB}/humanize/filesize.py
12${PYSITELIB}/humanize/filesize.pyc 12${PYSITELIB}/humanize/filesize.pyc
13${PYSITELIB}/humanize/filesize.pyo 
14${PYSITELIB}/humanize/i18n.py 13${PYSITELIB}/humanize/i18n.py
15${PYSITELIB}/humanize/i18n.pyc 14${PYSITELIB}/humanize/i18n.pyc
16${PYSITELIB}/humanize/i18n.pyo 15${PYSITELIB}/humanize/locale/ar/LC_MESSAGES/humanize.mo
 16${PYSITELIB}/humanize/locale/ar/LC_MESSAGES/humanize.po
17${PYSITELIB}/humanize/locale/bn_BD/LC_MESSAGES/humanize.mo 17${PYSITELIB}/humanize/locale/bn_BD/LC_MESSAGES/humanize.mo
18${PYSITELIB}/humanize/locale/bn_BD/LC_MESSAGES/humanize.po 18${PYSITELIB}/humanize/locale/bn_BD/LC_MESSAGES/humanize.po
19${PYSITELIB}/humanize/locale/ca_ES/LC_MESSAGES/humanize.mo 19${PYSITELIB}/humanize/locale/ca_ES/LC_MESSAGES/humanize.mo
20${PYSITELIB}/humanize/locale/ca_ES/LC_MESSAGES/humanize.po 20${PYSITELIB}/humanize/locale/ca_ES/LC_MESSAGES/humanize.po
21${PYSITELIB}/humanize/locale/da_DK/LC_MESSAGES/humanize.mo 21${PYSITELIB}/humanize/locale/da_DK/LC_MESSAGES/humanize.mo
22${PYSITELIB}/humanize/locale/da_DK/LC_MESSAGES/humanize.po 22${PYSITELIB}/humanize/locale/da_DK/LC_MESSAGES/humanize.po
23${PYSITELIB}/humanize/locale/de_DE/LC_MESSAGES/humanize.mo 23${PYSITELIB}/humanize/locale/de_DE/LC_MESSAGES/humanize.mo
24${PYSITELIB}/humanize/locale/de_DE/LC_MESSAGES/humanize.po 24${PYSITELIB}/humanize/locale/de_DE/LC_MESSAGES/humanize.po
 25${PYSITELIB}/humanize/locale/el_GR/LC_MESSAGES/humanize.mo
 26${PYSITELIB}/humanize/locale/el_GR/LC_MESSAGES/humanize.po
25${PYSITELIB}/humanize/locale/es_ES/LC_MESSAGES/humanize.mo 27${PYSITELIB}/humanize/locale/es_ES/LC_MESSAGES/humanize.mo
26${PYSITELIB}/humanize/locale/es_ES/LC_MESSAGES/humanize.po 28${PYSITELIB}/humanize/locale/es_ES/LC_MESSAGES/humanize.po
 29${PYSITELIB}/humanize/locale/eu/LC_MESSAGES/humanize.mo
 30${PYSITELIB}/humanize/locale/eu/LC_MESSAGES/humanize.po
27${PYSITELIB}/humanize/locale/fa_IR/LC_MESSAGES/humanize.mo 31${PYSITELIB}/humanize/locale/fa_IR/LC_MESSAGES/humanize.mo
28${PYSITELIB}/humanize/locale/fa_IR/LC_MESSAGES/humanize.po 32${PYSITELIB}/humanize/locale/fa_IR/LC_MESSAGES/humanize.po
29${PYSITELIB}/humanize/locale/fi_FI/LC_MESSAGES/humanize.mo 33${PYSITELIB}/humanize/locale/fi_FI/LC_MESSAGES/humanize.mo
30${PYSITELIB}/humanize/locale/fi_FI/LC_MESSAGES/humanize.po 34${PYSITELIB}/humanize/locale/fi_FI/LC_MESSAGES/humanize.po
31${PYSITELIB}/humanize/locale/fr_FR/LC_MESSAGES/humanize.mo 35${PYSITELIB}/humanize/locale/fr_FR/LC_MESSAGES/humanize.mo
32${PYSITELIB}/humanize/locale/fr_FR/LC_MESSAGES/humanize.po 36${PYSITELIB}/humanize/locale/fr_FR/LC_MESSAGES/humanize.po
33${PYSITELIB}/humanize/locale/id_ID/LC_MESSAGES/humanize.mo 37${PYSITELIB}/humanize/locale/id_ID/LC_MESSAGES/humanize.mo
34${PYSITELIB}/humanize/locale/id_ID/LC_MESSAGES/humanize.po 38${PYSITELIB}/humanize/locale/id_ID/LC_MESSAGES/humanize.po
35${PYSITELIB}/humanize/locale/it_IT/LC_MESSAGES/humanize.mo 39${PYSITELIB}/humanize/locale/it_IT/LC_MESSAGES/humanize.mo
36${PYSITELIB}/humanize/locale/it_IT/LC_MESSAGES/humanize.po 40${PYSITELIB}/humanize/locale/it_IT/LC_MESSAGES/humanize.po
37${PYSITELIB}/humanize/locale/ja_JP/LC_MESSAGES/humanize.mo 41${PYSITELIB}/humanize/locale/ja_JP/LC_MESSAGES/humanize.mo
38${PYSITELIB}/humanize/locale/ja_JP/LC_MESSAGES/humanize.po 42${PYSITELIB}/humanize/locale/ja_JP/LC_MESSAGES/humanize.po
39${PYSITELIB}/humanize/locale/ko_KR/LC_MESSAGES/humanize.mo 43${PYSITELIB}/humanize/locale/ko_KR/LC_MESSAGES/humanize.mo
@@ -56,17 +60,16 @@ ${PYSITELIB}/humanize/locale/sv_SE/LC_ME @@ -56,17 +60,16 @@ ${PYSITELIB}/humanize/locale/sv_SE/LC_ME
56${PYSITELIB}/humanize/locale/sv_SE/LC_MESSAGES/humanize.po 60${PYSITELIB}/humanize/locale/sv_SE/LC_MESSAGES/humanize.po
57${PYSITELIB}/humanize/locale/tr_TR/LC_MESSAGES/humanize.mo 61${PYSITELIB}/humanize/locale/tr_TR/LC_MESSAGES/humanize.mo
58${PYSITELIB}/humanize/locale/tr_TR/LC_MESSAGES/humanize.po 62${PYSITELIB}/humanize/locale/tr_TR/LC_MESSAGES/humanize.po
59${PYSITELIB}/humanize/locale/uk_UA/LC_MESSAGES/humanize.mo 63${PYSITELIB}/humanize/locale/uk_UA/LC_MESSAGES/humanize.mo
60${PYSITELIB}/humanize/locale/uk_UA/LC_MESSAGES/humanize.po 64${PYSITELIB}/humanize/locale/uk_UA/LC_MESSAGES/humanize.po
61${PYSITELIB}/humanize/locale/vi_VN/LC_MESSAGES/humanize.mo 65${PYSITELIB}/humanize/locale/vi_VN/LC_MESSAGES/humanize.mo
62${PYSITELIB}/humanize/locale/vi_VN/LC_MESSAGES/humanize.po 66${PYSITELIB}/humanize/locale/vi_VN/LC_MESSAGES/humanize.po
63${PYSITELIB}/humanize/locale/zh_CN/LC_MESSAGES/humanize.mo 67${PYSITELIB}/humanize/locale/zh_CN/LC_MESSAGES/humanize.mo
64${PYSITELIB}/humanize/locale/zh_CN/LC_MESSAGES/humanize.po 68${PYSITELIB}/humanize/locale/zh_CN/LC_MESSAGES/humanize.po
65${PYSITELIB}/humanize/locale/zh_HK/LC_MESSAGES/humanize.mo 69${PYSITELIB}/humanize/locale/zh_HK/LC_MESSAGES/humanize.mo
66${PYSITELIB}/humanize/locale/zh_HK/LC_MESSAGES/humanize.po 70${PYSITELIB}/humanize/locale/zh_HK/LC_MESSAGES/humanize.po
67${PYSITELIB}/humanize/number.py 71${PYSITELIB}/humanize/number.py
68${PYSITELIB}/humanize/number.pyc 72${PYSITELIB}/humanize/number.pyc
69${PYSITELIB}/humanize/number.pyo 73${PYSITELIB}/humanize/py.typed
70${PYSITELIB}/humanize/time.py 74${PYSITELIB}/humanize/time.py
71${PYSITELIB}/humanize/time.pyc 75${PYSITELIB}/humanize/time.pyc
72${PYSITELIB}/humanize/time.pyo 

cvs diff -r1.21 -r1.22 pkgsrc/textproc/py-humanize/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/py-humanize/distinfo 2021/12/11 19:56:13 1.21
+++ pkgsrc/textproc/py-humanize/distinfo 2023/05/05 08:54:00 1.22
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.21 2021/12/11 19:56:13 adam Exp $ 1$NetBSD: distinfo,v 1.22 2023/05/05 08:54:00 wiz Exp $
2 2
3BLAKE2s (humanize-3.13.1.tar.gz) = 17a8b3778177df7d9ff35583b4f1e8b5e71b37b93600f0f698d17b41901c0526 3BLAKE2s (humanize-4.6.0.tar.gz) = e7974fdecdede44eaf7900ad294e74f5200d664ef906abe2a0b36ba10622b312
4SHA512 (humanize-3.13.1.tar.gz) = f2d510347f05f953bb6f67811a7fd062f721c76892388d43ea0f19f826e75853c6f7b6cddcd986c06414dc8a3c8b3c88bee16a61fa23baa24d951ba275114de2 4SHA512 (humanize-4.6.0.tar.gz) = 3c003d645d33b4d31ffa5a63b8754b939579a6ed396cd285789f9bd17e750147c425d41adb424af45d69844c6e2b9be8fed04f388f017f25c6eda1f31c053b3e
5Size (humanize-3.13.1.tar.gz) = 72109 bytes 5Size (humanize-4.6.0.tar.gz) = 69815 bytes