diff options
author | adam <adam@pkgsrc.org> | 2015-12-05 21:25:27 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-12-05 21:25:27 +0000 |
commit | 2019fddeb4a03f35d05240122f8adaba399b2031 (patch) | |
tree | 8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /net | |
parent | 576e28830879dd1e62f4d61c31a43700bc131bc7 (diff) | |
download | pkgsrc-2019fddeb4a03f35d05240122f8adaba399b2031.tar.gz |
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'net')
54 files changed, 108 insertions, 108 deletions
diff --git a/net/Radicale/options.mk b/net/Radicale/options.mk index d44872c3acd..3357cd2b2bc 100644 --- a/net/Radicale/options.mk +++ b/net/Radicale/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2015/11/11 11:56:21 wiz Exp $ +# $NetBSD: options.mk,v 1.4 2015/12/05 21:25:55 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= 33 34 # py-ldap +PYTHON_VERSIONS_INCOMPATIBLE= 33 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 d798662cbcc..5b7286f4bf4 100644 --- a/net/avahi/options.mk +++ b/net/avahi/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.6 2014/05/09 07:37:13 wiz Exp $ +# $NetBSD: options.mk,v 1.7 2015/12/05 21:25:51 adam 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 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 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 6ce511078cf..02695f29855 100644 --- a/net/bittornado-gui/Makefile +++ b/net/bittornado-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2014/05/09 07:37:13 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2015/12/05 21:25:51 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= 33 34 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-wxWidgets INSTALLATION_DIRS= bin diff --git a/net/bittornado/Makefile b/net/bittornado/Makefile index 79a80bf9279..0e9579ec7e3 100644 --- a/net/bittornado/Makefile +++ b/net/bittornado/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/05/09 07:37:13 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/12/05 21:25:51 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= 33 34 # not yet ported as of 0.3.18 +PYTHON_VERSIONS_INCOMPATIBLE= 33 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 2fd0b4ff033..b32ca4aece1 100644 --- a/net/bittorrent-gui/Makefile +++ b/net/bittorrent-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2014/05/09 07:37:13 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2015/12/05 21:25:51 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= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 CONFLICTS+= bittornado-gui-[0-9]* diff --git a/net/bittorrent/Makefile b/net/bittorrent/Makefile index 74b144c3ecf..5d50342e23d 100644 --- a/net/bittorrent/Makefile +++ b/net/bittorrent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2014/05/09 07:37:13 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2015/12/05 21:25:51 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= 33 34 # not yet ported as of 4.4.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 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 aa812c117be..0bde7c05553 100644 --- a/net/calypso/Makefile +++ b/net/calypso/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/02/25 21:20:16 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2015/12/05 21:25:52 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= 33 34 # py-vobject +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-vobject REPLACE_PYTHON= calypso.py diff --git a/net/coherence/Makefile b/net/coherence/Makefile index 0a5ed020223..66f14dab526 100644 --- a/net/coherence/Makefile +++ b/net/coherence/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/05/09 07:37:14 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/12/05 21:25:52 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= 33 34 # py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 33 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 bc4befc8e12..7f9de8321b2 100644 --- a/net/coilmq/Makefile +++ b/net/coilmq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:14 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2015/12/05 21:25:52 adam 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 # py-stompclient, py-daemon +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-stompclient, py-daemon EGDIR= ${PREFIX}/share/examples/coilmq diff --git a/net/exabgp/Makefile b/net/exabgp/Makefile index 7dbd4dcc09e..a362f30411a 100644 --- a/net/exabgp/Makefile +++ b/net/exabgp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/06/12 10:50:40 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/12/05 21:25:52 adam 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 # not yet ported as of 3.2.19 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 3.2.19 USE_LANGUAGES= # none diff --git a/net/gitso/Makefile b/net/gitso/Makefile index 6bcb7a3dd1d..5cf66429599 100644 --- a/net/gitso/Makefile +++ b/net/gitso/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2015/04/25 14:23:44 tnn Exp $ +# $NetBSD: Makefile,v 1.20 2015/12/05 21:25:52 adam 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 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-wxWidgets USE_TOOLS+= bash:run diff --git a/net/gtk-vnc/options.mk b/net/gtk-vnc/options.mk index 86f8ad80bb2..7981f10474a 100644 --- a/net/gtk-vnc/options.mk +++ b/net/gtk-vnc/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.7 2014/05/09 07:37:14 wiz Exp $ +# $NetBSD: options.mk,v 1.8 2015/12/05 21:25:52 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= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 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 5c51782da36..94926653d1f 100644 --- a/net/mimms/Makefile +++ b/net/mimms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/01/29 02:46:25 mef Exp $ +# $NetBSD: Makefile,v 1.5 2015/12/05 21:25:52 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= 33 34 # not yet ported as of 3.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 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 0436d1b5a8c..c3cc2250cd8 100644 --- a/net/mitmproxy/Makefile +++ b/net/mitmproxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/11/16 18:33:51 leot Exp $ +# $NetBSD: Makefile,v 1.7 2015/12/05 21:25:52 adam Exp $ DISTNAME= mitmproxy-0.14.0 CATEGORIES= net @@ -27,7 +27,7 @@ DEPENDS+= ${PYPKGPREFIX}-tornado>=4.0.2:../../www/py-tornado DEPENDS+= ${PYPKGPREFIX}-urwid>=1.3:../../devel/py-urwid USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-netlib +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-netlib REPLACE_PYTHON= libmproxy/contrib/*.py libmproxy/contrib/wbxml/*.py diff --git a/net/nagstamon/Makefile b/net/nagstamon/Makefile index 47d895e0465..48c897210de 100644 --- a/net/nagstamon/Makefile +++ b/net/nagstamon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2015/07/03 14:41:42 bouyer Exp $ +# $NetBSD: Makefile,v 1.37 2015/12/05 21:25:52 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= 33 34 # py-libxslt, py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 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 3cc19e756d7..77ae169e92c 100644 --- a/net/nicotine/Makefile +++ b/net/nicotine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2014/05/09 07:37:14 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2015/12/05 21:25:52 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= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 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 436e72b1536..84732ba09e7 100644 --- a/net/nmap/options.mk +++ b/net/nmap/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.13 2015/11/20 15:37:40 adam Exp $ +# $NetBSD: options.mk,v 1.14 2015/12/05 21:25:52 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.nmap @@ -37,7 +37,7 @@ PY_PATCHPLIST= yes REPLACE_PYTHON+= zenmap/zenmapCore/*.py REPLACE_PYTHON+= zenmap/zenmapGUI/*.py REPLACE_PYTHON+= zenmap/zenmapGUI/higwidgets/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml, py-sqlite2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 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 4fc972742e0..8913109ff87 100644 --- a/net/omniORB/Makefile +++ b/net/omniORB/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:14 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/12/05 21:25:52 adam Exp $ DISTNAME= omniORB-4.1.7 CATEGORIES= devel @@ -44,7 +44,7 @@ CONFIGURE_ARGS+=--disable-ipv6 PY_PATCHPLIST= yes REPLACE_PYTHON+= src/tool/omniidl/python/scripts/omniidlrun.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 4.1.7 +PYTHON_VERSIONS_INCOMPATIBLE= 33 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 6179ca23390..a2c3dce1017 100644 --- a/net/py-GeoIP/Makefile +++ b/net/py-GeoIP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2014/12/31 13:57:28 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/12/05 21:25:53 adam 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 # not yet ported as of 1.2.7 +PYTHON_VERSIONS_INCOMPATIBLE= 33 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 1cc37008019..a97b58eb90b 100644 --- a/net/py-ORBit/Makefile +++ b/net/py-ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2014/05/09 07:37:14 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2015/12/05 21:25:54 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= 33 34 # dead upstream, no plans to port +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # dead upstream, no plans to port .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" diff --git a/net/py-adns/Makefile b/net/py-adns/Makefile index ab46dd95d6d..1741247ebda 100644 --- a/net/py-adns/Makefile +++ b/net/py-adns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2015/01/29 09:53:29 mef Exp $ +# $NetBSD: Makefile,v 1.17 2015/12/05 21:25:52 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= 33 34 # not yet ported as of 1.2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 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 47033e0ceb0..5cb8c75e0f1 100644 --- a/net/py-beanstalkc/Makefile +++ b/net/py-beanstalkc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/06/08 22:55:51 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2015/12/05 21:25:53 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= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" diff --git a/net/py-caldav/Makefile b/net/py-caldav/Makefile index 7db6bd46c16..021538e4cdb 100644 --- a/net/py-caldav/Makefile +++ b/net/py-caldav/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:15 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2015/12/05 21:25:53 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= 33 34 # py-vobject +PYTHON_VERSIONS_INCOMPATIBLE= 33 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-dns/Makefile b/net/py-dns/Makefile index 27249734390..c2a1f8c252d 100644 --- a/net/py-dns/Makefile +++ b/net/py-dns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2014/05/09 07:37:15 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2015/12/05 21:25:53 adam Exp $ DISTNAME= dnspython-1.11.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-/-/} @@ -11,7 +11,7 @@ COMMENT= Python DNS toolkit (python-2.x version) LICENSE= modified-bsd USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-dpkt/Makefile b/net/py-dpkt/Makefile index cce2c268e40..c6b4423b726 100644 --- a/net/py-dpkt/Makefile +++ b/net/py-dpkt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:15 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2015/12/05 21:25:53 adam Exp $ DISTNAME= dpkt-1.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= modified-bsd USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.8 +PYTHON_VERSIONS_INCOMPATIBLE= 33 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 f203aee45c4..5693b1b65cd 100644 --- a/net/py-eventlib/Makefile +++ b/net/py-eventlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/04/13 23:12:43 rodent Exp $ +# $NetBSD: Makefile,v 1.7 2015/12/05 21:25:53 adam 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 # not yet ported as of 0.1.5 +PYTHON_VERSIONS_INCOMPATIBLE+= 33 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 7c0d6252755..0ef6cc3cb5a 100644 --- a/net/py-foolscap/Makefile +++ b/net/py-foolscap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/09/30 19:24:35 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/12/05 21:25:53 adam Exp $ DISTNAME= foolscap-0.9.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>=3.6.1:../../devel/py-ZopeInterface DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.6:../../security/py-OpenSSL -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-twisted TEST_TARGET= test diff --git a/net/py-gevent/Makefile b/net/py-gevent/Makefile index c4c5ec85758..1865efd5da0 100644 --- a/net/py-gevent/Makefile +++ b/net/py-gevent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/11/08 09:20:06 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2015/12/05 21:25:53 adam Exp $ DISTNAME= gevent-1.0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-greenlet>=0.4.1:../../devel/py-greenlet USE_LANGUAGES= c c++ -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 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 000e120cb72..65644865e66 100644 --- a/net/py-google/Makefile +++ b/net/py-google/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2014/05/09 07:37:15 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2015/12/05 21:25:53 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= 33 34 # py-xml via py-soappy +PYTHON_VERSIONS_INCOMPATIBLE= 33 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 6f7e8aa18e4..48b08751199 100644 --- a/net/py-ipaddress/Makefile +++ b/net/py-ipaddress/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2015/11/17 11:53:43 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/05 21:25:53 adam Exp $ DISTNAME= ipaddress-1.0.15 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 # included in 3.3+ +PYTHON_VERSIONS_INCOMPATIBLE= 33 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 11239071ece..19c099fc6ee 100644 --- a/net/py-kenosis/Makefile +++ b/net/py-kenosis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2014/05/09 07:37:15 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2015/12/05 21:25:53 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= 33 34 # not yet ported as of 0.96 +PYTHON_VERSIONS_INCOMPATIBLE= 33 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 4f6c7a495eb..93907c06be4 100644 --- a/net/py-libdnet/Makefile +++ b/net/py-libdnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/05/09 07:37:15 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/12/05 21:25:53 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= 33 34 # not yet ported as of 1.12 +PYTHON_VERSIONS_INCOMPATIBLE= 33 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 e8b011cf3ad..6f15c88f16a 100644 --- a/net/py-libpcap/Makefile +++ b/net/py-libpcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2014/05/09 07:37:15 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/12/05 21:25:53 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= 33 34 # not yet ported as of 0.6.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 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 06fe7c064c1..9e6cb34f881 100644 --- a/net/py-medusa/Makefile +++ b/net/py-medusa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:15 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2015/12/05 21:25:53 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= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 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 a0be3809ff5..e188c6a3af1 100644 --- a/net/py-metar/Makefile +++ b/net/py-metar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/05/09 07:37:15 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2015/12/05 21:25:54 adam 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 # not yet ported as of 0.19 +PYTHON_VERSIONS_INCOMPATIBLE= 33 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 f3533950915..8252b527e42 100644 --- a/net/py-netifaces/Makefile +++ b/net/py-netifaces/Makefile @@ -1,4 +1,4 @@ -#y$NetBSD: Makefile,v 1.3 2014/05/09 07:37:15 wiz Exp $ +#y$NetBSD: Makefile,v 1.4 2015/12/05 21:25:54 adam 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 # not yet ported as of 0.8 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.8 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-netlib/Makefile b/net/py-netlib/Makefile index aa3cd711361..405764cf601 100644 --- a/net/py-netlib/Makefile +++ b/net/py-netlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/11/16 18:32:32 leot Exp $ +# $NetBSD: Makefile,v 1.7 2015/12/05 21:25:54 adam Exp $ DISTNAME= netlib-0.14.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -22,7 +22,7 @@ DEPENDS+= ${PYPKGPREFIX}-ipaddress>=1.0.14:../../net/py-ipaddress DEPENDS+= ${PYPKGPREFIX}-passlib>=1.6.2:../../security/py-passlib DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.14.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.14.0 # XXX: Get rid of garbage files (probably will not needed for future versions) pre-configure: diff --git a/net/py-netsnmp/Makefile b/net/py-netsnmp/Makefile index 6ab9032530d..d51b8fa1e87 100644 --- a/net/py-netsnmp/Makefile +++ b/net/py-netsnmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/01/09 14:00:00 adam Exp $ +# $NetBSD: Makefile,v 1.3 2015/12/05 21:25:54 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= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 USE_LANGUAGES= c EGG_NAME= netsnmp_python-1.0a1 diff --git a/net/py-omniORBpy/Makefile b/net/py-omniORBpy/Makefile index dff76307a54..4ca007cf3b4 100644 --- a/net/py-omniORBpy/Makefile +++ b/net/py-omniORBpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/05/09 07:37:15 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/12/05 21:25:54 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= 33 34 # omniORB +PYTHON_VERSIONS_INCOMPATIBLE= 33 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 ff35bf1a98d..1a75f9a9a5f 100644 --- a/net/py-pcap/Makefile +++ b/net/py-pcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:15 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2015/12/05 21:25:54 adam 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 # py-pyrex +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-pyrex FILES_SUBST+= PYTHONBIN=${PYTHONBIN:Q} diff --git a/net/py-s3cmd/Makefile b/net/py-s3cmd/Makefile index d5939cfd145..b76455898da 100644 --- a/net/py-s3cmd/Makefile +++ b/net/py-s3cmd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/05/09 07:37:15 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/12/05 21:25:54 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= 33 34 # not yet ported as of 1.0.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 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 2c58721b474..7fb2fcb2391 100644 --- a/net/py-soappy/Makefile +++ b/net/py-soappy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2014/05/09 07:37:16 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2015/12/05 21:25:54 adam 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 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 33 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 9c7e7ea409e..a2ac2ea8f44 100644 --- a/net/py-socketpool/Makefile +++ b/net/py-socketpool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:16 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2015/12/05 21:25:54 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= 33 34 # not yet ported as of 0.5.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 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 ac8d7fb8ecd..ca29b79a0eb 100644 --- a/net/py-spreadmodule/Makefile +++ b/net/py-spreadmodule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2014/05/09 07:37:16 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/12/05 21:25:54 adam 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 # not yet ported as of 1.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 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 9f44d33af76..3c5c5101a54 100644 --- a/net/py-suds/Makefile +++ b/net/py-suds/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/12/31 13:57:29 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2015/12/05 21:25:54 adam 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 # not yet ported as of 0.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 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 a4ff189f353..5de3a2b3d85 100644 --- a/net/py-tweepy/Makefile +++ b/net/py-tweepy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/06/13 20:11:17 riz Exp $ +# $NetBSD: Makefile,v 1.2 2015/12/05 21:25:54 adam 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 +PYTHON_VERSIONS_INCOMPATIBLE= 33 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 3c017c6dd80..6e7d89820bf 100644 --- a/net/py-twisted/Makefile.common +++ b/net/py-twisted/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.25 2015/12/04 21:58:53 wiz Exp $ +# $NetBSD: Makefile.common,v 1.26 2015/12/05 21:25:54 adam 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 # most parts not yet ported as of 14.0.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # most parts not yet ported as of 14.0.0 diff --git a/net/py-zsi/Makefile b/net/py-zsi/Makefile index c1b380f0379..bf40542b012 100644 --- a/net/py-zsi/Makefile +++ b/net/py-zsi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2014/05/09 07:37:16 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2015/12/05 21:25:55 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= 33 34 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-xml PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} diff --git a/net/pygopherd/Makefile b/net/pygopherd/Makefile index 75b96920fcd..271c9cc87bf 100644 --- a/net/pygopherd/Makefile +++ b/net/pygopherd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2014/05/09 07:37:16 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2015/12/05 21:25:55 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= 33 34 # not yet ported as of 2.0.16 +PYTHON_VERSIONS_INCOMPATIBLE= 33 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/rabbitmq/Makefile b/net/rabbitmq/Makefile index a03ada0fb20..00d7637e9e5 100644 --- a/net/rabbitmq/Makefile +++ b/net/rabbitmq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2015/11/20 12:26:21 fhajny Exp $ +# $NetBSD: Makefile,v 1.22 2015/12/05 21:25:55 adam Exp $ PKGNAME= rabbitmq-${RMQ_VERSION} DISTNAME= rabbitmq-server-${RMQ_VERSION} @@ -20,7 +20,7 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto DEPENDS+= ${PYPKGPREFIX}-simplejson>=2:../../converters/py-simplejson -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.2.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 3.2.2 .include "version.mk" .include "../../lang/python/pyversion.mk" diff --git a/net/scapy/Makefile b/net/scapy/Makefile index d2182b6025d..6d1b7e1d62f 100644 --- a/net/scapy/Makefile +++ b/net/scapy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/05/09 07:37:16 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2015/12/05 21:25:55 adam Exp $ DISTNAME= scapy-2.2.0 CATEGORIES= net @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline NO_BUILD= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-libpcap, py-libdnet +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-libpcap, py-libdnet INSTALLATION_DIRS+= share/examples/scapy diff --git a/net/scapy/options.mk b/net/scapy/options.mk index 26530616a8e..e12e54548c0 100644 --- a/net/scapy/options.mk +++ b/net/scapy/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2014/05/09 07:37:16 wiz Exp $ +# $NetBSD: options.mk,v 1.5 2015/12/05 21:25:55 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= 33 34 # py-gnuplot +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gnuplot .endif ### diff --git a/net/upnpinspector/Makefile b/net/upnpinspector/Makefile index dcb9fc3104a..1ab807fa1bb 100644 --- a/net/upnpinspector/Makefile +++ b/net/upnpinspector/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/12/31 13:57:29 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/12/05 21:25:55 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= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 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 8bb419e234b..fd30e95be35 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.140 2015/11/06 17:35:26 adam Exp $ +# $NetBSD: Makefile,v 1.141 2015/12/05 21:25:55 adam Exp $ DISTNAME= wireshark-1.12.8 CATEGORIES= net @@ -32,7 +32,7 @@ CONFIGURE_ENV+= ac_cv_path_LEXDUMMY=${TOOLS_PATH.lex} PTHREAD_OPTS+= require PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.10.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.10.5 REPLACE_PYTHON+= help/faq.py REPLACE_PYTHON+= tools/asn2deb REPLACE_PYTHON+= tools/asn2wrs.py |