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/Makefile | |
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/Makefile')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index b51617f84b5..2a7f4ba32e1 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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-guessit SUBDIR+= py-html2text SUBDIR+= py-html5lib SUBDIR+= py-humanize +SUBDIR+= py-inflection SUBDIR+= py-iniparse SUBDIR+= py-jellyfish SUBDIR+= py-jinja2 |