Import py27-inflection-0.2.0 as wip/py-inflection.
Inflection is a string transformation library. It singularizes and pluralizes English words, and transforms strings from CamelCase to underscored string. Inflection is a port of Ruby on Rails' inflector to Python.
This commit is contained in:
parent
2bf4fc947e
commit
5ab431a043
4 changed files with 39 additions and 0 deletions
3
py-inflection/DESCR
Normal file
3
py-inflection/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
Inflection is a string transformation library. It singularizes and pluralizes
|
||||
English words, and transforms strings from CamelCase to underscored
|
||||
string. Inflection is a port of Ruby on Rails' inflector to Python.
|
22
py-inflection/Makefile
Normal file
22
py-inflection/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# $NetBSD: Makefile,v 1.1 2013/09/05 00:39:14 jihbed Exp $
|
||||
|
||||
DISTNAME= inflection-0.2.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= https://pypi.python.org/packages/source/i/inflection/
|
||||
|
||||
MAINTAINER= kamelderouiche@yahoo.com
|
||||
HOMEPAGE= http://github.com/jpvanhal/inflection
|
||||
COMMENT= A port of Ruby on Rails inflector to Python
|
||||
LICENSE= mit
|
||||
|
||||
WRKSRC= ${WRKDIR}/inflection-0.2.0
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
PYTHON_VERSIONS_INCLUDE_3X= yes
|
||||
|
||||
do-test:
|
||||
${RUN} cd ${WRKSRC}; ${SETENV} ${TEST_ENV} ${PYTHONBIN} test_inflection.py
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
9
py-inflection/PLIST
Normal file
9
py-inflection/PLIST
Normal file
|
@ -0,0 +1,9 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2013/09/05 00:39:14 jihbed Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/inflection.py
|
||||
${PYSITELIB}/inflection.pyc
|
||||
${PYSITELIB}/inflection.pyo
|
5
py-inflection/distinfo
Normal file
5
py-inflection/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2013/09/05 00:39:14 jihbed Exp $
|
||||
|
||||
SHA1 (inflection-0.2.0.tar.gz) = ad1c7cb32169881d70e8a6af03094bba33846e4c
|
||||
RMD160 (inflection-0.2.0.tar.gz) = 58906c49c01c60d23f611738b55061211272bffd
|
||||
Size (inflection-0.2.0.tar.gz) = 8153 bytes
|
Loading…
Reference in a new issue