NOTICE: This package has been removed from pkgsrc

./devel/py-enum, Robust enumerated type support in Python

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


Branch: CURRENT, Version: 0.4.6, Package name: py27-enum-0.4.6, Maintainer: kamelderouiche

Robust enumerated type support in Python


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

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: b8868b1370181e92bbffbcd18b3ccd2be1f0438d
RMD160: f095ae903bea652e682a93cd1827c8c1fccf991c
Filesize: 19.79 KB

Version history: (Expand)


CVS history: (Expand)


   2018-05-22 14:10:40 by Adam Ciarcinski | Files touched by this commit (4) | Package removed
Log message:
py-enum: removed, successor py-enum34 or Python 3.x
   2017-09-04 20:08:31 by Thomas Klausner | Files touched by this commit (163)
Log message:
Follow some redirects.
   2016-10-20 00:22:46 by Kamil Rytarowski | Files touched by this commit (1)
Log message:
Restrict py-enum to Python 2.7 only

From PYPI site:
Superseded by Python standard library.

Python 3 now has in its standard library an enum implementation (also
available for older Python versions as the third-party flufl.enum
distribution) that supersedes this library.
   2016-09-19 02:29:01 by Kamil Rytarowski | Files touched by this commit (4)
Log message:
Import enum-0.4.6 as devel/py-enum

Robust enumerated type support in Python