pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad/py-MyHDL Convert to distutils.mk. Mark as not for ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a22f07d31004
branches:  trunk
changeset: 629391:a22f07d31004
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 20 15:46:53 2014 +0000

description:
Convert to distutils.mk. Mark as not for python-3.x. Bump PKGREVISION.

diffstat:

 cad/py-MyHDL/Makefile |  8 ++++----
 cad/py-MyHDL/PLIST    |  3 ++-
 2 files changed, 6 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r d6120522507e -r a22f07d31004 cad/py-MyHDL/Makefile
--- a/cad/py-MyHDL/Makefile     Mon Jan 20 15:45:23 2014 +0000
+++ b/cad/py-MyHDL/Makefile     Mon Jan 20 15:46:53 2014 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2012/10/08 13:25:15 asau Exp $
-#
+# $NetBSD: Makefile,v 1.19 2014/01/20 15:46:53 wiz Exp $
 
 DISTNAME=      myhdl-0.7
 PKGNAME=       ${PYPKGPREFIX}-MyHDL-0.7
+PKGREVISION=   1
 CATEGORIES=    cad python
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=myhdl/}
 
@@ -10,10 +10,10 @@
 HOMEPAGE=      http://jandecaluwe.com/Tools/MyHDL/Overview.html
 COMMENT=       Hardware description in Python
 
-PYDISTUTILSPKG=        yes
+PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of 0.7
 
 do-test:
        cd ${WRKSRC}/myhdl/test/core && ${PYTHONBIN} test_all.py
 
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r d6120522507e -r a22f07d31004 cad/py-MyHDL/PLIST
--- a/cad/py-MyHDL/PLIST        Mon Jan 20 15:45:23 2014 +0000
+++ b/cad/py-MyHDL/PLIST        Mon Jan 20 15:46:53 2014 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.7 2011/04/13 14:47:18 drochner Exp $
+@comment $NetBSD: PLIST,v 1.8 2014/01/20 15:46:53 wiz Exp $
+${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/myhdl/_Cosimulation.py
 ${PYSITELIB}/myhdl/_Cosimulation.pyc
 ${PYSITELIB}/myhdl/_Cosimulation.pyo



Home | Main Index | Thread Index | Old Index