diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2022-05-07 18:03:51 +0000 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2022-05-07 18:03:51 +0000 |
commit | a9ce56bae598093fd5b7c4dd3c249a29a4b0bbbe (patch) | |
tree | cf278e880392fbdd83de888af8dd51a57b3d8185 | |
parent | databases/py-whisper: update to version 1.1.8 (diff) |
devel/py-humanize: update to version 4.1.0
Changes:
* Support Python 3.11
* Add Arabic language
-rw-r--r-- | devel/py-humanize/Makefile | 4 | ||||
-rw-r--r-- | devel/py-humanize/distinfo | 5 | ||||
-rw-r--r-- | devel/py-humanize/pkg-descr | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/devel/py-humanize/Makefile b/devel/py-humanize/Makefile index 03b900652fad..dba7e529bfb1 100644 --- a/devel/py-humanize/Makefile +++ b/devel/py-humanize/Makefile @@ -1,7 +1,7 @@ # Created by: Steven Kreuzer <skreuzer@FreeBSD.org> PORTNAME= humanize -PORTVERSION= 0.5.1 +PORTVERSION= 4.1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ COMMENT= Various common humanization utilities LICENSE= MIT -USES= python:3.6+ +USES= python:3.8+ USE_PYTHON= distutils autoplist .include <bsd.port.mk> diff --git a/devel/py-humanize/distinfo b/devel/py-humanize/distinfo index 4448d046e7f5..c875f82d36a3 100644 --- a/devel/py-humanize/distinfo +++ b/devel/py-humanize/distinfo @@ -1,2 +1,3 @@ -SHA256 (humanize-0.5.1.tar.gz) = a43f57115831ac7c70de098e6ac46ac13be00d69abbf60bdcac251344785bb19 -SIZE (humanize-0.5.1.tar.gz) = 14250 +TIMESTAMP = 1651946402 +SHA256 (humanize-4.0.0.tar.gz) = ee1f872fdfc7d2ef4a28d4f80ddde9f96d36955b5d6b0dac4bdeb99502bddb00 +SIZE (humanize-4.0.0.tar.gz) = 71028 diff --git a/devel/py-humanize/pkg-descr b/devel/py-humanize/pkg-descr index 292ce1b099c3..fd04a4bb3750 100644 --- a/devel/py-humanize/pkg-descr +++ b/devel/py-humanize/pkg-descr @@ -1,5 +1,5 @@ -Python module with various common humanization utilities, like turning a number -into a fuzzy human readable duration ('3 minutes ago') or into a human readable -size or throughput. +Modest package containing various common humanization utilities, like +turning a number into a fuzzy human-readable duration ("3 minutes ago") or into +a human-readable size or throughput -WWW: https://github.com/jmoiron/humanize +WWW: https://github.com/python-humanize/humanize |