pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc Inflection is a string transformation library...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/813152b8ce05
branches:  trunk
changeset: 365005:813152b8ce05
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Jul 09 10:33:19 2017 +0000

description:
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.

diffstat:

 textproc/Makefile               |   3 ++-
 textproc/py-inflection/DESCR    |   3 +++
 textproc/py-inflection/Makefile |  16 ++++++++++++++++
 textproc/py-inflection/PLIST    |   9 +++++++++
 textproc/py-inflection/distinfo |   6 ++++++
 5 files changed, 36 insertions(+), 1 deletions(-)

diffs (67 lines):

diff -r 35f1463824b8 -r 813152b8ce05 textproc/Makefile
--- a/textproc/Makefile Sun Jul 09 10:32:29 2017 +0000
+++ b/textproc/Makefile Sun Jul 09 10:33:19 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.939 2017/07/06 02:34:50 markd Exp $
+# $NetBSD: Makefile,v 1.940 2017/07/09 10:33:19 adam Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -733,6 +733,7 @@
 SUBDIR+=       py-html2text
 SUBDIR+=       py-html5lib
 SUBDIR+=       py-humanize
+SUBDIR+=       py-inflection
 SUBDIR+=       py-iniparse
 SUBDIR+=       py-jellyfish
 SUBDIR+=       py-jinja2
diff -r 35f1463824b8 -r 813152b8ce05 textproc/py-inflection/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-inflection/DESCR      Sun Jul 09 10:33:19 2017 +0000
@@ -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.
diff -r 35f1463824b8 -r 813152b8ce05 textproc/py-inflection/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-inflection/Makefile   Sun Jul 09 10:33:19 2017 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2017/07/09 10:33:20 adam Exp $
+
+DISTNAME=      inflection-0.3.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    textproc python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=i/inflection/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/jpvanhal/inflection
+COMMENT=       Port of Ruby on Rails inflector to Python
+LICENSE=       mit
+
+USE_LANGUAGES=         # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 35f1463824b8 -r 813152b8ce05 textproc/py-inflection/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-inflection/PLIST      Sun Jul 09 10:33:19 2017 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2017/07/09 10:33:20 adam 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
diff -r 35f1463824b8 -r 813152b8ce05 textproc/py-inflection/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-inflection/distinfo   Sun Jul 09 10:33:19 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/07/09 10:33:20 adam Exp $
+
+SHA1 (inflection-0.3.1.tar.gz) = 4b42884984e8fbb1cde01ad3036e024b27909bd5
+RMD160 (inflection-0.3.1.tar.gz) = b8b3b28bf81f32ddf62cb784e102d63ea3c736ea
+SHA512 (inflection-0.3.1.tar.gz) = d1499ccbba2537914a738de8b6b24d69bd459d9b22bad1e838a8f7adc9b94054631bdb0557ac283cbfccae83a33a969dd44612df22b78f92eb27ae4ea999f560
+Size (inflection-0.3.1.tar.gz) = 8715 bytes



Home | Main Index | Thread Index | Old Index