pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-jaraco.itertools



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar 12 07:45:44 UTC 2020

Modified Files:
        pkgsrc/devel/py-jaraco.itertools: Makefile

Log Message:
py-jaraco.itertools: only for python >= 3.6


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-jaraco.itertools/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-jaraco.itertools/Makefile
diff -u pkgsrc/devel/py-jaraco.itertools/Makefile:1.1 pkgsrc/devel/py-jaraco.itertools/Makefile:1.2
--- pkgsrc/devel/py-jaraco.itertools/Makefile:1.1       Thu Mar 12 07:14:23 2020
+++ pkgsrc/devel/py-jaraco.itertools/Makefile   Thu Mar 12 07:45:44 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/03/12 07:14:23 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2020/03/12 07:45:44 wiz Exp $
 
 DISTNAME=      jaraco.itertools-5.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,6 +17,7 @@ DEPENDS+=     ${PYPKGPREFIX}-inflect-[0-9]*:
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 PYTHON_VERSIONED_DEPENDENCIES+=        more-itertools
 
 .include "../../lang/python/versioned_dependencies.mk"



Home | Main Index | Thread Index | Old Index