mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Correctly generate plurals, singular nouns, ordinals, indefinite
articles; convert numbers to words WWW: http://pypi.python.org/pypi/inflect
This commit is contained in:
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
|
@ -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
18
devel/py-inflect/Makefile
Normal 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>
|
2
devel/py-inflect/distinfo
Normal file
2
devel/py-inflect/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (inflect-0.2.5.tar.gz) = 2014c8dcb2114ebae2941ba3f0fbd98a02c846792a7b72f2da31eb9aa431a818
|
||||
SIZE (inflect-0.2.5.tar.gz) = 109756
|
4
devel/py-inflect/pkg-descr
Normal file
4
devel/py-inflect/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Correctly generate plurals, singular nouns, ordinals, indefinite
|
||||
articles; convert numbers to words
|
||||
|
||||
WWW: http://pypi.python.org/pypi/inflect
|
Loading…
Add table
Reference in a new issue