pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-enum
Module Name: pkgsrc
Committed By: kamil
Date: Wed Oct 19 22:22:46 UTC 2016
Modified Files:
pkgsrc/devel/py-enum: Makefile
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.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-enum/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-enum/Makefile
diff -u pkgsrc/devel/py-enum/Makefile:1.1 pkgsrc/devel/py-enum/Makefile:1.2
--- pkgsrc/devel/py-enum/Makefile:1.1 Mon Sep 19 00:29:01 2016
+++ pkgsrc/devel/py-enum/Makefile Wed Oct 19 22:22:46 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/09/19 00:29:01 kamil Exp $
+# $NetBSD: Makefile,v 1.2 2016/10/19 22:22:46 kamil Exp $
DISTNAME= enum-0.4.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,5 +12,14 @@ LICENSE= gnu-gpl-v3 OR python-software-f
USE_LANGUAGES= # none
+# From PYPI:
+#
+# 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.
+PYTHON_VERSIONS_ACCEPTED= 27
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index