diff options
Diffstat (limited to 'devel/py-humanize')
-rw-r--r-- | devel/py-humanize/Makefile | 11 | ||||
-rw-r--r-- | devel/py-humanize/distinfo | 6 |
2 files changed, 10 insertions, 7 deletions
diff --git a/devel/py-humanize/Makefile b/devel/py-humanize/Makefile index 5c7ebc90e86c..92dc680c5479 100644 --- a/devel/py-humanize/Makefile +++ b/devel/py-humanize/Makefile @@ -1,6 +1,5 @@ PORTNAME= humanize -PORTVERSION= 4.2.1 -PORTREVISION= 1 +PORTVERSION= 4.12.3 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +10,12 @@ WWW= https://github.com/python-humanize/humanize LICENSE= MIT -USES= python -USE_PYTHON= distutils autoplist +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hatchling>=1.8.0:devel/py-hatchling@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}freezegun>=0:devel/py-freezegun@${PY_FLAVOR} + +USES= python:3.9+ +USE_PYTHON= pep517 autoplist pytest NO_ARCH= yes diff --git a/devel/py-humanize/distinfo b/devel/py-humanize/distinfo index 6c050d58d1ce..42dddaae4c59 100644 --- a/devel/py-humanize/distinfo +++ b/devel/py-humanize/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1656168685 -SHA256 (humanize-4.2.1.tar.gz) = c8caa86a3e35fa60a6f31674bed2dcaf3a8495958880a00ad836226e0e6755b3 -SIZE (humanize-4.2.1.tar.gz) = 75327 +TIMESTAMP = 1748795500 +SHA256 (humanize-4.12.3.tar.gz) = 8430be3a615106fdfceb0b2c1b41c4c98c6b0fc5cc59663a5539b111dd325fb0 +SIZE (humanize-4.12.3.tar.gz) = 80514 |