diff options
author | adam <adam@pkgsrc.org> | 2017-07-09 10:33:19 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-07-09 10:33:19 +0000 |
commit | 523bb2411278c79c3747a716598841da18b4ed4a (patch) | |
tree | ff448841e54cbbedcbc5996055e67a93af1f53c4 /textproc/py-inflection/PLIST | |
parent | d219de791cf84cc0d64591727d5e63483e9d7b70 (diff) | |
download | pkgsrc-523bb2411278c79c3747a716598841da18b4ed4a.tar.gz |
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 (limited to 'textproc/py-inflection/PLIST')
-rw-r--r-- | textproc/py-inflection/PLIST | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/textproc/py-inflection/PLIST b/textproc/py-inflection/PLIST new file mode 100644 index 00000000000..ae46c2c3fc5 --- /dev/null +++ b/textproc/py-inflection/PLIST @@ -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 |