summaryrefslogtreecommitdiff
path: root/cad/py-MyHDL/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2011-04-13 14:47:18 +0000
committerdrochner <drochner>2011-04-13 14:47:18 +0000
commit5111445e595a56b68e4779709d67f5a6a4c5a5cf (patch)
tree478e3bcb3442e37a57db50e0e298fa86d5aae2be /cad/py-MyHDL/Makefile
parentda6d0810d9cef65ca33f90b9b806a1c28a567c6f (diff)
downloadpkgsrc-5111445e595a56b68e4779709d67f5a6a4c5a5cf.tar.gz
update to 0.7
too many changes to list here, see the release notes
Diffstat (limited to 'cad/py-MyHDL/Makefile')
-rw-r--r--cad/py-MyHDL/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/cad/py-MyHDL/Makefile b/cad/py-MyHDL/Makefile
index a9584a2dd83..2c337ee2fce 100644
--- a/cad/py-MyHDL/Makefile
+++ b/cad/py-MyHDL/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:16 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2011/04/13 14:47:18 drochner Exp $
#
-DISTNAME= myhdl-0.5.1
-PKGNAME= ${PYPKGPREFIX}-MyHDL-0.5.1
+DISTNAME= myhdl-0.7
+PKGNAME= ${PYPKGPREFIX}-MyHDL-0.7
CATEGORIES= cad python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=myhdl/}
@@ -13,10 +13,10 @@ COMMENT= Hardware description in Python
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_ACCEPTED= 25 24
+PYTHON_VERSIONS_ACCEPTED= 26 27
do-test:
- cd ${WRKSRC}/myhdl/test && ${PYTHONBIN} test_all.py
+ cd ${WRKSRC}/myhdl/test/core && ${PYTHONBIN} test_all.py
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"