summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-23 19:18:07 +0000
committerwiz <wiz@pkgsrc.org>2014-01-23 19:18:07 +0000
commit1332687a67b811f4121c5a7f8694aa7dd5c8a508 (patch)
tree0aeb71c9fe621b51f4573d2e873110ea7ceafbd7 /sysutils
parent2d4845e68f217ea1089d7d35303ed114b675032c (diff)
downloadpkgsrc-1332687a67b811f4121c5a7f8694aa7dd5c8a508.tar.gz
Convert to distutils.mk. Mark as not for python-3.x.
Bump PKGREVISION.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/virtinst/Makefile8
-rw-r--r--sysutils/virtinst/PLIST3
2 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/virtinst/Makefile b/sysutils/virtinst/Makefile
index 53bb318b2de..743a4d51cf4 100644
--- a/sysutils/virtinst/Makefile
+++ b/sysutils/virtinst/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2012/10/23 19:51:29 asau Exp $
-#
+# $NetBSD: Makefile,v 1.6 2014/01/23 19:18:07 wiz Exp $
DISTNAME= virtinst-0.600.3
+PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://virt-manager.org/download/sources/virtinst/
@@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2
USE_TOOLS+= msgfmt xgettext
USE_LANGUAGES= # none
-PYDISTUTILSPKG= yes
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.600.3
SUBST_CLASSES+= man
SUBST_STAGE.man= pre-configure
@@ -22,5 +22,5 @@ SUBST_FILES.man= setup.py
SUBST_SED.man= -e 's,@@PKGMANDIR@@,${PKGMANDIR},'
.include "../../lang/python/application.mk"
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/virtinst/PLIST b/sysutils/virtinst/PLIST
index 8eea3332830..4cace0f716a 100644
--- a/sysutils/virtinst/PLIST
+++ b/sysutils/virtinst/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2012/09/05 21:09:10 gls Exp $
+@comment $NetBSD: PLIST,v 1.2 2014/01/23 19:18:07 wiz Exp $
bin/virt-clone
bin/virt-convert
bin/virt-image
@@ -33,6 +33,7 @@ ${PYSITELIB}/virtconv/parsers/vmx.pyo
${PYSITELIB}/virtconv/vmcfg.py
${PYSITELIB}/virtconv/vmcfg.pyc
${PYSITELIB}/virtconv/vmcfg.pyo
+${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/virtinst/Boot.py
${PYSITELIB}/virtinst/Boot.pyc
${PYSITELIB}/virtinst/Boot.pyo