pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad/py-PyRTL py-PyRTL: mark as not for python 2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c16ffdc0608
branches:  trunk
changeset: 771270:5c16ffdc0608
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Dec 16 12:49:12 2021 +0000

description:
py-PyRTL: mark as not for python 2.7

diffstat:

 cad/py-PyRTL/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c97ab0ea09d6 -r 5c16ffdc0608 cad/py-PyRTL/Makefile
--- a/cad/py-PyRTL/Makefile     Thu Dec 16 12:44:53 2021 +0000
+++ b/cad/py-PyRTL/Makefile     Thu Dec 16 12:49:12 2021 +0000
@@ -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 @@
 
 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