summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-09-02 13:19:35 +0000
committeradam <adam@pkgsrc.org>2019-09-02 13:19:35 +0000
commit77e07989540405e14ae0f3af5dc2d76d75532797 (patch)
tree698d3960598fa1d41f5a80411323ce184dbefe95 /sysutils
parentf192c1899e81d80dcbf1d6471f89cfd621b11e84 (diff)
downloadpkgsrc-77e07989540405e14ae0f3af5dc2d76d75532797.tar.gz
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/ansible/Makefile4
-rw-r--r--sysutils/bup/Makefile4
-rw-r--r--sysutils/cuisine/Makefile4
-rw-r--r--sysutils/duplicity/Makefile4
-rw-r--r--sysutils/fabric/Makefile4
-rw-r--r--sysutils/gnome-commander/Makefile4
-rw-r--r--sysutils/libvirt/Makefile4
-rw-r--r--sysutils/manifold/Makefile4
-rw-r--r--sysutils/monitoring/Makefile4
-rw-r--r--sysutils/openxenmanager/Makefile4
-rw-r--r--sysutils/polysh/Makefile4
-rw-r--r--sysutils/py-gnome-menus/Makefile4
-rw-r--r--sysutils/py-notify-python/Makefile4
-rw-r--r--sysutils/py-pefile/Makefile4
-rw-r--r--sysutils/rdiff-backup/Makefile4
-rw-r--r--sysutils/virt-manager/Makefile4
-rw-r--r--sysutils/virtinst/Makefile4
17 files changed, 34 insertions, 34 deletions
diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile
index 9698da46709..46ff66f09e7 100644
--- a/sysutils/ansible/Makefile
+++ b/sysutils/ansible/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2019/05/23 19:23:16 rillig Exp $
+# $NetBSD: Makefile,v 1.25 2019/09/02 13:20:09 adam Exp $
DISTNAME= ansible-1.9.4
PKGREVISION= 2
@@ -47,7 +47,7 @@ SUBST_FILES.pythonbin= Makefile
SUBST_MESSAGE.pythonbin= Fixing path to PYTHONBIN.
SUBST_SED.pythonbin= -e "s,PYTHON=python,PYTHON=${PYTHONBIN},"
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-paramiko
+PYTHON_VERSIONS_ACCEPTED= 27 # 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 c9ba3d2a957..8e60cc14fe7 100644
--- a/sysutils/bup/Makefile
+++ b/sysutils/bup/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2019/08/11 13:23:03 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2019/09/02 13:20:09 adam Exp $
DISTNAME= bup-0.28.1
PKGREVISION= 3
@@ -26,7 +26,7 @@ DEPENDS+= git-base-[0-9]*:../../devel/git-base
# TEST_DEPENDS
BUILD_DEPENDS+= rsync-[0-9]*:../../net/rsync
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-fuse-bindings
+PYTHON_VERSIONS_ACCEPTED= 27 # py-fuse-bindings
DOCDIR= ${WRKDIR}/bup-man
diff --git a/sysutils/cuisine/Makefile b/sysutils/cuisine/Makefile
index 2309530a1bc..dc2df804b88 100644
--- a/sysutils/cuisine/Makefile
+++ b/sysutils/cuisine/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2019/04/26 14:12:45 maya Exp $
+# $NetBSD: Makefile,v 1.16 2019/09/02 13:20:08 adam Exp $
VERSION= 0.7.13
DISTNAME= cuisine-${VERSION}
@@ -13,7 +13,7 @@ LICENSE= modified-bsd
DEPENDS+= fabric>=1.7.0:../../sysutils/fabric
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.6.4
+PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.6.4
WRKSRC= ${WRKDIR}/cuisine-${VERSION}
diff --git a/sysutils/duplicity/Makefile b/sysutils/duplicity/Makefile
index f1dea907aee..f87a46b3b57 100644
--- a/sysutils/duplicity/Makefile
+++ b/sysutils/duplicity/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2019/04/26 14:12:45 maya Exp $
+# $NetBSD: Makefile,v 1.48 2019/09/02 13:20:08 adam Exp $
DISTNAME= duplicity-0.7.17
PKGREVISION= 1
@@ -30,7 +30,7 @@ DEPENDS+= ${PYPKGPREFIX}-gdata-[0-9]*:../../www/py-gdata
REPLACE_PYTHON+= bin/duplicity \
bin/rdiffdir
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.6.22
+PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.6.22
EGG_NAME= ${DISTNAME:S/09/9/}
SUBST_CLASSES+= fix-paths
diff --git a/sysutils/fabric/Makefile b/sysutils/fabric/Makefile
index 67894a9c9dc..a7a24021047 100644
--- a/sysutils/fabric/Makefile
+++ b/sysutils/fabric/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2019/04/26 14:12:45 maya Exp $
+# $NetBSD: Makefile,v 1.52 2019/09/02 13:20:09 adam Exp $
VERSION= 1.12.0
DISTNAME= Fabric-${VERSION}
@@ -14,7 +14,7 @@ LICENSE= 2-clause-bsd
DEPENDS+= ${PYPKGPREFIX}-paramiko>=1.10.0:../../security/py-paramiko
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # no support yet
+PYTHON_VERSIONS_ACCEPTED= 27 # no support yet
USE_TOOLS+= pax
diff --git a/sysutils/gnome-commander/Makefile b/sysutils/gnome-commander/Makefile
index 59d50d70c8b..94a1e9b5010 100644
--- a/sysutils/gnome-commander/Makefile
+++ b/sysutils/gnome-commander/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.119 2019/08/11 13:23:07 wiz Exp $
+# $NetBSD: Makefile,v 1.120 2019/09/02 13:20:08 adam Exp $
DISTNAME= gnome-commander-1.2.8.15
PKGREVISION= 83
@@ -16,7 +16,7 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config perl
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.2.8.15
+PYTHON_VERSIONS_ACCEPTED= 27 # 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 2e15c43bb06..fdc19ecc29a 100644
--- a/sysutils/libvirt/Makefile
+++ b/sysutils/libvirt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2019/08/22 12:23:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.68 2019/09/02 13:20:09 adam Exp $
DISTNAME= libvirt-1.2.9
PKGREVISION= 32
@@ -19,7 +19,7 @@ USE_LIBTOOL= yes
BUILD_DEFS+= VARBASE
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-xml
+PYTHON_VERSIONS_ACCEPTED= 27 # py-xml
PY_PATCHPLIST= yes
REPLACE_PYTHON+= docs/apibuild.py
diff --git a/sysutils/manifold/Makefile b/sysutils/manifold/Makefile
index edb27d91b2b..4f9fb38afc2 100644
--- a/sysutils/manifold/Makefile
+++ b/sysutils/manifold/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2019/04/26 13:14:15 maya Exp $
+# $NetBSD: Makefile,v 1.13 2019/09/02 13:20:09 adam Exp $
PKGNAME= ${DISTNAME:S/^M/m/}
PKGREVISION= 1
@@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-genshi-[0-9]*:../../www/py-genshi
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.2.0
+PYTHON_VERSIONS_ACCEPTED= 27 # 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 8b78e984f97..8a2b67a3d18 100644
--- a/sysutils/monitoring/Makefile
+++ b/sysutils/monitoring/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2019/04/26 14:12:46 maya Exp $
+# $NetBSD: Makefile,v 1.11 2019/09/02 13:20:09 adam Exp $
VERSION= e518a90eade4ca538468b6640dccb651e6034b9e
DISTNAME= ${VERSION}
@@ -15,7 +15,7 @@ LICENSE= modified-bsd
WRKSRC= ${WRKDIR}/monitoring-${VERSION}
REPLACE_PYTHON+= Sources/monitoring.py Scripts/monitoring
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.9.5
+PYTHON_VERSIONS_ACCEPTED= 27 # 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 165e91725d0..f5a091c28c8 100644
--- a/sysutils/openxenmanager/Makefile
+++ b/sysutils/openxenmanager/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2019/07/21 22:25:45 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2019/09/02 13:20:08 adam 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= 36 37 # py-gtk2
+PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2
OXMDIR= ${PREFIX}
diff --git a/sysutils/polysh/Makefile b/sysutils/polysh/Makefile
index 7a6919650ea..f064517e472 100644
--- a/sysutils/polysh/Makefile
+++ b/sysutils/polysh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2019/04/26 13:14:15 maya Exp $
+# $NetBSD: Makefile,v 1.12 2019/09/02 13:20:08 adam Exp $
DISTNAME= polysh-0.4
PKGREVISION= 2
@@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.4
+PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.4
REPLACE_PYTHON= polysh/rb_tree.py
SUBST_CLASSES+= setup
diff --git a/sysutils/py-gnome-menus/Makefile b/sysutils/py-gnome-menus/Makefile
index 2987809e89b..b087d6f255d 100644
--- a/sysutils/py-gnome-menus/Makefile
+++ b/sysutils/py-gnome-menus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2019/04/26 14:12:46 maya Exp $
+# $NetBSD: Makefile,v 1.36 2019/09/02 13:20:08 adam 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= 36 37 # not yet ported as of 2.30.5
+PYTHON_VERSIONS_ACCEPTED= 27 # 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 b0c3f6fcd95..7a38a078078 100644
--- a/sysutils/py-notify-python/Makefile
+++ b/sysutils/py-notify-python/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2019/07/21 22:24:12 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2019/09/02 13:20:08 adam Exp $
DISTNAME= notify-python-0.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -21,7 +21,7 @@ USE_TOOLS+= gmake pkg-config
PKGCONFIG_OVERRIDE+= notify-python.pc.in
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2
+PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2
# Missing function attach_status_icon
# http://trac.galago-project.org/ticket/121
diff --git a/sysutils/py-pefile/Makefile b/sysutils/py-pefile/Makefile
index 4b185e1278a..1fc55a3a8f2 100644
--- a/sysutils/py-pefile/Makefile
+++ b/sysutils/py-pefile/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2019/04/26 13:14:15 maya Exp $
+# $NetBSD: Makefile,v 1.10 2019/09/02 13:20:08 adam Exp $
PEFILE_VERSION= 1.2.10-139
DISTNAME= pefile-${PEFILE_VERSION}
@@ -11,7 +11,7 @@ HOMEPAGE= https://github.com/erocarrera/pefile
COMMENT= Python module to read and work with PE files
LICENSE= modified-bsd
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37
+PYTHON_VERSIONS_ACCEPTED= 27
EGG_NAME= pefile-${PEFILE_VERSION:S/-/.post/}
diff --git a/sysutils/rdiff-backup/Makefile b/sysutils/rdiff-backup/Makefile
index 780447c42c1..0678ad95a27 100644
--- a/sysutils/rdiff-backup/Makefile
+++ b/sysutils/rdiff-backup/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2019/04/26 13:14:16 maya Exp $
+# $NetBSD: Makefile,v 1.57 2019/09/02 13:20:09 adam Exp $
DISTNAME= rdiff-backup-1.2.8
PKGREVISION= 9
@@ -9,7 +9,7 @@ MAINTAINER= snj@NetBSD.org
HOMEPAGE= http://www.nongnu.org/rdiff-backup/
COMMENT= Remote incremental backup utility
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.2.8
+PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.2.8
SUBST_CLASSES+= path
SUBST_STAGE.path= pre-configure
diff --git a/sysutils/virt-manager/Makefile b/sysutils/virt-manager/Makefile
index 29e95efed70..63b3fb423cc 100644
--- a/sysutils/virt-manager/Makefile
+++ b/sysutils/virt-manager/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2019/07/21 22:25:46 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2019/09/02 13:20:09 adam Exp $
DISTNAME= virt-manager-0.9.4
PKGREVISION= 27
@@ -26,7 +26,7 @@ USE_PKGLOCALEDIR= yes
GCONF_SCHEMAS+= virt-manager.schemas
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-ORBit via py-gnome2, py-gtk2
+PYTHON_VERSIONS_ACCEPTED= 27 # 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 a4006bd032a..9d5dfa1392a 100644
--- a/sysutils/virtinst/Makefile
+++ b/sysutils/virtinst/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2019/04/26 14:12:46 maya Exp $
+# $NetBSD: Makefile,v 1.15 2019/09/02 13:20:09 adam Exp $
DISTNAME= virtinst-0.600.3
PKGREVISION= 2
@@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2
USE_TOOLS+= msgfmt xgettext
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.600.3
+PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.600.3
SUBST_CLASSES+= man
SUBST_STAGE.man= pre-configure