Version: 1.1.10, Package name: py-enum34-1.1.10 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description 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. |
Filesize: 27.526 KB |
Version History (View Complete History) |
|
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. |
2020-03-11 09:12:53 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to py-enum34-1.1.10 |
2019-07-12 14:46:30 by Stuart Henderson | Files touched by this commit (853) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-13 12:06:44 by Daniel Jakots | Files touched by this commit (48) |
Log message: Remove shadchin@ as maintainer per his request Other categories will follow shortly |
2016-05-31 02:46:19 by Alexandr Shadchin | Files touched by this commit (3) |
Log message: Update to py-enum34 1.1.6. Take maintainership. ok danj@ |
2016-01-07 14:37:50 by Jasper Lievisse Adriaanse | Files touched by this commit (45) |
Log message: remove HOMEPAGE from ports that had the (now default) pypi homepage |
2015-12-28 22:15:12 by Alexandr Shadchin | Files touched by this commit (3) |
Log message: Update to py-enum34 1.1.2 ok jca@ |
2015-04-08 04:54:28 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to py-enum34-1.0.4 |
2015-04-02 08:21:18 by Jasper Lievisse Adriaanse | Files touched by this commit (187) |
Log message: - switch to MODPY_PI |