Skip to content

Commit

Permalink
devel/py-humanize: update to version 4.1.0
Browse files Browse the repository at this point in the history
Changes:
  * Support Python 3.11
  * Add Arabic language
  • Loading branch information
skreuzer committed May 7, 2022
1 parent 09f1da4 commit a9ce56b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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}
Expand All @@ -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>
5 changes: 3 additions & 2 deletions 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
8 changes: 4 additions & 4 deletions 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

0 comments on commit a9ce56b

Please sign in to comment.