pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-humanize



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri May  5 08:54:00 UTC 2023

Modified Files:
        pkgsrc/textproc/py-humanize: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/textproc/py-humanize/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/py-humanize/PLIST
cvs rdiff -u -r1.21 -r1.22 pkgsrc/textproc/py-humanize/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-humanize/Makefile
diff -u pkgsrc/textproc/py-humanize/Makefile:1.23 pkgsrc/textproc/py-humanize/Makefile:1.24
--- pkgsrc/textproc/py-humanize/Makefile:1.23   Wed Jan  5 10:02:48 2022
+++ pkgsrc/textproc/py-humanize/Makefile        Fri May  5 08:54:00 2023
@@ -1,27 +1,28 @@
-# $NetBSD: Makefile,v 1.23 2022/01/05 10:02:48 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2023/05/05 08:54:00 wiz Exp $
 
-DISTNAME=      humanize-3.13.1
+DISTNAME=      humanize-4.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/humanize/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/jmoiron/humanize
+HOMEPAGE=      https://github.com/python-humanize/humanize
 COMMENT=       Convert numbers into easily readable format
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs
 TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
 USE_LANGUAGES= # none
 
-PYSETUPTESTTARGET=     pytest
-
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/egg.mk"
+# needs 'make install'
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-humanize/PLIST
diff -u pkgsrc/textproc/py-humanize/PLIST:1.12 pkgsrc/textproc/py-humanize/PLIST:1.13
--- pkgsrc/textproc/py-humanize/PLIST:1.12      Sat Dec 11 19:56:13 2021
+++ pkgsrc/textproc/py-humanize/PLIST   Fri May  5 08:54:00 2023
@@ -1,19 +1,19 @@
-@comment $NetBSD: PLIST,v 1.12 2021/12/11 19:56:13 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.13 2023/05/05 08:54:00 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENCE
 ${PYSITELIB}/humanize/__init__.py
 ${PYSITELIB}/humanize/__init__.pyc
-${PYSITELIB}/humanize/__init__.pyo
 ${PYSITELIB}/humanize/filesize.py
 ${PYSITELIB}/humanize/filesize.pyc
-${PYSITELIB}/humanize/filesize.pyo
 ${PYSITELIB}/humanize/i18n.py
 ${PYSITELIB}/humanize/i18n.pyc
-${PYSITELIB}/humanize/i18n.pyo
+${PYSITELIB}/humanize/locale/ar/LC_MESSAGES/humanize.mo
+${PYSITELIB}/humanize/locale/ar/LC_MESSAGES/humanize.po
 ${PYSITELIB}/humanize/locale/bn_BD/LC_MESSAGES/humanize.mo
 ${PYSITELIB}/humanize/locale/bn_BD/LC_MESSAGES/humanize.po
 ${PYSITELIB}/humanize/locale/ca_ES/LC_MESSAGES/humanize.mo
@@ -22,8 +22,12 @@ ${PYSITELIB}/humanize/locale/da_DK/LC_ME
 ${PYSITELIB}/humanize/locale/da_DK/LC_MESSAGES/humanize.po
 ${PYSITELIB}/humanize/locale/de_DE/LC_MESSAGES/humanize.mo
 ${PYSITELIB}/humanize/locale/de_DE/LC_MESSAGES/humanize.po
+${PYSITELIB}/humanize/locale/el_GR/LC_MESSAGES/humanize.mo
+${PYSITELIB}/humanize/locale/el_GR/LC_MESSAGES/humanize.po
 ${PYSITELIB}/humanize/locale/es_ES/LC_MESSAGES/humanize.mo
 ${PYSITELIB}/humanize/locale/es_ES/LC_MESSAGES/humanize.po
+${PYSITELIB}/humanize/locale/eu/LC_MESSAGES/humanize.mo
+${PYSITELIB}/humanize/locale/eu/LC_MESSAGES/humanize.po
 ${PYSITELIB}/humanize/locale/fa_IR/LC_MESSAGES/humanize.mo
 ${PYSITELIB}/humanize/locale/fa_IR/LC_MESSAGES/humanize.po
 ${PYSITELIB}/humanize/locale/fi_FI/LC_MESSAGES/humanize.mo
@@ -66,7 +70,6 @@ ${PYSITELIB}/humanize/locale/zh_HK/LC_ME
 ${PYSITELIB}/humanize/locale/zh_HK/LC_MESSAGES/humanize.po
 ${PYSITELIB}/humanize/number.py
 ${PYSITELIB}/humanize/number.pyc
-${PYSITELIB}/humanize/number.pyo
+${PYSITELIB}/humanize/py.typed
 ${PYSITELIB}/humanize/time.py
 ${PYSITELIB}/humanize/time.pyc
-${PYSITELIB}/humanize/time.pyo

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



Home | Main Index | Thread Index | Old Index