NOTICE: This package has been removed from pkgsrc

./wip/py-inflection, A port of Ruby on Rails inflector to Python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.3.1, Package name: py27-inflection-0.3.1, Maintainer: kamelderouiche



Required to run:
[devel/py-setuptools] [lang/python27]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 4b42884984e8fbb1cde01ad3036e024b27909bd5
RMD160: b8b3b28bf81f32ddf62cb784e102d63ea3c736ea
Filesize: 8.511 KB

Version history: (Expand)


CVS history: (Expand)


   2014-01-25 11:38:08 by Thomas Klausner | Files touched by this commit (171) | Package updated
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
   2013-09-05 02:39:14 by Kamel Derouiche | Files touched by this commit (4)
Log message:
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.