summaryrefslogtreecommitdiff
path: root/net
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 /net
parentf192c1899e81d80dcbf1d6471f89cfd621b11e84 (diff)
downloadpkgsrc-77e07989540405e14ae0f3af5dc2d76d75532797.tar.gz
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8
Diffstat (limited to 'net')
-rw-r--r--net/Radicale/options.mk4
-rw-r--r--net/Radicale2/options.mk4
-rw-r--r--net/avahi/options.mk4
-rw-r--r--net/bittornado-gui/Makefile4
-rw-r--r--net/bittornado/Makefile4
-rw-r--r--net/bittorrent-gui/Makefile4
-rw-r--r--net/bittorrent/Makefile4
-rw-r--r--net/calypso/Makefile4
-rw-r--r--net/coherence/Makefile4
-rw-r--r--net/coilmq/Makefile4
-rw-r--r--net/exabgp/Makefile4
-rw-r--r--net/gitso/Makefile4
-rw-r--r--net/gtk-vnc/options.mk4
-rw-r--r--net/mimms/Makefile4
-rw-r--r--net/nagstamon/Makefile4
-rw-r--r--net/nicotine/Makefile4
-rw-r--r--net/omniORB/Makefile4
-rw-r--r--net/py-ORBit/Makefile4
-rw-r--r--net/py-adns/Makefile4
-rw-r--r--net/py-beanstalkc/Makefile4
-rw-r--r--net/py-bitmessage/Makefile4
-rw-r--r--net/py-caldav/Makefile4
-rw-r--r--net/py-dpkt/Makefile4
-rw-r--r--net/py-foolscap/Makefile4
-rw-r--r--net/py-google/Makefile4
-rw-r--r--net/py-kenosis/Makefile4
-rw-r--r--net/py-libdnet/Makefile4
-rw-r--r--net/py-libpcap/Makefile4
-rw-r--r--net/py-medusa/Makefile4
-rw-r--r--net/py-metar/Makefile4
-rw-r--r--net/py-netsnmp/Makefile4
-rw-r--r--net/py-omniORBpy/Makefile4
-rw-r--r--net/py-pcap/Makefile4
-rw-r--r--net/py-s3cmd/Makefile4
-rw-r--r--net/py-socketpool/Makefile4
-rw-r--r--net/py-txamqp/Makefile4
-rw-r--r--net/pygopherd/Makefile4
-rw-r--r--net/scapy/Makefile4
-rw-r--r--net/scapy/options.mk4
-rw-r--r--net/upnpinspector/Makefile4
40 files changed, 80 insertions, 80 deletions
diff --git a/net/Radicale/options.mk b/net/Radicale/options.mk
index 660e2ef740c..3fc1b9e5b24 100644
--- a/net/Radicale/options.mk
+++ b/net/Radicale/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2019/04/26 13:14:06 maya Exp $
+# $NetBSD: options.mk,v 1.9 2019/09/02 13:19:49 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.Radicale
PKG_SUPPORTED_OPTIONS= git ldap
@@ -10,6 +10,6 @@ DEPENDS+= ${PYPKGPREFIX}-dulwich-[0-9]*:../../devel/py-dulwich
.endif
.if !empty(PKG_OPTIONS:Mldap)
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-ldap
+PYTHON_VERSIONS_ACCEPTED= 27 # py-ldap
DEPENDS+= ${PYPKGPREFIX}-ldap-[0-9]*:../../databases/py-ldap
.endif
diff --git a/net/Radicale2/options.mk b/net/Radicale2/options.mk
index d0c1c4cb03b..07c13364cdc 100644
--- a/net/Radicale2/options.mk
+++ b/net/Radicale2/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2019/04/26 13:14:07 maya Exp $
+# $NetBSD: options.mk,v 1.5 2019/09/02 13:19:49 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.Radicale
@@ -8,6 +8,6 @@ PKG_OPTIONS_VAR= PKG_OPTIONS.Radicale
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mldap)
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-ldap
+PYTHON_VERSIONS_ACCEPTED= 27 # py-ldap
DEPENDS+= ${PYPKGPREFIX}-ldap-[0-9]*:../../databases/py-ldap
.endif
diff --git a/net/avahi/options.mk b/net/avahi/options.mk
index 1a91c9761ac..54a4009e8a2 100644
--- a/net/avahi/options.mk
+++ b/net/avahi/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.12 2019/04/26 13:14:07 maya Exp $
+# $NetBSD: options.mk,v 1.13 2019/09/02 13:19:49 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.avahi
PKG_SUPPORTED_OPTIONS= avahi-howl gdbm introspection gtk2 gtk3 mono python
@@ -71,7 +71,7 @@ CONFIGURE_ARGS+= --disable-qt4
###
.if !empty(PKG_OPTIONS:Mpython)
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2
+PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2
. include "../../lang/python/application.mk"
REPLACE_PYTHON+= avahi-python/avahi-discover/__init__.py
. include "../../lang/python/extension.mk"
diff --git a/net/bittornado-gui/Makefile b/net/bittornado-gui/Makefile
index 85cfccd1b36..0df1a9d5ae4 100644
--- a/net/bittornado-gui/Makefile
+++ b/net/bittornado-gui/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2019/04/26 13:14:07 maya Exp $
+# $NetBSD: Makefile,v 1.38 2019/09/02 13:19:48 adam Exp $
.include "../../net/bittornado/Makefile.common"
@@ -16,7 +16,7 @@ NO_BUILD= yes
REPLACE_PYTHON= btcompletedirgui.py btdownloadgui.py
REPLACE_PYTHON+= btmaketorrentgui.py
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-wxWidgets
+PYTHON_VERSIONS_ACCEPTED= 27 # py-wxWidgets
INSTALLATION_DIRS= bin
diff --git a/net/bittornado/Makefile b/net/bittornado/Makefile
index 12ea1b61227..ad5bb6a3210 100644
--- a/net/bittornado/Makefile
+++ b/net/bittornado/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2019/04/26 14:12:42 maya Exp $
+# $NetBSD: Makefile,v 1.20 2019/09/02 13:19:48 adam Exp $
.include "Makefile.common"
@@ -9,7 +9,7 @@ CONFLICTS= bittorrent-[0-9]*
DEPENDS+= ${PYPKGPREFIX}-cursespanel-[0-9]*:../../devel/py-cursespanel
DEPENDS+= ${PYPKGPREFIX}-crypto>=2.0:../../security/py-crypto
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.3.18
+PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.3.18
EGG_NAME= BitTornado-T_${PKGVERSION_NOREV}._BitTornado_
diff --git a/net/bittorrent-gui/Makefile b/net/bittorrent-gui/Makefile
index 9c5be1e0ca7..21aac815b95 100644
--- a/net/bittorrent-gui/Makefile
+++ b/net/bittorrent-gui/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2019/04/26 13:14:07 maya Exp $
+# $NetBSD: Makefile,v 1.42 2019/09/02 13:19:52 adam Exp $
.include "../../net/bittorrent/Makefile.common"
@@ -11,7 +11,7 @@ DEPENDS+= bittorrent>=${PKGVERSION_NOREV}:../../net/bittorrent
DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.6:../../x11/py-gtk2
REPLACE_PYTHON= bittorrent maketorrent
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2
+PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2
CONFLICTS+= bittornado-gui-[0-9]*
diff --git a/net/bittorrent/Makefile b/net/bittorrent/Makefile
index d49ba037bd7..40c94fdcfde 100644
--- a/net/bittorrent/Makefile
+++ b/net/bittorrent/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2019/04/26 14:12:42 maya Exp $
+# $NetBSD: Makefile,v 1.55 2019/09/02 13:19:48 adam Exp $
.include "Makefile.common"
@@ -28,7 +28,7 @@ SUBST_FILES.sha+= khashmir/utkhashmir.py
SUBST_FILES.sha+= torrentinfo-console.py
SUBST_SED.sha= -e "s/^from sha import .*/from hashlib import sha1 as sha/"
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 4.4.0
+PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 4.4.0
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
diff --git a/net/calypso/Makefile b/net/calypso/Makefile
index 15294a61ca2..f1388c47be3 100644
--- a/net/calypso/Makefile
+++ b/net/calypso/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2019/04/26 13:14:07 maya Exp $
+# $NetBSD: Makefile,v 1.19 2019/09/02 13:19:52 adam Exp $
DISTNAME= calypso-1.3
PKGREVISION= 2
@@ -16,7 +16,7 @@ DEPENDS+= git-base-[0-9]*:../../devel/git-base
INSTALLATION_DIRS= share/examples/calypso
INSTALLATION_DIRS+= ${PKGMANDIR}/man1
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # as of 1.3
+PYTHON_VERSIONS_ACCEPTED= 27 # as of 1.3
REPLACE_PYTHON= calypso.py
post-install:
diff --git a/net/coherence/Makefile b/net/coherence/Makefile
index a9ddb75974f..9ba02c84729 100644
--- a/net/coherence/Makefile
+++ b/net/coherence/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2019/04/26 13:14:07 maya Exp $
+# $NetBSD: Makefile,v 1.19 2019/09/02 13:19:50 adam Exp $
DISTNAME= Coherence-0.6.6.2
PKGNAME= coherence-0.6.6.2
@@ -14,7 +14,7 @@ USE_LANGUAGES= # none
DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # as of 0.6.6.2
+PYTHON_VERSIONS_ACCEPTED= 27 # as of 0.6.6.2
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/coilmq/Makefile b/net/coilmq/Makefile
index d374c60d1be..62828451c11 100644
--- a/net/coilmq/Makefile
+++ b/net/coilmq/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2019/04/26 13:14:07 maya Exp $
+# $NetBSD: Makefile,v 1.15 2019/09/02 13:19:49 adam Exp $
DISTNAME= CoilMQ-0.6.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -26,7 +26,7 @@ SUBST_STAGE.cfg= pre-configure
SUBST_FILES.cfg= coilmq/config/__init__.py
SUBST_SED.cfg= -e 's,/path/to/config.cfg,${PKG_SYSCONFDIR}/defaults.cfg,'
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-stompclient, py-daemon
+PYTHON_VERSIONS_ACCEPTED= 27 # py-stompclient, py-daemon
EGDIR= ${PREFIX}/share/examples/coilmq
diff --git a/net/exabgp/Makefile b/net/exabgp/Makefile
index cc8573ea0ae..21e76ad4cc3 100644
--- a/net/exabgp/Makefile
+++ b/net/exabgp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2019/08/11 13:22:08 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2019/09/02 13:19:52 adam Exp $
VERSION= 3.4.23
DISTNAME= ${VERSION}
@@ -56,7 +56,7 @@ REPLACE_PYTHON+= qa/conf/api-vpnv4.run
REPLACE_PYTHON+= qa/conf/manual-eor.run
REPLACE_PYTHON+= qa/conf/watchdog.run
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 3.2.19
+PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 3.2.19
USE_LANGUAGES= # none
diff --git a/net/gitso/Makefile b/net/gitso/Makefile
index 67ad8733b47..edcee0b5887 100644
--- a/net/gitso/Makefile
+++ b/net/gitso/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2019/07/21 22:25:30 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2019/09/02 13:19:52 adam Exp $
DISTNAME= gitso-0.6
PKGREVISION= 22
@@ -17,7 +17,7 @@ DEPENDS+= x11vnc-[0-9]*:../../x11/x11vnc
WRKSRC= ${WRKDIR}/Gitso
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-wxWidgets
+PYTHON_VERSIONS_ACCEPTED= 27 # py-wxWidgets
USE_TOOLS+= bash:run
diff --git a/net/gtk-vnc/options.mk b/net/gtk-vnc/options.mk
index 5d8f5499aba..e5fde425eaa 100644
--- a/net/gtk-vnc/options.mk
+++ b/net/gtk-vnc/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.12 2019/04/26 13:14:08 maya Exp $
+# $NetBSD: options.mk,v 1.13 2019/09/02 13:19:50 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gtk-vnc
PKG_SUPPORTED_OPTIONS= python vnc-sasl pulseaudio
@@ -8,7 +8,7 @@ PKG_SUGGESTED_OPTIONS= python vnc-sasl
PLIST_VARS= python
.if !empty(PKG_OPTIONS:Mpython)
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2
+PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2
.include "../../lang/python/extension.mk"
.include "../../x11/py-gtk2/buildlink3.mk"
PLIST.python= yes
diff --git a/net/mimms/Makefile b/net/mimms/Makefile
index 9c2f36ceea4..53aacc93f8e 100644
--- a/net/mimms/Makefile
+++ b/net/mimms/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2019/04/26 14:12:42 maya Exp $
+# $NetBSD: Makefile,v 1.12 2019/09/02 13:19:49 adam Exp $
DISTNAME= mimms-3.2.1
PKGREVISION= 1
@@ -16,7 +16,7 @@ LICENSE= gnu-gpl-v3
EGG_NAME?= ${DISTNAME:C/-([^0-9])/_\1/gC/([0-9])\.([0-9])\.([0-9])/\1.\2/}
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 3.2
+PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 3.2
SUBST_CLASSES+= man
SUBST_FILES.man+= setup.py
diff --git a/net/nagstamon/Makefile b/net/nagstamon/Makefile
index 0fae1c9cb64..e61fe4c9461 100644
--- a/net/nagstamon/Makefile
+++ b/net/nagstamon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2019/07/21 22:25:32 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2019/09/02 13:19:50 adam Exp $
VERSION= 1.0.1
DISTNAME= Nagstamon-${VERSION}
@@ -25,7 +25,7 @@ INSTALLATION_DIRS+= ${PKGMANDIR}/man1
REPLACE_PYTHON= ${WRKSRC}/*.py
REPLACE_PYTHON+= ${WRKSRC}/Nagstamon/Server/Multisite.py
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-libxslt, py-ORBit via py-gnome2, py-gtk2
+PYTHON_VERSIONS_ACCEPTED= 27 # py-libxslt, py-ORBit via py-gnome2, py-gtk2
SUBST_CLASSES+= mandir
SUBST_STAGE.mandir= pre-configure
diff --git a/net/nicotine/Makefile b/net/nicotine/Makefile
index f2e16959517..f772f106d40 100644
--- a/net/nicotine/Makefile
+++ b/net/nicotine/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2019/04/26 13:14:08 maya Exp $
+# $NetBSD: Makefile,v 1.53 2019/09/02 13:19:52 adam Exp $
DISTNAME= nicotine-1.0.8
PKGREVISION= 17
@@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2>=1.99.16:../../x11/py-gtk2
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= # empty
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2
+PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2
MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q}
diff --git a/net/omniORB/Makefile b/net/omniORB/Makefile
index 3c456307614..c20ab70f8fc 100644
--- a/net/omniORB/Makefile
+++ b/net/omniORB/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2019/04/26 14:12:43 maya Exp $
+# $NetBSD: Makefile,v 1.20 2019/09/02 13:19:50 adam Exp $
DISTNAME= omniORB-4.1.7
PKGREVISION= 2
@@ -45,7 +45,7 @@ CONFIGURE_ARGS+=--disable-ipv6
PY_PATCHPLIST= yes
REPLACE_PYTHON+= src/tool/omniidl/python/scripts/omniidlrun.py
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 4.1.7
+PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 4.1.7
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/examples/omniORB/
diff --git a/net/py-ORBit/Makefile b/net/py-ORBit/Makefile
index b87a6deaede..8c1d8ed447f 100644
--- a/net/py-ORBit/Makefile
+++ b/net/py-ORBit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2019/04/26 13:14:08 maya Exp $
+# $NetBSD: Makefile,v 1.56 2019/09/02 13:19:51 adam Exp $
DISTNAME= pyorbit-2.24.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyorbit/ORBit/}
@@ -23,7 +23,7 @@ PYTHON_SELF_CONFLICT= YES
BUILDLINK_API_DEPENDS.python26+= python26>=2.6.2nb4
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # dead upstream, no plans to port
+PYTHON_VERSIONS_ACCEPTED= 27 # dead upstream, no plans to port
BUILDLINK_TRANSFORM.SunOS+= rm:-std=c9x
diff --git a/net/py-adns/Makefile b/net/py-adns/Makefile
index 9943b945941..0bf665a4c3a 100644
--- a/net/py-adns/Makefile
+++ b/net/py-adns/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2019/04/26 14:12:43 maya Exp $
+# $NetBSD: Makefile,v 1.24 2019/09/02 13:19:49 adam Exp $
DISTNAME= adns-python-1.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
@@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2
CONFLICTS= ${PYPKGPREFIX}-adns-python-[0-9]*
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.2.1
+PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.2.1
BUILDLINK_API_DEPENDS.adns+= adns>=1.2
.include "../../net/adns/buildlink3.mk"
diff --git a/net/py-beanstalkc/Makefile b/net/py-beanstalkc/Makefile
index f137a0a4ca8..88fe94206ab 100644
--- a/net/py-beanstalkc/Makefile
+++ b/net/py-beanstalkc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2019/04/26 13:14:08 maya Exp $
+# $NetBSD: Makefile,v 1.10 2019/09/02 13:19:51 adam Exp $
DISTNAME= beanstalkc-0.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -13,7 +13,7 @@ LICENSE= apache-2.0
USE_LANGUAGES= # none
REPLACE_PYTHON+= beanstalkc.py
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37
+PYTHON_VERSIONS_ACCEPTED= 27
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
diff --git a/net/py-bitmessage/Makefile b/net/py-bitmessage/Makefile
index c7f6eabc549..ce539955a60 100644
--- a/net/py-bitmessage/Makefile
+++ b/net/py-bitmessage/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2019/04/26 13:14:08 maya Exp $
+# $NetBSD: Makefile,v 1.9 2019/09/02 13:19:51 adam Exp $
DISTNAME= PyBitmessage-0.6.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//:tl}
@@ -12,7 +12,7 @@ HOMEPAGE= https://github.com/Bitmessage/PyBitmessage/
COMMENT= P2P communications protocol used to send encrypted messages
LICENSE= mit
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37
+PYTHON_VERSIONS_ACCEPTED= 27
HAS_CONFIGURE= yes
USE_LANGUAGES= # none
diff --git a/net/py-caldav/Makefile b/net/py-caldav/Makefile
index f97f02d9015..5f17f4041cb 100644
--- a/net/py-caldav/Makefile
+++ b/net/py-caldav/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2019/04/26 13:14:09 maya Exp $
+# $NetBSD: Makefile,v 1.16 2019/09/02 13:19:50 adam Exp $
DISTNAME= caldav-0.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-vobject-[0-9]*:../../textproc/py-vobject
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # as of 0.2.1
+PYTHON_VERSIONS_ACCEPTED= 27 # as of 0.2.1
REPLACE_PYTHON+= caldav/__init__.py caldav/davclient.py
REPLACE_PYTHON+= caldav/elements/__init__.py caldav/elements/base.py
diff --git a/net/py-dpkt/Makefile b/net/py-dpkt/Makefile
index 4c7ede710dc..c9a8869abc1 100644
--- a/net/py-dpkt/Makefile
+++ b/net/py-dpkt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2019/04/26 14:12:43 maya Exp $
+# $NetBSD: Makefile,v 1.13 2019/09/02 13:19:48 adam Exp $
DISTNAME= dpkt-1.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -13,7 +13,7 @@ LICENSE= modified-bsd
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.8
+PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.8
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/py-foolscap/Makefile b/net/py-foolscap/Makefile
index b1d050d3859..0ffa3827a22 100644
--- a/net/py-foolscap/Makefile
+++ b/net/py-foolscap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2019/04/26 13:14:09 maya Exp $
+# $NetBSD: Makefile,v 1.33 2019/09/02 13:19:51 adam Exp $
DISTNAME= foolscap-0.13.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.6:../../security/py-OpenSSL
DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>=3.6.1:../../devel/py-ZopeInterface
DEPENDS+= ${PYPKGPREFIX}-twisted>=16.0:../../net/py-twisted
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # as of 0.12.7
+PYTHON_VERSIONS_ACCEPTED= 27 # as of 0.12.7
TEST_TARGET= test
diff --git a/net/py-google/Makefile b/net/py-google/Makefile
index 4a9ab5b2a44..bc793aabadc 100644
--- a/net/py-google/Makefile
+++ b/net/py-google/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2019/04/26 13:14:09 maya Exp $
+# $NetBSD: Makefile,v 1.40 2019/09/02 13:19:52 adam Exp $
DISTNAME= pygoogle-0.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-SOAPpy-[0-9]*:../../net/py-soappy
EGG_NAME= pygoogle-0.5
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-xml via py-soappy
+PYTHON_VERSIONS_ACCEPTED= 27 # py-xml via py-soappy
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/py-kenosis/Makefile b/net/py-kenosis/Makefile
index 317b44a6460..5c202bd2fca 100644
--- a/net/py-kenosis/Makefile
+++ b/net/py-kenosis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2019/04/26 14:12:43 maya Exp $
+# $NetBSD: Makefile,v 1.23 2019/09/02 13:19:51 adam Exp $
DISTNAME= kenosis-0.96
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
USE_LANGUAGES= # empty
PYSETUP= kenosis_setup.py
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.96
+PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.96
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/py-libdnet/Makefile b/net/py-libdnet/Makefile
index 669999835f7..971eb49639d 100644
--- a/net/py-libdnet/Makefile
+++ b/net/py-libdnet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2019/04/26 14:12:43 maya Exp $
+# $NetBSD: Makefile,v 1.21 2019/09/02 13:19:48 adam Exp $
DISTNAME= libdnet-1.12
PKGNAME= ${PYPKGPREFIX}-libdnet-1.12
@@ -14,7 +14,7 @@ LICENSE= modified-bsd
GNU_CONFIGURE= yes
PYSETUPSUBDIR= python
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.12
+PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.12
EGG_NAME= ${DISTNAME:S/^lib//}
diff --git a/net/py-libpcap/Makefile b/net/py-libpcap/Makefile
index 19bdf220681..2a2aeb7cbb5 100644
--- a/net/py-libpcap/Makefile
+++ b/net/py-libpcap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2019/04/26 14:12:43 maya Exp $
+# $NetBSD: Makefile,v 1.22 2019/09/02 13:19:49 adam Exp $
DISTNAME= pylibpcap-0.6.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
@@ -12,7 +12,7 @@ LICENSE= modified-bsd
BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.9.3nb1
-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
pre-build:
(cd ${WRKSRC} && ${PYTHONBIN} mk-constants.py)
diff --git a/net/py-medusa/Makefile b/net/py-medusa/Makefile
index 98fb24c965d..e14735d6ff4 100644
--- a/net/py-medusa/Makefile
+++ b/net/py-medusa/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2019/04/26 13:14:09 maya Exp $
+# $NetBSD: Makefile,v 1.13 2019/09/02 13:19:51 adam Exp $
DISTNAME= medusa-0.5.4
PKGREVISION= 1
@@ -12,7 +12,7 @@ COMMENT= Framework for writing asynchronous socket-based servers
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37
+PYTHON_VERSIONS_ACCEPTED= 27
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/py-metar/Makefile b/net/py-metar/Makefile
index 76c06436443..1673b279745 100644
--- a/net/py-metar/Makefile
+++ b/net/py-metar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2019/04/26 14:12:43 maya Exp $
+# $NetBSD: Makefile,v 1.11 2019/09/02 13:19:50 adam Exp $
DISTNAME= pymetar-0.21
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.schwarzvogel.de/software-pymetar.shtml
COMMENT= Downloads weather reports
LICENSE= gnu-gpl-v2 # or later
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.19
+PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.19
SUBST_CLASSES+= manpath
SUBST_SED.manpath= -e 's,share/man,${PKGMANDIR},'
diff --git a/net/py-netsnmp/Makefile b/net/py-netsnmp/Makefile
index 37940b8a432..927b9a3ef05 100644
--- a/net/py-netsnmp/Makefile
+++ b/net/py-netsnmp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/04/26 13:14:09 maya Exp $
+# $NetBSD: Makefile,v 1.8 2019/09/02 13:19:48 adam Exp $
.include "../../net/net-snmp/Makefile.common"
@@ -8,7 +8,7 @@ CATEGORIES= net python
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Python bindings to extensible SNMP implementation
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37
+PYTHON_VERSIONS_ACCEPTED= 27
USE_LANGUAGES= c
EGG_NAME= netsnmp_python-1.0a1
diff --git a/net/py-omniORBpy/Makefile b/net/py-omniORBpy/Makefile
index b138e1aa4d5..5d56ac5f42c 100644
--- a/net/py-omniORBpy/Makefile
+++ b/net/py-omniORBpy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2019/04/26 13:14:10 maya Exp $
+# $NetBSD: Makefile,v 1.16 2019/09/02 13:19:51 adam Exp $
DISTNAME= omniORBpy-3.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -18,7 +18,7 @@ USE_LANGUAGES+= c c++
MAKE_FILE= GNUmakefile
PYTHON_SELF_CONFLICT= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # omniORB
+PYTHON_VERSIONS_ACCEPTED= 27 # omniORB
.include "../../lang/python/application.mk"
.include "../../net/omniORB/buildlink3.mk"
diff --git a/net/py-pcap/Makefile b/net/py-pcap/Makefile
index c6b430c49bc..e9b772c63fd 100644
--- a/net/py-pcap/Makefile
+++ b/net/py-pcap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2019/05/23 19:23:10 rillig Exp $
+# $NetBSD: Makefile,v 1.15 2019/09/02 13:19:51 adam Exp $
DISTNAME= pypcap-1.1
PKGNAME= ${PYPKGPREFIX}-pcap-1.1
@@ -24,7 +24,7 @@ SUBST_VARS.prefix= PREFIX
SUBST_STAGE.prefix= pre-configure
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-pyrex
+PYTHON_VERSIONS_ACCEPTED= 27 # py-pyrex
FILES_SUBST+= PYTHONBIN=${PYTHONBIN:Q}
diff --git a/net/py-s3cmd/Makefile b/net/py-s3cmd/Makefile
index a3d00a486e4..4b6067db406 100644
--- a/net/py-s3cmd/Makefile
+++ b/net/py-s3cmd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2019/04/26 14:12:43 maya Exp $
+# $NetBSD: Makefile,v 1.20 2019/09/02 13:19:49 adam Exp $
DISTNAME= s3cmd-1.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -15,7 +15,7 @@ PYDISTUTILSPKG= yes
MAKE_ENV+= S3CMD_INSTPATH_MAN=${PKGMANDIR}
PYTHON_SELF_CONFLICT= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.0.1
+PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.0.1
.include "../../lang/python/pyversion.mk"
diff --git a/net/py-socketpool/Makefile b/net/py-socketpool/Makefile
index 529b3228225..b2245613f92 100644
--- a/net/py-socketpool/Makefile
+++ b/net/py-socketpool/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2019/04/26 14:12:44 maya Exp $
+# $NetBSD: Makefile,v 1.13 2019/09/02 13:19:49 adam Exp $
DISTNAME= socketpool-0.5.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -15,7 +15,7 @@ USE_LANGUAGES= # none
DOCDIR= share/doc/${PKGBASE:S/${PYPKGPREFIX}/py/1}
INSTALLATION_DIRS+= ${DOCDIR}
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.5.3
+PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.5.3
post-install:
${INSTALL_DATA} ${DESTDIR}${PREFIX}/socketpool/README.rst \
diff --git a/net/py-txamqp/Makefile b/net/py-txamqp/Makefile
index 72c2eaf3fa4..14230e9c809 100644
--- a/net/py-txamqp/Makefile
+++ b/net/py-txamqp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/04/26 13:14:10 maya Exp $
+# $NetBSD: Makefile,v 1.8 2019/09/02 13:19:50 adam Exp $
DISTNAME= python-txamqp_0.3.orig
PKGNAME= ${PYPKGPREFIX}-txamqp-0.3
@@ -12,7 +12,7 @@ LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # as of 0.3
+PYTHON_VERSIONS_ACCEPTED= 27 # as of 0.3
USE_LANGUAGES= # none
diff --git a/net/pygopherd/Makefile b/net/pygopherd/Makefile
index 84886b2df8b..edd7e64bd46 100644
--- a/net/pygopherd/Makefile
+++ b/net/pygopherd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2019/04/26 14:12:44 maya Exp $
+# $NetBSD: Makefile,v 1.36 2019/09/02 13:19:51 adam Exp $
DISTNAME= pygopherd_2.0.16
PKGREVISION= 5
@@ -33,7 +33,7 @@ RCD_SCRIPTS= pygopherd
FILES_SUBST+= RUNTIMEDIR=${RUNTIMEDIR:Q}
FILES_SUBST+= PYTHONBIN=${PYTHONBIN:Q}
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 2.0.16
+PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 2.0.16
REPLACE_PYTHON= bin/pygopherd
REPLACE_PYTHON+= pygopherd/GopherExceptionsTest.py
REPLACE_PYTHON+= pygopherd/fileextTest.py
diff --git a/net/scapy/Makefile b/net/scapy/Makefile
index b495e17a2ed..2abfdc9cab4 100644
--- a/net/scapy/Makefile
+++ b/net/scapy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2019/05/23 19:23:11 rillig Exp $
+# $NetBSD: Makefile,v 1.28 2019/09/02 13:19:50 adam Exp $
DISTNAME= scapy-2.3.2
PKGREVISION= 1
@@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline
NO_BUILD= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-libpcap, py-libdnet
+PYTHON_VERSIONS_ACCEPTED= 27 # py-libpcap, py-libdnet
INSTALLATION_DIRS+= share/examples/scapy
diff --git a/net/scapy/options.mk b/net/scapy/options.mk
index 684c83b0e14..e7b3b920f56 100644
--- a/net/scapy/options.mk
+++ b/net/scapy/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2019/04/26 13:14:10 maya Exp $
+# $NetBSD: options.mk,v 1.10 2019/09/02 13:19:50 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.scapy
@@ -18,7 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-amkCrypto-[0-9]*:../../security/py-amkCrypto
###
.if !empty(PKG_OPTIONS:Mgnuplot)
DEPENDS+= ${PYPKGPREFIX}-gnuplot-[0-9]*:../../graphics/py-gnuplot
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gnuplot
+PYTHON_VERSIONS_ACCEPTED= 27 # py-gnuplot
.endif
###
diff --git a/net/upnpinspector/Makefile b/net/upnpinspector/Makefile
index 19063ed0be8..12cc0c8fa97 100644
--- a/net/upnpinspector/Makefile
+++ b/net/upnpinspector/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/04/26 13:14:10 maya Exp $
+# $NetBSD: Makefile,v 1.17 2019/09/02 13:19:50 adam Exp $
DISTNAME= UPnP-Inspector-0.2.2
PKGREVISION= 4
@@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2
+PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"