pkgsrc-Changes archive

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

CVS commit: pkgsrc/cad/py-PyRTL



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Dec 16 12:49:12 UTC 2021

Modified Files:
        pkgsrc/cad/py-PyRTL: Makefile

Log Message:
py-PyRTL: mark as not for python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/cad/py-PyRTL/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cad/py-PyRTL/Makefile
diff -u pkgsrc/cad/py-PyRTL/Makefile:1.3 pkgsrc/cad/py-PyRTL/Makefile:1.4
--- pkgsrc/cad/py-PyRTL/Makefile:1.3    Sun Nov 21 15:10:08 2021
+++ pkgsrc/cad/py-PyRTL/Makefile        Thu Dec 16 12:49:12 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/11/21 15:10:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2021/12/16 12:49:12 wiz Exp $
 
 DISTNAME=      pyrtl-${PKGVERSION_NOREV}
 PKGNAME=       ${PYPKGPREFIX}-PyRTL-0.10.1
@@ -20,5 +20,7 @@ USE_LANGUAGES=        c # for test
 
 EGG_NAME=      ${DISTNAME:tl}
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index