summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2015-12-05 21:25:27 +0000
committeradam <adam@pkgsrc.org>2015-12-05 21:25:27 +0000
commit2019fddeb4a03f35d05240122f8adaba399b2031 (patch)
tree8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /cad
parent576e28830879dd1e62f4d61c31a43700bc131bc7 (diff)
downloadpkgsrc-2019fddeb4a03f35d05240122f8adaba399b2031.tar.gz
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'cad')
-rw-r--r--cad/py-MyHDL/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/py-MyHDL/Makefile b/cad/py-MyHDL/Makefile
index fa814041710..d0cfa3add77 100644
--- a/cad/py-MyHDL/Makefile
+++ b/cad/py-MyHDL/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2015/01/04 02:21:53 mef Exp $
+# $NetBSD: Makefile,v 1.22 2015/12/05 21:25:30 adam Exp $
DISTNAME= myhdl-0.8.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/myhdl/MyHDL/}
@@ -10,7 +10,7 @@ HOMEPAGE= http://jandecaluwe.com/Tools/MyHDL/Overview.html
COMMENT= Hardware description in Python
LICENSE= gnu-gpl-v2
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.7
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.7
do-test:
cd ${WRKSRC}/myhdl/test/core && ${PYTHONBIN} test_all.py