pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/virtinst Convert to distutils.mk. Mark as not...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ffd4718e3876
branches: trunk
changeset: 629597:ffd4718e3876
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Jan 23 19:18:07 2014 +0000
description:
Convert to distutils.mk. Mark as not for python-3.x.
Bump PKGREVISION.
diffstat:
sysutils/virtinst/Makefile | 8 ++++----
sysutils/virtinst/PLIST | 3 ++-
2 files changed, 6 insertions(+), 5 deletions(-)
diffs (46 lines):
diff -r aecc2629ce3f -r ffd4718e3876 sysutils/virtinst/Makefile
--- a/sysutils/virtinst/Makefile Thu Jan 23 19:12:27 2014 +0000
+++ b/sysutils/virtinst/Makefile Thu Jan 23 19:18:07 2014 +0000
@@ -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 @@
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_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 -r aecc2629ce3f -r ffd4718e3876 sysutils/virtinst/PLIST
--- a/sysutils/virtinst/PLIST Thu Jan 23 19:12:27 2014 +0000
+++ b/sysutils/virtinst/PLIST Thu Jan 23 19:18:07 2014 +0000
@@ -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/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
Home |
Main Index |
Thread Index |
Old Index