svn commit: r484950 - head/devel/py-inflect

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Nov 14 21:43:17 UTC 2018


Author: sunpoet
Date: Wed Nov 14 21:43:12 2018
New Revision: 484950
URL: https://svnweb.freebsd.org/changeset/ports/484950

Log:
  Update to 2.1.0
  
  - Update LICENSE
  - Add NO_ARCH
  - Update pkg-descr
  - Take maintainership
  
  Changes:	https://github.com/jazzband/inflect/blob/master/CHANGES.txt

Modified:
  head/devel/py-inflect/Makefile
  head/devel/py-inflect/distinfo   (contents, props changed)
  head/devel/py-inflect/pkg-descr   (contents, props changed)

Modified: head/devel/py-inflect/Makefile
==============================================================================
--- head/devel/py-inflect/Makefile	Wed Nov 14 21:43:03 2018	(r484949)
+++ head/devel/py-inflect/Makefile	Wed Nov 14 21:43:12 2018	(r484950)
@@ -2,19 +2,22 @@
 # $FreeBSD$
 
 PORTNAME=	inflect
-PORTVERSION=	1.0.1
+PORTVERSION=	2.1.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at 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 <bsd.port.mk>

Modified: head/devel/py-inflect/distinfo
==============================================================================
--- head/devel/py-inflect/distinfo	Wed Nov 14 21:43:03 2018	(r484949)
+++ head/devel/py-inflect/distinfo	Wed Nov 14 21:43:12 2018	(r484950)
@@ -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

Modified: head/devel/py-inflect/pkg-descr
==============================================================================
--- head/devel/py-inflect/pkg-descr	Wed Nov 14 21:43:03 2018	(r484949)
+++ head/devel/py-inflect/pkg-descr	Wed Nov 14 21:43:12 2018	(r484950)
@@ -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


More information about the svn-ports-all mailing list