diff options
author | wiz <wiz@pkgsrc.org> | 2016-07-09 13:03:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-07-09 13:03:30 +0000 |
commit | da61e44a22c162793e2fc3c1ac25b7a60797848e (patch) | |
tree | 1de762e883d3779f3b59f427c2c72c506eacef25 /sysutils | |
parent | bbac2fe3317b3616994e42a1bd35156115a53836 (diff) | |
download | pkgsrc-da61e44a22c162793e2fc3c1ac25b7a60797848e.tar.gz |
Remove python33: adapt all packages that refer to it.
Diffstat (limited to 'sysutils')
38 files changed, 76 insertions, 76 deletions
diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile index e0fe81cc905..12129bfb68a 100644 --- a/sysutils/ansible/Makefile +++ b/sysutils/ansible/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2016/02/18 09:24:25 he Exp $ +# $NetBSD: Makefile,v 1.19 2016/07/09 13:04:05 wiz Exp $ DISTNAME= ansible-1.9.4 PKGREVISION= 2 @@ -46,7 +46,7 @@ SUBST_FILES.pythonbin= Makefile SUBST_MESSAGE.pythonbin= Fixing path to PYTHONBIN. SUBST_SED.pythonbin= -e "s,PYTHON=python,PYTHON=${PYTHONBIN}," -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-paramiko +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-paramiko REPLACE_PYTHON= lib/ansible/runner/action_plugins/synchronize.py REPLACE_PYTHON+= lib/ansible/utils/module_docs.py diff --git a/sysutils/bup/Makefile b/sysutils/bup/Makefile index 9d6989e9fd9..5d5e99fb430 100644 --- a/sysutils/bup/Makefile +++ b/sysutils/bup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2016/07/09 06:38:58 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2016/07/09 13:04:05 wiz Exp $ DISTNAME= bup-0.27 PKGREVISION= 2 @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline DEPENDS+= ${PYPKGPREFIX}-tornado-[0-9]*:../../www/py-tornado DEPENDS+= git-base-[0-9]*:../../devel/git-base -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-fuse-bindings +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-fuse-bindings DOCDIR= ${WRKDIR}/bup-man diff --git a/sysutils/caja-dropbox/Makefile b/sysutils/caja-dropbox/Makefile index 01e0c178b4e..c7a4af9f0e8 100644 --- a/sysutils/caja-dropbox/Makefile +++ b/sysutils/caja-dropbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/05/21 19:18:44 youri Exp $ +# $NetBSD: Makefile,v 1.2 2016/07/09 13:04:06 wiz Exp $ .include "../../meta-pkgs/mate/Makefile.common" @@ -11,7 +11,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2 DEPENDS+= ${PYPKGPREFIX}-gobject-[0-9]*:../../devel/py-gobject DEPENDS+= ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2, py-gobject +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2, py-gobject REPLACE_PYTHON= caja-dropbox.in diff --git a/sysutils/cuisine/Makefile b/sysutils/cuisine/Makefile index 9df71e41e7c..7a9ca1393bd 100644 --- a/sysutils/cuisine/Makefile +++ b/sysutils/cuisine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2016/06/08 17:43:39 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2016/07/09 13:04:06 wiz Exp $ VERSION= 0.7.11 DISTNAME= cuisine-${VERSION} @@ -13,7 +13,7 @@ LICENSE= modified-bsd DEPENDS+= fabric>=1.7.0:../../sysutils/fabric -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.6.4 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.6.4 WRKSRC= ${WRKDIR}/cuisine-${VERSION} diff --git a/sysutils/dbus-python-common/Makefile b/sysutils/dbus-python-common/Makefile index 54c003e766c..cc29e397967 100644 --- a/sysutils/dbus-python-common/Makefile +++ b/sysutils/dbus-python-common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2016/04/15 10:15:15 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2016/07/09 13:04:06 wiz Exp $ DISTNAME= dbus-python-1.2.4 PKGNAME= ${DISTNAME:S/python/python-common/} @@ -15,7 +15,7 @@ CONFLICTS+= py[0-9]*-dbus<1.1.1 PYTHON_FOR_BUILD_ONLY= yes #BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils>=0:../../textproc/py-docutils #DEPENDS+= ${PYPKGPREFIX}-pyrex>=0.9.3:../../lang/py-pyrex -#PYTHON_VERSIONS_INCOMPATIBLE=33 34 35 # py-pyrex +#PYTHON_VERSIONS_INCOMPATIBLE=34 35 # py-pyrex USE_TOOLS+= pkg-config gmake GNU_CONFIGURE= yes diff --git a/sysutils/duplicity/Makefile b/sysutils/duplicity/Makefile index 72eaf1a1fb0..cd53e3a9f6c 100644 --- a/sysutils/duplicity/Makefile +++ b/sysutils/duplicity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2016/07/07 08:35:46 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2016/07/09 13:04:06 wiz Exp $ DISTNAME= duplicity-0.7.08 CATEGORIES= sysutils net @@ -18,7 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-paramiko-[0-9]*:../../security/py-paramiko REPLACE_PYTHON+= bin/duplicity \ bin/rdiffdir -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.6.22 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.6.22 EGG_NAME= ${DISTNAME:S/08/8/} SUBST_CLASSES+= fix-paths diff --git a/sysutils/euca2ools/Makefile b/sysutils/euca2ools/Makefile index 71177d90856..e2f2b6bb52c 100644 --- a/sysutils/euca2ools/Makefile +++ b/sysutils/euca2ools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2016/04/21 11:24:05 jperkin Exp $ +# $NetBSD: Makefile,v 1.7 2016/07/09 13:04:06 wiz Exp $ DISTNAME= euca2ools-2.1.2 CATEGORIES= sysutils @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-m2crypto>=0.20.2:../../security/py-m2crypto DEPENDS+= ${PYPKGPREFIX}-xml-[0-9]*:../../textproc/py-xml DEPENDS+= help2man-[0-9]*:../../converters/help2man -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-xml, py-m2crypto +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-xml, py-m2crypto #USE_LANGUAGES= # none diff --git a/sysutils/fabric/Makefile b/sysutils/fabric/Makefile index b4eed2a7f1a..c5512d81917 100644 --- a/sysutils/fabric/Makefile +++ b/sysutils/fabric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2016/06/08 17:43:39 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2016/07/09 13:04:06 wiz Exp $ VERSION= 1.10.2 DISTNAME= Fabric-${VERSION} @@ -13,7 +13,7 @@ LICENSE= 2-clause-bsd DEPENDS+= ${PYPKGPREFIX}-paramiko>=1.10.0:../../security/py-paramiko -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # no support yet +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # no support yet USE_TOOLS+= pax diff --git a/sysutils/gnome-commander/Makefile b/sysutils/gnome-commander/Makefile index 67cded950e0..6b02eee52e4 100644 --- a/sysutils/gnome-commander/Makefile +++ b/sysutils/gnome-commander/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2016/07/09 06:39:00 wiz Exp $ +# $NetBSD: Makefile,v 1.78 2016/07/09 13:04:06 wiz Exp $ DISTNAME= gnome-commander-1.2.8.15 PKGREVISION= 46 @@ -16,7 +16,7 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake intltool msgfmt pkg-config perl -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.2.8.15 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.2.8.15 #Problem with heimdal, on which this package depends via another packages. #Simple solution is delete link to fnmatch.h from work directory of package diff --git a/sysutils/libvirt/Makefile b/sysutils/libvirt/Makefile index 644afbde5e0..df49068f418 100644 --- a/sysutils/libvirt/Makefile +++ b/sysutils/libvirt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2016/07/09 12:47:05 rillig Exp $ +# $NetBSD: Makefile,v 1.39 2016/07/09 13:04:06 wiz Exp $ DISTNAME= libvirt-1.2.9 PKGREVISION= 9 @@ -18,7 +18,7 @@ USE_LIBTOOL= yes BUILD_DEFS+= VARBASE -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-xml PY_PATCHPLIST= yes REPLACE_PYTHON+= docs/apibuild.py diff --git a/sysutils/manifold/Makefile b/sysutils/manifold/Makefile index 9d9bf91929f..e7783a75839 100644 --- a/sysutils/manifold/Makefile +++ b/sysutils/manifold/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/06/08 17:43:39 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2016/07/09 13:04:06 wiz Exp $ PKGNAME= ${DISTNAME:S/^M/m/} DISTNAME= Manifold-0.2.0 @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-genshi-[0-9]*:../../www/py-genshi USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.2.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.2.0 post-extract: ${CHMOD} -R g-w ${WRKSRC}/* diff --git a/sysutils/monitoring/Makefile b/sysutils/monitoring/Makefile index db56c7242dd..6899c87ae57 100644 --- a/sysutils/monitoring/Makefile +++ b/sysutils/monitoring/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/12/05 21:25:59 adam Exp $ +# $NetBSD: Makefile,v 1.5 2016/07/09 13:04:06 wiz Exp $ VERSION= e518a90eade4ca538468b6640dccb651e6034b9e DISTNAME= ${VERSION} @@ -14,7 +14,7 @@ LICENSE= modified-bsd WRKSRC= ${WRKDIR}/monitoring-${VERSION} REPLACE_PYTHON+= Sources/monitoring.py Scripts/monitoring -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.9.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.9.5 DOCDIR= ${PREFIX}/share/doc/monitoring EXPDIR= ${PREFIX}/share/examples/monitoring diff --git a/sysutils/openxenmanager/Makefile b/sysutils/openxenmanager/Makefile index 96dcdaf2203..52c11599ef9 100644 --- a/sysutils/openxenmanager/Makefile +++ b/sysutils/openxenmanager/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/12/05 21:25:59 adam Exp $ +# $NetBSD: Makefile,v 1.16 2016/07/09 13:04:06 wiz Exp $ DISTNAME= openxenmanager_0.r80+dfsg.orig PKGNAME= openxenmanager-0.0.80 @@ -21,7 +21,7 @@ DEPENDS+= ${PYPKGPREFIX}-httplib2>=0.7.7:../../www/py-httplib2 INSTALLATION_DIRS= bin share REPLACE_PYTHON= openxenmanager/*py openxenmanager/pygtk_chart/*py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 OXMDIR= ${PREFIX} diff --git a/sysutils/polysh/Makefile b/sysutils/polysh/Makefile index eb1b1f63dff..35c134a6fc4 100644 --- a/sysutils/polysh/Makefile +++ b/sysutils/polysh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2015/12/05 21:25:59 adam Exp $ +# $NetBSD: Makefile,v 1.6 2016/07/09 13:04:06 wiz Exp $ DISTNAME= polysh-0.4 PKGREVISION= 1 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.4 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.4 REPLACE_PYTHON= polysh/rb_tree.py SUBST_CLASSES+= setup diff --git a/sysutils/py-borgbackup/Makefile b/sysutils/py-borgbackup/Makefile index 2f62ccffa69..767445a55c8 100644 --- a/sysutils/py-borgbackup/Makefile +++ b/sysutils/py-borgbackup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/04/30 06:25:05 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2016/07/09 13:04:07 wiz Exp $ DISTNAME= borgbackup-1.0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= modified-bsd BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm DEPENDS+= ${PYPKGPREFIX}-msgpack>=0.4.6:../../devel/py-msgpack -PYTHON_VERSIONS_INCOMPATIBLE= 27 33 +PYTHON_VERSIONS_INCOMPATIBLE= 27 MAKE_ENV+= BORG_OPENSSL_PREFIX=${SSLBASE:Q} MAKE_ENV+= BORG_LZ4_PREFIX=${BUILDLINK_PREFIX.lz4} diff --git a/sysutils/py-gnome-menus/Makefile b/sysutils/py-gnome-menus/Makefile index 60da7d64fb0..e6fb27e540b 100644 --- a/sysutils/py-gnome-menus/Makefile +++ b/sysutils/py-gnome-menus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2015/12/05 21:25:59 adam Exp $ +# $NetBSD: Makefile,v 1.29 2016/07/09 13:04:07 wiz Exp $ DISTNAME= gnome-menus-2.30.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -22,7 +22,7 @@ CONFIGURE_ARGS+= --enable-python BUILD_DIRS= python INSTALL_DIRS= python PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.30.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 2.30.5 BUILDLINK_API_DEPENDS.glib2+= glib2>=2.6.0 diff --git a/sysutils/py-notify-python/Makefile b/sysutils/py-notify-python/Makefile index 0006e3b4ca6..403ba778a0b 100644 --- a/sysutils/py-notify-python/Makefile +++ b/sysutils/py-notify-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/12/05 21:25:59 adam Exp $ +# $NetBSD: Makefile,v 1.14 2016/07/09 13:04:07 wiz Exp $ DISTNAME= notify-python-0.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -22,7 +22,7 @@ USE_TOOLS+= gmake pkg-config PKGCONFIG_OVERRIDE+= notify-python.pc.in PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 # Missing function attach_status_icon # http://trac.galago-project.org/ticket/121 diff --git a/sysutils/py-notify/Makefile b/sysutils/py-notify/Makefile index 0451748d0a8..b3f66dfdc29 100644 --- a/sysutils/py-notify/Makefile +++ b/sysutils/py-notify/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2015/12/05 21:25:59 adam Exp $ +# $NetBSD: Makefile,v 1.39 2016/07/09 13:04:07 wiz Exp $ DISTNAME= py-notify-0.2.1 PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}/1} @@ -11,7 +11,7 @@ HOMEPAGE= http://home.gna.org/py-notify/ COMMENT= Python package providing tool for observer programming pattern LICENSE= gnu-lgpl-v2.1 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.2.1 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/py-pefile/Makefile b/sysutils/py-pefile/Makefile index a32fd2aee70..faa544f83e4 100644 --- a/sysutils/py-pefile/Makefile +++ b/sysutils/py-pefile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/12/05 21:25:59 adam Exp $ +# $NetBSD: Makefile,v 1.5 2016/07/09 13:04:07 wiz Exp $ PEFILE_VERSION= 1.2.10-139 DISTNAME= pefile-${PEFILE_VERSION} @@ -11,7 +11,7 @@ HOMEPAGE= https://code.google.com/p/pefile/ COMMENT= Python module to read and work with PE files LICENSE= modified-bsd -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 EGG_NAME= pefile-${PEFILE_VERSION:S/-/.post/} diff --git a/sysutils/py-xattr/Makefile b/sysutils/py-xattr/Makefile index 8906ddada87..4e7f029ead1 100644 --- a/sysutils/py-xattr/Makefile +++ b/sysutils/py-xattr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/12/05 21:25:59 adam Exp $ +# $NetBSD: Makefile,v 1.10 2016/07/09 13:04:07 wiz Exp $ DISTNAME= v0.7.6 PROPERNAME= ${DISTNAME:S/v/xattr-/} @@ -24,7 +24,7 @@ FILES_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} # XXX: builds, installs, but cannot be executed -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 post-install: ${MV} ${DESTDIR}${PREFIX}/bin/xattr \ diff --git a/sysutils/rdiff-backup/Makefile b/sysutils/rdiff-backup/Makefile index 2fc7ae2fd06..8c9424548d5 100644 --- a/sysutils/rdiff-backup/Makefile +++ b/sysutils/rdiff-backup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2015/12/05 21:25:59 adam Exp $ +# $NetBSD: Makefile,v 1.50 2016/07/09 13:04:07 wiz Exp $ DISTNAME= rdiff-backup-1.2.8 PKGREVISION= 7 @@ -9,7 +9,7 @@ MAINTAINER= snj@NetBSD.org HOMEPAGE= http://www.nongnu.org/rdiff-backup/ COMMENT= Remote incremental backup utility -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.2.8 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.2.8 SUBST_CLASSES+= path SUBST_STAGE.path= post-patch diff --git a/sysutils/salt-docs/Makefile b/sysutils/salt-docs/Makefile index 08583221d77..b26a094e12f 100644 --- a/sysutils/salt-docs/Makefile +++ b/sysutils/salt-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/04/06 12:38:42 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2016/07/09 13:04:07 wiz Exp $ DISTNAME= salt-2015.8.5 PKGNAME= ${DISTNAME:S/-/-docs-/} @@ -32,7 +32,7 @@ do-install: && ${FIND} ${HTMLDIR} -type f -print ) >>${PLIST_SRC} # problem in sphinx config file? -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.10.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.10.5 # The upstream salt project does not say what version of sphinx is required. .include "../../lang/python/pyversion.mk" diff --git a/sysutils/salt/Makefile b/sysutils/salt/Makefile index 6e072b635d8..58aa3f2e884 100644 --- a/sysutils/salt/Makefile +++ b/sysutils/salt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2016/04/21 11:36:03 jperkin Exp $ +# $NetBSD: Makefile,v 1.40 2016/07/09 13:04:07 wiz Exp $ DISTNAME= salt-2015.8.5 PKGREVISION= 3 @@ -23,7 +23,7 @@ DEPENDS+= ${PYPKGPREFIX}-tornado>=4.3:../../www/py-tornado BUILD_DEFS+= VARBASE -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-m2crypto +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-m2crypto PYSETUPINSTALLARGS+= --salt-root-dir=${PREFIX} PYSETUPINSTALLARGS+= --salt-config-dir=${PKG_SYSCONFDIR} diff --git a/sysutils/virt-manager/Makefile b/sysutils/virt-manager/Makefile index ebfec6e314c..8a706ef9214 100644 --- a/sysutils/virt-manager/Makefile +++ b/sysutils/virt-manager/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2016/03/05 11:29:32 jperkin Exp $ +# $NetBSD: Makefile,v 1.23 2016/07/09 13:04:07 wiz Exp $ DISTNAME= virt-manager-0.9.4 PKGREVISION= 16 @@ -26,7 +26,7 @@ USE_PKGLOCALEDIR= yes GCONF_SCHEMAS+= virt-manager.schemas -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-ORBit via py-gnome2, py-gtk2 SUBST_CLASSES+= python SUBST_STAGE.python= pre-configure diff --git a/sysutils/virtinst/Makefile b/sysutils/virtinst/Makefile index 8e96c7febc9..7e35623f68b 100644 --- a/sysutils/virtinst/Makefile +++ b/sysutils/virtinst/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/12/05 21:26:00 adam Exp $ +# $NetBSD: Makefile,v 1.9 2016/07/09 13:04:07 wiz Exp $ DISTNAME= virtinst-0.600.3 PKGREVISION= 1 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 USE_TOOLS+= msgfmt xgettext USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.600.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.600.3 SUBST_CLASSES+= man SUBST_STAGE.man= pre-configure diff --git a/sysutils/xenkernel3/Makefile b/sysutils/xenkernel3/Makefile index 7feaa55e1f3..57872991812 100644 --- a/sysutils/xenkernel3/Makefile +++ b/sysutils/xenkernel3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2016/05/18 21:25:06 joerg Exp $ +# $NetBSD: Makefile,v 1.32 2016/07/09 13:04:07 wiz Exp $ VERSION= 3.1.4 DISTNAME= xen-${VERSION} @@ -23,7 +23,7 @@ USE_TOOLS+= gmake PYTHON_FOR_BUILD_ONLY= YES PY_PATCHPLIST= NO -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 3.1.4 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 3.1.4 SUBST_CLASSES+= py SUBST_STAGE.py= pre-build diff --git a/sysutils/xenkernel33/Makefile b/sysutils/xenkernel33/Makefile index 233a6febab6..2f5789af8fd 100644 --- a/sysutils/xenkernel33/Makefile +++ b/sysutils/xenkernel33/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2016/05/18 21:25:06 joerg Exp $ +# $NetBSD: Makefile,v 1.31 2016/07/09 13:04:08 wiz Exp $ VERSION= 3.3.2 DISTNAME= xen-${VERSION} @@ -27,7 +27,7 @@ USE_TOOLS+= gmake PYTHON_FOR_BUILD_ONLY= yes PY_PATCHPLIST= NO -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 3.3.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 3.3.2 SUBST_CLASSES+= py SUBST_STAGE.py= pre-build diff --git a/sysutils/xenkernel41/Makefile b/sysutils/xenkernel41/Makefile index 93e019c1df4..79a99275982 100644 --- a/sysutils/xenkernel41/Makefile +++ b/sysutils/xenkernel41/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2016/01/07 17:55:55 bouyer Exp $ +# $NetBSD: Makefile,v 1.49 2016/07/09 13:04:08 wiz Exp $ VERSION= 4.1.6.1 DISTNAME= xen-${VERSION} @@ -21,7 +21,7 @@ USE_TOOLS+= gmake PYTHON_FOR_BUILD_ONLY= yes PY_PATCHPLIST= NO -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 4.1.6.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 4.1.6.1 # XXX Why does this not work? # See work/xen-4.1.2/Config.mk:41 why PYTHON must be set and what for diff --git a/sysutils/xenkernel42/Makefile b/sysutils/xenkernel42/Makefile index 2eacc900ffc..85dcc07cac8 100644 --- a/sysutils/xenkernel42/Makefile +++ b/sysutils/xenkernel42/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2016/01/07 17:53:58 bouyer Exp $ +# $NetBSD: Makefile,v 1.21 2016/07/09 13:04:08 wiz Exp $ VERSION= 4.2.5 DISTNAME= xen-${VERSION} @@ -20,7 +20,7 @@ NO_CONFIGURE= yes USE_TOOLS+= gmake PYTHON_FOR_BUILD_ONLY= YES -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 4.2.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 4.2.3 MAKE_ENV+= OCAML_TOOLS=no diff --git a/sysutils/xenkernel45/Makefile b/sysutils/xenkernel45/Makefile index b1cd83882ec..38480b831d1 100644 --- a/sysutils/xenkernel45/Makefile +++ b/sysutils/xenkernel45/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/06/16 09:58:19 prlw1 Exp $ +# $NetBSD: Makefile,v 1.18 2016/07/09 13:04:08 wiz Exp $ VERSION= 4.5.3 DISTNAME= xen-${VERSION} @@ -20,7 +20,7 @@ NO_CONFIGURE= yes USE_TOOLS+= gmake PYTHON_FOR_BUILD_ONLY= YES -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 MAKE_ENV+= OCAML_TOOLS=no diff --git a/sysutils/xenkernel46/Makefile b/sysutils/xenkernel46/Makefile index 1ab171695ad..7f338c29121 100644 --- a/sysutils/xenkernel46/Makefile +++ b/sysutils/xenkernel46/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2016/07/04 07:25:13 jnemeth Exp $ +# $NetBSD: Makefile,v 1.2 2016/07/09 13:04:08 wiz Exp $ VERSION= 4.6.3 DISTNAME= xen-${VERSION} @@ -20,7 +20,7 @@ NO_CONFIGURE= yes USE_TOOLS+= gmake PYTHON_FOR_BUILD_ONLY= YES -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 MAKE_ENV+= OCAML_TOOLS=no diff --git a/sysutils/xentools3-hvm/Makefile b/sysutils/xentools3-hvm/Makefile index cf2ff20ed12..1616e5f56fd 100644 --- a/sysutils/xentools3-hvm/Makefile +++ b/sysutils/xentools3-hvm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2016/07/09 06:39:03 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2016/07/09 13:04:08 wiz Exp $ VERSION= 3.1.4 DISTNAME= xen-${VERSION} @@ -21,7 +21,7 @@ ONLY_FOR_PLATFORM+= NetBSD-*-i386 NetBSD-*-x86_64 CONFLICTS= xentools30-* xentools33-* CONFLICTS+= xenstoretools-* -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 3.1.4 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 3.1.4 WRKSRC= ${WRKDIR}/xen-${VERSION}/tools CHECK_PORTABILITY_SKIP+= examples/* xm-test/ramdisk/make-release.sh diff --git a/sysutils/xentools3/Makefile b/sysutils/xentools3/Makefile index edcaabb288d..3515828abf5 100644 --- a/sysutils/xentools3/Makefile +++ b/sysutils/xentools3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2016/07/09 06:39:03 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2016/07/09 13:04:08 wiz Exp $ VERSION= 3.1.4 DISTNAME= xen-${VERSION} @@ -15,7 +15,7 @@ COMMENT= Userland Tools for Xen DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline DEPENDS+= ${PYPKGPREFIX}-curses>=0nb4:../../devel/py-curses -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-xml MAKE_JOBS_SAFE= no diff --git a/sysutils/xentools33/Makefile b/sysutils/xentools33/Makefile index 0609f8f87c6..cb6abf65896 100644 --- a/sysutils/xentools33/Makefile +++ b/sysutils/xentools33/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2016/07/09 06:39:03 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2016/07/09 13:04:08 wiz Exp $ VERSION= 3.3.2 DISTNAME= xen-${VERSION} @@ -20,7 +20,7 @@ DEPENDS+= ${PYPKGPREFIX}-curses>=0nb4:../../devel/py-curses BUILD_DEPENDS+= dev86-[0-9]*:../../devel/dev86 # needed to build firmware PKG_SYSCONFSUBDIR= xen -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-xml ONLY_FOR_PLATFORM= Linux-2.6*-i386 Linux-2.6*-x86_64 ONLY_FOR_PLATFORM+= NetBSD-[5-9].*-x86_64 NetBSD-[5-9].*-i386 diff --git a/sysutils/xentools41/Makefile b/sysutils/xentools41/Makefile index fcde1b54701..3cecb9e72b4 100644 --- a/sysutils/xentools41/Makefile +++ b/sysutils/xentools41/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2016/07/09 06:39:03 wiz Exp $ +# $NetBSD: Makefile,v 1.63 2016/07/09 13:04:08 wiz Exp $ # # VERSION is set in version.mk as it is shared with other packages .include "version.mk" @@ -28,7 +28,7 @@ BUILD_DEPENDS+= dev86-[0-9]*:../../devel/dev86 # needed to build firmware BUILD_DEPENDS+= acpica-utils-[0-9]*:../../sysutils/acpica-utils .endif -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-xml PKG_SYSCONFSUBDIR= xen diff --git a/sysutils/xentools42/Makefile b/sysutils/xentools42/Makefile index e16bb2fa947..b915a875545 100644 --- a/sysutils/xentools42/Makefile +++ b/sysutils/xentools42/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2016/07/09 06:39:03 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2016/07/09 13:04:08 wiz Exp $ VERSION= 4.2.5 VERSION_IPXE= 1.0.0 @@ -26,7 +26,7 @@ BUILD_DEPENDS+= acpica-utils-[0-9]*:../../sysutils/acpica-utils DEPENDS+= ${PYPKGPREFIX}-curses>=0nb4:../../devel/py-curses DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-xml PKG_SYSCONFSUBDIR= xen diff --git a/sysutils/xentools45/Makefile b/sysutils/xentools45/Makefile index 29405cee20e..84ee9c7547b 100644 --- a/sysutils/xentools45/Makefile +++ b/sysutils/xentools45/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2016/07/09 06:39:03 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2016/07/09 13:04:08 wiz Exp $ VERSION= 4.5.3 PKGREVISION= 2 @@ -60,7 +60,7 @@ MAKE_ENV+= NO_WERROR=1 #MAKE_ENV+= INSTALL_DATA=${BSD_INSTALL_DATA} #MAKE_ENV+= INSTALL_PROG=${BSD_INSTALL_PROGRAM} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 PY_PATCHPLIST= yes REPLACE_PYTHON+= misc/sbdf2devicepath misc/xen-bugtool diff --git a/sysutils/xentools46/Makefile b/sysutils/xentools46/Makefile index 6d6be695a7a..9d25dbbcdae 100644 --- a/sysutils/xentools46/Makefile +++ b/sysutils/xentools46/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/07/09 06:39:03 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2016/07/09 13:04:08 wiz Exp $ VERSION= 4.6.3 VERSION_IPXE= 9a93db3f0947484e30e753bbd61a10b17336e20e @@ -61,7 +61,7 @@ MAKE_ENV+= NO_WERROR=1 #MAKE_ENV+= INSTALL_DATA=${BSD_INSTALL_DATA} #MAKE_ENV+= INSTALL_PROG=${BSD_INSTALL_PROGRAM} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 PY_PATCHPLIST= yes REPLACE_PYTHON+= misc/xen-bugtool misc/xen-ringwatch misc/xencons |