diff options
Diffstat (limited to 'net')
55 files changed, 110 insertions, 110 deletions
diff --git a/net/Radicale/options.mk b/net/Radicale/options.mk index 3357cd2b2bc..e0483919abf 100644 --- a/net/Radicale/options.mk +++ b/net/Radicale/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2015/12/05 21:25:55 adam Exp $ +# $NetBSD: options.mk,v 1.5 2016/07/09 13:03:58 wiz 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= 33 34 35 # py-ldap +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-ldap DEPENDS+= ${PYPKGPREFIX}-ldap-[0-9]*:../../databases/py-ldap .endif diff --git a/net/avahi/options.mk b/net/avahi/options.mk index 5b7286f4bf4..14e02c964ac 100644 --- a/net/avahi/options.mk +++ b/net/avahi/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.7 2015/12/05 21:25:51 adam Exp $ +# $NetBSD: options.mk,v 1.8 2016/07/09 13:03:58 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.avahi PKG_SUPPORTED_OPTIONS= avahi-howl gdbm introspection gtk2 gtk3 mono python qt3 @@ -78,7 +78,7 @@ CONFIGURE_ARGS+= --disable-qt4 ### .if !empty(PKG_OPTIONS:Mpython) PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # 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 02695f29855..b09f1854eca 100644 --- a/net/bittornado-gui/Makefile +++ b/net/bittornado-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2015/12/05 21:25:51 adam Exp $ +# $NetBSD: Makefile,v 1.33 2016/07/09 13:03:58 wiz 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= 33 34 35 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-wxWidgets INSTALLATION_DIRS= bin diff --git a/net/bittornado/Makefile b/net/bittornado/Makefile index 0e9579ec7e3..c93eb71d343 100644 --- a/net/bittornado/Makefile +++ b/net/bittornado/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/12/05 21:25:51 adam Exp $ +# $NetBSD: Makefile,v 1.14 2016/07/09 13:03:58 wiz 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= 33 34 35 # not yet ported as of 0.3.18 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # 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 b32ca4aece1..b862e12f275 100644 --- a/net/bittorrent-gui/Makefile +++ b/net/bittorrent-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2015/12/05 21:25:51 adam Exp $ +# $NetBSD: Makefile,v 1.37 2016/07/09 13:03:58 wiz 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= 33 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 CONFLICTS+= bittornado-gui-[0-9]* diff --git a/net/bittorrent/Makefile b/net/bittorrent/Makefile index 5d50342e23d..90fb8892e8b 100644 --- a/net/bittorrent/Makefile +++ b/net/bittorrent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2015/12/05 21:25:51 adam Exp $ +# $NetBSD: Makefile,v 1.49 2016/07/09 13:03:58 wiz 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= 33 34 35 # not yet ported as of 4.4.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # 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 0bde7c05553..00edf185ed2 100644 --- a/net/calypso/Makefile +++ b/net/calypso/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/12/05 21:25:52 adam Exp $ +# $NetBSD: Makefile,v 1.13 2016/07/09 13:03:58 wiz 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= 33 34 35 # py-vobject +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-vobject REPLACE_PYTHON= calypso.py diff --git a/net/coherence/Makefile b/net/coherence/Makefile index 66f14dab526..aad3aafa9c6 100644 --- a/net/coherence/Makefile +++ b/net/coherence/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/12/05 21:25:52 adam Exp $ +# $NetBSD: Makefile,v 1.11 2016/07/09 13:03:58 wiz 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= 33 34 35 # py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-twisted .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/coilmq/Makefile b/net/coilmq/Makefile index 7f9de8321b2..9d492479623 100644 --- a/net/coilmq/Makefile +++ b/net/coilmq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/12/05 21:25:52 adam Exp $ +# $NetBSD: Makefile,v 1.8 2016/07/09 13:03:58 wiz Exp $ DISTNAME= CoilMQ-0.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -23,7 +23,7 @@ SUBST_STAGE.cfg= post-patch SUBST_FILES.cfg= coilmq/config/__init__.py SUBST_SED.cfg= -e 's,/path/to/config.cfg,${PKG_SYSCONFDIR}/coilmq/defaults.cfg,' -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-stompclient, py-daemon +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-stompclient, py-daemon EGDIR= ${PREFIX}/share/examples/coilmq diff --git a/net/exabgp/Makefile b/net/exabgp/Makefile index ca503c4b9e0..79ca31439cc 100644 --- a/net/exabgp/Makefile +++ b/net/exabgp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/07/09 06:38:41 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2016/07/09 13:03:58 wiz Exp $ VERSION= 3.4.11 DISTNAME= ${VERSION} @@ -36,7 +36,7 @@ REPLACE_PYTHON+= lib/exabgp/netlink/old.py REPLACE_PYTHON+= lib/exabgp/netlink/route.py REPLACE_PYTHON+= lib/exabgp/reactor/api/encoding.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 3.2.19 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 3.2.19 USE_LANGUAGES= # none diff --git a/net/gitso/Makefile b/net/gitso/Makefile index 5cf66429599..231bf62da4f 100644 --- a/net/gitso/Makefile +++ b/net/gitso/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2015/12/05 21:25:52 adam Exp $ +# $NetBSD: Makefile,v 1.21 2016/07/09 13:03:58 wiz Exp $ DISTNAME= gitso-0.6 PKGREVISION= 13 @@ -17,7 +17,7 @@ DEPENDS+= x11vnc-[0-9]*:../../x11/x11vnc WRKSRC= ${WRKDIR}/Gitso PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-wxWidgets USE_TOOLS+= bash:run diff --git a/net/gtk-vnc/options.mk b/net/gtk-vnc/options.mk index 7981f10474a..c1a7b0ce997 100644 --- a/net/gtk-vnc/options.mk +++ b/net/gtk-vnc/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.8 2015/12/05 21:25:52 adam Exp $ +# $NetBSD: options.mk,v 1.9 2016/07/09 13:03:58 wiz 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= 33 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # 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 94926653d1f..ac1fe2c798a 100644 --- a/net/mimms/Makefile +++ b/net/mimms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2015/12/05 21:25:52 adam Exp $ +# $NetBSD: Makefile,v 1.6 2016/07/09 13:03:59 wiz 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= 33 34 35 # not yet ported as of 3.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 3.2 SUBST_CLASSES+= man SUBST_FILES.man+= setup.py diff --git a/net/mitmproxy/Makefile b/net/mitmproxy/Makefile index 3acde769ba6..8cd56107f26 100644 --- a/net/mitmproxy/Makefile +++ b/net/mitmproxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2016/04/21 08:20:45 leot Exp $ +# $NetBSD: Makefile,v 1.13 2016/07/09 13:03:59 wiz Exp $ DISTNAME= mitmproxy-0.17 CATEGORIES= net @@ -37,7 +37,7 @@ DEPENDS+= ${PYPKGPREFIX}-urwid>=1.3.1:../../devel/py-urwid DEPENDS+= ${PYPKGPREFIX}-watchdog>=0.8.3:../../sysutils/py-watchdog USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.17 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.17 .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" diff --git a/net/nagstamon/Makefile b/net/nagstamon/Makefile index 78a6e1e4368..0328dd23e03 100644 --- a/net/nagstamon/Makefile +++ b/net/nagstamon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2016/03/05 11:29:09 jperkin Exp $ +# $NetBSD: Makefile,v 1.39 2016/07/09 13:03:59 wiz 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= 33 34 35 # py-libxslt, py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # 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 77ae169e92c..f0c55020986 100644 --- a/net/nicotine/Makefile +++ b/net/nicotine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2015/12/05 21:25:52 adam Exp $ +# $NetBSD: Makefile,v 1.45 2016/07/09 13:03:59 wiz 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= 33 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/nmap/options.mk b/net/nmap/options.mk index 31e151cc20e..a6c4220ab9e 100644 --- a/net/nmap/options.mk +++ b/net/nmap/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.15 2016/01/24 13:46:49 richard Exp $ +# $NetBSD: options.mk,v 1.16 2016/07/09 13:03:59 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.nmap @@ -41,7 +41,7 @@ REPLACE_PYTHON+= zenmap/zenmapCore/*.py REPLACE_PYTHON+= zenmap/zenmapGUI/*.py REPLACE_PYTHON+= zenmap/zenmapGUI/higwidgets/*.py REPLACE_PYTHON+= zenmap/test/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-xml, py-sqlite2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-xml, py-sqlite2, py-gtk2 .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" .include "../../x11/py-gtk2/buildlink3.mk" diff --git a/net/omniORB/Makefile b/net/omniORB/Makefile index d3e4ca40d3b..d0a1508073b 100644 --- a/net/omniORB/Makefile +++ b/net/omniORB/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/12/25 02:55:16 dholland Exp $ +# $NetBSD: Makefile,v 1.13 2016/07/09 13:03:59 wiz 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= 33 34 35 # not yet ported as of 4.1.7 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 4.1.7 post-install: ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/examples/omniORB/ diff --git a/net/py-GeoIP/Makefile b/net/py-GeoIP/Makefile index a2c3dce1017..01446e74f3b 100644 --- a/net/py-GeoIP/Makefile +++ b/net/py-GeoIP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2015/12/05 21:25:53 adam Exp $ +# $NetBSD: Makefile,v 1.17 2016/07/09 13:03:59 wiz Exp $ DISTNAME= GeoIP-Python-1.2.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Python-//} @@ -10,7 +10,7 @@ HOMEPAGE= http://www.maxmind.com/app/python COMMENT= GeoIP support for Python LICENSE= gnu-lgpl-v2.1 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.2.7 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.2.7 .include "../../lang/python/distutils.mk" .include "../../net/GeoIP/buildlink3.mk" diff --git a/net/py-ORBit/Makefile b/net/py-ORBit/Makefile index 6db3ced0657..a0eac85ab9e 100644 --- a/net/py-ORBit/Makefile +++ b/net/py-ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2016/02/25 16:20:52 jperkin Exp $ +# $NetBSD: Makefile,v 1.51 2016/07/09 13:03:59 wiz 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= 33 34 35 # dead upstream, no plans to port +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # 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 1741247ebda..9cd6a1966c7 100644 --- a/net/py-adns/Makefile +++ b/net/py-adns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/12/05 21:25:52 adam Exp $ +# $NetBSD: Makefile,v 1.18 2016/07/09 13:03:59 wiz 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= 33 34 35 # not yet ported as of 1.2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # 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 744c3065bfa..89048242d9c 100644 --- a/net/py-beanstalkc/Makefile +++ b/net/py-beanstalkc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/06/08 17:43:37 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2016/07/09 13:03:59 wiz 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= 33 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" diff --git a/net/py-bitmessage/Makefile b/net/py-bitmessage/Makefile index d4928f68102..08557336b91 100644 --- a/net/py-bitmessage/Makefile +++ b/net/py-bitmessage/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/06/09 06:23:40 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2016/07/09 13:03:59 wiz Exp $ GITHUB_PROJECT= PyBitmessage DISTNAME= ${PYPKGPREFIX}-bitmessage-0.4.4 @@ -12,7 +12,7 @@ HOMEPAGE= https://github.com/Bitmessage/PyBitmessage/ COMMENT= P2P communications protocol used to send encrypted messages LICENSE= mit -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 HAS_CONFIGURE= yes USE_LANGUAGES= # none diff --git a/net/py-caldav/Makefile b/net/py-caldav/Makefile index 1dec01cf6ae..cddf2111b41 100644 --- a/net/py-caldav/Makefile +++ b/net/py-caldav/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2016/06/08 17:43:37 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2016/07/09 13:03:59 wiz 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= 33 34 35 # py-vobject +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-vobject 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 c6b4423b726..496a365023e 100644 --- a/net/py-dpkt/Makefile +++ b/net/py-dpkt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/12/05 21:25:53 adam Exp $ +# $NetBSD: Makefile,v 1.7 2016/07/09 13:04:00 wiz Exp $ DISTNAME= dpkt-1.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= modified-bsd USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.8 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # 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 688abeeceea..5c9ececab11 100644 --- a/net/py-eventlib/Makefile +++ b/net/py-eventlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2016/06/08 17:43:37 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2016/07/09 13:04:00 wiz Exp $ DISTNAME= eventlib-0.1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -20,7 +20,7 @@ USE_LANGUAGES= # none PY_PATCHPLIST= yes PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} -PYTHON_VERSIONS_INCOMPATIBLE+= 33 34 35 # not yet ported as of 0.1.5 +PYTHON_VERSIONS_INCOMPATIBLE+= 34 35 # 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 0ef41225678..a53b69abd6f 100644 --- a/net/py-foolscap/Makefile +++ b/net/py-foolscap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2016/06/08 17:43:36 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2016/07/09 13:04:00 wiz Exp $ DISTNAME= foolscap-0.11.0 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= 33 34 35 # py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-twisted TEST_TARGET= test diff --git a/net/py-gevent/Makefile b/net/py-gevent/Makefile index 175830b77bf..29117bdc082 100644 --- a/net/py-gevent/Makefile +++ b/net/py-gevent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/03/05 11:27:53 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2016/07/09 13:04:00 wiz Exp $ DISTNAME= gevent-1.0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-greenlet>=0.4.1:../../devel/py-greenlet USE_LANGUAGES= c c++ -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 do-test: ${RUN} cd ${WRKSRC}/greentest; ${SETENV} ${TEST_ENV} ${PYTHONBIN} testrunner.py diff --git a/net/py-google/Makefile b/net/py-google/Makefile index 65644865e66..b430df97797 100644 --- a/net/py-google/Makefile +++ b/net/py-google/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2015/12/05 21:25:53 adam Exp $ +# $NetBSD: Makefile,v 1.35 2016/07/09 13:04:00 wiz 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= 33 34 35 # py-xml via py-soappy +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-xml via py-soappy .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-ipaddress/Makefile b/net/py-ipaddress/Makefile index 2e9a45a21e1..5a26775a793 100644 --- a/net/py-ipaddress/Makefile +++ b/net/py-ipaddress/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/01/03 11:16:47 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2016/07/09 13:04:00 wiz Exp $ DISTNAME= ipaddress-1.0.16 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= https://pypi.python.org/pypi/ipaddress COMMENT= Port of the python 3.3+ ipaddress module to 2.6 and 2.7 LICENSE= python-software-foundation -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # included in 3.3+ +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # included in 3.3+ do-test: cd ${WRKSRC} && ${PYTHONBIN} test_ipaddress.py diff --git a/net/py-kenosis/Makefile b/net/py-kenosis/Makefile index 19c099fc6ee..977d36a6dab 100644 --- a/net/py-kenosis/Makefile +++ b/net/py-kenosis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/12/05 21:25:53 adam Exp $ +# $NetBSD: Makefile,v 1.18 2016/07/09 13:04:00 wiz 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= 33 34 35 # not yet ported as of 0.96 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # 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 93907c06be4..9ced3fbc516 100644 --- a/net/py-libdnet/Makefile +++ b/net/py-libdnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/12/05 21:25:53 adam Exp $ +# $NetBSD: Makefile,v 1.15 2016/07/09 13:04:00 wiz 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= 33 34 35 # not yet ported as of 1.12 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # 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 6f15c88f16a..36ecbde18b5 100644 --- a/net/py-libpcap/Makefile +++ b/net/py-libpcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2015/12/05 21:25:53 adam Exp $ +# $NetBSD: Makefile,v 1.17 2016/07/09 13:04:00 wiz 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= 33 34 35 # not yet ported as of 0.6.4 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # 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 9e6cb34f881..502ced6d885 100644 --- a/net/py-medusa/Makefile +++ b/net/py-medusa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/12/05 21:25:53 adam Exp $ +# $NetBSD: Makefile,v 1.8 2016/07/09 13:04:00 wiz 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= 33 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-metar/Makefile b/net/py-metar/Makefile index e188c6a3af1..086e1cd7821 100644 --- a/net/py-metar/Makefile +++ b/net/py-metar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2015/12/05 21:25:54 adam Exp $ +# $NetBSD: Makefile,v 1.4 2016/07/09 13:04:00 wiz Exp $ DISTNAME= pymetar-0.19 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -11,7 +11,7 @@ COMMENT= Downloads weather reports LICENSE= gnu-gpl-v2 # or later PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.19 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.19 SUBST_CLASSES+= manpath SUBST_SED.manpath= -e 's,share/man,${PKGMANDIR},' diff --git a/net/py-netifaces/Makefile b/net/py-netifaces/Makefile index f2a327711b9..39934ada2c2 100644 --- a/net/py-netifaces/Makefile +++ b/net/py-netifaces/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2015/12/29 04:04:30 dholland Exp $ +# $NetBSD: Makefile,v 1.6 2016/07/09 13:04:00 wiz Exp $ DISTNAME= netifaces-0.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= http://alastairs-place.net/projects/netifaces/ COMMENT= Portable access to network interfaces from Python LICENSE= mit -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.8 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.8 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-netsnmp/Makefile b/net/py-netsnmp/Makefile index d51b8fa1e87..dbbc5e3cd4e 100644 --- a/net/py-netsnmp/Makefile +++ b/net/py-netsnmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2015/12/05 21:25:54 adam Exp $ +# $NetBSD: Makefile,v 1.4 2016/07/09 13:04:01 wiz 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= 33 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 USE_LANGUAGES= c EGG_NAME= netsnmp_python-1.0a1 diff --git a/net/py-omniORBpy/Makefile b/net/py-omniORBpy/Makefile index 4ca007cf3b4..4ebda0b89c6 100644 --- a/net/py-omniORBpy/Makefile +++ b/net/py-omniORBpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/12/05 21:25:54 adam Exp $ +# $NetBSD: Makefile,v 1.11 2016/07/09 13:04:01 wiz 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= 33 34 35 # omniORB +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # omniORB .include "../../lang/python/application.mk" .include "../../net/omniORB/buildlink3.mk" diff --git a/net/py-pcap/Makefile b/net/py-pcap/Makefile index 1a75f9a9a5f..d4f0c1d5460 100644 --- a/net/py-pcap/Makefile +++ b/net/py-pcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/12/05 21:25:54 adam Exp $ +# $NetBSD: Makefile,v 1.7 2016/07/09 13:04:01 wiz Exp $ DISTNAME= pypcap-1.1 PKGNAME= ${PYPKGPREFIX}-pcap-1.1 @@ -23,7 +23,7 @@ SUBST_SED.prefix= -e "s|@PREFIX@|${PREFIX}|g" SUBST_STAGE.prefix= post-patch PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-pyrex +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-pyrex FILES_SUBST+= PYTHONBIN=${PYTHONBIN:Q} diff --git a/net/py-s3cmd/Makefile b/net/py-s3cmd/Makefile index b76455898da..56629b7fe02 100644 --- a/net/py-s3cmd/Makefile +++ b/net/py-s3cmd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/12/05 21:25:54 adam Exp $ +# $NetBSD: Makefile,v 1.15 2016/07/09 13:04:01 wiz 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= 33 34 35 # not yet ported as of 1.0.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.0.1 .include "../../lang/python/pyversion.mk" diff --git a/net/py-soappy/Makefile b/net/py-soappy/Makefile index 7fb2fcb2391..d8430b139d8 100644 --- a/net/py-soappy/Makefile +++ b/net/py-soappy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2015/12/05 21:25:54 adam Exp $ +# $NetBSD: Makefile,v 1.33 2016/07/09 13:04:01 wiz Exp $ DISTNAME= SOAPpy-0.11.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-xml>=0.8.3:../../textproc/py-xml USE_LANGUAGES= # empty -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-xml .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-socketpool/Makefile b/net/py-socketpool/Makefile index bf574c52df5..5425cc9a09b 100644 --- a/net/py-socketpool/Makefile +++ b/net/py-socketpool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2016/06/08 17:43:37 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2016/07/09 13:04:01 wiz 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= 33 34 35 # not yet ported as of 0.5.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.5.3 post-install: ${INSTALL_DATA} ${DESTDIR}${PREFIX}/socketpool/README.rst \ diff --git a/net/py-spreadmodule/Makefile b/net/py-spreadmodule/Makefile index ca29b79a0eb..757dea7ec81 100644 --- a/net/py-spreadmodule/Makefile +++ b/net/py-spreadmodule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2015/12/05 21:25:54 adam Exp $ +# $NetBSD: Makefile,v 1.17 2016/07/09 13:04:01 wiz Exp $ DISTNAME= SpreadModule-1.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/SpreadModule/spreadmodule/} @@ -17,7 +17,7 @@ SUBST_STAGE.setup= post-patch SUBST_FILES.setup= setup.py SUBST_SED.setup= -e 's,/usr/local,${BUILDLINK_PREFIX.spread},g' -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.4 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.4 .include "../../net/spread/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/net/py-suds/Makefile b/net/py-suds/Makefile index 6d1e1296cce..8e2363d6648 100644 --- a/net/py-suds/Makefile +++ b/net/py-suds/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2016/06/08 17:43:36 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2016/07/09 13:04:01 wiz Exp $ DISTNAME= suds-0.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,7 @@ COMMENT= Lightweight SOAP python client for consuming Web Services LICENSE= gnu-lgpl-v3 USE_LANGUAGES= # empty -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 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-tweepy/Makefile b/net/py-tweepy/Makefile index 0e8db591546..ddaeedb7280 100644 --- a/net/py-tweepy/Makefile +++ b/net/py-tweepy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/06/08 17:43:37 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2016/07/09 13:04:01 wiz Exp $ DISTNAME= tweepy-2.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= http://www.tweepy.org/ COMMENT= A basic Python API for Twitter LICENSE= mit -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-twisted/Makefile.common b/net/py-twisted/Makefile.common index 54aa9cf1ecd..701162f3b18 100644 --- a/net/py-twisted/Makefile.common +++ b/net/py-twisted/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.28 2016/05/23 16:54:19 wiz Exp $ +# $NetBSD: Makefile.common,v 1.29 2016/07/09 13:04:01 wiz Exp $ # # used by net/py-twisted/Makefile # used by net/py-twisted-docs/Makefile @@ -15,4 +15,4 @@ LICENSE= mit DISTINFO_FILE?= ${.CURDIR}/../py-twisted/distinfo PATCHDIR?= ${.CURDIR}/../py-twisted/patches -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # most parts not yet ported as of 14.0.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # most parts not yet ported as of 14.0.0 diff --git a/net/py-txamqp/Makefile b/net/py-txamqp/Makefile index 0723dcd34e5..abcf2405dd3 100644 --- a/net/py-txamqp/Makefile +++ b/net/py-txamqp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/12/11 21:29:29 riz Exp $ +# $NetBSD: Makefile,v 1.2 2016/07/09 13:04:01 wiz Exp $ DISTNAME= python-txamqp_0.3.orig PKGNAME= ${PYPKGPREFIX}-txamqp-0.3 @@ -16,7 +16,7 @@ USE_LANGUAGES= # none WRKSRC= ${WRKDIR}/python-txamqp-0.3 EGG_NAME= txAMQP-${PKGVERSION_NOREV} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-twisted .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-zsi/Makefile b/net/py-zsi/Makefile index bf40542b012..f7d3f514cfc 100644 --- a/net/py-zsi/Makefile +++ b/net/py-zsi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2015/12/05 21:25:55 adam Exp $ +# $NetBSD: Makefile,v 1.22 2016/07/09 13:04:01 wiz 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= 33 34 35 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-xml PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} diff --git a/net/pygopherd/Makefile b/net/pygopherd/Makefile index 271c9cc87bf..ca715e78ade 100644 --- a/net/pygopherd/Makefile +++ b/net/pygopherd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2015/12/05 21:25:55 adam Exp $ +# $NetBSD: Makefile,v 1.29 2016/07/09 13:04:01 wiz 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= 33 34 35 # not yet ported as of 2.0.16 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # 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 606308b55d7..2e7f3757b1a 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2016/07/09 06:38:45 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2016/07/09 13:04:02 wiz Exp $ DISTNAME= samba-${VERSION} PKGREVISION= 1 @@ -184,7 +184,7 @@ REPLACE_PYTHON= buildtools/bin/waf \ source4/scripting/bin/* \ lib/tevent/tevent.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # as of 4.3.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 4.3.2 .include "../../lang/python/application.mk" diff --git a/net/scapy/Makefile b/net/scapy/Makefile index bf149754221..ca0295cc71d 100644 --- a/net/scapy/Makefile +++ b/net/scapy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2016/05/09 11:07:51 adam Exp $ +# $NetBSD: Makefile,v 1.21 2016/07/09 13:04:02 wiz 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= 33 34 35 # py-libpcap, py-libdnet +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-libpcap, py-libdnet INSTALLATION_DIRS+= share/examples/scapy diff --git a/net/scapy/options.mk b/net/scapy/options.mk index e12e54548c0..2379b221c03 100644 --- a/net/scapy/options.mk +++ b/net/scapy/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.5 2015/12/05 21:25:55 adam Exp $ +# $NetBSD: options.mk,v 1.6 2016/07/09 13:04:02 wiz 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= 33 34 35 # py-gnuplot +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gnuplot .endif ### diff --git a/net/upnpinspector/Makefile b/net/upnpinspector/Makefile index 1ab807fa1bb..55f7484df9b 100644 --- a/net/upnpinspector/Makefile +++ b/net/upnpinspector/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/12/05 21:25:55 adam Exp $ +# $NetBSD: Makefile,v 1.11 2016/07/09 13:04:02 wiz 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= 33 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 9f3314e61d1..974da47cb63 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.149 2016/07/09 06:38:47 wiz Exp $ +# $NetBSD: Makefile,v 1.150 2016/07/09 13:04:02 wiz Exp $ DISTNAME= wireshark-2.0.4 PKGREVISION= 1 @@ -31,7 +31,7 @@ CONFIGURE_ENV+= ac_cv_path_LEXDUMMY=${TOOLS_PATH.lex} PTHREAD_OPTS+= require PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.10.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.10.5 REPLACE_PYTHON+= help/faq.py REPLACE_PYTHON+= tools/asn2deb REPLACE_PYTHON+= tools/asn2wrs.py diff --git a/net/wireshark1/Makefile b/net/wireshark1/Makefile index 80793262e91..4bc95595827 100644 --- a/net/wireshark1/Makefile +++ b/net/wireshark1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/07/09 06:38:47 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2016/07/09 13:04:02 wiz Exp $ DISTNAME= wireshark-1.12.10 PKGREVISION= 3 @@ -33,7 +33,7 @@ CONFIGURE_ENV+= ac_cv_path_LEXDUMMY=${TOOLS_PATH.lex} PTHREAD_OPTS+= require PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.10.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.10.5 REPLACE_PYTHON+= help/faq.py REPLACE_PYTHON+= tools/asn2deb REPLACE_PYTHON+= tools/asn2wrs.py |