pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-incremental



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu May  4 21:00:23 UTC 2023

Modified Files:
        pkgsrc/devel/py-incremental: Makefile

Log Message:
py-incremental: not for Python 2


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-incremental/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-incremental/Makefile
diff -u pkgsrc/devel/py-incremental/Makefile:1.5 pkgsrc/devel/py-incremental/Makefile:1.6
--- pkgsrc/devel/py-incremental/Makefile:1.5    Sun Apr 30 17:17:22 2023
+++ pkgsrc/devel/py-incremental/Makefile        Thu May  4 21:00:23 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2023/04/30 17:17:22 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2023/05/04 21:00:23 wiz Exp $
 
 DISTNAME=      incremental-22.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,5 +12,7 @@ LICENSE=      mit
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index