NOTICE: This package has been removed from pkgsrc

./wip/py-six, Python 2 and 3 compatibility utilities

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


Branch: CURRENT, Version: 1.3.0, Package name: py27-six-1.3.0, Maintainer: ahp-nils

Six is a Python 2 and 3 compatibility library. It provides utility functions
for smoothing over the differences between the Python versions with the goal
of writing Python code that is compatible on both Python versions. See the
documentation for more information on what is provided.

Six supports Python 2.4+.


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

Master sites:

SHA1: 1cb0692f22c98e49871536c74e5e1e9d701d3418
RMD160: 699548fa476a68b8db9675d159f9d86eceaaadcb
Filesize: 17.286 KB

Version history: (Expand)


CVS history: (Expand)


   2014-02-02 01:13:27 by othyro | Files touched by this commit (5) | Package removed
Log message:
-py-six; Imported into HEAD/lang.
   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-08-06 08:44:02 by Nils | Files touched by this commit (1)
Log message:
MASTER_SITE redirects to HTTPS
   2013-06-27 08:58:49 by Nils | Files touched by this commit (5)
Log message:
Import py27-six-1.3.0 as wip/py-six.

Six is a Python 2 and 3 compatibility library. It provides utility functions
for smoothing over the differences between the Python versions with the goal
of writing Python code that is compatible on both Python versions. See the
documentation for more information on what is provided.

Six supports Python 2.4+.