From 523bb2411278c79c3747a716598841da18b4ed4a Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 9 Jul 2017 10:33:19 +0000 Subject: 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. --- textproc/py-inflection/PLIST | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 textproc/py-inflection/PLIST (limited to 'textproc/py-inflection/PLIST') 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 -- cgit v1.2.3