Correctly generate plurals, singular nouns, ordinals, indefinite

articles; convert numbers to words

WWW: http://pypi.python.org/pypi/inflect
This commit is contained in:
Mark Felder 2016-06-22 15:16:37 +00:00
parent 87717466a9
commit 990d738dc8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417312
4 changed files with 25 additions and 0 deletions

View file

@ -4150,6 +4150,7 @@
SUBDIR += py-hypothesis
SUBDIR += py-icalendar
SUBDIR += py-ice
SUBDIR += py-inflect
SUBDIR += py-iniparse
SUBDIR += py-initgroups
SUBDIR += py-instant

18
devel/py-inflect/Makefile Normal file
View file

@ -0,0 +1,18 @@
# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
PORTNAME= inflect
PORTVERSION= 0.2.5
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= feld@FreeBSD.org
COMMENT= Generate plurals, singular nouns, ordinals, indefinite articles
LICENSE= AGPLv3+
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (inflect-0.2.5.tar.gz) = 2014c8dcb2114ebae2941ba3f0fbd98a02c846792a7b72f2da31eb9aa431a818
SIZE (inflect-0.2.5.tar.gz) = 109756

View file

@ -0,0 +1,4 @@
Correctly generate plurals, singular nouns, ordinals, indefinite
articles; convert numbers to words
WWW: http://pypi.python.org/pypi/inflect