6 Commits

Author SHA1 Message Date
shadchin
92d2f13f77 Update to py-enum34 1.1.6. Take maintainership.
ok danj@
2016-05-31 08:46:19 +00:00
jasper
71e3fd2dce remove HOMEPAGE from ports that had the (now default) pypi homepage 2016-01-07 21:37:48 +00:00
shadchin
8540d17f1c Update to py-enum34 1.1.2
ok jca@
2015-12-29 05:15:12 +00:00
sthen
0b0515637a update to py-enum34-1.0.4 2015-04-08 10:54:28 +00:00
jasper
5e91600570 - switch to MODPY_PI 2015-04-02 14:21:12 +00:00
benoit
a4fb93d6c6 Import py-enum34.
Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4.

An enumeration is a set of symbolic names (members) bound to unique,
constant values. Within an enumeration, the members can be compared by
identity, and the enumeration itself can be iterated over.

from Nils R, ok sthen@
2014-05-12 16:19:21 +00:00