pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/gns3 Convert to distutils.mk. Mark as not fo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b1c6b72a65e2
branches: trunk
changeset: 629575:b1c6b72a65e2
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Jan 23 17:07:16 2014 +0000
description:
Convert to distutils.mk. Mark as not for python-3.x.
Bump PKGREVISION.
diffstat:
emulators/gns3/Makefile | 10 +++++-----
emulators/gns3/PLIST | 3 ++-
2 files changed, 7 insertions(+), 6 deletions(-)
diffs (45 lines):
diff -r aabdb726b881 -r b1c6b72a65e2 emulators/gns3/Makefile
--- a/emulators/gns3/Makefile Thu Jan 23 16:50:15 2014 +0000
+++ b/emulators/gns3/Makefile Thu Jan 23 17:07:16 2014 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2013/07/04 17:03:18 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2014/01/23 17:07:16 wiz Exp $
DISTNAME= GNS3-0.8.3.1-src
PKGNAME= gns3-0.8.3.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gns-3/GNS3/0.8.3.1/}
EXTRACT_SUFX= .tar.bz2
@@ -14,8 +14,8 @@
DEPENDS+= dynamips>=0.2.8rc1:../../emulators/dynamips
-PYDISTUTILSPKG= yes
-PY_PATCHPLIST= yes
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.8.3.1
+EGG_NAME= ${DISTNAME:S/-src//}
REPLACE_PYTHON+= src/GNS3/Dynagen/dynagen.py src/GNS3/Dynagen/confConsole.py
REPLACE_PYTHON+= src/GNS3/Dynagen/console.py src/GNS3/Dynagen/dynamips_lib.py
REPLACE_PYTHON+= src/GNS3/Dynagen/qemu_lib.py
@@ -23,7 +23,7 @@
REPLACE_PYTHON+= src/GNS3/Dynagen/portTracker_lib.py
.include "../../lang/python/application.mk"
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
.include "../../x11/py-sip/buildlink3.mk"
.include "../../x11/py-qt4/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r aabdb726b881 -r b1c6b72a65e2 emulators/gns3/PLIST
--- a/emulators/gns3/PLIST Thu Jan 23 16:50:15 2014 +0000
+++ b/emulators/gns3/PLIST Thu Jan 23 17:07:16 2014 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2013/03/01 21:29:14 markd Exp $
+@comment $NetBSD: PLIST,v 1.3 2014/01/23 17:07:16 wiz Exp $
bin/gns3
+${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/GNS3/Annotation.py
${PYSITELIB}/GNS3/Annotation.pyc
${PYSITELIB}/GNS3/Annotation.pyo
Home |
Main Index |
Thread Index |
Old Index