Index: head/devel/py-inflect/Makefile =================================================================== --- head/devel/py-inflect/Makefile (revision 484949) +++ head/devel/py-inflect/Makefile (revision 484950) @@ -1,20 +1,23 @@ # Created by: Mark Felder # $FreeBSD$ PORTNAME= inflect -PORTVERSION= 1.0.1 +PORTVERSION= 2.1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Generate plurals, singular nouns, ordinals, indefinite articles -LICENSE= AGPLv3+ +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py-setuptools_scm@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include Index: head/devel/py-inflect/distinfo =================================================================== --- head/devel/py-inflect/distinfo (revision 484949) +++ head/devel/py-inflect/distinfo (revision 484950) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539676471 -SHA256 (inflect-1.0.1.tar.gz) = ec42f5d5d2baa54ba6e3fa23698554c09362dd478cc66b3c28c5d0b76d7d0581 -SIZE (inflect-1.0.1.tar.gz) = 110413 +TIMESTAMP = 1542202386 +SHA256 (inflect-2.1.0.tar.gz) = 4ded1b2a6fcf0fc0397419c7727f131a93b67b80d899f2973be7758628e12b73 +SIZE (inflect-2.1.0.tar.gz) = 98767 Property changes on: head/devel/py-inflect/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Index: head/devel/py-inflect/pkg-descr =================================================================== --- head/devel/py-inflect/pkg-descr (revision 484949) +++ head/devel/py-inflect/pkg-descr (revision 484950) @@ -1,4 +1,4 @@ -Correctly generate plurals, singular nouns, ordinals, indefinite -articles; convert numbers to words +inflect.py correctly generates plurals, singular nouns, ordinals, indefinite +articles and converts numbers to words. -WWW: https://pypi.org/project/inflect/ +WWW: https://github.com/jazzband/inflect Property changes on: head/devel/py-inflect/pkg-descr ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property