pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-immutabledict



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jun  4 04:43:06 UTC 2021

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

Log Message:
py-immutabledict: not for Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-immutabledict/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-immutabledict/Makefile
diff -u pkgsrc/devel/py-immutabledict/Makefile:1.1 pkgsrc/devel/py-immutabledict/Makefile:1.2
--- pkgsrc/devel/py-immutabledict/Makefile:1.1  Sun May 30 21:30:17 2021
+++ pkgsrc/devel/py-immutabledict/Makefile      Fri Jun  4 04:43:06 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/05/30 21:30:17 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2021/06/04 04:43:06 adam Exp $
 
 DISTNAME=      immutabledict-2.0.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