diff options
author | adam <adam@pkgsrc.org> | 2018-07-03 05:03:01 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-07-03 05:03:01 +0000 |
commit | 3445d075bebfeeda915b20c358b79af5b9db8895 (patch) | |
tree | f5adf48498a05775bea8c492276fdbad87e6ff60 /net | |
parent | 03a0ad1e604fe41723f37c210b16862b3e5ae9ea (diff) | |
download | pkgsrc-3445d075bebfeeda915b20c358b79af5b9db8895.tar.gz |
extend PYTHON_VERSIONS_ for Python 3.7
Diffstat (limited to 'net')
44 files changed, 88 insertions, 88 deletions
diff --git a/net/Radicale/options.mk b/net/Radicale/options.mk index cfc76b8a19c..ebc7b0c02b5 100644 --- a/net/Radicale/options.mk +++ b/net/Radicale/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.6 2017/01/01 14:43:49 wiz Exp $ +# $NetBSD: options.mk,v 1.7 2018/07/03 05:03:26 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= 34 35 36 # py-ldap +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-ldap DEPENDS+= ${PYPKGPREFIX}-ldap-[0-9]*:../../databases/py-ldap .endif diff --git a/net/Radicale2/options.mk b/net/Radicale2/options.mk index 0c2f7dbdbde..c7b61778fcd 100644 --- a/net/Radicale2/options.mk +++ b/net/Radicale2/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2017/07/12 07:30:46 jperkin Exp $ +# $NetBSD: options.mk,v 1.3 2018/07/03 05:03:26 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= 34 35 36 # py-ldap +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-ldap DEPENDS+= ${PYPKGPREFIX}-ldap-[0-9]*:../../databases/py-ldap .endif diff --git a/net/avahi/options.mk b/net/avahi/options.mk index f8fae77a87e..e3eecd4b163 100644 --- a/net/avahi/options.mk +++ b/net/avahi/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.10 2017/09/26 06:56:23 wiz Exp $ +# $NetBSD: options.mk,v 1.11 2018/07/03 05:03:26 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= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 39ecd8805ec..aede5986467 100644 --- a/net/bittornado-gui/Makefile +++ b/net/bittornado-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2017/01/01 14:43:49 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2018/07/03 05:03:26 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= 34 35 36 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-wxWidgets INSTALLATION_DIRS= bin diff --git a/net/bittornado/Makefile b/net/bittornado/Makefile index c08f6be6f70..85fb8ee02cf 100644 --- a/net/bittornado/Makefile +++ b/net/bittornado/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2017/01/01 14:43:49 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2018/07/03 05:03:26 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= 34 35 36 # not yet ported as of 0.3.18 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 78df1e8ac26..b4faa58f23a 100644 --- a/net/bittorrent-gui/Makefile +++ b/net/bittorrent-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2017/01/01 14:43:49 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2018/07/03 05:03:26 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= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2 CONFLICTS+= bittornado-gui-[0-9]* diff --git a/net/bittorrent/Makefile b/net/bittorrent/Makefile index 051c1e60fe6..4be7fa4a6a9 100644 --- a/net/bittorrent/Makefile +++ b/net/bittorrent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2017/01/01 14:43:49 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2018/07/03 05:03:26 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= 34 35 36 # not yet ported as of 4.4.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 baf2d651145..0fdbe5f3f76 100644 --- a/net/calypso/Makefile +++ b/net/calypso/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2017/01/01 14:43:49 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2018/07/03 05:03:26 adam Exp $ DISTNAME= calypso-1.3 PKGREVISION= 1 @@ -16,7 +16,7 @@ DEPENDS+= git-base-[0-9]*:../../devel/git-base INSTALLATION_DIRS= share/examples/calypso INSTALLATION_DIRS+= ${PKGMANDIR}/man1 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 1.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # as of 1.3 REPLACE_PYTHON= calypso.py post-install: diff --git a/net/coherence/Makefile b/net/coherence/Makefile index 2fbf4b5923a..b469dbddd3b 100644 --- a/net/coherence/Makefile +++ b/net/coherence/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2017/09/06 10:40:31 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2018/07/03 05:03:26 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= 34 35 36 # as of 0.6.6.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 7ba747fbcc2..a82b4655dc7 100644 --- a/net/coilmq/Makefile +++ b/net/coilmq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2017/09/03 09:22:57 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2018/07/03 05:03:27 adam Exp $ DISTNAME= CoilMQ-0.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -26,7 +26,7 @@ SUBST_STAGE.cfg= post-patch SUBST_FILES.cfg= coilmq/config/__init__.py SUBST_SED.cfg= -e 's,/path/to/config.cfg,${PKG_SYSCONFDIR}/defaults.cfg,' -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-stompclient, py-daemon +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-stompclient, py-daemon EGDIR= ${PREFIX}/share/examples/coilmq diff --git a/net/exabgp/Makefile b/net/exabgp/Makefile index e179931ef42..e487ec1f3c8 100644 --- a/net/exabgp/Makefile +++ b/net/exabgp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2018/03/10 16:32:18 he Exp $ +# $NetBSD: Makefile,v 1.24 2018/07/03 05:03:27 adam Exp $ VERSION= 3.4.23 DISTNAME= ${VERSION} @@ -55,7 +55,7 @@ REPLACE_PYTHON+= qa/conf/api-vpnv4.run REPLACE_PYTHON+= qa/conf/manual-eor.run REPLACE_PYTHON+= qa/conf/watchdog.run -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 3.2.19 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 3.2.19 USE_LANGUAGES= # none diff --git a/net/gitso/Makefile b/net/gitso/Makefile index b923cf0c70d..6c6ccee66c0 100644 --- a/net/gitso/Makefile +++ b/net/gitso/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2018/04/16 14:35:00 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2018/07/03 05:03:27 adam Exp $ DISTNAME= gitso-0.6 PKGREVISION= 18 @@ -17,7 +17,7 @@ DEPENDS+= x11vnc-[0-9]*:../../x11/x11vnc WRKSRC= ${WRKDIR}/Gitso PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-wxWidgets USE_TOOLS+= bash:run diff --git a/net/gtk-vnc/options.mk b/net/gtk-vnc/options.mk index c3c566d2ff4..122bb9fbd77 100644 --- a/net/gtk-vnc/options.mk +++ b/net/gtk-vnc/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.10 2017/01/01 14:43:50 wiz Exp $ +# $NetBSD: options.mk,v 1.11 2018/07/03 05:03:27 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= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 c3654db34c5..453ae66ade6 100644 --- a/net/mimms/Makefile +++ b/net/mimms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2017/01/01 14:43:50 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2018/07/03 05:03:27 adam Exp $ DISTNAME= mimms-3.2.1 CATEGORIES= net multimedia @@ -15,7 +15,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= 34 35 36 # not yet ported as of 3.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 b8e15507db9..05e358756e0 100644 --- a/net/nagstamon/Makefile +++ b/net/nagstamon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2018/04/16 14:35:02 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2018/07/03 05:03:27 adam Exp $ VERSION= 1.0.1 DISTNAME= Nagstamon-${VERSION} @@ -26,7 +26,7 @@ INSTALLATION_DIRS+= ${PKGMANDIR}/man1 REPLACE_PYTHON= ${WRKSRC}/*.py REPLACE_PYTHON+= ${WRKSRC}/Nagstamon/Server/Multisite.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-libxslt, py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 ba86c345fa6..18a0464bcc5 100644 --- a/net/nicotine/Makefile +++ b/net/nicotine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2018/01/01 18:16:38 rillig Exp $ +# $NetBSD: Makefile,v 1.50 2018/07/03 05:03:27 adam Exp $ DISTNAME= nicotine-1.0.8 PKGREVISION= 16 @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2>=1.99.16:../../x11/py-gtk2 USE_PKGLOCALEDIR= yes USE_LANGUAGES= # empty -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2 MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q} diff --git a/net/omniORB/Makefile b/net/omniORB/Makefile index 8c9fa1ee93a..b977c233b87 100644 --- a/net/omniORB/Makefile +++ b/net/omniORB/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2017/01/01 14:43:50 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2018/07/03 05:03:27 adam Exp $ DISTNAME= omniORB-4.1.7 PKGREVISION= 1 @@ -45,7 +45,7 @@ CONFIGURE_ARGS+=--disable-ipv6 PY_PATCHPLIST= yes REPLACE_PYTHON+= src/tool/omniidl/python/scripts/omniidlrun.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 4.1.7 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 c37eee1fc09..d330b140e01 100644 --- a/net/py-ORBit/Makefile +++ b/net/py-ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2017/07/30 22:47:54 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2018/07/03 05:03:27 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= 34 35 36 # dead upstream, no plans to port +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 3b9690942dd..841e2b80f8c 100644 --- a/net/py-adns/Makefile +++ b/net/py-adns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2017/09/03 09:22:58 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2018/07/03 05:03:27 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= 34 35 36 # not yet ported as of 1.2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 e62eb5c3aac..40c3882dced 100644 --- a/net/py-beanstalkc/Makefile +++ b/net/py-beanstalkc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2017/09/16 19:27:05 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2018/07/03 05:03:27 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= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" diff --git a/net/py-bitmessage/Makefile b/net/py-bitmessage/Makefile index dc704b71a9b..aebdcd4b6b1 100644 --- a/net/py-bitmessage/Makefile +++ b/net/py-bitmessage/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:50 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2018/07/03 05:03:28 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= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 HAS_CONFIGURE= yes USE_LANGUAGES= # none diff --git a/net/py-caldav/Makefile b/net/py-caldav/Makefile index d779f3a3cc3..f4c2d3a623c 100644 --- a/net/py-caldav/Makefile +++ b/net/py-caldav/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2017/09/16 19:27:05 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2018/07/03 05:03:28 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= 34 35 36 # as of 0.2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 9715feb4e3c..14be7dda63a 100644 --- a/net/py-dpkt/Makefile +++ b/net/py-dpkt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2017/09/04 18:55:09 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2018/07/03 05:03:28 adam Exp $ DISTNAME= dpkt-1.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= modified-bsd USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.8 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.8 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-eventlib/Makefile b/net/py-eventlib/Makefile index 903090984af..f284e0738ee 100644 --- a/net/py-eventlib/Makefile +++ b/net/py-eventlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2017/09/16 19:27:05 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2018/07/03 05:03:28 adam Exp $ DISTNAME= eventlib-0.1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -19,7 +19,7 @@ DEPENDS+= ${PYPKGPREFIX}-django>=1.4.1:../../www/py-django USE_LANGUAGES= # none PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE+= 34 35 36 # not yet ported as of 0.1.5 +PYTHON_VERSIONS_INCOMPATIBLE+= 34 35 36 37 # not yet ported as of 0.1.5 post-install: ${MV} ${DESTDIR}${PREFIX}/bin/eventlib \ diff --git a/net/py-foolscap/Makefile b/net/py-foolscap/Makefile index f43c1cf9249..7426b5dced1 100644 --- a/net/py-foolscap/Makefile +++ b/net/py-foolscap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2017/10/07 11:58:09 adam Exp $ +# $NetBSD: Makefile,v 1.29 2018/07/03 05:03:28 adam Exp $ DISTNAME= foolscap-0.12.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>=3.6.1:../../devel/py-ZopeInterface DEPENDS+= ${PYPKGPREFIX}-twisted>=16.0:../../net/py-twisted DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.6:../../security/py-OpenSSL -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 0.12.7 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # as of 0.12.7 TEST_TARGET= test diff --git a/net/py-google/Makefile b/net/py-google/Makefile index 92372d19516..90bb105e1aa 100644 --- a/net/py-google/Makefile +++ b/net/py-google/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2017/01/01 14:43:51 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2018/07/03 05:03:28 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= 34 35 36 # py-xml via py-soappy +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 a2bbf312b22..e4dd3f76cde 100644 --- a/net/py-kenosis/Makefile +++ b/net/py-kenosis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2017/01/01 14:43:51 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2018/07/03 05:03:28 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= 34 35 36 # not yet ported as of 0.96 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 23ee51639d8..a653907a7df 100644 --- a/net/py-libdnet/Makefile +++ b/net/py-libdnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2017/08/16 21:22:14 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2018/07/03 05:03:28 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= 34 35 36 # not yet ported as of 1.12 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 297c2a9af13..d9d24621fe6 100644 --- a/net/py-libpcap/Makefile +++ b/net/py-libpcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:51 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2018/07/03 05:03:28 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= 34 35 36 # not yet ported as of 0.6.4 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 9ff25fd0416..b419371477d 100644 --- a/net/py-medusa/Makefile +++ b/net/py-medusa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2017/09/04 18:00:58 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2018/07/03 05:03:28 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= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-metar/Makefile b/net/py-metar/Makefile index aa02a4a9e63..c15f5650cbe 100644 --- a/net/py-metar/Makefile +++ b/net/py-metar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2017/01/01 14:43:51 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2018/07/03 05:03:28 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= 34 35 36 # not yet ported as of 0.19 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 72037d3255d..1034e5b598f 100644 --- a/net/py-netsnmp/Makefile +++ b/net/py-netsnmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/01/01 14:43:52 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2018/07/03 05:03:28 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= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 USE_LANGUAGES= c EGG_NAME= netsnmp_python-1.0a1 diff --git a/net/py-omniORBpy/Makefile b/net/py-omniORBpy/Makefile index b2cf6902578..a4a8079a3e4 100644 --- a/net/py-omniORBpy/Makefile +++ b/net/py-omniORBpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2017/04/19 11:24:38 jperkin Exp $ +# $NetBSD: Makefile,v 1.14 2018/07/03 05:03:29 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= 34 35 36 # omniORB +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # omniORB .include "../../lang/python/application.mk" .include "../../net/omniORB/buildlink3.mk" diff --git a/net/py-pcap/Makefile b/net/py-pcap/Makefile index 7a5ae934777..ae11924f069 100644 --- a/net/py-pcap/Makefile +++ b/net/py-pcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2017/09/04 18:55:09 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2018/07/03 05:03:29 adam Exp $ DISTNAME= pypcap-1.1 PKGNAME= ${PYPKGPREFIX}-pcap-1.1 @@ -24,7 +24,7 @@ SUBST_SED.prefix= -e "s|@PREFIX@|${PREFIX}|g" SUBST_STAGE.prefix= post-patch PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-pyrex +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-pyrex FILES_SUBST+= PYTHONBIN=${PYTHONBIN:Q} diff --git a/net/py-s3cmd/Makefile b/net/py-s3cmd/Makefile index b05b8b7cb45..4d1e33f2513 100644 --- a/net/py-s3cmd/Makefile +++ b/net/py-s3cmd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2017/01/01 14:43:52 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2018/07/03 05:03:29 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= 34 35 36 # not yet ported as of 1.0.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 3ec94338847..9057b746256 100644 --- a/net/py-socketpool/Makefile +++ b/net/py-socketpool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2017/09/16 19:27:06 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2018/07/03 05:03:29 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= 34 35 36 # not yet ported as of 0.5.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 3bf6388c049..a51e87d1c69 100644 --- a/net/py-txamqp/Makefile +++ b/net/py-txamqp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/09/04 18:08:26 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2018/07/03 05:03:29 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= 34 35 36 # as of 0.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # as of 0.3 USE_LANGUAGES= # none diff --git a/net/py-zsi/Makefile b/net/py-zsi/Makefile index 24c054d548a..e94416ee4d5 100644 --- a/net/py-zsi/Makefile +++ b/net/py-zsi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2017/01/01 14:43:53 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2018/07/03 05:03:29 adam Exp $ DISTNAME= ZSI-2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-xml>=0.8.3:../../textproc/py-xml USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-xml post-extract: ${MV} ${WRKSRC}/scripts/wsdl2py \ diff --git a/net/pygopherd/Makefile b/net/pygopherd/Makefile index 1b940691316..513c3f3ea3b 100644 --- a/net/pygopherd/Makefile +++ b/net/pygopherd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2017/01/01 14:43:53 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2018/07/03 05:03:29 adam Exp $ DISTNAME= pygopherd_2.0.16 PKGREVISION= 4 @@ -33,7 +33,7 @@ RCD_SCRIPTS= pygopherd FILES_SUBST+= RUNTIMEDIR=${RUNTIMEDIR:Q} FILES_SUBST+= PYTHONBIN=${PYTHONBIN:Q} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.0.16 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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/samba4/Makefile b/net/samba4/Makefile index 69432ab663c..aa320113659 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2018/04/17 22:29:46 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2018/07/03 05:03:29 adam Exp $ DISTNAME= samba-${VERSION} PKGREVISION= 7 @@ -185,7 +185,7 @@ REPLACE_PYTHON= buildtools/bin/waf \ source4/scripting/bin/* \ lib/tevent/tevent.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 4.3.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # as of 4.3.2 .include "../../lang/python/application.mk" diff --git a/net/scapy/Makefile b/net/scapy/Makefile index b87c6ade0b1..5f35f5d568d 100644 --- a/net/scapy/Makefile +++ b/net/scapy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2017/01/01 14:43:53 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2018/07/03 05:03:29 adam Exp $ DISTNAME= scapy-2.3.2 CATEGORIES= net @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline NO_BUILD= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-libpcap, py-libdnet +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-libpcap, py-libdnet INSTALLATION_DIRS+= share/examples/scapy diff --git a/net/scapy/options.mk b/net/scapy/options.mk index 61d3fa38d0f..248208a776e 100644 --- a/net/scapy/options.mk +++ b/net/scapy/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.7 2017/01/01 14:43:53 wiz Exp $ +# $NetBSD: options.mk,v 1.8 2018/07/03 05:03:29 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= 34 35 36 # py-gnuplot +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gnuplot .endif ### diff --git a/net/upnpinspector/Makefile b/net/upnpinspector/Makefile index 8b01017c3e8..98dfca10205 100644 --- a/net/upnpinspector/Makefile +++ b/net/upnpinspector/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2017/09/06 10:40:31 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2018/07/03 05:03:29 adam Exp $ DISTNAME= UPnP-Inspector-0.2.2 PKGREVISION= 3 @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index b971df7c5e6..f2386e8329d 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.190 2018/06/21 12:22:10 adam Exp $ +# $NetBSD: Makefile,v 1.191 2018/07/03 05:03:29 adam Exp $ DISTNAME= wireshark-2.6.1 PKGREVISION= 1 @@ -33,7 +33,7 @@ CONFIGURE_ENV+= ac_cv_path_LEXDUMMY=${TOOLS_PATH.lex} PTHREAD_OPTS+= require PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.10.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.10.5 REPLACE_PYTHON+= help/faq.py REPLACE_PYTHON+= tools/asn2deb REPLACE_PYTHON+= tools/asn2wrs.py |