mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
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
This commit is contained in:
parent
595e185954
commit
95e7fb4b70
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484950
@ -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@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 <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user