pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-more-itertools2
Module Name: pkgsrc
Committed By: wiz
Date: Fri Nov 15 14:08:35 UTC 2019
Modified Files:
pkgsrc/devel/py-more-itertools2: Makefile
Log Message:
py-more-itertools2: mark as only for python-2.x
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-more-itertools2/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-more-itertools2/Makefile
diff -u pkgsrc/devel/py-more-itertools2/Makefile:1.1 pkgsrc/devel/py-more-itertools2/Makefile:1.2
--- pkgsrc/devel/py-more-itertools2/Makefile:1.1 Fri Nov 15 14:01:17 2019
+++ pkgsrc/devel/py-more-itertools2/Makefile Fri Nov 15 14:08:35 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/11/15 14:01:17 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2019/11/15 14:08:35 wiz Exp $
DISTNAME= more-itertools-5.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,6 +12,8 @@ LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-six>=1.0.0:../../lang/py-six
+PYTHON_VERSIONS_ACCEPTED= 27
+
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
Home |
Main Index |
Thread Index |
Old Index