diff options
577 files changed, 1159 insertions, 1164 deletions
diff --git a/audio/aubio/Makefile b/audio/aubio/Makefile index b1108d7f520..1d8f985f386 100644 --- a/audio/aubio/Makefile +++ b/audio/aubio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/05/09 07:36:53 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/12/05 21:25:27 adam Exp $ DISTNAME= aubio-0.3.2 PKGREVISION= 2 @@ -19,7 +19,7 @@ PKGCONFIG_OVERRIDE+= aubio.pc.in # Python related variables: PY_PATCHPLIST= yes REPLACE_PYTHON= python/aubiocut python/aubiopitch -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.3.2 .include "options.mk" diff --git a/audio/csound5/Makefile b/audio/csound5/Makefile index 63a13bc3088..a3e6b6d0f17 100644 --- a/audio/csound5/Makefile +++ b/audio/csound5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2015/04/25 14:20:19 tnn Exp $ +# $NetBSD: Makefile,v 1.36 2015/12/05 21:25:27 adam Exp $ DISTNAME= Csound${CSOUND_VERSION} PKGNAME= csound5-${CSOUND_VERSION} @@ -27,7 +27,7 @@ SCONS_ARGS+= buildInterfaces=0 # Has long files our tar doesn't understand. EXTRACT_USING= gtar -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 5.01 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 5.01 INSTALLATION_DIRS= bin diff --git a/audio/csound6-manual/Makefile b/audio/csound6-manual/Makefile index 09c47330f4c..84f8b614fb5 100644 --- a/audio/csound6-manual/Makefile +++ b/audio/csound6-manual/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/03/12 19:17:55 tnn Exp $ +# $NetBSD: Makefile,v 1.5 2015/12/05 21:25:28 adam Exp $ DISTNAME= manual_src PKGNAME= csound6-manual-${CSOUND_VERSION} @@ -30,7 +30,7 @@ SUBST_FILES.python= Makefile SUBST_STAGE.python= pre-build SUBST_MESSAGE.python= Fixing path to python. -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # as of 6.02 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # as of 6.02 do-install: cd ${WRKSRC}/html && pax -rw * ${DESTDIR}${PREFIX}/${DOCDIR} diff --git a/audio/csound6/Makefile b/audio/csound6/Makefile index 596f081d706..337b0a7004c 100644 --- a/audio/csound6/Makefile +++ b/audio/csound6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/04/25 14:20:19 tnn Exp $ +# $NetBSD: Makefile,v 1.12 2015/12/05 21:25:27 adam Exp $ DISTNAME= Csound${CSOUND_VERSION} PKGNAME= csound6-${CSOUND_VERSION} @@ -25,7 +25,7 @@ LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/csound6 # Has long files our tar doesn't understand. EXTRACT_USING= bsdtar -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 5.01 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 5.01 INSTALLATION_DIRS= bin diff --git a/audio/exaile/Makefile b/audio/exaile/Makefile index 60a024cac18..a00e108778e 100644 --- a/audio/exaile/Makefile +++ b/audio/exaile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2015/04/25 14:20:19 tnn Exp $ +# $NetBSD: Makefile,v 1.50 2015/12/05 21:25:28 adam Exp $ DISTNAME= exaile_0.2.14 PKGNAME= ${DISTNAME:S/_/-/1} @@ -17,7 +17,7 @@ USE_PKGLOCALEDIR= yes USE_TOOLS+= pkg-config gmake intltool msgfmt REPLACE_PYTHON= exaile.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-sqlite2, py-gtk2, py-gstreamer0.10 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-sqlite2, py-gtk2, py-gstreamer0.10 MAKE_ENV+= PYTHONBIN=${PYTHONBIN} MAKE_FLAGS+= PKGLOCALEDIR=${PKGLOCALEDIR} diff --git a/audio/eyeD3/Makefile b/audio/eyeD3/Makefile index b6331cae971..8d8f66e893f 100644 --- a/audio/eyeD3/Makefile +++ b/audio/eyeD3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/01/04 11:43:12 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2015/12/05 21:25:28 adam Exp $ DISTNAME= eyeD3-0.7.5 CATEGORIES= audio @@ -11,7 +11,7 @@ COMMENT= Python tool for working with audio files (in particular, mp3) LICENSE= gnu-gpl-v2 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.7.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.7.5 REPLACE_SH+= bin/eyeD3 SUBST_CLASSES+= python diff --git a/audio/moss/Makefile b/audio/moss/Makefile index 1403182b1a1..0cc6cd8bb9e 100644 --- a/audio/moss/Makefile +++ b/audio/moss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2014/05/09 07:36:53 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2015/12/05 21:25:28 adam Exp $ DISTNAME= moss-0.1.13 PKGREVISION= 6 @@ -12,7 +12,7 @@ COMMENT= MP3/OGG Streaming Server DEPENDS+= ${PYPKGPREFIX}-ogg>=1.3:../../audio/py-ogg DEPENDS+= ${PYPKGPREFIX}-vorbis>=1.3:../../audio/py-vorbis -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ogg, py-vorbis +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-ogg, py-vorbis REPLACE_PYTHON= ${WRKSRC}/*.py diff --git a/audio/mutagen-tools/Makefile b/audio/mutagen-tools/Makefile index dd637ada25c..edc220b5229 100644 --- a/audio/mutagen-tools/Makefile +++ b/audio/mutagen-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/01/06 19:53:14 drochner Exp $ +# $NetBSD: Makefile,v 1.7 2015/12/05 21:25:28 adam Exp $ DISTNAME= mutagen-1.27 PKGNAME= mutagen-tools-1.27 @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-mutagen-[0-9]*:../../audio/py-mutagen USE_LANGUAGES= # none PY_NO_EGG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # string type problems +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # string type problems .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/picard/Makefile b/audio/picard/Makefile index 909542f1c0c..9bd5278b86c 100644 --- a/audio/picard/Makefile +++ b/audio/picard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2015/11/24 05:28:32 adam Exp $ +# $NetBSD: Makefile,v 1.29 2015/12/05 21:25:28 adam Exp $ DISTNAME= picard-1.3.2 CATEGORIES= audio @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-mutagen>=1.20:../../audio/py-mutagen USE_LANGUAGES= c c++ USE_TOOLS+= msgfmt pkg-config -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.3.1 HAS_CONFIGURE= yes CONFIG_SHELL= ${PYTHONBIN} diff --git a/audio/playitslowly/Makefile b/audio/playitslowly/Makefile index 3637a48c299..886ef6b5cc5 100644 --- a/audio/playitslowly/Makefile +++ b/audio/playitslowly/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/08/07 20:36:26 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2015/12/05 21:25:28 adam Exp $ DISTNAME= playitslowly-1.4.0 CATEGORIES= audio @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-gstreamer0.10-[0-9]*:../../multimedia/py-gstreamer0.10 DEPENDS+= gst-plugins0.10-soundtouch-[0-9]*:../../audio/gst-plugins0.10-soundtouch PYTHON_VERSIONED_DEPENDENCIES= cairo -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 REPLACE_PYTHON+= playitslowly/app.py SUBST_CLASSES+= exec diff --git a/audio/py-acoustid/Makefile b/audio/py-acoustid/Makefile index 66812652f30..2e828218ff2 100644 --- a/audio/py-acoustid/Makefile +++ b/audio/py-acoustid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/05/09 07:36:53 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/05 21:25:28 adam Exp $ DISTNAME= v1.0.0 PKGNAME= ${PYPKGPREFIX}-acoustid-1.0.0 @@ -17,7 +17,7 @@ DEPENDS+= chromaprint-[0-9]*:../../audio/chromaprint WRKSRC= ${WRKDIR}/pyacoustid-1.0.0 USE_LANGUAGES= # none EGG_NAME= pyacoustid-1.0.0 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.0.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.0.0 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/py-ao/Makefile b/audio/py-ao/Makefile index 92d8785a172..603f3d8e8af 100644 --- a/audio/py-ao/Makefile +++ b/audio/py-ao/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2014/05/09 07:36:53 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/12/05 21:25:28 adam Exp $ DISTNAME= pyao-0.82 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -18,7 +18,7 @@ CONFIGURE_ARGS+= --prefix ${PREFIX} CONFLICTS= ${PYPKGPREFIX}-pyao-[0-9]* -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.82 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.82 .include "../../audio/libao/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/audio/py-beets/Makefile b/audio/py-beets/Makefile index 72cf7c5951c..62c5d72a8ee 100644 --- a/audio/py-beets/Makefile +++ b/audio/py-beets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/04/14 11:25:37 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/12/05 21:25:28 adam Exp $ DISTNAME= v1.3.10 PKGNAME= beets-${DISTNAME:S/v//} @@ -21,7 +21,7 @@ DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml DEPENDS+= ${PYPKGPREFIX}-Unidecode-[0-9]*:../../textproc/py-Unidecode DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.3.8 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.3.8 DIST_SUBDIR= py-beets WRKSRC= ${WRKDIR}/beets-${DISTNAME:S/v//} diff --git a/audio/py-cddb/Makefile b/audio/py-cddb/Makefile index 05bfbf56915..04d45fbbd24 100644 --- a/audio/py-cddb/Makefile +++ b/audio/py-cddb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2014/05/09 07:36:54 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2015/12/05 21:25:28 adam Exp $ DISTNAME= CDDB-1.4 PKGNAME= ${PYPKGPREFIX}-cddb-1.4 @@ -11,7 +11,7 @@ HOMEPAGE= http://cddb-py.sourceforge.net/ COMMENT= Python module to access the CDDB online database LICENSE= gnu-gpl-v2 -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 "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/py-daap/Makefile b/audio/py-daap/Makefile index 74d4d5d7aff..0c9c9ba8f12 100644 --- a/audio/py-daap/Makefile +++ b/audio/py-daap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/05/09 07:36:54 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/12/05 21:25:28 adam Exp $ DISTNAME= PythonDaap-0.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PythonD/d/} @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://movieos.org/code/pythondaap/ COMMENT= Python binding for DAAP -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.7 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.7 CONFLICTS= ${PYPKGPREFIX}-PythonDaap-[0-9]* .include "../../lang/python/distutils.mk" diff --git a/audio/py-discogs_client/Makefile b/audio/py-discogs_client/Makefile index f1a1d0abc17..8a8b7137d3f 100644 --- a/audio/py-discogs_client/Makefile +++ b/audio/py-discogs_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/05/09 07:36:54 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/05 21:25:28 adam Exp $ DISTNAME= v1.1.1 PKGNAME= ${PYPKGPREFIX}-discogs_client-1.1.1 @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/discogs_client-1.1.1 USE_LANGUAGES= # none EGG_NAME= discogs_client-1.1.1 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/py-id3/Makefile b/audio/py-id3/Makefile index 804a49574f9..c7ef48a302f 100644 --- a/audio/py-id3/Makefile +++ b/audio/py-id3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/05/09 07:36:54 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2015/12/05 21:25:28 adam Exp $ DISTNAME= id3-py_1.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py_//} @@ -16,7 +16,7 @@ USE_LANGUAGES= # empty WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} EGG_NAME= ${DISTNAME:S/py_//:tu} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/py-id3lib/Makefile b/audio/py-id3lib/Makefile index e593a762810..2bd112b326f 100644 --- a/audio/py-id3lib/Makefile +++ b/audio/py-id3lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/05/09 07:36:54 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/12/05 21:25:29 adam Exp $ DISTNAME= pyid3lib-0.5.1 PKGNAME= ${PYPKGPREFIX}-id3lib-0.5.1 @@ -14,7 +14,7 @@ LICENSE= gnu-lgpl-v2.1 USE_LANGUAGES= c c++ -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.5.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.5.1 .include "../../lang/python/distutils.mk" .include "../../audio/id3lib/buildlink3.mk" diff --git a/audio/py-karaoke/Makefile b/audio/py-karaoke/Makefile index b79bade83fe..3d7c88976b3 100644 --- a/audio/py-karaoke/Makefile +++ b/audio/py-karaoke/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2015/04/25 14:20:23 tnn Exp $ +# $NetBSD: Makefile,v 1.31 2015/12/05 21:25:29 adam Exp $ DISTNAME= pykaraoke-0.7.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -18,7 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.6:../../x11/py-wxWidgets DEPENDS+= ${PYPKGPREFIX}-mutagen-[0-9]*:../../audio/py-mutagen DEPENDS+= ${PYPKGPREFIX}-Numeric-[0-9]*:../../math/py-Numeric -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-Numeric, py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-Numeric, py-wxWidgets REPLACE_PYTHON+= performer_prompt.py REPLACE_PYTHON+= pycdg.py diff --git a/audio/py-libmtag/Makefile b/audio/py-libmtag/Makefile index f5307b88fb5..d5ec44af584 100644 --- a/audio/py-libmtag/Makefile +++ b/audio/py-libmtag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/05/09 07:36:54 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/12/05 21:25:29 adam Exp $ DISTNAME= libmtag-python-0.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python//} @@ -13,7 +13,7 @@ USE_TOOLS+= pkg-config EGG_NAME= MTag-0.0.0 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.3.1 .include "../../lang/python/distutils.mk" .include "../../audio/libmtag/buildlink3.mk" diff --git a/audio/py-mad/Makefile b/audio/py-mad/Makefile index 4e7262cc027..b3184af26ad 100644 --- a/audio/py-mad/Makefile +++ b/audio/py-mad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2014/05/09 07:36:54 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2015/12/05 21:25:29 adam Exp $ DISTNAME= pymad-0.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -16,7 +16,7 @@ CONFIG_SHELL= ${PYTHONBIN} CONFIGURE_SCRIPT= config_unix.py CONFIGURE_ARGS+= --prefix ${PREFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.6 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.6 .include "../../audio/libmad/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/audio/py-musicbrainz/Makefile b/audio/py-musicbrainz/Makefile index c3d4d90e4b6..788f8588e7b 100644 --- a/audio/py-musicbrainz/Makefile +++ b/audio/py-musicbrainz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2014/12/31 13:57:25 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/12/05 21:25:29 adam Exp $ DISTNAME= python-musicbrainz2-0.4.1 PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/} @@ -14,7 +14,7 @@ LICENSE= modified-bsd DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 .include "../../audio/libdiscid/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/audio/py-musique/Makefile b/audio/py-musique/Makefile index 1dedd663473..0012f966955 100644 --- a/audio/py-musique/Makefile +++ b/audio/py-musique/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2015/04/25 14:20:23 tnn Exp $ +# $NetBSD: Makefile,v 1.48 2015/12/05 21:25:29 adam Exp $ DISTNAME= pymusique-0.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -23,7 +23,7 @@ DEPENDS+= ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2 DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted, py-mcrypt, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-twisted, py-mcrypt, py-gtk2 .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" diff --git a/audio/py-ogg/Makefile b/audio/py-ogg/Makefile index 949697c4e77..aec92a2acc2 100644 --- a/audio/py-ogg/Makefile +++ b/audio/py-ogg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2014/05/09 07:36:54 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/12/05 21:25:29 adam Exp $ DISTNAME= pyogg-1.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -16,7 +16,7 @@ CONFIG_SHELL= ${PYTHONBIN} CONFIGURE_SCRIPT= config_unix.py CONFIGURE_ARGS+= --prefix ${PREFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.3 .include "../../lang/python/distutils.mk" .include "../../multimedia/libogg/buildlink3.mk" diff --git a/audio/py-vorbis/Makefile b/audio/py-vorbis/Makefile index ab3b9a7e426..6976edda5a7 100644 --- a/audio/py-vorbis/Makefile +++ b/audio/py-vorbis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2014/05/09 07:36:54 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/12/05 21:25:29 adam Exp $ DISTNAME= pyvorbis-1.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -12,7 +12,7 @@ COMMENT= Python bindings for Vorbis library PY_PATCHPLIST= yes PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ogg, and itself not ported as of 1.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-ogg, and itself not ported as of 1.3 HAS_CONFIGURE= yes CONFIG_SHELL= ${PYTHONBIN} diff --git a/audio/quodlibet2/Makefile b/audio/quodlibet2/Makefile index 6dc9412d61b..d689d6f46c5 100644 --- a/audio/quodlibet2/Makefile +++ b/audio/quodlibet2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/11/18 14:19:48 ryoon Exp $ +# $NetBSD: Makefile,v 1.13 2015/12/05 21:25:29 adam Exp $ DISTNAME= quodlibet-2.6.3 PKGREVISION= 7 @@ -20,7 +20,7 @@ USE_PKGLOCALEDIR= yes #BUILD_TARGET= _trayicon.so _mmkeys.so PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2, py-gstreamer0.10 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2, py-gstreamer0.10 REPLACE_PYTHON= exfalso.py quodlibet.py operon.py .include "../../devel/py-gobject/buildlink3.mk" diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 9a4fe2b2750..b8e043788db 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.127 2015/10/10 01:58:00 ryoon Exp $ +# $NetBSD: Makefile,v 1.128 2015/12/05 21:25:29 adam Exp $ DISTNAME= rhythmbox-0.12.8 PKGREVISION= 43 @@ -23,7 +23,7 @@ CONFIGURE_ARGS+= --disable-fm-radio GCONF_SCHEMAS= rhythmbox.schemas -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2, py-gstreamer0.10 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2, py-gstreamer0.10 .include "../../lang/python/application.mk" .include "../../x11/py-gtk2/buildlink3.mk" diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile index 010c1cf73db..c2981f6814f 100644 --- a/audio/solfege/Makefile +++ b/audio/solfege/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2015/04/25 14:20:24 tnn Exp $ +# $NetBSD: Makefile,v 1.53 2015/12/05 21:25:29 adam Exp $ DISTNAME= solfege-3.14.1 PKGREVISION= 24 @@ -26,7 +26,7 @@ USE_TOOLS+= gmake gm4 makeinfo pkg-config msgfmt bash:run REPLACE_BASH= lesson-files/bin/csound-play-harmonic-interval.sh REPLACE_PYTHON= *.py *.py.in */*.py */*.py.in -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 SUBST_CLASSES+= sound SUBST_STAGE.sound= do-configure diff --git a/audio/sonata/Makefile b/audio/sonata/Makefile index 374dda27b6f..a1c11da615e 100644 --- a/audio/sonata/Makefile +++ b/audio/sonata/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2015/04/25 14:20:24 tnn Exp $ +# $NetBSD: Makefile,v 1.43 2015/12/05 21:25:29 adam Exp $ EGG_NAME= Sonata-1.6.2.1 DISTNAME= ${EGG_NAME:tl} @@ -15,7 +15,7 @@ LICENSE= gnu-gpl-v3 DEPENDS+= ${PYPKGPREFIX}-SOAPpy-[0-9]*:../../net/py-soappy DEPENDS+= ${PYPKGPREFIX}-mpd-[0-9]*:../../audio/py-mpd -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml via py-soappy, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-xml via py-soappy, py-gtk2 USE_TOOLS+= pkg-config msgfmt diff --git a/audio/streamtuner/options.mk b/audio/streamtuner/options.mk index 34c182ba179..a11780db1ab 100644 --- a/audio/streamtuner/options.mk +++ b/audio/streamtuner/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2014/05/09 07:36:55 wiz Exp $ +# $NetBSD: options.mk,v 1.5 2015/12/05 21:25:29 adam Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.streamtuner @@ -28,7 +28,7 @@ CONFIGURE_ARGS+= --disable-xiph .if !empty(PKG_OPTIONS:Mpython) PLIST.python= yes CONFIGURE_ARGS+= --enable-python -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 . include "../../x11/py-gtk2/buildlink3.mk" .else CONFIGURE_ARGS+= --disable-python diff --git a/audio/tunapie/Makefile b/audio/tunapie/Makefile index 609013bfb58..5d67465ebd3 100644 --- a/audio/tunapie/Makefile +++ b/audio/tunapie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2014/05/09 07:36:55 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2015/12/05 21:25:29 adam Exp $ DISTNAME= tunapie-2.1.18 PKGREVISION= 1 @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.6:../../x11/py-wxWidgets -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-wxWidgets USE_LANGUAGES= # none diff --git a/benchmarks/glmark2/Makefile b/benchmarks/glmark2/Makefile index 92dcc25804f..bb56b403b72 100644 --- a/benchmarks/glmark2/Makefile +++ b/benchmarks/glmark2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/04/25 14:20:26 tnn Exp $ +# $NetBSD: Makefile,v 1.7 2015/12/05 21:25:30 adam Exp $ DISTNAME= glmark2-2014.03 PKGREVISION= 1 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v3 AND modified-bsd USE_LANGUAGES= c c++ -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 USE_TOOLS+= pkg-config diff --git a/biology/py-mol/Makefile b/biology/py-mol/Makefile index 3396f6b69eb..22f2078d8af 100644 --- a/biology/py-mol/Makefile +++ b/biology/py-mol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2015/04/25 14:20:26 tnn Exp $ +# $NetBSD: Makefile,v 1.25 2015/12/05 21:25:30 adam Exp $ DISTNAME= pymol-v1.5.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pymol-v/mol-/} @@ -15,7 +15,7 @@ COMMENT= Molecular Visualization System DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy PYTHON_VERSIONED_DEPENDENCIES= Pmw -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.5.0.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.5.0.1 WRKSRC= ${WRKDIR}/pymol diff --git a/cad/py-MyHDL/Makefile b/cad/py-MyHDL/Makefile index fa814041710..d0cfa3add77 100644 --- a/cad/py-MyHDL/Makefile +++ b/cad/py-MyHDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2015/01/04 02:21:53 mef Exp $ +# $NetBSD: Makefile,v 1.22 2015/12/05 21:25:30 adam Exp $ DISTNAME= myhdl-0.8.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/myhdl/MyHDL/} @@ -10,7 +10,7 @@ HOMEPAGE= http://jandecaluwe.com/Tools/MyHDL/Overview.html COMMENT= Hardware description in Python LICENSE= gnu-gpl-v2 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.7 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.7 do-test: cd ${WRKSRC}/myhdl/test/core && ${PYTHONBIN} test_all.py diff --git a/chat/empathy/Makefile b/chat/empathy/Makefile index b59acd22a00..0a99fc5d4c4 100644 --- a/chat/empathy/Makefile +++ b/chat/empathy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2015/10/10 01:57:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.74 2015/12/05 21:25:30 adam Exp $ DISTNAME= empathy-2.34.0 PKGREVISION= 45 @@ -10,7 +10,7 @@ HOMEPAGE= http://live.gnome.org/Empathy COMMENT= Gnome instant messenger client LICENSE= gnu-gpl-v2 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 GNU_CONFIGURE= yes USE_TOOLS+= gawk gmake gsed intltool msgfmt pkg-config diff --git a/chat/gajim/Makefile b/chat/gajim/Makefile index eac59d672be..50334eaed0d 100644 --- a/chat/gajim/Makefile +++ b/chat/gajim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2015/04/25 14:20:27 tnn Exp $ +# $NetBSD: Makefile,v 1.28 2015/12/05 21:25:30 adam Exp $ DISTNAME= gajim-0.15 PKGREVISION= 13 @@ -15,7 +15,7 @@ DEPENDS= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat DEPENDS= ${PYPKGPREFIX}-dbus>=0.81:../../sysutils/py-dbus DEPENDS= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 .include "options.mk" diff --git a/chat/gajim/options.mk b/chat/gajim/options.mk index d4873ea297e..9c3077717a1 100644 --- a/chat/gajim/options.mk +++ b/chat/gajim/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.5 2014/05/09 07:36:55 wiz Exp $ +# $NetBSD: options.mk,v 1.6 2015/12/05 21:25:30 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gajim PKG_SUPPORTED_OPTIONS= avahi gnome gnome-keyring ssl @@ -20,7 +20,7 @@ DEPENDS+= avahi-[0-9]*:../../net/avahi # gnome .if !empty(PKG_OPTIONS:Mgnome) DEPENDS+= ${PYPKGPREFIX}-gnome2-[0-9]*:../../x11/py-gnome2 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-ORBit via py-gnome2 .endif # gnome-keyring diff --git a/chat/libtelepathy/Makefile b/chat/libtelepathy/Makefile index cfb2be09ba0..ae8f11136e6 100644 --- a/chat/libtelepathy/Makefile +++ b/chat/libtelepathy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/05/09 07:36:55 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2015/12/05 21:25:30 adam Exp $ DISTNAME= libtelepathy-0.3.3 PKGREVISION= 9 @@ -18,7 +18,7 @@ USE_TOOLS+= gmake pkg-config PKGCONFIG_OVERRIDE+= libtelepathy.pc.in -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.3.3 .include "../../lang/python/pyversion.mk" CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN} diff --git a/chat/py-xmpppy/Makefile b/chat/py-xmpppy/Makefile index 633b075b0fc..ac4e8c237ab 100644 --- a/chat/py-xmpppy/Makefile +++ b/chat/py-xmpppy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/11/08 22:02:57 schnoebe Exp $ +# $NetBSD: Makefile,v 1.10 2015/12/05 21:25:30 adam Exp $ DISTNAME= xmpppy-0.5.0rc1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,7 +17,7 @@ USE_LANGUAGES= # none PYDISTUTILSPKG= yes PYTHON_VERSIONED_DEPENDENCIES= dns -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.5.0rc1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.5.0rc1 DOCDIR= ${PREFIX}/share/doc/py-xmpppy EXDIR= ${PREFIX}/share/examples/py-xmpppy diff --git a/chat/spectrum/Makefile b/chat/spectrum/Makefile index 6a787d6825d..f9faeea72a5 100644 --- a/chat/spectrum/Makefile +++ b/chat/spectrum/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2015/10/10 01:58:00 ryoon Exp $ +# $NetBSD: Makefile,v 1.49 2015/12/05 21:25:30 adam Exp $ DISTNAME= spectrum-1.4.8 PKGREVISION= 30 @@ -20,7 +20,7 @@ USE_LANGUAGES= c++ c REPLACE_PYTHON+= spectrumctl/spectrumctl.py PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xmpppy +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-xmpppy BUILD_DEFS+= JABBER_USER JABBER_GROUP BUILD_DEFS+= SPECTRUM_RUN SPECTRUM_DB SPECTRUM_LOG diff --git a/chat/telepathy-farsight/Makefile b/chat/telepathy-farsight/Makefile index 98bed3f56ff..432c3016e3c 100644 --- a/chat/telepathy-farsight/Makefile +++ b/chat/telepathy-farsight/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2015/12/01 12:50:15 jaapb Exp $ +# $NetBSD: Makefile,v 1.42 2015/12/05 21:25:30 adam Exp $ DISTNAME= telepathy-farsight-0.0.19 CATEGORIES= chat multimedia @@ -18,7 +18,7 @@ CFLAGS.SunOS+= -std=c99 -D_XOPEN_SOURCE=600 PKGCONFIG_OVERRIDE+= telepathy-farsight/telepathy-farsight.pc.in PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2, py-gstreamer0.10 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2, py-gstreamer0.10 .include "../../lang/python/extension.mk" diff --git a/chat/telepathy-gabble/Makefile b/chat/telepathy-gabble/Makefile index 5d0e3f7ba14..2220f85793a 100644 --- a/chat/telepathy-gabble/Makefile +++ b/chat/telepathy-gabble/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2015/12/01 12:45:43 jaapb Exp $ +# $NetBSD: Makefile,v 1.46 2015/12/05 21:25:30 adam Exp $ DISTNAME= telepathy-gabble-0.18.3 CATEGORIES= chat @@ -17,7 +17,7 @@ USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config CONFIGURE_ENV+= UUID_CFLAGS=" " UUID_LIBS=" " -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.11.10 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.11.10 REPLACE_PYTHON+= plugins/telepathy-gabble-xmpp-console .include "../../mk/compiler.mk" diff --git a/chat/telepathy-glib/Makefile b/chat/telepathy-glib/Makefile index 2d19bceeb6e..17d79ade9b9 100644 --- a/chat/telepathy-glib/Makefile +++ b/chat/telepathy-glib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2015/04/03 07:38:35 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2015/12/05 21:25:30 adam Exp $ DISTNAME= telepathy-glib-0.24.1 PKGREVISION= 2 @@ -22,7 +22,7 @@ PKGCONFIG_OVERRIDE+= telepathy-glib/telepathy-glib.pc.in PYTHON_FOR_BUILD_ONLY= yes CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN} REPLACE_PYTHON+= tests/all-errors-documented.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.24.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.24.1 TEST_TARGET= check BUILDLINK_API_DEPENDS.glib2+= glib2>=2.36 diff --git a/chat/telepathy-idle/Makefile b/chat/telepathy-idle/Makefile index d660f49eafb..60919b75b4a 100644 --- a/chat/telepathy-idle/Makefile +++ b/chat/telepathy-idle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2014/05/09 07:36:56 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2015/12/05 21:25:30 adam Exp $ DISTNAME= telepathy-idle-0.1.8 PKGREVISION= 9 @@ -12,7 +12,7 @@ LICENSE= gnu-lgpl-v2.1 BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.1.8 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.1.8 GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/chat/telepathy-logger/Makefile b/chat/telepathy-logger/Makefile index 1c47f1ea71c..8ec42cf11fd 100644 --- a/chat/telepathy-logger/Makefile +++ b/chat/telepathy-logger/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2015/10/10 01:57:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.30 2015/12/05 21:25:30 adam Exp $ DISTNAME= telepathy-logger-0.2.7 PKGREVISION= 16 @@ -23,7 +23,7 @@ PKGCONFIG_OVERRIDE+= telepathy-logger/telepathy-logger-0.1.pc.in BUILD_DEPENDS= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.2.7 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.2.7 .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib2/schemas.mk" diff --git a/chat/telepathy-mission-control5/Makefile b/chat/telepathy-mission-control5/Makefile index 605327770a0..8d7c6c1a422 100644 --- a/chat/telepathy-mission-control5/Makefile +++ b/chat/telepathy-mission-control5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2014/05/09 07:36:56 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/12/05 21:25:31 adam Exp $ DISTNAME= telepathy-mission-control-5.7.9 PKGNAME= telepathy-mission-control5-5.7.9 @@ -19,7 +19,7 @@ PKGCONFIG_OVERRIDE+= mission-control-plugins.pc.in #PKGCONFIG_OVERRIDE+= libmcclient.pc.in #PKGCONFIG_OVERRIDE+= mission-control.pc.in -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 5.7.9 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 5.7.9 #.include "../../lang/python/pyversion.mk" CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN} diff --git a/chat/xchat-python/Makefile b/chat/xchat-python/Makefile index ab6be3fc093..51e05872125 100644 --- a/chat/xchat-python/Makefile +++ b/chat/xchat-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2015/10/11 10:56:43 tron Exp $ +# $NetBSD: Makefile,v 1.29 2015/12/05 21:25:31 adam Exp $ .include "../../chat/xchat/Makefile.common" @@ -28,7 +28,7 @@ SUBST_FILES.libutil= configure SUBST_SED.libutil= -e 's/ -lutil//g' .endif -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.8.8 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.8.8 .include "../../lang/python/application.mk" .include "../../mk/pthread.buildlink3.mk" diff --git a/comms/multisync-gui/Makefile b/comms/multisync-gui/Makefile index c0eb969237b..37380ae78fb 100644 --- a/comms/multisync-gui/Makefile +++ b/comms/multisync-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2015/10/10 01:58:01 ryoon Exp $ +# $NetBSD: Makefile,v 1.43 2015/12/05 21:25:31 adam Exp $ DISTNAME= multisync-gui-0.91.0 PKGREVISION= 33 @@ -13,7 +13,7 @@ USE_TOOLS+= pkg-config HAS_CONFIGURE= yes REPLACE_PYTHON= waf -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.91.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.91.0 LDFLAGS.DragonFly= -lgthread-2.0 LDFLAGS.SunOS+= -lgthread-2.0 diff --git a/comms/py-gammu/Makefile b/comms/py-gammu/Makefile index 8df6607612e..a7eb32080e6 100644 --- a/comms/py-gammu/Makefile +++ b/comms/py-gammu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/08/28 10:24:23 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/12/05 21:25:31 adam Exp $ DISTNAME= python-gammu-2.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2 USE_TOOLS+= pkg-config # UnicodeDecodeError: 'ascii' codec can't decode byte 0xc4 in position 1648: ordinal not in range(128) -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 .include "../../lang/python/egg.mk" .include "../../comms/gammu/buildlink3.mk" diff --git a/comms/py-serial/Makefile b/comms/py-serial/Makefile index 35701d7c26e..4b978df9e8a 100644 --- a/comms/py-serial/Makefile +++ b/comms/py-serial/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/05/09 07:36:56 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2015/12/05 21:25:31 adam Exp $ DISTNAME= pyserial-2.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -10,8 +10,6 @@ HOMEPAGE= http://pyserial.sourceforge.net/ COMMENT= Python Serial Port Extension LICENSE= python-software-foundation -#PYTHON_VERSIONS_INCOMPATIBLE= 33 34 - CONFLICTS+= ${PYPKGPREFIX}-pyserial-[0-9]* USE_LANGUAGES= # none diff --git a/converters/py-jpCodecs/Makefile b/converters/py-jpCodecs/Makefile index 202a00a5fd3..7ed3f024b23 100644 --- a/converters/py-jpCodecs/Makefile +++ b/converters/py-jpCodecs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2014/05/09 07:36:56 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2015/12/05 21:25:31 adam Exp $ DISTNAME= JapaneseCodecs-1.4.11 PKGNAME= ${PYPKGPREFIX}-jpCodecs-1.4.11 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.asahi-net.or.jp/~rd6t-kjym/python/ COMMENT= Python Unicode codecs for Japanese charsets -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/converters/py-zbase32/Makefile b/converters/py-zbase32/Makefile index d8f8b720d8f..a2f98c8f231 100644 --- a/converters/py-zbase32/Makefile +++ b/converters/py-zbase32/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/05/09 07:36:56 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/12/05 21:25:31 adam Exp $ DISTNAME= zbase32-1.1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ REPLACE.python.old= /usr/bin/env python REPLACE.python.new= ${PYTHONBIN} REPLACE_FILES.python= zbase32/zbase32.py zbase32/test/test_zbase32.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.1.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.1.5 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/converters/py-zfec/Makefile b/converters/py-zfec/Makefile index 5c41b98324f..e872c4101fa 100644 --- a/converters/py-zfec/Makefile +++ b/converters/py-zfec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/09/13 20:29:59 gdt Exp $ +# $NetBSD: Makefile,v 1.14 2015/12/05 21:25:31 adam Exp $ DISTNAME= zfec-1.4.24 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -24,7 +24,7 @@ REPLACE.python.old= /usr/bin/env python REPLACE.python.new= ${PYTHONBIN} REPLACE_FILES.python= zfec/cmdline_zfec.py zfec/cmdline_zunfec.py zfec/test/test_zfec.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted via py-setuptools_trial +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-twisted via py-setuptools_trial .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/converters/py-zhCodecs/Makefile b/converters/py-zhCodecs/Makefile index 18527e7e26d..f49c822fe6e 100644 --- a/converters/py-zhCodecs/Makefile +++ b/converters/py-zhCodecs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2014/05/09 07:36:56 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2015/12/05 21:25:31 adam Exp $ DISTNAME= ChineseCodecs1.2.0 PKGNAME= ${PYPKGPREFIX}-zhCodecs-1.2.0 @@ -14,7 +14,7 @@ COMMENT= Python Unicode codecs for Chinese charsets WRKSRC= ${WRKDIR}/${DISTNAME}/Python PYDISTUTILSPKG= # defined -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 post-extract: @${CHMOD} 711 ${WRKSRC}/chinesetw diff --git a/databases/gourmet/Makefile b/databases/gourmet/Makefile index f038c310dc3..0492c163f3d 100644 --- a/databases/gourmet/Makefile +++ b/databases/gourmet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2015/04/25 14:20:30 tnn Exp $ +# $NetBSD: Makefile,v 1.44 2015/12/05 21:25:31 adam Exp $ DISTNAME= gourmet-0.8.5.14 PKGREVISION= 31 @@ -10,7 +10,7 @@ HOMEPAGE= http://grecipe-manager.sourceforge.net/ COMMENT= Recipe database USE_PKGLOCALEDIR= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-metakit, py-imaging, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-metakit, py-imaging, py-gtk2 REPLACE_PYTHON+= build_rpms.py REPLACE_PYTHON+= setup.py diff --git a/databases/gramps3/Makefile b/databases/gramps3/Makefile index 08517971821..25b45a807fa 100644 --- a/databases/gramps3/Makefile +++ b/databases/gramps3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2015/04/25 14:20:30 tnn Exp $ +# $NetBSD: Makefile,v 1.54 2015/12/05 21:25:31 adam Exp $ DISTNAME= gramps-3.4.4 PKGREVISION= 3 @@ -16,7 +16,7 @@ USE_TOOLS+= msgfmt pkg-config intltool msgconv USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-ORBit via py-gnome2, py-gtk2 REPLACE_PYTHON= src/DateHandler/_Date_fr.py REPLACE_PYTHON+= src/plugins/quickview/Reporef.py diff --git a/databases/gramps3/options.mk b/databases/gramps3/options.mk index 39a93e41b4a..2433fdae6bf 100644 --- a/databases/gramps3/options.mk +++ b/databases/gramps3/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2014/05/09 07:36:56 wiz Exp $ +# $NetBSD: options.mk,v 1.5 2015/12/05 21:25:31 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gramps3 PKG_SUPPORTED_OPTIONS= graphviz enchant freefont @@ -7,7 +7,7 @@ PKG_SUPPORTED_OPTIONS= graphviz enchant freefont .if !empty(PKG_OPTIONS:Menchant) DEPENDS+= ${PYPKGPREFIX}-enchant-[0-9]*:../../textproc/py-enchant -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-ORBit via py-gnome2 .include "../../x11/py-gnome2-extras/buildlink3.mk" .endif diff --git a/databases/libpqxx/Makefile b/databases/libpqxx/Makefile index 9117d572a22..20ccc0ec2b9 100644 --- a/databases/libpqxx/Makefile +++ b/databases/libpqxx/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2015/01/01 09:43:44 dholland Exp $ +# $NetBSD: Makefile,v 1.30 2015/12/05 21:25:31 adam Exp $ -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 4.0.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 4.0.1 .include "../../databases/libpqxx/Makefile.common" diff --git a/databases/luma/Makefile b/databases/luma/Makefile index 116c5ad5131..7e8bfd8855e 100644 --- a/databases/luma/Makefile +++ b/databases/luma/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2014/09/29 12:27:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.39 2015/12/05 21:25:31 adam Exp $ DISTNAME= luma-3.0.7 CATEGORIES= databases @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 REPLACE_PYTHON= luma/luma.py INSTALLATION_DIRS= ${PKGMANDIR}/man1 ${PYSITELIB}/luma/plugins/browser -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-qt3-base, py-ldap +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-qt3-base, py-ldap SUBST_CLASSES+= luma SUBST_STAGE.luma= pre-configure diff --git a/databases/mongodb/Makefile b/databases/mongodb/Makefile index fd08533d574..257631bba1e 100644 --- a/databases/mongodb/Makefile +++ b/databases/mongodb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/10/18 05:45:37 ryoon Exp $ +# $NetBSD: Makefile,v 1.9 2015/12/05 21:25:31 adam Exp $ DISTNAME= mongodb-src-r3.0.7 PKGNAME= ${DISTNAME:S/src-r//:S/-rc/rc/} @@ -28,7 +28,7 @@ SCONS_ARGS+= --js-engine=v8-3.25 # Avoid Argument list too long from mongod linking SCONS_ARGS+= --variant-dir=pkgsrc -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet supported as of 3.0.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet supported as of 3.0.4 .include "../../mk/bsd.prefs.mk" diff --git a/databases/py-PgSQL/Makefile b/databases/py-PgSQL/Makefile index d3060f44809..c888acdc974 100644 --- a/databases/py-PgSQL/Makefile +++ b/databases/py-PgSQL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2014/05/09 07:36:57 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2015/12/05 21:25:32 adam Exp $ DISTNAME= pyPgSQL-2.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -11,7 +11,7 @@ HOMEPAGE= http://pypgsql.sourceforge.net/ COMMENT= Python DB-API 2.0 compliant interface to PostgreSQL WRKSRC= ${WRKDIR}/pypgsql -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mxDateTime +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-mxDateTime .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" diff --git a/databases/py-bdb-xml/Makefile b/databases/py-bdb-xml/Makefile index 05f48371d7b..6c2d80dbbfc 100644 --- a/databases/py-bdb-xml/Makefile +++ b/databases/py-bdb-xml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2014/05/09 07:36:57 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2015/12/05 21:25:32 adam Exp $ DISTNAME= dbxml-2.5.16 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/db/bdb-/} @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/dbxml/src/python USE_LANGUAGES= c c++ NO_CONFIGURE= yes PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.5.16 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.5.16 SUBST_CLASSES+= fix-path SUBST_STAGE.fix-path= pre-build diff --git a/databases/py-cassa/Makefile b/databases/py-cassa/Makefile index ce3e7db9e16..63e40bf01a6 100644 --- a/databases/py-cassa/Makefile +++ b/databases/py-cassa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/12/31 13:57:25 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2015/12/05 21:25:32 adam Exp $ DISTNAME= pycassa-0.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} @@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/pycassa/pycassa COMMENT= Python client library for Cassandra PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/py-cdb/Makefile b/databases/py-cdb/Makefile index 81cb0d3de82..aa3712c4594 100644 --- a/databases/py-cdb/Makefile +++ b/databases/py-cdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/12/31 13:57:25 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2015/12/05 21:25:32 adam Exp $ DISTNAME= python-cdb-0.35 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} @@ -10,7 +10,7 @@ HOMEPAGE= http://pilcrow.madison.wi.us/ COMMENT= Python extension module for cdb LICENSE= gnu-gpl-v2 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.35 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.35 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/py-ckanclient/Makefile b/databases/py-ckanclient/Makefile index f55f63d6382..c43c099ca5b 100644 --- a/databases/py-ckanclient/Makefile +++ b/databases/py-ckanclient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/05/09 07:36:57 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/12/05 21:25:32 adam Exp $ DISTNAME= ckanclient-0.10 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= mit USE_LANGUAGES= # none REPLACE_PYTHON= ckanclient/datastore.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.10 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.10 .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" diff --git a/databases/py-couchdb/Makefile b/databases/py-couchdb/Makefile index 136c52c058e..69290276fcd 100644 --- a/databases/py-couchdb/Makefile +++ b/databases/py-couchdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/09/10 18:59:22 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2015/12/05 21:25:32 adam Exp $ # DISTNAME= CouchDB-0.9 @@ -14,7 +14,7 @@ LICENSE= modified-bsd DEPENDS+= ${PYPKGPREFIX}-simplejson>=2.0.9:../../converters/py-simplejson DEPENDS+= ${PYPKGPREFIX}-httplib2>=0.5.0:../../www/py-httplib2 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 USE_LANGUAGES= # none diff --git a/databases/py-datapkg/Makefile b/databases/py-datapkg/Makefile index bf236ef4380..8b209deb0b8 100644 --- a/databases/py-datapkg/Makefile +++ b/databases/py-datapkg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/05/09 07:36:57 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/12/05 21:25:32 adam Exp $ DISTNAME= datapkg-0.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-ckanclient-[0-9]*:../../databases/py-ckanclient CONFLICTS= datapkg-[0-9]* -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ckanclient +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-ckanclient .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/py-elixir/Makefile b/databases/py-elixir/Makefile index 9d0013cf778..d64d010865d 100644 --- a/databases/py-elixir/Makefile +++ b/databases/py-elixir/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/02/07 22:06:52 tnn Exp $ +# $NetBSD: Makefile,v 1.9 2015/12/05 21:25:32 adam Exp $ DISTNAME= Elixir-0.7.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-crypto-[0-9]*:../../security/py-crypto USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-sqlite2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-sqlite2 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/py-ldap/Makefile b/databases/py-ldap/Makefile index 35fb0567987..c02475580f5 100644 --- a/databases/py-ldap/Makefile +++ b/databases/py-ldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2015/08/31 12:18:51 adam Exp $ +# $NetBSD: Makefile,v 1.63 2015/12/05 21:25:32 adam Exp $ DISTNAME= python-ldap-2.4.20 PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/} @@ -13,7 +13,7 @@ LICENSE= python-software-foundation PY_LDAP_LIBRARY_DIRS= ${BUILDLINK_PREFIX.openldap-client}/lib PY_LDAP_INCLUDE_DIRS= ${BUILDLINK_PREFIX.openldap-client}/include PY_LDAP_LIBS= ldap_r lber ssl crypto -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.4.13 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.4.13 .include "options.mk" diff --git a/databases/py-metakit/Makefile b/databases/py-metakit/Makefile index 489733d50bf..bbc0c2b4ad3 100644 --- a/databases/py-metakit/Makefile +++ b/databases/py-metakit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2014/05/09 07:36:57 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2015/12/05 21:25:32 adam Exp $ DISTNAME= metakit-2.4.9.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -22,7 +22,7 @@ BUILD_TARGET= python INSTALL_TARGET= install-python MAKE_ENV+= PYINC=${LOCALBASE}/${PYINC} PYSITELIB=${LOCALBASE}/${PYSITELIB} PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.4.9.7 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.4.9.7 INSTALLATION_DIRS+= ${PYSITELIB} diff --git a/databases/py-mssql/Makefile b/databases/py-mssql/Makefile index 40d0d9f449e..6a04429b417 100644 --- a/databases/py-mssql/Makefile +++ b/databases/py-mssql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2015/08/23 14:30:37 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2015/12/05 21:25:32 adam Exp $ DISTNAME= pymssql-1.0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -19,7 +19,7 @@ SUBST_FILTER_CMD.crlf= ${TR} -d '\r' BUILDLINK_API_DEPENDS.freetds+= freetds>=0.63 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.0.2; v2 might be better. +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.0.2; v2 might be better. .include "../../databases/freetds/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/databases/py-mysqldb/Makefile b/databases/py-mysqldb/Makefile index 08007917be2..015799b237c 100644 --- a/databases/py-mysqldb/Makefile +++ b/databases/py-mysqldb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2014/12/31 13:57:26 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2015/12/05 21:25:32 adam Exp $ DISTNAME= MySQL-python-1.2.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/MySQL-python/mysqldb/} @@ -11,7 +11,7 @@ HOMEPAGE= https://github.com/farcepest/MySQLdb1/ COMMENT= MySQL interface for Python LICENSE= gnu-gpl-v2 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.2.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.2.5 USE_LANGUAGES= c diff --git a/databases/py-pgnotify/Makefile b/databases/py-pgnotify/Makefile index 0b02f61429c..285bc184029 100644 --- a/databases/py-pgnotify/Makefile +++ b/databases/py-pgnotify/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/05/09 07:36:57 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2015/12/05 21:25:32 adam Exp $ DISTNAME= pgnotify-0.1 PKGNAME= ${PYPKGPREFIX}-pgnotify-0.1 @@ -19,7 +19,7 @@ USE_TOOLS+= gmake PYDISTUTILSPKG= yes PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-postgresql +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-postgresql .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile index 4fd4d1f267b..1a88b8a6f9a 100644 --- a/databases/py-postgresql/Makefile +++ b/databases/py-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 2014/05/09 07:36:57 wiz Exp $ +# $NetBSD: Makefile,v 1.72 2015/12/05 21:25:32 adam Exp $ DISTNAME= PyGreSQL-4.1.1 PKGNAME= ${PYPKGPREFIX}-postgresql-4.1.1 @@ -22,7 +22,7 @@ MAKE_ENV+= INSTALLED_LIBPQ=1 PY_PATCHPLIST= yes PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q} REPLACE_PYTHON= pg.py pgdb.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 4.1.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 4.1.1 DOCDIR= ${PREFIX}/share/doc/${PYPKGPREFIX}-postgresql diff --git a/databases/py-python-rrdtool/Makefile b/databases/py-python-rrdtool/Makefile index b298fa385cd..9e79e71094f 100644 --- a/databases/py-python-rrdtool/Makefile +++ b/databases/py-python-rrdtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2015/04/25 14:20:31 tnn Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/05 21:25:33 adam Exp $ DISTNAME= python-rrdtool-1.4.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= https://github.com/pbanaszkiewicz/python-rrdtool COMMENT= Python bindings for RRDTool, the graphing and logging utility LICENSE= gnu-gpl-v2 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.4.7 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.4.7 USE_TOOLS+= pkg-config diff --git a/databases/py-sqlalchemy-migrate/Makefile b/databases/py-sqlalchemy-migrate/Makefile index a061b3ea25f..349455d5f12 100644 --- a/databases/py-sqlalchemy-migrate/Makefile +++ b/databases/py-sqlalchemy-migrate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/07/02 01:46:11 rodent Exp $ +# $NetBSD: Makefile,v 1.12 2015/12/05 21:25:33 adam Exp $ DISTNAME= sqlalchemy-migrate-0.9.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/stackforge/sqlalchemy-migrate COMMENT= Schema migration tool for SQLAlchemy LICENSE= mit -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 DEPENDS+= ${PYPKGPREFIX}-pbr-[0-9]*:../../devel/py-pbr DEPENDS+= ${PYPKGPREFIX}-Tempita>=0.4:../../textproc/py-Tempita diff --git a/databases/py-sqlite/Makefile b/databases/py-sqlite/Makefile index 1b1251b279b..85d998f4317 100644 --- a/databases/py-sqlite/Makefile +++ b/databases/py-sqlite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2014/05/09 07:36:57 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2015/12/05 21:25:33 adam Exp $ DISTNAME= pysqlite-1.0.1 PKGNAME= ${PYPKGPREFIX}-sqlite-1.0.1 @@ -12,7 +12,7 @@ COMMENT= SQLite database adapter for Python WRKSRC= ${WRKDIR}/pysqlite -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mxDateTime +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-mxDateTime .include "../../databases/sqlite/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/databases/py-sqlite2/Makefile b/databases/py-sqlite2/Makefile index 5171531ed3a..ff94476118b 100644 --- a/databases/py-sqlite2/Makefile +++ b/databases/py-sqlite2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2015/10/10 01:58:02 ryoon Exp $ +# $NetBSD: Makefile,v 1.39 2015/12/05 21:25:33 adam Exp $ DISTNAME= pysqlite-2.6.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pysqlite/sqlite2/} @@ -11,7 +11,7 @@ HOMEPAGE= http://pysqlite.googlecode.com/ COMMENT= SQLite database adapter for Python LICENSE= mit -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.6.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.6.3 .PHONY: do-postinstall-test do-postinstall-test: diff --git a/databases/py-sqlrelay/Makefile b/databases/py-sqlrelay/Makefile index 123039ab2b2..5e754fdf9ed 100644 --- a/databases/py-sqlrelay/Makefile +++ b/databases/py-sqlrelay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/05/27 14:34:39 fhajny Exp $ +# $NetBSD: Makefile,v 1.3 2015/12/05 21:25:33 adam Exp $ PKGNAME= ${PYPKGPREFIX}-${DISTNAME} COMMENT= Python extension for SQL Relay @@ -11,7 +11,7 @@ CONFIGURE_ARGS+= --with-python-prefix=${PREFIX} BUILD_DIRS= src/api/python -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.55 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.55 PY_PATCHPLIST= yes diff --git a/databases/py-sybase/Makefile b/databases/py-sybase/Makefile index 6e1ec1796e6..faff60bc0e9 100644 --- a/databases/py-sybase/Makefile +++ b/databases/py-sybase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2015/08/23 14:30:37 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2015/12/05 21:25:33 adam Exp $ DISTNAME= sybase-0.36 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -22,7 +22,7 @@ SUBST_MESSAGE.sybase= Fixing runtime_library_dirs. SUBST_FILES.sybase= setup.py SUBST_SED.sybase= -e "s|\\(runtime_library_dirs = \\)None|\\1['${SYBASE}/lib']|" -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.36 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.36 .include "../../databases/freetds/buildlink3.mk" .include "../../lang/python/extension.mk" diff --git a/databases/py-table/Makefile b/databases/py-table/Makefile index 69e91c2cf1c..6ce9ecb36eb 100644 --- a/databases/py-table/Makefile +++ b/databases/py-table/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/05/09 07:36:58 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2015/12/05 21:25:33 adam Exp $ DISTNAME= pytable-0.8.3a PKGNAME= ${PYPKGPREFIX}-table-0.8.3a @@ -13,7 +13,7 @@ COMMENT= Python RDBMS wrapper for various databases DEPENDS+= ${PYPKGPREFIX}-basicproperty-[0-9]*:../../lang/py-basicproperty # py-basicproperty isn't compatible to 3.x -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 USE_LANGUAGES= # none diff --git a/databases/py-tokyocabinet/Makefile b/databases/py-tokyocabinet/Makefile index 1b97394ab58..1167d01e0bf 100644 --- a/databases/py-tokyocabinet/Makefile +++ b/databases/py-tokyocabinet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/05/09 07:36:58 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2015/12/05 21:25:33 adam Exp $ VERSION= 0.5 DISTNAME= tokyocabinet-${VERSION} @@ -11,7 +11,7 @@ HOMEPAGE= http://code.google.com/p/python-tokyocabinet/ COMMENT= Python wrapper to tokyocabinet database LICENSE= mit -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.5 .include "../../databases/tokyocabinet/buildlink3.mk" .include "../../lang/python/egg.mk" diff --git a/databases/skytools/Makefile b/databases/skytools/Makefile index 8db834e3fe5..6175cc15a3e 100644 --- a/databases/skytools/Makefile +++ b/databases/skytools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/12/31 14:07:40 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2015/12/05 21:25:33 adam Exp $ DISTNAME= skytools-3.2 PKGREVISION= 1 @@ -20,7 +20,7 @@ USE_TOOLS+= awk gmake grep sed PY_PATCHPLIST= yes PY_NO_EGG= no -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 PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} REPLACE_PYTHON+= scripts/*.py diff --git a/databases/tdb/Makefile b/databases/tdb/Makefile index 0b0036a9bcb..43bfbd3acf1 100644 --- a/databases/tdb/Makefile +++ b/databases/tdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2015/11/21 09:42:18 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2015/12/05 21:25:33 adam Exp $ DISTNAME= tdb-1.3.8 CATEGORIES= databases @@ -24,7 +24,7 @@ PKGCONFIG_OVERRIDE= tdb.pc.in PYTHON_FOR_BUILD_ONLY= yes REPLACE_PYTHON+= buildtools/bin/waf -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.2.12 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.2.12 USE_GCC_RUNTIME= yes diff --git a/devel/ExmanIDE/Makefile b/devel/ExmanIDE/Makefile index 06bbeec8728..a6176b27b1a 100644 --- a/devel/ExmanIDE/Makefile +++ b/devel/ExmanIDE/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2014/05/09 07:36:58 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2015/12/05 21:25:34 adam Exp $ DISTNAME= ExmanIDE-0.9.4 PKGREVISION= 7 @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/${PKGBASE} NO_CONFIGURE= yes NO_BUILD= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-wxWidgets SUBST_CLASSES+= mod SUBST_MESSAGE.mod= Fixing deprecated module names. diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile index 02b1a3962f0..bbe4a179c25 100644 --- a/devel/GConf/Makefile +++ b/devel/GConf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.87 2015/06/12 10:48:46 wiz Exp $ +# $NetBSD: Makefile,v 1.88 2015/12/05 21:25:35 adam Exp $ .include "../../devel/GConf/Makefile.common" @@ -18,7 +18,7 @@ OWN_DIRS+= ${PKG_SYSCONFDIR}/gconf.xml.system EGDIR= ${PREFIX}/share/examples/GConf CONF_FILES= ${EGDIR}/path ${PKG_SYSCONFDIR}/2/path -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.32.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.32.4 REPLACE_PYTHON= gsettings/gsettings-schema-convert # XXX: We need to use XML_CATALOGS here to register the installed DTD. diff --git a/devel/RBTools/Makefile b/devel/RBTools/Makefile index 7215774d55d..14a7dd43865 100644 --- a/devel/RBTools/Makefile +++ b/devel/RBTools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/07/25 22:15:09 richard Exp $ +# $NetBSD: Makefile,v 1.8 2015/12/05 21:25:40 adam Exp $ DISTNAME= RBTools-0.7.4 PKGREVISION= 1 @@ -14,7 +14,7 @@ USE_LANGUAGES= # none REPLACE_PYTHON= ez_setup.py setup.py rbtools/postreview.py REPLACE_PYTHON+= contrib/internal/release.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.2 DEPENDS+= ${PYPKGPREFIX}-six>=1.8.0:../../lang/py-six diff --git a/devel/accerciser/Makefile b/devel/accerciser/Makefile index d547a2bddb8..9abce743da5 100644 --- a/devel/accerciser/Makefile +++ b/devel/accerciser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2014/05/09 07:36:58 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2015/12/05 21:25:33 adam Exp $ DISTNAME= accerciser-1.12.1 PKGREVISION= 3 @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.8:../../x11/py-gtk2 DEPENDS+= ${PYPKGPREFIX}-at-spi>=1.23.4:../../devel/py-at-spi DEPENDS+= ${PYPKGPREFIX}-ipython<0.11:../../devel/py-ipython010 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2, py-ipython, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-ORBit via py-gnome2, py-ipython, py-gtk2 USE_TOOLS+= gmake intltool msgfmt pkg-config USE_PKGLOCALEDIR= yes diff --git a/devel/boa-constructor/Makefile b/devel/boa-constructor/Makefile index 5094ec66cf8..a5ed1c0dbd0 100644 --- a/devel/boa-constructor/Makefile +++ b/devel/boa-constructor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2015/04/25 14:20:32 tnn Exp $ +# $NetBSD: Makefile,v 1.32 2015/12/05 21:25:33 adam Exp $ VERSION= 0.6.1 DISTNAME= boa-constructor-${VERSION}.src @@ -24,7 +24,7 @@ SEDSUBSTS= -e "s|@PYTHONBIN@|${PYTHONBIN}|" SEDSUBSTS+= -e "s|@PREFIX@|${PREFIX}|" SEDSUBSTS+= -e "s|@VERSION@|${VERSION}|" -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-wxWidgets REPLACE_PYTHON+= Boa.py REPLACE_PYTHON+= Examples/advanced/FramePanels/wxApp1.py diff --git a/devel/bokken/Makefile b/devel/bokken/Makefile index c5b865e87c2..e8de93c610a 100644 --- a/devel/bokken/Makefile +++ b/devel/bokken/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2015/11/19 07:46:57 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/05 21:25:33 adam Exp $ DISTNAME= bokken-1.8 CATEGORIES= devel @@ -21,7 +21,7 @@ NO_BUILD= yes REPLACE_PYTHON= bokken.py lib/web/utils.py ui/xdot.py REPLACE_SH= bokken -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 SUBST_CLASSES+= bin-bokken SUBST_STAGE.bin-bokken= post-patch diff --git a/devel/bpython/Makefile b/devel/bpython/Makefile index 272012b116e..53179f0093f 100644 --- a/devel/bpython/Makefile +++ b/devel/bpython/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/04/25 14:20:32 tnn Exp $ +# $NetBSD: Makefile,v 1.14 2015/12/05 21:25:33 adam Exp $ DISTNAME= bpython-0.12 PKGREVISION= 8 @@ -26,7 +26,7 @@ PKG_SUGGESTED_OPTIONS= # empty .if !empty(PKG_OPTIONS:Mgtk) .include "../../devel/py-gobject/buildlink3.mk" .include "../../x11/py-gtk2/buildlink3.mk" -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 .endif .include "../../lang/python/distutils.mk" diff --git a/devel/bugs-everywhere/Makefile b/devel/bugs-everywhere/Makefile index 4d123122eda..e916775e278 100644 --- a/devel/bugs-everywhere/Makefile +++ b/devel/bugs-everywhere/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/08/09 21:57:14 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2015/12/05 21:25:34 adam Exp $ DISTNAME= be-1.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/be/bugs-everywhere/} @@ -22,7 +22,7 @@ USE_LANGUAGES= # none EGG_NAME= bugs_everywhere-${PKGVERSION} PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not ported yet as of 1.1.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not ported yet as of 1.1.1 REPLACE_PYTHON+= libbe/version.py post-install: diff --git a/devel/bzr-explorer/Makefile b/devel/bzr-explorer/Makefile index 2da614e962d..4925b76f1aa 100644 --- a/devel/bzr-explorer/Makefile +++ b/devel/bzr-explorer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2014/12/21 08:15:03 obache Exp $ +# $NetBSD: Makefile,v 1.16 2015/12/05 21:25:34 adam Exp $ DISTNAME= bzr-explorer-${VER} PKGREVISION= 2 @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-qt4>=4.4:../../x11/py-qt4 USE_TOOLS+= msgfmt -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # qbzr +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # qbzr EGG_NAME= ${DISTNAME:S/bzr-//} diff --git a/devel/bzr-gtk/Makefile b/devel/bzr-gtk/Makefile index 6987acb8912..0959154951b 100644 --- a/devel/bzr-gtk/Makefile +++ b/devel/bzr-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2014/05/09 07:36:58 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2015/12/05 21:25:34 adam Exp $ DISTNAME= bzr-gtk-${VER} PKGREVISION= 1 @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.8:../../x11/py-gtk2 PYDISTUTILSPKG= yes PYTHON_VERSIONED_DEPENDENCIES= cairo -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 REPLACE_PYTHON= create-credits.py info.py USE_TOOLS+= msgfmt diff --git a/devel/bzr-svn/Makefile b/devel/bzr-svn/Makefile index 5ff9e6ccb6c..b434089a8f2 100644 --- a/devel/bzr-svn/Makefile +++ b/devel/bzr-svn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2015/10/03 22:57:22 rodent Exp $ +# $NetBSD: Makefile,v 1.31 2015/12/05 21:25:34 adam Exp $ DISTNAME= bzr-svn-${VER} CATEGORIES= devel scm @@ -25,7 +25,7 @@ USE_LANGUAGES= #none #TEST_DEPENDS+= ${PYPKGPREFIX}-paramiko-[0-9]*:../../security/py-paramiko #TEST_TARGET= check-verbose -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-subvertpy +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-subvertpy .include "../../devel/bzr/plugin.mk" .include "../../lang/python/application.mk" diff --git a/devel/bzr/Makefile b/devel/bzr/Makefile index 702aeffe420..e62c3f2ad1a 100644 --- a/devel/bzr/Makefile +++ b/devel/bzr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2015/10/03 22:57:22 rodent Exp $ +# $NetBSD: Makefile,v 1.67 2015/12/05 21:25:34 adam Exp $ DISTNAME= bzr-2.6.0 CATEGORIES= devel scm @@ -17,7 +17,7 @@ USE_TOOLS+= gmake msgfmt PY_PATCHPLIST= yes PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-pyrex +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-pyrex REPLACE_PYTHON= bzr bzrlib/weave.py REPLACE_PYTHON+= bzrlib/patiencediff.py bzrlib/_patiencediff_py.py diff --git a/devel/bzrtools/Makefile b/devel/bzrtools/Makefile index 3e4002f9a28..6c0ada19086 100644 --- a/devel/bzrtools/Makefile +++ b/devel/bzrtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2014/05/09 07:36:58 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2015/12/05 21:25:34 adam Exp $ PKGNAME= bzrtools-${VER} DISTNAME= bzrtools-${VER:R} @@ -12,7 +12,7 @@ COMMENT= Collection of plugins for Bazaar LICENSE= gnu-gpl-v2 REPLACE_PYTHON= check-release.py test.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.5.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.5.0 WRKSRC= ${WRKDIR}/bzrtools diff --git a/devel/codeville/Makefile b/devel/codeville/Makefile index 0f2b77224d7..96c18baaa5a 100644 --- a/devel/codeville/Makefile +++ b/devel/codeville/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2014/05/09 07:36:59 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2015/12/05 21:25:34 adam Exp $ DISTNAME= Codeville-0.8.0 PKGNAME= codeville-0.8.0 @@ -13,7 +13,7 @@ LICENSE= modified-bsd REPLACE_PYTHON= *.py REPLACE_PYTHON+= */*.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.8.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.8.0 BUILD_DEFS+= VARBASE BUILD_DEFS_EFFECTS+= CODEVILLE_DATADIR diff --git a/devel/cvs2svn/Makefile b/devel/cvs2svn/Makefile index 92682d61782..a2da489f802 100644 --- a/devel/cvs2svn/Makefile +++ b/devel/cvs2svn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2014/05/09 07:36:59 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2015/12/05 21:25:34 adam Exp $ DISTNAME= cvs2svn-2.3.0 PKGREVISION= 2 @@ -16,7 +16,7 @@ CONFLICTS+= py*-subversion<1.0.1 PYDISTUTILSPKG= yes REPLACE_PYTHON= run-tests.py cvs2svn_rcsparse/run-tests.py \ cvs2svn_rcsparse/parse_rcs_file.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.3.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.3.0 #USE_TOOLS+= gtar #EXTRACT_USING= gtar diff --git a/devel/diffuse/Makefile b/devel/diffuse/Makefile index ee6e34a410b..e577fdd3e58 100644 --- a/devel/diffuse/Makefile +++ b/devel/diffuse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2014/05/09 07:36:59 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2015/12/05 21:25:34 adam Exp $ DISTNAME= diffuse-0.4.7 CATEGORIES= devel @@ -11,7 +11,7 @@ COMMENT= Graphical tool for merging and comparing text files LICENSE= gnu-gpl-v2 DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.10:../../x11/py-gtk2 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 USE_TOOLS+= msgfmt USE_LANGUAGES= # none diff --git a/devel/distcc-pump/Makefile b/devel/distcc-pump/Makefile index d56e3765032..caee2677697 100644 --- a/devel/distcc-pump/Makefile +++ b/devel/distcc-pump/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/05/09 07:36:59 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2015/12/05 21:25:34 adam Exp $ PKGNAME= ${DISTNAME:S/-/-pump-/:S/rc1//} COMMENT= Accelerated remote compilation with distcc @@ -6,7 +6,7 @@ COMMENT= Accelerated remote compilation with distcc .include "../../devel/distcc/Makefile.common" PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 3.1 # check patch-ae for build and install targets BUILD_TARGET= pump include-server diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile index 65964cd0080..318ec6d81c4 100644 --- a/devel/doxygen/Makefile +++ b/devel/doxygen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.121 2015/06/12 10:48:48 wiz Exp $ +# $NetBSD: Makefile,v 1.122 2015/12/05 21:25:34 adam Exp $ DISTNAME= doxygen-1.8.9.1.src PKGNAME= ${DISTNAME:S/.src//} @@ -31,7 +31,7 @@ MAKE_FLAGS+= MAN1DIR=${PKGMANDIR}/man1 REPLACE_PERL= tmake/bin/tmake -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.8.6 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.8.6 # Case Insensitive or Case Sensitive File System PLIST_VARS+= ci cs diff --git a/devel/epydoc/Makefile b/devel/epydoc/Makefile index ee7ecdea7e9..6e6354fb968 100644 --- a/devel/epydoc/Makefile +++ b/devel/epydoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2014/05/09 07:36:59 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2015/12/05 21:25:34 adam Exp $ DISTNAME= epydoc-2.1 PKGREVISION= 7 @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk USE_LANGUAGES= #none USE_TOOLS+= pax -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.1 INSTALLATION_DIRS= ${PKGMANDIR}/man1 share/doc/epydoc diff --git a/devel/eric4/Makefile b/devel/eric4/Makefile index 8f8f5393048..0a8b9276582 100644 --- a/devel/eric4/Makefile +++ b/devel/eric4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2015/04/25 14:20:33 tnn Exp $ +# $NetBSD: Makefile,v 1.45 2015/12/05 21:25:34 adam Exp $ VERS= 4.5.24 DISTNAME= eric4-${VERS} @@ -15,7 +15,7 @@ NO_BUILD= yes EXTRACT_USING= bsdtar PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 4.5.18 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 4.5.18 CONFIGURE_ARGS+= -b ${PREFIX}/bin CONFIGURE_ARGS+= -d ${PREFIX}/${PYSITELIB} diff --git a/devel/gdb/options.mk b/devel/gdb/options.mk index e07fc9296e5..d96ef2404c3 100644 --- a/devel/gdb/options.mk +++ b/devel/gdb/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2015/03/15 14:56:46 bsiegert Exp $ +# $NetBSD: options.mk,v 1.2 2015/12/05 21:25:35 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gdb PKG_SUPPORTED_OPTIONS= python @@ -8,6 +8,6 @@ PKG_SUGGESTED_OPTIONS= python .if !empty(PKG_OPTIONS:Mpython) CONFIGURE_ARGS+= --with-python=${PYTHONBIN} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 .include "../../lang/python/application.mk" .endif diff --git a/devel/gnatpython/Makefile b/devel/gnatpython/Makefile index 6ac117ca381..3ed7c1c61ce 100644 --- a/devel/gnatpython/Makefile +++ b/devel/gnatpython/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/05/09 07:36:59 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/12/05 21:25:35 adam Exp $ DISTNAME= gnatpython-${SNAPSHOT} PKGREVISION= 2 @@ -15,7 +15,7 @@ SNAPSHOT= 20110912 EGG_NAME= gnatpython-1.2 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 20110912 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 20110912 .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile index cbae0c7b26c..6346820aac6 100644 --- a/devel/gobject-introspection/Makefile +++ b/devel/gobject-introspection/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2015/06/10 23:27:56 prlw1 Exp $ +# $NetBSD: Makefile,v 1.44 2015/12/05 21:25:35 adam Exp $ DISTNAME= gobject-introspection-1.44.0 CATEGORIES= devel gnome @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2 DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.40.0 (Bug #728079) +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.40.0 (Bug #728079) GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/devel/googletest/Makefile b/devel/googletest/Makefile index abedc808d62..dea9bddd5f4 100644 --- a/devel/googletest/Makefile +++ b/devel/googletest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/05/09 07:36:59 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/12/05 21:25:35 adam Exp $ DISTNAME= gtest-1.6.0 PKGNAME= ${DISTNAME:S/gtest/googletest/} @@ -26,7 +26,7 @@ SUBST_STAGE.rpathfix= pre-configure REPLACE_PYTHON+= scripts/*py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.6.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.6.0 .include "../../mk/compiler.mk" .if !empty(PKGSRC_COMPILER:Mclang) diff --git a/devel/gps/options.mk b/devel/gps/options.mk index 3eab48fbfef..e3f16db7ef5 100644 --- a/devel/gps/options.mk +++ b/devel/gps/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.8 2014/05/09 07:36:59 wiz Exp $ +# $NetBSD: options.mk,v 1.9 2015/12/05 21:25:35 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gps PKG_SUPPORTED_OPTIONS= syslog sqlite readline python pgsql @@ -60,7 +60,7 @@ CONFIGURE_ARGS+= --without-python --disable-pygtk --disable-pygobject .else MY_CONFIGURE_ENV+= PYTHON=${PYTHONBIN} CONFIGURE_ARGS+= --with-python=${PREFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 .include "../../lang/python/pyversion.mk" .include "../../x11/py-gtk2/buildlink3.mk" .endif diff --git a/devel/gyp/Makefile b/devel/gyp/Makefile index a134e6c8d39..087c21f3bb0 100644 --- a/devel/gyp/Makefile +++ b/devel/gyp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/04/13 23:12:40 rodent Exp $ +# $NetBSD: Makefile,v 1.14 2015/12/05 21:25:35 adam Exp $ SVN_REVISION= 2019 DIST_VERSION= 0.1 @@ -12,7 +12,7 @@ HOMEPAGE= http://code.google.com/p/gyp/ COMMENT= GYP can Generate Your Projects LICENSE= modified-bsd -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.1pre1718 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.1pre1718 EGG_NAME= gyp-${DIST_VERSION} # REPLACE_PYTHON settings farmed out due to size... diff --git a/devel/kdesdk3/Makefile b/devel/kdesdk3/Makefile index 689dcac6068..eb1b062b7aa 100644 --- a/devel/kdesdk3/Makefile +++ b/devel/kdesdk3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.125 2015/10/10 01:58:04 ryoon Exp $ +# $NetBSD: Makefile,v 1.126 2015/12/05 21:25:35 adam Exp $ DISTNAME= kdesdk-${_KDE_VERSION} PKGREVISION= 57 @@ -80,7 +80,7 @@ REPLACE_PYTHON+= \ kcachegrind/converters/hotshot2calltree \ scripts/kdelnk2desktop.py \ scripts/zonetab2pot.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.5.10 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 3.5.10 # REPLACE_PHP+= kcachegrind/converters/pprof2calltree SUBST_CLASSES+= php diff --git a/devel/ko-po-check/Makefile b/devel/ko-po-check/Makefile index 24dd299f8a5..ec932b111cd 100644 --- a/devel/ko-po-check/Makefile +++ b/devel/ko-po-check/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/05/09 07:36:59 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/12/05 21:25:35 adam Exp $ DISTNAME= ko-po-check-0.8 PKGREVISION= 3 @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} REPLACE_PYTHON= scripts/ko-po-check.in -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/application.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/lettuce/Makefile b/devel/lettuce/Makefile index 172233a3785..fd4bbff0585 100644 --- a/devel/lettuce/Makefile +++ b/devel/lettuce/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:00 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2015/12/05 21:25:35 adam Exp $ DISTNAME= lettuce-0.2.18 CATEGORIES= devel @@ -10,7 +10,7 @@ COMMENT= Behaviour-driven development test tool LICENSE= gnu-gpl-v3 REPLACE_PYTHON= lettuce/bin.py lettuce/plugins/autopdb.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.2.18 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.2.18 .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" diff --git a/devel/libftdi1/Makefile b/devel/libftdi1/Makefile index bf5bc9c4a87..627db80e72f 100644 --- a/devel/libftdi1/Makefile +++ b/devel/libftdi1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/04/17 15:53:01 adam Exp $ +# $NetBSD: Makefile,v 1.12 2015/12/05 21:25:35 adam Exp $ DISTNAME= libftdi1-1.1 PKGREVISION= 3 @@ -17,7 +17,7 @@ USE_CMAKE= yes USE_TOOLS+= pkg-config cmake USE_LANGUAGES= c c++ -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.0 BUILD_DEPENDS+=libusb1-[0-9]*:../../devel/libusb1 # It is better off to have doxygen, but diff --git a/devel/libgit2/Makefile b/devel/libgit2/Makefile index d5678f1cb1d..e3ed688661c 100644 --- a/devel/libgit2/Makefile +++ b/devel/libgit2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/10/06 14:56:12 fhajny Exp $ +# $NetBSD: Makefile,v 1.8 2015/12/05 21:25:35 adam Exp $ DISTNAME= libgit2-0.23.3 CATEGORIES= devel @@ -17,7 +17,7 @@ USE_CMAKE= yes CMAKE_ARGS+= -DUSE_SSH=OFF PKGCONFIG_OVERRIDE+= libgit2.pc.in -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.21.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.21.1 .include "../../security/libssh2/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" diff --git a/devel/libhid/Makefile b/devel/libhid/Makefile index 636e9a2ccfe..f66dc959ef3 100644 --- a/devel/libhid/Makefile +++ b/devel/libhid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/12/18 10:51:02 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2015/12/05 21:25:35 adam Exp $ DISTNAME= libhid-0.2.16 PKGREVISION= 1 @@ -18,7 +18,7 @@ USE_TOOLS+= gmake USE_LIBTOOL= yes PLIST_SUBST+= PYSITELIB=${PYSITELIB} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.2.16 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.2.16 CONFIGURE_ENV+= PYTHON_LDFLAGS="-L${PREFIX}/lib -lpython${PYVERSSUFFIX}" diff --git a/devel/meld/Makefile b/devel/meld/Makefile index 0dc4420feaf..72acd02592f 100644 --- a/devel/meld/Makefile +++ b/devel/meld/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2015/10/15 11:47:14 wiz Exp $ +# $NetBSD: Makefile,v 1.63 2015/12/05 21:25:36 adam Exp $ DISTNAME= meld-3.15.0 CATEGORIES= devel @@ -16,7 +16,7 @@ DEPENDS+= gsettings-desktop-schemas-[0-9]*:../../sysutils/gsettings-desktop-sch USE_TOOLS+= intltool msgfmt -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.11; 3.12 will probably require 33+ +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 3.11; 3.12 will probably require 33+ SUBST_CLASSES+= man SUBST_FILES.man= setup.py diff --git a/devel/py-InlineEgg/Makefile b/devel/py-InlineEgg/Makefile index 6cb90d81eca..1dcbfee0a8c 100644 --- a/devel/py-InlineEgg/Makefile +++ b/devel/py-InlineEgg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2014/05/09 07:37:00 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2015/12/05 21:25:37 adam Exp $ DISTNAME= InlineEgg-1.08 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,7 +17,7 @@ REPLACE_PYTHON= examples/example1.py examples/example2.py \ xored_shell_client.py PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.08 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.08 INSTALLATION_DIRS= share/doc/InlineEgg share/examples/InlineEgg diff --git a/devel/py-Optik/Makefile b/devel/py-Optik/Makefile index f52acee2573..3587618afbc 100644 --- a/devel/py-Optik/Makefile +++ b/devel/py-Optik/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2014/05/09 07:37:00 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2015/12/05 21:25:38 adam Exp $ DISTNAME= optik-1.5.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/optik/Optik/} @@ -13,7 +13,7 @@ LICENSE= modified-bsd USE_LANGUAGES= #none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 do-test: cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} test/test_optik.py diff --git a/devel/py-astroid/Makefile b/devel/py-astroid/Makefile index ecde93fcb1d..84b5a98a2eb 100644 --- a/devel/py-astroid/Makefile +++ b/devel/py-astroid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/04/05 15:36:27 wen Exp $ +# $NetBSD: Makefile,v 1.5 2015/12/05 21:25:36 adam Exp $ DISTNAME= astroid-1.3.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-logilab-common-[0-9]*:../../devel/py-logilab-common USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mxDateTime via py-logilab-common +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-mxDateTime via py-logilab-common do-test: ${RUN} cd ${WRKSRC}/astroid/tests; ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m unittest discover -p "unittest*.py" diff --git a/devel/py-at-spi/Makefile b/devel/py-at-spi/Makefile index 645c1b9e344..d2125a44612 100644 --- a/devel/py-at-spi/Makefile +++ b/devel/py-at-spi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2014/05/09 07:37:00 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2015/12/05 21:25:36 adam Exp $ DISTNAME= at-spi-1.32.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -20,7 +20,7 @@ USE_LANGUAGES= #none NO_BUILD= yes PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit, py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-ORBit, py-gnome2 PYATSPIDIR= ${PREFIX}/${PYSITELIB}/pyatspi INSTALLATION_DIRS= ${PYATSPIDIR} diff --git a/devel/py-buildbot-slave/Makefile b/devel/py-buildbot-slave/Makefile index b1fc00084ba..efc89946622 100644 --- a/devel/py-buildbot-slave/Makefile +++ b/devel/py-buildbot-slave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/12/31 13:57:26 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/12/05 21:25:36 adam Exp $ DISTNAME= buildbot-slave-0.8.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2 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/devel/py-buildbot/Makefile b/devel/py-buildbot/Makefile index 4ffc50a509d..dcf820b6cff 100644 --- a/devel/py-buildbot/Makefile +++ b/devel/py-buildbot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/12/31 13:57:26 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/12/05 21:25:36 adam Exp $ DISTNAME= buildbot-0.8.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted DEPENDS+= ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2 DEPENDS+= ${PYPKGPREFIX}-sqlite2-[0-9]*:../../databases/py-sqlite2 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted, py-sqlite2, py-sqlalchemy-migrate +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-twisted, py-sqlite2, py-sqlalchemy-migrate .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-cached-property/Makefile b/devel/py-cached-property/Makefile index ded36a7a851..a07ae46d878 100644 --- a/devel/py-cached-property/Makefile +++ b/devel/py-cached-property/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/08/28 10:26:40 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2015/12/05 21:25:36 adam Exp $ DISTNAME= cached-property-1.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= modified-bsd USE_LANGUAGES= # none # UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 561: ordinal not in range(128) -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # as of 1.2.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # as of 1.2.0 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-checker/Makefile b/devel/py-checker/Makefile index db2a9f674c0..23c451e95c2 100644 --- a/devel/py-checker/Makefile +++ b/devel/py-checker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2014/05/09 07:37:00 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2015/12/05 21:25:36 adam Exp $ DISTNAME= pychecker-0.8.19 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -13,7 +13,7 @@ LICENSE= modified-bsd PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q} PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.8.19 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.8.19 post-install: ${MV} ${DESTDIR}${PREFIX}/bin/pychecker ${DESTDIR}${PREFIX}/bin/pychecker${PYVERSSUFFIX} diff --git a/devel/py-cheetah/Makefile b/devel/py-cheetah/Makefile index dbd3c3d0448..aceb97ce37c 100644 --- a/devel/py-cheetah/Makefile +++ b/devel/py-cheetah/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/05/09 07:37:00 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2015/12/05 21:25:36 adam Exp $ DISTNAME= Cheetah-2.4.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-markdown>=2.0.1:../../textproc/py-markdown USE_LANGUAGES= c -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.4.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.4.4 REPLACE_PYTHON+= SetupTools.py REPLACE_PYTHON+= bin/cheetah diff --git a/devel/py-compizconfig/Makefile b/devel/py-compizconfig/Makefile index d80c101d81b..3c7c97a3489 100644 --- a/devel/py-compizconfig/Makefile +++ b/devel/py-compizconfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2015/10/10 01:58:06 ryoon Exp $ +# $NetBSD: Makefile,v 1.45 2015/12/05 21:25:36 adam Exp $ PKGVER= 0.8.4 DISTNAME= compizconfig-python-${PKGVER} @@ -19,7 +19,7 @@ USE_LIBTOOL= yes USE_TOOLS+= pkg-config gmake PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-pyrex +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-pyrex .include "../../wm/compiz/buildlink3.mk" .include "../../devel/libcompizconfig/buildlink3.mk" diff --git a/devel/py-daemon/Makefile b/devel/py-daemon/Makefile index 05451e2a2ee..be84fe7e63d 100644 --- a/devel/py-daemon/Makefile +++ b/devel/py-daemon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/12/31 13:57:26 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2015/12/05 21:25:36 adam Exp $ DISTNAME= python-daemon-1.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-lockfile>=0.9:../../devel/py-lockfile USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.6 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.6 REPLACE_INTERPRETER+= python REPLACE.python.old= /usr/bin/env diff --git a/devel/py-darcsver/Makefile b/devel/py-darcsver/Makefile index d816efe81cc..727c365aa4f 100644 --- a/devel/py-darcsver/Makefile +++ b/devel/py-darcsver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:00 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2015/12/05 21:25:36 adam Exp $ DISTNAME= darcsver-1.7.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.7.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.7.4 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-dialog2/Makefile b/devel/py-dialog2/Makefile index b6c14b001f6..8ccddf6950e 100644 --- a/devel/py-dialog2/Makefile +++ b/devel/py-dialog2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/12/01 08:32:51 fhajny Exp $ +# $NetBSD: Makefile,v 1.3 2015/12/05 21:25:36 adam Exp $ VERSION= 3.3.0 DISTNAME= python2-pythondialog-${VERSION} @@ -11,7 +11,7 @@ HOMEPAGE= http://pythondialog.sourceforge.net/ COMMENT= Python wrapper for the dialog utility LICENSE= gnu-lgpl-v2.1 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 .include "../../misc/dialog/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/devel/py-distorm3/Makefile b/devel/py-distorm3/Makefile index dd831f66c5d..a2bd3a8c0e6 100644 --- a/devel/py-distorm3/Makefile +++ b/devel/py-distorm3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/06/06 08:13:50 pettai Exp $ +# $NetBSD: Makefile,v 1.3 2015/12/05 21:25:36 adam Exp $ DISTNAME= distorm3-3.3.0 PKGNAME= ${PYPKGPREFIX}-distorm3-3.3.0 @@ -12,7 +12,7 @@ COMMENT= Powerful Disassembler Library For x86/AMD64 LICENSE= gnu-gpl-v3 PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 .include "../../lang/python/extension.mk" .include "../../lang/python/application.mk" diff --git a/devel/py-doctor/Makefile b/devel/py-doctor/Makefile index 2abacd1692f..431c1b7e373 100644 --- a/devel/py-doctor/Makefile +++ b/devel/py-doctor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:01 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2015/12/05 21:25:36 adam Exp $ DISTNAME= pydoctor-0.5 PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-nevow>=0.9.18:../../www/py-nevow USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted, py-xml via py-nevow +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-twisted, py-xml via py-nevow .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-expect/Makefile b/devel/py-expect/Makefile index d1204d1a599..7d2ec664aaf 100644 --- a/devel/py-expect/Makefile +++ b/devel/py-expect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2014/05/09 07:37:01 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2015/12/05 21:25:37 adam Exp $ DISTNAME= ExpectPy-1.9b1 PKGNAME= ${PYPKGPREFIX}-expect-1.9b1 @@ -20,7 +20,7 @@ CONFIGURE_ENV+= PYTH_CONFIGDIR=${BUILDLINK_PREFIX.${PYPACKAGE}}/${PYLIB}/config INSTALL_TARGET= installshared PY_PATCHPLIST= yes PLIST_SUBST+= PYLIB=${PYLIB:Q} PYPKGPREFIX=${PYPKGPREFIX:Q} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.9b1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.9b1 EXAMPLESDIR= ${PREFIX}/share/examples/${PYPKGPREFIX}-expect EXAMPLESFILES= ask.py glob.py ping.py telnet.py xping.py diff --git a/devel/py-fastimport/Makefile b/devel/py-fastimport/Makefile index b19cf7e6d13..737ef0a3669 100644 --- a/devel/py-fastimport/Makefile +++ b/devel/py-fastimport/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/06/07 08:19:04 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2015/12/05 21:25:37 adam Exp $ DISTNAME= fastimport-0.9.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ HOMEPAGE= https://github.com/jelmer/python-fastimport COMMENT= Fastimport parser and generator in Python LICENSE= gnu-gpl-v2 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.9.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.9.4 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-gflags/Makefile b/devel/py-gflags/Makefile index e8e7b6bc01c..94d9ca9ee8a 100644 --- a/devel/py-gflags/Makefile +++ b/devel/py-gflags/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/12/31 13:57:27 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2015/12/05 21:25:37 adam Exp $ DISTNAME= python-gflags-2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} @@ -10,7 +10,7 @@ HOMEPAGE= http://code.google.com/p/python-gflags/ COMMENT= Python equivalent of gflags, a commandline flag implementation LICENSE= modified-bsd -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # as of 2.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # as of 2.0 REPLACE_PYTHON+= *.py diff --git a/devel/py-gobject/Makefile b/devel/py-gobject/Makefile index 69ad2ebe5b3..8c6e415f4a2 100644 --- a/devel/py-gobject/Makefile +++ b/devel/py-gobject/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.51 2014/10/23 13:53:55 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2015/12/05 21:25:37 adam Exp $ PKGNAME= ${PYPKGPREFIX}-gobject-2.28.6 PKGREVISION= 12 # only noticeable by running codegen.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.28.6 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.28.6 .include "Makefile.common" diff --git a/devel/py-google-apputils/Makefile b/devel/py-google-apputils/Makefile index e356e6f45b4..a1ebac2bee8 100644 --- a/devel/py-google-apputils/Makefile +++ b/devel/py-google-apputils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/08/28 10:51:42 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2015/12/05 21:25:37 adam Exp $ DISTNAME= google-apputils-0.4.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= https://github.com/google/google-apputils COMMENT= Google Application Utilities for Python LICENSE= apache-2.0 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # https://github.com/google/google-apputils/issues/4 post-extract: diff --git a/devel/py-hg-fastimport/Makefile b/devel/py-hg-fastimport/Makefile index ca651562388..fe253adc132 100644 --- a/devel/py-hg-fastimport/Makefile +++ b/devel/py-hg-fastimport/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/06/07 08:19:36 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2015/12/05 21:25:37 adam Exp $ DISTNAME= v20150518 PKGNAME= ${PYPKGPREFIX}-hg-fastimport-${DISTNAME:S/v//} @@ -19,7 +19,7 @@ USE_LANGUAGES= # none INSTALLATION_DIRS+= ${PYSITELIB}/hgfastimport share/doc/py-hg-fastimport -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mercurial +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-mercurial PY_PATCHPLIST= yes do-build: diff --git a/devel/py-hg-git/Makefile b/devel/py-hg-git/Makefile index 3f81aa30be2..86eea2ebca7 100644 --- a/devel/py-hg-git/Makefile +++ b/devel/py-hg-git/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2015/11/11 11:59:28 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/05 21:25:37 adam Exp $ DISTNAME= 0.8.3 PKGNAME= ${PYPKGPREFIX}-hg-git-${DISTNAME} @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/durin42-hg-git-d7ad67f850b2 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # as of 0.8.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # as of 0.8.3 EGG_NAME= hg_git-${DISTNAME} .include "../../lang/python/egg.mk" diff --git a/devel/py-hglist/Makefile b/devel/py-hglist/Makefile index 7677655b70c..2008577d9f0 100644 --- a/devel/py-hglist/Makefile +++ b/devel/py-hglist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/04/23 10:45:58 nros Exp $ +# $NetBSD: Makefile,v 1.2 2015/12/05 21:25:37 adam Exp $ DISTNAME= hglist-0.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ USE_LANGUAGES= # none DEPENDS+= ${PYPKGPREFIX}-mercurial-[0-9]*:../../devel/py-mercurial -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-hgnested/Makefile b/devel/py-hgnested/Makefile index b40a2b00932..172602e52e9 100644 --- a/devel/py-hgnested/Makefile +++ b/devel/py-hgnested/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/09/11 13:49:06 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2015/12/05 21:25:37 adam Exp $ DISTNAME= hgnested-0.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ USE_LANGUAGES= # none DEPENDS+= ${PYPKGPREFIX}-mercurial>=1.6:../../devel/py-mercurial -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # XXX: devel/py-mercurial +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # XXX: devel/py-mercurial .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-hgview/Makefile b/devel/py-hgview/Makefile index f73fd50c76d..aa2427e1490 100644 --- a/devel/py-hgview/Makefile +++ b/devel/py-hgview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/05/03 18:01:28 bsiegert Exp $ +# $NetBSD: Makefile,v 1.11 2015/12/05 21:25:37 adam Exp $ DISTNAME= hgview-1.8.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,7 +17,7 @@ BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto REPLACE_PYTHON= *.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.8.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.8.0 PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} USE_TOOLS+= gmake diff --git a/devel/py-ipaddr/Makefile b/devel/py-ipaddr/Makefile index e5ce3ec4033..b688f85509c 100644 --- a/devel/py-ipaddr/Makefile +++ b/devel/py-ipaddr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/06/14 15:20:19 rodent Exp $ +# $NetBSD: Makefile,v 1.6 2015/12/05 21:25:37 adam Exp $ DISTNAME= ipaddr-2.1.11 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://code.google.com/p/ipaddr-py/ COMMENT= Google open source IPv4/IPv6 manipulation library in Python LICENSE= apache-2.0 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.1.10 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.1.10 REPLACE_PYTHON+= ipaddr.py .include "../../lang/python/distutils.mk" diff --git a/devel/py-ipython010/Makefile b/devel/py-ipython010/Makefile index cfc1897ed75..64612f5b891 100644 --- a/devel/py-ipython010/Makefile +++ b/devel/py-ipython010/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/05/09 07:37:01 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2015/12/05 21:25:37 adam Exp $ DISTNAME= ipython-0.10.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline DEPENDS+= ${PYPKGPREFIX}-pexpect-[0-9]*:../../devel/py-pexpect PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.10.2 (1.0 is out) +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.10.2 (1.0 is out) USE_LANGUAGES= # none USE_TOOLS+= gunzip diff --git a/devel/py-ipython013/Makefile b/devel/py-ipython013/Makefile index f8f8bf6ca3d..d6632900a87 100644 --- a/devel/py-ipython013/Makefile +++ b/devel/py-ipython013/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/05/09 07:37:01 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2015/12/05 21:25:37 adam Exp $ DISTNAME= ipython-0.13.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= modified-bsd DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.13.2 (see py-ipython1 package for a compatible version) +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.13.2 (see py-ipython1 package for a compatible version) USE_LANGUAGES= # none USE_TOOLS+= gunzip diff --git a/devel/py-jersey/Makefile b/devel/py-jersey/Makefile index 5f3be422c10..3cc67f64201 100644 --- a/devel/py-jersey/Makefile +++ b/devel/py-jersey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/05/09 07:37:01 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2015/12/05 21:25:38 adam Exp $ DISTNAME= jersey-0.1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= modified-bsd #BUILD_DEPENDS+= ${PYPKGPREFIX}-twisted>=10.0.0:../../net/py-twisted DEPENDS+= ${PYPKGPREFIX}-twisted>=10.0.0:../../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/devel/py-kjbuckets/Makefile b/devel/py-kjbuckets/Makefile index 82140ac8e43..b7fd53bddc7 100644 --- a/devel/py-kjbuckets/Makefile +++ b/devel/py-kjbuckets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2014/05/09 07:37:01 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/12/05 21:25:38 adam Exp $ DISTNAME= gadfly-1.0.0 PKGNAME= ${PYPKGPREFIX}-kjbuckets-2.2 @@ -15,7 +15,7 @@ EXTRACT_ELEMENTS+= ${DISTNAME}/doc/kjbuckets.txt WRKSRC= ${WRKDIR}/${DISTNAME}/kjbuckets PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.0.0 resp. 2.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.0.0 resp. 2.2 KJBDOCDIR= ${PREFIX}/share/doc/${PYPKGPREFIX}-kjbuckets diff --git a/devel/py-kqueue/Makefile b/devel/py-kqueue/Makefile index e839c7b059d..3acf48b50d6 100644 --- a/devel/py-kqueue/Makefile +++ b/devel/py-kqueue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/01/04 09:50:46 dholland Exp $ +# $NetBSD: Makefile,v 1.16 2015/12/05 21:25:38 adam Exp $ DISTNAME= py-kqueue-2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py-//} @@ -18,7 +18,7 @@ PKG_SKIP_REASON+= "${PKGNAME} is not available for ${MACHINE_PLATFORM}; needs OS .endif EGG_NAME= ${DISTNAME:S/py-//} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.0 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-logilab-astng/Makefile b/devel/py-logilab-astng/Makefile index 610cf3326e9..7a702c1e1a0 100644 --- a/devel/py-logilab-astng/Makefile +++ b/devel/py-logilab-astng/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/12/31 13:57:27 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/12/05 21:25:38 adam Exp $ DISTNAME= logilab-astng-0.24.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-logilab-common>=0.53.0:../../devel/py-logilab-common USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mxDateTime via py-logilab-common +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-mxDateTime via py-logilab-common do-test: cd ${WRKSRC} && ${SH} test/fulltest.sh ${PYVERSSUFFIX} diff --git a/devel/py-logilab-common/Makefile b/devel/py-logilab-common/Makefile index 27fc7318608..5545dd1bd42 100644 --- a/devel/py-logilab-common/Makefile +++ b/devel/py-logilab-common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/12/31 13:57:27 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/12/05 21:25:38 adam Exp $ DISTNAME= logilab-common-0.63.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -19,7 +19,7 @@ DEPENDS+= ${PYPKGPREFIX}-colorama-[0-9]*:../../comms/py-colorama .endif PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mxDateTime +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-mxDateTime INSTALLATION_DIRS= ${PKGMANDIR}/man1 diff --git a/devel/py-memcached/Makefile b/devel/py-memcached/Makefile index 598c77a2ea8..93e4a0ed115 100644 --- a/devel/py-memcached/Makefile +++ b/devel/py-memcached/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2015/04/03 15:13:19 rodent Exp $ +# $NetBSD: Makefile,v 1.6 2015/12/05 21:25:38 adam Exp $ DISTNAME= python-memcached-1.54 PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/1} @@ -15,7 +15,7 @@ USE_LANGUAGES= # none DOCDIR= ${PREFIX}/share/doc/py-memcached INSTALLATION_DIRS= ${DOCDIR} REPLACE_PYTHON+= memcache.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.53 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.53 post-install: ${INSTALL_DATA} ${WRKSRC}/memcache.html ${DESTDIR}${DOCDIR} diff --git a/devel/py-mercurial/Makefile.version b/devel/py-mercurial/Makefile.version index 272468f1d9a..5f98ffd4442 100644 --- a/devel/py-mercurial/Makefile.version +++ b/devel/py-mercurial/Makefile.version @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.version,v 1.26 2015/12/05 11:22:32 wiz Exp $ +# $NetBSD: Makefile.version,v 1.27 2015/12/05 21:25:38 adam Exp $ VERSION= 3.6.2 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.4.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 3.4.1 # see also http://mercurial.selenic.com/wiki/SupportedPythonVersions # 3.x support is not planned for the near future # diff --git a/devel/py-multiprocessing/Makefile b/devel/py-multiprocessing/Makefile index b45255fb9ee..ec8343261b6 100644 --- a/devel/py-multiprocessing/Makefile +++ b/devel/py-multiprocessing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:02 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/12/05 21:25:38 adam Exp $ DISTNAME= multiprocessing-2.6.2.1 PKGNAME= ${PYPKGPREFIX}-multiprocessing-2.6.2.1 @@ -10,7 +10,7 @@ HOMEPAGE= http://pypi.python.org/pypi/multiprocessing/ COMMENT= Python threading package LICENSE= modified-bsd -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # does not make sense, python-3.x has it included +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # does not make sense, python-3.x has it included CFLAGS.SunOS+= -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1 diff --git a/devel/py-newt/Makefile b/devel/py-newt/Makefile index 66bcd97419c..f0b94bde370 100644 --- a/devel/py-newt/Makefile +++ b/devel/py-newt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:02 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/12/05 21:25:38 adam Exp $ DISTNAME= newt-0.52.16 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -19,7 +19,7 @@ USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= libnewt.pc.in PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 pre-configure: cd ${WRKSRC}; \ diff --git a/devel/py-open-vcdiff/Makefile b/devel/py-open-vcdiff/Makefile index f18c7e83248..906a93bc23d 100644 --- a/devel/py-open-vcdiff/Makefile +++ b/devel/py-open-vcdiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:02 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/05 21:25:38 adam Exp $ DISTNAME= 06d46e3de6f7 PKGNAME= ${PYPKGPREFIX}-open-vcdiff-0.1pre${DISTNAME} @@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}/bluehorn-openvcdiff-python-${DISTNAME} USE_LANGUAGES= c c++ -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 06d46e3de6f7 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 06d46e3de6f7 .include "../../devel/open-vcdiff/buildlink3.mk" .include "../../lang/python/egg.mk" diff --git a/devel/py-pqueue/Makefile b/devel/py-pqueue/Makefile index 5879e4e2593..2f3610f3214 100644 --- a/devel/py-pqueue/Makefile +++ b/devel/py-pqueue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2014/05/09 07:37:02 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/12/05 21:25:38 adam Exp $ DISTNAME= PQueue-0.2 PKGNAME= ${PYPKGPREFIX}-pqueue-0.2 @@ -19,7 +19,7 @@ BUILD_TARGET= default PY_PATCHPLIST= yes PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.2 PYQ_DOCDIR= ${PREFIX}/share/doc/${PYPKGPREFIX}-PQueue diff --git a/devel/py-proteus/options.mk b/devel/py-proteus/options.mk index f5b4ce5b29e..0df535be9c0 100644 --- a/devel/py-proteus/options.mk +++ b/devel/py-proteus/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2015/03/26 22:11:47 jperkin Exp $ +# $NetBSD: options.mk,v 1.3 2015/12/05 21:25:38 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.py-proteus PKG_SUPPORTED_OPTIONS+= cdecimal simplejson @@ -12,7 +12,7 @@ PKG_SUGGESTED_OPTIONS+= simplejson # XXX python-Levenshtein (http://github.com/miohtama/python-Levenshtein) options .if !empty(PKG_OPTIONS:Mcdecimal) -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-cdecimal is obsolete for that version and thus not available +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-cdecimal is obsolete for that version and thus not available DEPENDS+= ${PYPKGPREFIX}-cdecimal-[0-9]*:../../math/py-cdecimal .endif diff --git a/devel/py-protobuf/Makefile b/devel/py-protobuf/Makefile index 3d723e895dc..2bbcb489d04 100644 --- a/devel/py-protobuf/Makefile +++ b/devel/py-protobuf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2015/06/24 18:09:59 khorben Exp $ +# $NetBSD: Makefile,v 1.6 2015/12/05 21:25:39 adam Exp $ .include "../../devel/protobuf/Makefile.common" @@ -12,7 +12,7 @@ LICENSE= modified-bsd PYSETUPSUBDIR= python -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 BUILD_DEPENDS+= ${PYPKGPREFIX}-gflags-[0-9]*:../../devel/py-gflags BUILD_DEPENDS+= ${PYPKGPREFIX}-google-apputils-[0-9]*:../../devel/py-google-apputils diff --git a/devel/py-pylint/Makefile b/devel/py-pylint/Makefile index 285f803b423..fd7a818f118 100644 --- a/devel/py-pylint/Makefile +++ b/devel/py-pylint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2015/04/05 15:59:54 wen Exp $ +# $NetBSD: Makefile,v 1.6 2015/12/05 21:25:39 adam Exp $ DISTNAME= pylint-1.4.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk DEPENDS+= ${PYPKGPREFIX}-astroid>=1.3.6:../../devel/py-astroid DEPENDS+= ${PYPKGPREFIX}-logilab-common>=0.53.0:../../devel/py-logilab-common -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mxDateTime via py-logilab-common +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-mxDateTime via py-logilab-common USE_LANGUAGES= # none diff --git a/devel/py-pytemplate/Makefile b/devel/py-pytemplate/Makefile index 0d010bdf4a1..d85a51da10c 100644 --- a/devel/py-pytemplate/Makefile +++ b/devel/py-pytemplate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:02 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/12/05 21:25:39 adam Exp $ DISTNAME= pytemplate-1.5.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ COMMENT= Pytemplate gives python developpers a starting framework USE_LANGUAGES= # none REPLACE_PYTHON= ${WRKSRC}/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.5.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.5.1 EGDIR= ${PREFIX}/share/examples/${PYPKGPREFIX}-pytemplate diff --git a/devel/py-pyutil/Makefile b/devel/py-pyutil/Makefile index f4503f2ca96..e409a3be0da 100644 --- a/devel/py-pyutil/Makefile +++ b/devel/py-pyutil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/05/09 07:37:02 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/12/05 21:25:39 adam Exp $ DISTNAME= pyutil-2.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-zbase32-[0-9]*:../../converters/py-zbase32 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted via py-setuptools_trial, py-zbase32 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-twisted via py-setuptools_trial, py-zbase32 REPLACE_PYTHON+= pyutil/test/current/test_mathutil.py REPLACE_PYTHON+= pyutil/benchmarks/bench_xor.py pyutil/lineutil.py pyutil/scripts/*.py pyutil/test/*/*.py diff --git a/devel/py-quixote/Makefile b/devel/py-quixote/Makefile index fa6e4d1bf3a..b32d913fdb2 100644 --- a/devel/py-quixote/Makefile +++ b/devel/py-quixote/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:02 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2015/12/05 21:25:39 adam Exp $ PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} DISTNAME= Quixote-2.7 @@ -13,7 +13,7 @@ LICENSE= mit REPLACE_PYTHON+= setup.py quixote/server/*.py quixote/test/*.py quixote/ptl/*.py REPLACE_PYTHON+= quixote/demo/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.7 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.7 .include "../../lang/python/distutils.mk" .include "../../lang/python/application.mk" diff --git a/devel/py-rope/Makefile b/devel/py-rope/Makefile index 26076a99450..a48266e4a85 100644 --- a/devel/py-rope/Makefile +++ b/devel/py-rope/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:02 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/12/05 21:25:39 adam Exp $ VERS= 0.9.3 DISTNAME= rope-${VERS} @@ -11,7 +11,7 @@ HOMEPAGE= http://rope.sourceforge.net/ COMMENT= Rope is a python refactoring library LICENSE= gnu-gpl-v2 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # XXX tests in contrib.codeassisttest fail do-test: diff --git a/devel/py-setuptools_trial/Makefile b/devel/py-setuptools_trial/Makefile index d3ab1014ebe..9dc66bd19b5 100644 --- a/devel/py-setuptools_trial/Makefile +++ b/devel/py-setuptools_trial/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:02 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/12/05 21:25:39 adam Exp $ DISTNAME= setuptools_trial-0.5.12 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -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/devel/py-stompclient/Makefile b/devel/py-stompclient/Makefile index 92b854e2e02..fc73e29305b 100644 --- a/devel/py-stompclient/Makefile +++ b/devel/py-stompclient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:02 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2015/12/05 21:25:39 adam Exp $ DISTNAME= stompclient-0.3.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,7 @@ COMMENT= Lightweight and extensible STOMP messaging client LICENSE= apache-2.0 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-subprocess32/Makefile b/devel/py-subprocess32/Makefile index 206b4689ee6..bd4a8521e26 100644 --- a/devel/py-subprocess32/Makefile +++ b/devel/py-subprocess32/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/08/01 15:29:43 bsiegert Exp $ +# $NetBSD: Makefile,v 1.2 2015/12/05 21:25:39 adam Exp $ DISTNAME= subprocess32-3.2.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= http://pypi.python.org/pypi/subprocess32 COMMENT= Backport of the subprocess module from Python 3.2/3.3 for use on 2.x LICENSE= python-software-foundation -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # for 2.x only +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # for 2.x only .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" diff --git a/devel/py-subvertpy/Makefile b/devel/py-subvertpy/Makefile index cd862a4295e..84e311cb0fd 100644 --- a/devel/py-subvertpy/Makefile +++ b/devel/py-subvertpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2015/10/10 01:58:06 ryoon Exp $ +# $NetBSD: Makefile,v 1.33 2015/12/05 21:25:39 adam Exp $ DISTNAME= subvertpy-0.9.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= gnu-lgpl-v2.1 MAKE_ENV+= SVN_PREFIX=${BUILDLINK_PREFIX.subversion-base} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.9.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.9.1 .include "../../devel/subversion-base/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/devel/py-tabular/Makefile b/devel/py-tabular/Makefile index 0191d67969d..6133398a34d 100644 --- a/devel/py-tabular/Makefile +++ b/devel/py-tabular/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:02 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/05 21:25:39 adam Exp $ DISTNAME= tabular-0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= mit PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.1 .include "../../graphics/py-matplotlib/buildlink3.mk" .include "../../math/py-numpy/buildlink3.mk" diff --git a/devel/py-tortoisehg/Makefile b/devel/py-tortoisehg/Makefile index 2bbdc1fbb8c..616bec8114a 100644 --- a/devel/py-tortoisehg/Makefile +++ b/devel/py-tortoisehg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2015/11/23 00:09:43 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2015/12/05 21:25:39 adam Exp $ DISTNAME= tortoisehg-3.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-iniparse>=0.4:../../textproc/py-iniparse DEPENDS+= ${PYPKGPREFIX}-pygments>=1.6:../../textproc/py-pygments DEPENDS+= ${PYPKGPREFIX}-mercurial>=2.8.1:../../devel/py-mercurial -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-iniparse, py-mercurial +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-iniparse, py-mercurial thg_icon= /share/pixmaps/tortoisehg/icons/thg_logo.ico SUBST_CLASSES+= df diff --git a/devel/py-tryton/options.mk b/devel/py-tryton/options.mk index cccd7224cd6..74e07f49331 100644 --- a/devel/py-tryton/options.mk +++ b/devel/py-tryton/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.5 2015/04/01 11:34:55 tnn Exp $ +# $NetBSD: options.mk,v 1.6 2015/12/05 21:25:39 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.py-tryton PKG_SUPPORTED_OPTIONS= cdecimal goocalendar pytz simplejson @@ -7,12 +7,12 @@ PKG_SUGGESTED_OPTIONS+= cdecimal pytz simplejson .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mcdecimal) -PYTHON_VERSIONS_INCOMPATIBLE+= 33 34 # py-cdecimal not available because obsolete +PYTHON_VERSIONS_INCOMPATIBLE+= 33 34 35 # py-cdecimal not available because obsolete DEPENDS+= ${PYPKGPREFIX}-cdecimal-[0-9]*:../../math/py-cdecimal .endif .if !empty(PKG_OPTIONS:Mgoocalendar) -PYTHON_VERSIONS_INCOMPATIBLE+= 33 34 # py-gtk2 via py-goocanvas via py-goocalendar +PYTHON_VERSIONS_INCOMPATIBLE+= 33 34 35 # py-gtk2 via py-goocanvas via py-goocalendar DEPENDS+= ${PYPKGPREFIX}-goocalendar-[0-9]*:../../time/py-goocalendar .endif diff --git a/devel/py-trytond/Makefile.common b/devel/py-trytond/Makefile.common index 4e6a8f2fcc7..37ea2a77a27 100644 --- a/devel/py-trytond/Makefile.common +++ b/devel/py-trytond/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2015/11/22 08:05:07 richard Exp $ +# $NetBSD: Makefile.common,v 1.9 2015/12/05 21:25:39 adam Exp $ # used by meta-pkgs/py-tryton-platform/Makefile # used by devel/py-proteus/Makefile @@ -134,4 +134,4 @@ MASTER_SITES= ${TRYTON_SITES} DIST_SUBDIR= tryton-${TRYTON_BASEVER} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 via py-pycha via py-relatorio +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 via py-pycha via py-relatorio diff --git a/devel/py-trytond/options.mk b/devel/py-trytond/options.mk index cb11f55a533..b07c1ccefbc 100644 --- a/devel/py-trytond/options.mk +++ b/devel/py-trytond/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.6 2015/03/26 22:11:47 jperkin Exp $ +# $NetBSD: options.mk,v 1.7 2015/12/05 21:25:39 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.py-trytond PKG_SUPPORTED_OPTIONS= cdecimal mysql pydot psycopg pytz simplejson sphinx @@ -11,17 +11,17 @@ PKG_SUGGESTED_OPTIONS+= psycopg pytz simplejson sphinx # XXX python-Levenshtein (http://github.com/miohtama/python-Levenshtein) options .if !empty(PKG_OPTIONS:Mcdecimal) -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-cdecimal is obsolete for that version and thus not available +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-cdecimal is obsolete for that version and thus not available DEPENDS+= ${PYPKGPREFIX}-cdecimal-[0-9]*:../../math/py-cdecimal .endif .if !empty(PKG_OPTIONS:Mmysql) -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mysqldb +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-mysqldb DEPENDS+= ${PYPKGPREFIX}-mysqldb-[0-9]*:../../databases/py-mysqldb .endif .if !empty(PKG_OPTIONS:Mpydot) -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-dot +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-dot DEPENDS+= ${PYPKGPREFIX}-dot-[0-9]*:../../graphics/py-dot .endif @@ -42,6 +42,6 @@ DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx .endif .if !empty(PKG_OPTIONS:Mwebdav) -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-pywebdav +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-pywebdav DEPENDS+= ${PYPKGPREFIX}-pywebdav-[0-9]*:../../www/py-pywebdav .endif diff --git a/devel/py-unit/Makefile b/devel/py-unit/Makefile index bb019eab64c..62d9d4d458b 100644 --- a/devel/py-unit/Makefile +++ b/devel/py-unit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/05/09 07:37:03 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2015/12/05 21:25:40 adam Exp $ DISTNAME= pyunit-1.4.1 PKGNAME= ${PYPKGPREFIX}-unit-1.4.1 @@ -13,7 +13,7 @@ COMMENT= Unit testing framework for python EGG_NAME= PyUnit-${PKGVERSION_NOREV} PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-unitgui/Makefile b/devel/py-unitgui/Makefile index f663b6f8291..f333f2f6ef5 100644 --- a/devel/py-unitgui/Makefile +++ b/devel/py-unitgui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/05/09 07:37:03 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2015/12/05 21:25:40 adam Exp $ DISTNAME= pyunit-1.4.1 PKGNAME= ${PYPKGPREFIX}-unitgui-1.4.1 @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk EGG_NAME= PyUnit-${PKGVERSION_NOREV} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-usb/Makefile b/devel/py-usb/Makefile index 0b63d7209ed..f0967b68b24 100644 --- a/devel/py-usb/Makefile +++ b/devel/py-usb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/05/09 07:37:03 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2015/12/05 21:25:40 adam Exp $ VERSION= 0.4.2 DISTNAME= pyusb-${VERSION} @@ -13,7 +13,7 @@ COMMENT= Python interface to USB via libusb CFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.4.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.4.2 .include "../../devel/libusb/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/devel/py-windbg/Makefile b/devel/py-windbg/Makefile index 625a4072a29..ea4c54d92f6 100644 --- a/devel/py-windbg/Makefile +++ b/devel/py-windbg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/05/09 07:37:03 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/12/05 21:25:40 adam Exp $ DISTNAME= winpdb-1.4.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 # or later DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.6:../../x11/py-wxWidgets -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-wxWidgets USE_LANGUAGES= #none diff --git a/devel/py-zanata-python-client/Makefile b/devel/py-zanata-python-client/Makefile index bac28651d73..fbdeec009d7 100644 --- a/devel/py-zanata-python-client/Makefile +++ b/devel/py-zanata-python-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2015/04/08 18:48:54 ryoon Exp $ +# $NetBSD: Makefile,v 1.6 2015/12/05 21:26:09 adam Exp $ DISTNAME= zanata-python-client-1.3.21 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-httplib2-[0-9]*:../../www/py-httplib2 DEPENDS+= ${PYPKGPREFIX}-polib-[0-9]*:../../devel/py-polib # TypeError: can't concat bytes to str -PYTHON_VERSIONS_INCOMPATIBLE= 34 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 USE_LANGUAGES= # none SUBST_CLASSES+= version diff --git a/devel/py-zconfig/Makefile b/devel/py-zconfig/Makefile index 505ae68451f..ed553797015 100644 --- a/devel/py-zconfig/Makefile +++ b/devel/py-zconfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/05/09 07:37:03 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2015/12/05 21:25:40 adam Exp $ DISTNAME= ZConfig-2.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -14,7 +14,7 @@ USE_LANGUAGES= # empty INSTALLATION_DIRS+= share/doc/py-zconfig -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 post-install: ${INSTALL_DATA} ${WRKSRC}/doc/zconfig.pdf \ diff --git a/devel/qbzr/Makefile b/devel/qbzr/Makefile index c62c9476810..8fbccc376a5 100644 --- a/devel/qbzr/Makefile +++ b/devel/qbzr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2014/05/09 07:37:03 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2015/12/05 21:25:40 adam Exp $ DISTNAME= qbzr-${VER} PKGREVISION= 3 @@ -17,7 +17,7 @@ USE_TOOLS+= msgfmt WRKSRC= ${WRKDIR}/qbzr -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.22.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.22.1 REPLACE_PYTHON= lib/uifactory.py .include "../../devel/bzr/plugin.mk" diff --git a/devel/reposurgeon/Makefile b/devel/reposurgeon/Makefile index 8a561902b3c..9663bea689f 100644 --- a/devel/reposurgeon/Makefile +++ b/devel/reposurgeon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2015/09/16 16:13:16 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2015/12/05 21:25:40 adam Exp $ DISTNAME= reposurgeon-3.29 CATEGORIES= devel scm @@ -21,7 +21,7 @@ MAKE_FLAGS+= mandir=${PKGMANDIR} REPLACE_PYTHON= repodiffer reposurgeon REPLACE_SH= repotool -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 3.26 uses commands module, which is deprecated in python-3.x +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # 3.26 uses commands module, which is deprecated in python-3.x .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/roundup/Makefile b/devel/roundup/Makefile index e6d1865fe48..e7a716cddef 100644 --- a/devel/roundup/Makefile +++ b/devel/roundup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2015/07/15 18:19:54 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2015/12/05 21:25:40 adam Exp $ DISTNAME= roundup-1.4.19 PKGREVISION= 2 @@ -13,7 +13,7 @@ LICENSE= mit AND zpl-2.0 USE_LANGUAGES= # empty USE_TOOLS+= pax -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.4.19 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.4.19 REPLACE_PYTHON+= cgi-bin/roundup.cgi demo.py roundup/admin.py REPLACE_PYTHON+= frontends/roundup.cgi REPLACE_PYTHON+= roundup/backends/locking.py diff --git a/devel/rox-lib/Makefile b/devel/rox-lib/Makefile index ba70e34b531..bb70b1a3c1e 100644 --- a/devel/rox-lib/Makefile +++ b/devel/rox-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2014/05/09 07:37:03 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2015/12/05 21:25:40 adam Exp $ DISTNAME= rox-lib-2.0.2 PKGREVISION= 14 @@ -24,7 +24,7 @@ USE_TOOLS+= pax REPLACE_PYTHON= AppRun MakeDist REPLACE_PYTHON+= python/make_docs.py REPLACE_PYTHON+= tests/python/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 INSTALLATION_DIRS= share/rox/ROX-Lib2 diff --git a/devel/scons/Makefile b/devel/scons/Makefile index fc9bc53210f..a1094047c4b 100644 --- a/devel/scons/Makefile +++ b/devel/scons/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2015/11/20 17:16:03 adam Exp $ +# $NetBSD: Makefile,v 1.31 2015/12/05 21:25:40 adam Exp $ DISTNAME= scons-2.4.1 CATEGORIES= devel @@ -12,7 +12,7 @@ LICENSE= mit REPLACE_PYTHON+= script/scons script/scons-time script/sconsign # not yet ported as of 2.4.1, but progress promised -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" diff --git a/devel/stgit/Makefile b/devel/stgit/Makefile index 80e049729f2..dd419531fe6 100644 --- a/devel/stgit/Makefile +++ b/devel/stgit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2015/06/12 10:50:00 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2015/12/05 21:25:40 adam Exp $ DISTNAME= stgit-0.14.3 PKGREVISION= 9 @@ -23,7 +23,7 @@ REPLACE_BASH= contrib/stg-* REPLACE_PYTHON= *.py stgit/*.py stg PYSETUPINSTALLARGS= --prefix=${PREFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.14.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.14.3 MAKE_ENV+= ASCIIDOC=${PREFIX}/bin/asciidoc MAKE_ENV+= ASCIIDOC_EXTRA=${ASCIIDOC_EXTRA:M*:Q} diff --git a/devel/tailor/Makefile b/devel/tailor/Makefile index a23449005b7..65140e47f7c 100644 --- a/devel/tailor/Makefile +++ b/devel/tailor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2014/05/09 07:37:03 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2015/12/05 21:25:40 adam Exp $ DISTNAME= tailor-0.9.35 PKGREVISION= 5 @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v3 USE_LANGUAGES= #none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.9.35 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.9.35 REPLACE_PYTHON= tailor AUTO_MKDIRS= yes diff --git a/devel/talloc/Makefile b/devel/talloc/Makefile index f5fb9c01270..266d0d062c6 100644 --- a/devel/talloc/Makefile +++ b/devel/talloc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/11/13 14:50:01 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/12/05 21:25:40 adam Exp $ DISTNAME= talloc-2.1.5 CATEGORIES= devel @@ -17,7 +17,7 @@ USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= talloc.pc.in PKGCONFIG_OVERRIDE+= pytalloc-util.pc.in PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.1.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.1.0 # include/talloc.h CONFLICTS+= samba-[0-9]* diff --git a/devel/transifex-client/Makefile b/devel/transifex-client/Makefile index 1877f27ab64..29b44f2f427 100644 --- a/devel/transifex-client/Makefile +++ b/devel/transifex-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:03 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2015/12/05 21:25:41 adam Exp $ DISTNAME= ${VERS} PKGNAME= transifex-client-${VERS} @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2 VERS= 0.10 WRKSRC= ${WRKDIR}/transifex-client-${VERS} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.10 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.10 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/umbrello/Makefile b/devel/umbrello/Makefile index e2c8a1c100b..45c6f277d73 100644 --- a/devel/umbrello/Makefile +++ b/devel/umbrello/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.30 2015/04/25 14:20:40 tnn Exp $ +# $NetBSD: Makefile,v 1.31 2015/12/05 21:25:41 adam Exp $ DISTNAME= umbrello-${_KDE_VERSION} PKGREVISION= 2 CATEGORIES= devel COMMENT= UML Modeller -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 4.11.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 4.11.3 .include "../../meta-pkgs/kde4/Makefile.kde4" diff --git a/devel/xulrunner10/mozilla-common.mk b/devel/xulrunner10/mozilla-common.mk index ba5502d9d88..fa65488a237 100644 --- a/devel/xulrunner10/mozilla-common.mk +++ b/devel/xulrunner10/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.6 2014/11/11 03:36:00 mef Exp $ +# $NetBSD: mozilla-common.mk,v 1.7 2015/12/05 21:25:41 adam Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -54,7 +54,7 @@ CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}nsprpub/build/autoconf/config.sub CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}/js/ctypes/libffi/config.sub PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 10.0.12 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 10.0.12 .include "../../lang/python/application.mk" CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} diff --git a/devel/xulrunner17/mozilla-common.mk b/devel/xulrunner17/mozilla-common.mk index 241b8847914..654a441bd4d 100644 --- a/devel/xulrunner17/mozilla-common.mk +++ b/devel/xulrunner17/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.5 2014/11/11 03:36:00 mef Exp $ +# $NetBSD: mozilla-common.mk,v 1.6 2015/12/05 21:25:41 adam Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -53,7 +53,7 @@ CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}nsprpub/build/autoconf/config.sub CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}/js/ctypes/libffi/config.sub PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-sqlite2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-sqlite2 .include "../../lang/python/application.mk" CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} diff --git a/devel/xulrunner192/mozilla-common.mk b/devel/xulrunner192/mozilla-common.mk index 358b3a82f57..4b1afdd26f8 100644 --- a/devel/xulrunner192/mozilla-common.mk +++ b/devel/xulrunner192/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.6 2014/05/09 07:37:04 wiz Exp $ +# $NetBSD: mozilla-common.mk,v 1.7 2015/12/05 21:25:41 adam Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -49,7 +49,7 @@ CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}nsprpub/build/autoconf/config.sub CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}/js/ctypes/libffi/config.sub PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.9.2.28 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.9.2.28 .include "../../lang/python/application.mk" CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} diff --git a/editors/gedit-python/Makefile b/editors/gedit-python/Makefile index 18adf0468f1..51f50f3026c 100644 --- a/editors/gedit-python/Makefile +++ b/editors/gedit-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2015/06/12 10:50:01 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2015/12/05 21:25:41 adam Exp $ DISTNAME= gedit-2.30.4 PKGNAME= gedit-python-2.30.4 @@ -25,7 +25,7 @@ BUILD_DIRS= plugin-loaders/python BUILD_DIRS+= plugins/pythonconsole plugins/quickopen plugins/snippets INSTALL_DIRS= ${BUILD_DIRS} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 .include "../../lang/python/application.mk" .include "../../devel/py-gobject/buildlink3.mk" diff --git a/editors/kdissert/Makefile b/editors/kdissert/Makefile index 2d7f4607b4e..4df6f30b406 100644 --- a/editors/kdissert/Makefile +++ b/editors/kdissert/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2015/04/25 14:20:42 tnn Exp $ +# $NetBSD: Makefile,v 1.56 2015/12/05 21:25:41 adam Exp $ DISTNAME= kdissert-1.0.7 PKGREVISION= 30 @@ -16,7 +16,7 @@ USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= msgfmt PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.0.7 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.0.7 do-configure: ${RUN} ${_ULIMIT_CMD} \ diff --git a/editors/lyx/Makefile b/editors/lyx/Makefile index dc5d82f0139..093265882ee 100644 --- a/editors/lyx/Makefile +++ b/editors/lyx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2015/06/12 10:50:01 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2015/12/05 21:25:41 adam Exp $ DISTNAME= lyx-2.1.2.2 PKGREVISION= 3 @@ -65,7 +65,7 @@ GNU_CONFIGURE= YES USE_TOOLS+= gmake perl:run pkg-config USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.6.10 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.6.10 CXXFLAGS.Linux+= -fpermissive diff --git a/editors/medit/Makefile b/editors/medit/Makefile index 1de31bb8584..daec88b9da5 100644 --- a/editors/medit/Makefile +++ b/editors/medit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2015/04/25 14:20:42 tnn Exp $ +# $NetBSD: Makefile,v 1.22 2015/12/05 21:25:41 adam Exp $ DISTNAME= medit-1.2.0 PKGREVISION= 2 @@ -19,7 +19,7 @@ USE_LANGUAGES= c c++ USE_TOOLS+= gmake pkg-config msgfmt intltool PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.2.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.2.0 CONFIGURE_ARGS+= --with-python=no CONFIGURE_ENV+= MOO_PYTHON=${PYTHONBIN} diff --git a/editors/nts/Makefile b/editors/nts/Makefile index 3258cef10a3..57a8ea4ee18 100644 --- a/editors/nts/Makefile +++ b/editors/nts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:04 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/12/05 21:25:41 adam Exp $ DISTNAME= nts-78 PKGREVISION= 1 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.8.7:../../x11/py-wxWidgets PYTHON_VERSIONED_DEPENDENCIES= dateutil -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-wxWidgets USE_LANGUAGES= # none diff --git a/editors/zim/Makefile b/editors/zim/Makefile index 5ef9f3fb023..8d09f21dc3e 100644 --- a/editors/zim/Makefile +++ b/editors/zim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2015/04/25 14:20:43 tnn Exp $ +# $NetBSD: Makefile,v 1.23 2015/12/05 21:25:41 adam Exp $ DISTNAME= zim-0.59 PKGREVISION= 9 @@ -19,7 +19,7 @@ DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils USE_LANGUAGES= # none REPLACE_PYTHON= ${WRKSRC}/zim.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 SUBST_CLASSES+= data-path SUBST_STAGE.data-path= pre-configure diff --git a/emulators/fs-uae-launcher/Makefile b/emulators/fs-uae-launcher/Makefile index 20fbdf34711..658e88b2ef5 100644 --- a/emulators/fs-uae-launcher/Makefile +++ b/emulators/fs-uae-launcher/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2015/11/07 20:15:21 adam Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/05 21:26:09 adam Exp $ DISTNAME= fs-uae-launcher-2.6.2 CATEGORIES= emulators @@ -23,7 +23,7 @@ INSTALL_TARGET= install-data USE_TOOLS+= gmake msgfmt # Imports urllib.parse which is 3+. -PYTHON_VERSIONS_ACCEPTED= 34 33 +PYTHON_VERSIONS_ACCEPTED= 33 34 35 PYTHON_VERSIONS_INCOMPATIBLE= 26 27 PYDISTUTILSPKG= yes PYSETUPINSTALLARGS= --install-lib=${PREFIX:Q}/share/fs-uae-launcher diff --git a/emulators/gns3/Makefile b/emulators/gns3/Makefile index 50d5a4a1ca4..9a3de7ad7bc 100644 --- a/emulators/gns3/Makefile +++ b/emulators/gns3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/05/09 07:37:04 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2015/12/05 21:25:41 adam Exp $ DISTNAME= GNS3-0.8.3.1-src PKGNAME= gns3-0.8.3.1 @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= dynamips>=0.2.8rc1:../../emulators/dynamips -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.8.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.8.3.1 EGG_NAME= ${DISTNAME:S/-src//} REPLACE_PYTHON+= src/GNS3/Dynagen/dynagen.py src/GNS3/Dynagen/confConsole.py REPLACE_PYTHON+= src/GNS3/Dynagen/console.py src/GNS3/Dynagen/dynamips_lib.py diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile index 9cf5a4e6526..130da217912 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2015/11/23 19:40:39 adam Exp $ +# $NetBSD: Makefile,v 1.43 2015/12/05 21:25:41 adam Exp $ DISTNAME= hatari-1.9.0 CATEGORIES= emulators @@ -14,7 +14,7 @@ USE_CMAKE= yes USE_LANGUAGES= c CMAKE_ARGS+= -DENABLE_OSX_BUNDLE:BOOL=0 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.7.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.7.0 REPLACE_PYTHON+= python-ui/config.py REPLACE_PYTHON+= python-ui/debugui.py REPLACE_PYTHON+= python-ui/dialogs.py diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index a565514bd73..166dd1f9218 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2015/11/25 12:34:36 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2015/12/05 21:25:41 adam Exp $ DISTNAME= mame-0.168 CATEGORIES= emulators @@ -83,7 +83,7 @@ MAKE_ENV+= BIGENDIAN=1 .endif PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.151 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.151 pre-build: # problems with mame-specific png.h diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index 79d0a9e130e..668b71abf39 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2015/04/25 14:20:46 tnn Exp $ +# $NetBSD: Makefile,v 1.43 2015/12/05 21:25:42 adam Exp $ DISTNAME= openmsx-0.9.0 PKGREVISION= 5 @@ -23,7 +23,7 @@ INSTALL_MAKE_FLAGS+= SYMLINK_FOR_BINARY=false INSTALL_MAKE_FLAGS+= INSTALL_BASE=${PREFIX}/openmsx MAKE_ENV+= OPENMSX_INSTALL=${PREFIX}/openmsx -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.9.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.9.0 .include "../../mk/bsd.prefs.mk" diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index fb62bdbeea7..284f122fe2d 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.145 2015/11/08 09:29:35 adam Exp $ +# $NetBSD: Makefile,v 1.146 2015/12/05 21:25:42 adam Exp $ DISTNAME= qemu-2.4.1 CATEGORIES= emulators @@ -41,7 +41,7 @@ PKG_SYSCONFSUBDIR= qemu REPLACE_PERL+= scripts/texi2pod.pl -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported yet as of 1.7.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported yet as of 1.7.0 BUILDLINK_PASSTHRU_DIRS+= /usr/lib BUILDLINK_PASSTHRU_RPATHDIRS+= /usr/lib diff --git a/emulators/qemu0/Makefile b/emulators/qemu0/Makefile index 842e171d244..b99a76c2d0e 100644 --- a/emulators/qemu0/Makefile +++ b/emulators/qemu0/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/08/18 07:31:07 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/12/05 21:25:42 adam Exp $ DISTNAME= qemu-0.15.1 PKGREVISION= 15 @@ -35,7 +35,7 @@ EGDIR= ${PREFIX}/share/examples/qemu INSTALL_MAKE_FLAGS= egdir=${EGDIR} PKG_SYSCONFSUBDIR= qemu -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.15.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.15.1 # Avoid clash with system include file: pre-patch: diff --git a/filesystems/fuse-gmailfs/Makefile b/filesystems/fuse-gmailfs/Makefile index 4d33d7a9855..be214eadc97 100644 --- a/filesystems/fuse-gmailfs/Makefile +++ b/filesystems/fuse-gmailfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:05 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/12/05 21:25:42 adam Exp $ DISTNAME= gmailfs-0.7.2 PKGREVISION= 3 @@ -12,7 +12,7 @@ COMMENT= FUSE filesystem which uses Google mail for free space NO_BUILD= yes REPLACE_PYTHON= gmailfs.py mount.gmailfs -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-fuse-bindings +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-fuse-bindings CONF_FILES= ${PREFIX}/share/examples/gmailfs/gmailfs.conf \ ${PKG_SYSCONFDIR}/gmailfs.conf diff --git a/filesystems/fuse-wikipediafs/Makefile b/filesystems/fuse-wikipediafs/Makefile index 8af794d043a..cd486f634a6 100644 --- a/filesystems/fuse-wikipediafs/Makefile +++ b/filesystems/fuse-wikipediafs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2014/05/09 07:37:05 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/12/05 21:25:42 adam Exp $ DISTNAME= wikipediafs-0.3 PKGNAME= fuse-${DISTNAME} @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://wikipediafs.sourceforge.net/ COMMENT= FUSE filesystem for accessing the wikipedia -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-fuse-bindings +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-fuse-bindings EGG_NAME= wikipediafs-0.1 SUBST_CLASSES+= config diff --git a/filesystems/glusterfs/Makefile b/filesystems/glusterfs/Makefile index 7a6ff889b8d..41cf47a0761 100644 --- a/filesystems/glusterfs/Makefile +++ b/filesystems/glusterfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2015/11/09 04:13:56 manu Exp $ +# $NetBSD: Makefile,v 1.58 2015/12/05 21:25:42 adam Exp $ DISTNAME= glusterfs-3.7.6 #PKGREVISION= 1 @@ -21,7 +21,7 @@ CONFIGURE_ARGS+= --localstatedir=${VARBASE} # Only libfl.a is available, and libtool wants libfl.so MAKE_FLAGS+= LEXLIB="" -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # only 2.x supported as of 3.6.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # only 2.x supported as of 3.6.0 REPLACE_PYTHON+= contrib/ipaddr-py/ipaddr.py REPLACE_PYTHON+= extras/snap_scheduler/gcron.py diff --git a/filesystems/py-filesystem/Makefile b/filesystems/py-filesystem/Makefile index 2ec0e3300a9..74d17bdf1dd 100644 --- a/filesystems/py-filesystem/Makefile +++ b/filesystems/py-filesystem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/05/09 07:37:05 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/12/05 21:25:42 adam Exp $ VERSION= 0.4.0 DISTNAME= fs-${VERSION} @@ -15,7 +15,7 @@ LICENSE= modified-bsd USE_LANGUAGES= # none PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.4.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.4.0 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/filesystems/py-fuse-bindings/Makefile b/filesystems/py-fuse-bindings/Makefile index d0c116d63b9..715a10daffd 100644 --- a/filesystems/py-fuse-bindings/Makefile +++ b/filesystems/py-fuse-bindings/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/12/31 13:57:27 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2015/12/05 21:25:42 adam Exp $ VERSION= 0.2.1 DISTNAME= fuse-python-${VERSION} @@ -15,7 +15,7 @@ PYDISTUTILSPKG= yes PY_PATCHLIST= yes USE_TOOLS+= pkg-config -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.2.1 INSTALLATION_DIRS= share/examples/fuse-python diff --git a/filesystems/tahoe-lafs/Makefile b/filesystems/tahoe-lafs/Makefile index 1e6f65c0690..6b246dd84b2 100644 --- a/filesystems/tahoe-lafs/Makefile +++ b/filesystems/tahoe-lafs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2015/10/26 19:39:39 gdt Exp $ +# $NetBSD: Makefile,v 1.30 2015/12/05 21:25:42 adam Exp $ VERSION= 1.10.2 DISTNAME= allmydata-tahoe-${VERSION} @@ -45,7 +45,7 @@ DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.13:../../security/py-OpenSSL DEPENDS+= ${PYPKGPREFIX}-nevow>=0.11.1:../../www/py-nevow DEPENDS+= ${PYPKGPREFIX}-service_identity-[0-9]*:../../security/py-service_identity -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted, py-xml via py-nevow, py-zbase32, py-cryptopp +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-twisted, py-xml via py-nevow, py-zbase32, py-cryptopp # Note that there is an upstream (inherited from setuptools) bug # https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1258#comment:29 that diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index 20aefad4bdc..665636a02c2 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.222 2015/10/14 16:16:50 wiz Exp $ +# $NetBSD: Makefile,v 1.223 2015/12/05 21:25:42 adam Exp $ DISTNAME= gnucash-2.6.9 CATEGORIES= finance @@ -35,7 +35,7 @@ REPLACE_PERL+= src/backend/xml/test/grab-types.pl REPLACE_PERL+= src/quotes/Quote_example.pl REPLACE_PERL+= src/gnc-test-env.pl -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.6.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.6.1 REPLACE_PYTHON+= src/python/pycons/*.py src/python/pycons/pycons PY_PATCHPLIST= yes diff --git a/finance/py-vatnumber/Makefile b/finance/py-vatnumber/Makefile index 0999f079154..72b56451e66 100644 --- a/finance/py-vatnumber/Makefile +++ b/finance/py-vatnumber/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:05 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/05 21:25:42 adam Exp $ DISTNAME= vatnumber-1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -18,7 +18,7 @@ PKG_SUGGESTED_OPTIONS= vatnumber-suds .if !empty(PKG_OPTIONS:Mvatnumber-suds) DEPENDS+= ${PYPKGPREFIX}-suds-[0-9]*:../../net/py-suds -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-suds +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-suds .endif .include "../../lang/python/egg.mk" diff --git a/fonts/mftrace/Makefile b/fonts/mftrace/Makefile index 9c37971606b..696b3955779 100644 --- a/fonts/mftrace/Makefile +++ b/fonts/mftrace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2015/04/30 11:48:45 markd Exp $ +# $NetBSD: Makefile,v 1.28 2015/12/05 21:25:42 adam Exp $ DISTNAME= mftrace-1.2.15 PKGREVISION= 3 @@ -22,7 +22,7 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} MAKE_FILE= GNUmakefile PLIST_SUBST+= PYSITELIB=${PYSITELIB:Q} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.2.15 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.2.15 INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PYSITELIB} diff --git a/fonts/py-TTFQuery/Makefile b/fonts/py-TTFQuery/Makefile index 3c4c282f9d9..280722d5a49 100644 --- a/fonts/py-TTFQuery/Makefile +++ b/fonts/py-TTFQuery/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2014/05/09 07:37:05 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/12/05 21:25:42 adam Exp $ DISTNAME= TTFQuery-1.0.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-fonttools>=2.0b1:../../fonts/py-fonttools PYDISTUTILSPKG= yes PLIST_SUBST= PYVERSSUFFIX=${PYVERSSUFFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-fonttools +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-fonttools post-install: cd ${DESTDIR}${PREFIX}/bin && for f in ttffamily ttffiles ttfgroups ttfmetadata; do \ diff --git a/fonts/py-fonttools/Makefile b/fonts/py-fonttools/Makefile index 0525e0f24de..8c2a093d8ba 100644 --- a/fonts/py-fonttools/Makefile +++ b/fonts/py-fonttools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2014/05/09 07:37:05 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2015/12/05 21:25:42 adam Exp $ DISTNAME= fonttools-2.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.4 SUBST_CLASSES+= fix-mandir SUBST_STAGE.fix-mandir= pre-configure diff --git a/games/4stAttack/Makefile b/games/4stAttack/Makefile index 55a61e2425d..55d5f329743 100644 --- a/games/4stAttack/Makefile +++ b/games/4stAttack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2015/04/25 14:22:51 tnn Exp $ +# $NetBSD: Makefile,v 1.28 2015/12/05 21:25:43 adam Exp $ DISTNAME= 4stAttack-2.1.4 PKGREVISION= 18 @@ -14,7 +14,7 @@ INSTALLATION_DIRS= bin share/${PKGBASE} USE_TOOLS+= pax REPLACE_PYTHON= 4stattack.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.1.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.1.4 FIND_EXCLUDE= \( -name \*.orig -or -name \*.txt -or -name \*.pre -or -name GPL -or -name \*~ -or -name 4stattack \) diff --git a/games/blindmine/Makefile b/games/blindmine/Makefile index a05c0f8b737..e87e3d3a51d 100644 --- a/games/blindmine/Makefile +++ b/games/blindmine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2015/04/25 14:22:52 tnn Exp $ +# $NetBSD: Makefile,v 1.25 2015/12/05 21:25:43 adam Exp $ DISTNAME= blindmine-0.3-src PKGNAME= ${DISTNAME:S/-src//} @@ -22,7 +22,7 @@ SUBST_FILES.path= blindmine.py sdl_ui.py SUBST_SED.path= -e 's,/usr/bin/env python,${PYTHONBIN},g' PYCOMPILEALL= ${BUILDLINK_PREFIX.${PYPACKAGE}}/${PYLIB}/compileall.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.3 INSTALLATION_DIRS= bin share/doc/blindmine share/blindmine/data diff --git a/games/freeciv-share/Makefile.common b/games/freeciv-share/Makefile.common index a4298b6d139..8e222c95932 100644 --- a/games/freeciv-share/Makefile.common +++ b/games/freeciv-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.45 2015/04/26 19:19:42 spz Exp $ +# $NetBSD: Makefile.common,v 1.46 2015/12/05 21:25:43 adam Exp $ # used by games/freeciv-share/Makefile # used by games/freeciv-client/Makefile @@ -25,7 +25,7 @@ DISTINFO_FILE= ${.CURDIR}/../../games/freeciv-share/distinfo PATCHDIR= ${.CURDIR}/../../games/freeciv-share/patches REPLACE_PYTHON= ${WRKSRC}/common/generate_packets.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.3.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.3.2 SUBST_CLASSES+= data SUBST_STAGE.data= post-patch diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile index 4d70c184dad..a4ccfd91607 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2015/10/10 01:58:08 ryoon Exp $ +# $NetBSD: Makefile,v 1.63 2015/12/05 21:25:43 adam Exp $ DISTNAME= gcompris-12.11 PKGREVISION= 19 @@ -23,7 +23,7 @@ INFO_FILES= yes PTHREAD_AUTO_VARS= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-sqlite2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-sqlite2, py-gtk2 PYTHON_VERSIONED_DEPENDENCIES= cairo:link PKG_SUPPORTED_OPTIONS= gnet diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 681d8870353..a1a4b9f50d5 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.146 2015/04/25 14:22:55 tnn Exp $ +# $NetBSD: Makefile,v 1.147 2015/12/05 21:25:43 adam Exp $ DISTNAME= gnome-games-2.32.1 PKGREVISION= 28 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME2 games collection #LICENSE= gnu-gpl-v2 AND gnu-fdl-v1.1 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-ORBit via py-gnome2 CONFLICTS= xbill-[0-9]* SUPERSEDES= glchess-[0-9]* diff --git a/games/jools/Makefile b/games/jools/Makefile index bd9d71906c2..da71eecb9d7 100644 --- a/games/jools/Makefile +++ b/games/jools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:06 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/12/05 21:25:43 adam Exp $ DISTNAME= jools-0.20 PKGREVISION= 4 @@ -12,7 +12,7 @@ COMMENT= Bejeweled clone DEPENDS+= ${PYPKGPREFIX}-game>=1.4:../../devel/py-game -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.20 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.20 REPLACE_PYTHON= jools/__init__.py post-install: diff --git a/games/kajongg/Makefile b/games/kajongg/Makefile index 1aab1d1f5b1..2ec58a1cab2 100644 --- a/games/kajongg/Makefile +++ b/games/kajongg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2015/10/10 01:58:08 ryoon Exp $ +# $NetBSD: Makefile,v 1.27 2015/12/05 21:25:43 adam Exp $ DISTNAME= kajongg-${_KDE_VERSION} PKGREVISION= 4 @@ -9,7 +9,7 @@ COMMENT= Maj Jong game DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-twisted REPLACE_PYTHON+= setup.py REPLACE_PYTHON+= src/deferredutil.py diff --git a/games/kye/Makefile b/games/kye/Makefile index e1bce39bffc..f9c6319924e 100644 --- a/games/kye/Makefile +++ b/games/kye/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2015/04/25 14:23:00 tnn Exp $ +# $NetBSD: Makefile,v 1.51 2015/12/05 21:25:43 adam Exp $ DISTNAME= kye-1.0 PKGREVISION= 20 @@ -15,7 +15,7 @@ SUBST_STAGE.prefix= pre-configure SUBST_FILES.prefix= kye/common.py SUBST_SED.prefix= 's|@PREFIX@|${PREFIX}|g' -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" diff --git a/games/monsterz/Makefile b/games/monsterz/Makefile index d32aad91f38..aca7064d138 100644 --- a/games/monsterz/Makefile +++ b/games/monsterz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/05/09 07:37:06 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/12/05 21:25:43 adam Exp $ DISTNAME= monsterz-0.7.1 PKGREVISION= 4 @@ -13,7 +13,7 @@ DEPENDS+= ${PYPKGPREFIX}-game-[0-9]*:../../devel/py-game DEPENDS+= ${PYPKGPREFIX}-Numeric-[0-9]*:../../math/py-Numeric REPLACE_PYTHON= monsterz.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-Numeric +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-Numeric MAKE_ENV+= GAMEOWN=${GAMEOWN:Q} MAKE_ENV+= GAMEGRP=${GAMEGRP:Q} diff --git a/games/py-easyAI/Makefile b/games/py-easyAI/Makefile index 0dac0434a9b..ff8079239ee 100644 --- a/games/py-easyAI/Makefile +++ b/games/py-easyAI/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/08/09 22:26:50 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2015/12/05 21:25:43 adam Exp $ DISTNAME= easyAI-0.0.0.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,7 @@ COMMENT= Easy-to-use game AI algorithms LICENSE= mit USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.0.0.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.0.0.4 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/py-renpy/Makefile b/games/py-renpy/Makefile index 2a3e5608002..cf44c7f0aea 100644 --- a/games/py-renpy/Makefile +++ b/games/py-renpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/11/18 14:19:49 ryoon Exp $ +# $NetBSD: Makefile,v 1.11 2015/12/05 21:25:43 adam Exp $ DISTNAME= renpy-6.16.5-source PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-source//} @@ -16,7 +16,7 @@ USE_TOOLS+= pax PYSETUPSUBDIR= module EGG_NAME= Ren_Py-${PKGVERSION_NOREV}.525 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 6.16.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 6.16.5 RENPY_DEPS_INSTALL+= ${BUILDLINK_PREFIX.SDL} RENPY_DEPS_INSTALL+= ${BUILDLINK_PREFIX.freetype2} diff --git a/games/pysolfc/Makefile b/games/pysolfc/Makefile index e57503d347f..f1dcb2898dd 100644 --- a/games/pysolfc/Makefile +++ b/games/pysolfc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2014/05/09 07:37:06 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2015/12/05 21:25:43 adam Exp $ DISTNAME= PySolFC-2.0 PKGNAME= ${DISTNAME:tl} @@ -13,7 +13,7 @@ COMMENT= Over 1000 solitaire games LICENSE= gnu-gpl-v3 PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-imaging +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-imaging REPLACE_PYTHON+= \ data/themes/clearlooks/create_imgs.py \ diff --git a/games/pytraffic/Makefile b/games/pytraffic/Makefile index 8ba2c1fa165..7c49344954c 100644 --- a/games/pytraffic/Makefile +++ b/games/pytraffic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2015/04/25 14:23:02 tnn Exp $ +# $NetBSD: Makefile,v 1.43 2015/12/05 21:25:43 adam Exp $ DISTNAME= pytraffic-2.5.4 PKGREVISION= 28 @@ -13,7 +13,7 @@ COMMENT= Computer version of a popular board game DIST_SUBDIR= pytraffic-2.5.4-070313 PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" diff --git a/games/teeworlds/Makefile b/games/teeworlds/Makefile index bc3b6574c33..6e30107434c 100644 --- a/games/teeworlds/Makefile +++ b/games/teeworlds/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/09/12 18:53:17 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2015/12/05 21:25:44 adam Exp $ DISTNAME= teeworlds-0.6.3-src PKGNAME= ${DISTNAME:S/-src//} @@ -18,7 +18,7 @@ AUTO_MKDIRS= yes CPIO= cpio -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # hardcoded to 2.7 in a patch +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # hardcoded to 2.7 in a patch do-configure: set -e; cd ${WRKSRC}; bam config diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 28f7eb210c1..6e8c568be24 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.116 2015/11/21 16:13:39 leot Exp $ +# $NetBSD: Makefile,v 1.117 2015/12/05 21:25:44 adam Exp $ DISTNAME= wesnoth-1.12.5 CATEGORIES= games @@ -30,7 +30,7 @@ SUBST_FILES.prefix= cmake/FindFriBiDi.cmake SUBST_MESSAGE.prefix= Fixing search path. SUBST_SED.prefix= -e 's,/usr/local,${PREFIX},' -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.10.6 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.10.6 REPLACE_PYTHON+= data/tools/GUI.pyw REPLACE_PYTHON+= data/tools/*.py REPLACE_PYTHON+= data/tools/wesnoth/*.py diff --git a/geography/gpsd/Makefile b/geography/gpsd/Makefile index dd2600fb9aa..f035aae66e1 100644 --- a/geography/gpsd/Makefile +++ b/geography/gpsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2015/08/18 07:31:09 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2015/12/05 21:25:44 adam Exp $ # gpsd 3.11 has been released. It has only not been updated because # newer versions use scons. @@ -19,7 +19,7 @@ BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto GNU_CONFIGURE= YES CONFIGURE_ENV+= PYTHON=${PYTHONBIN} PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.96 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.96 USE_TOOLS+= gmake USE_LIBTOOL= yes diff --git a/geography/proj-swig/Makefile b/geography/proj-swig/Makefile index 13f0e9cddd8..5ce88bf5893 100644 --- a/geography/proj-swig/Makefile +++ b/geography/proj-swig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2015/03/14 18:46:12 gdt Exp $ +# $NetBSD: Makefile,v 1.21 2015/12/05 21:25:44 adam Exp $ DISTNAME= proj-swig-0.02 PKGREVISION= 6 @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes # Defines PYSITELIB, apparently. PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.02 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.02 # The perl build is commented out upstream, so this doesn't have any # effect. diff --git a/geography/py-obspy/Makefile b/geography/py-obspy/Makefile index cb027ff64c1..f939b49da50 100644 --- a/geography/py-obspy/Makefile +++ b/geography/py-obspy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/05/30 03:27:52 wen Exp $ +# $NetBSD: Makefile,v 1.2 2015/12/05 21:25:44 adam Exp $ DISTNAME= obspy-0.10.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -20,7 +20,7 @@ USE_TOOLS+= bash:run REPLACE_BASH= obspy/taup/tests/data/TauP_test_data/gendata.sh -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-suds +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-suds pre-configure: ${FIND} ${WRKSRC} -type f -exec ${CHMOD} -x {} \; diff --git a/geography/qgis/options.mk b/geography/qgis/options.mk index 6b73f8f2c88..7290a8846a9 100644 --- a/geography/qgis/options.mk +++ b/geography/qgis/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2014/05/09 07:37:06 wiz Exp $ +# $NetBSD: options.mk,v 1.4 2015/12/05 21:25:44 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.qgis PKG_SUPPORTED_OPTIONS= python @@ -14,7 +14,7 @@ CMAKE_ARGS+= -DWITH_BINDINGS:BOOL=FALSE CMAKE_ARGS+= -DWITH_BINDINGS:BOOL=TRUE CMAKE_ARGS+= -DSIP_BINARY_PATH:PATH=${BUILDLINK_PREFIX.py-sip}/bin PLIST.python= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.7.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.7.4 .include "../../lang/python/application.mk" .include "../../x11/py-qt4/buildlink3.mk" .include "../../x11/py-sip/buildlink3.mk" diff --git a/graphics/MesaLib/Makefile b/graphics/MesaLib/Makefile index cde7573852f..3f7a8507e82 100644 --- a/graphics/MesaLib/Makefile +++ b/graphics/MesaLib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.117 2015/11/11 13:54:08 tnn Exp $ +# $NetBSD: Makefile,v 1.118 2015/12/05 21:25:45 adam Exp $ DISTNAME= mesa-11.0.5 PKGNAME= ${DISTNAME:S/mesa/MesaLib/} @@ -68,7 +68,7 @@ SUBST_SED.tr1+= -e 's,include <tr1/,include <,g' .endif PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # as of 10.6.7 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # as of 10.6.7 BUILD_DEPENDS+= ${PYPKGPREFIX}-mako-[0-9]*:../../devel/py-mako CONFIGURE_ENV+= ac_cv_prog_PYTHON2=${PYTHONBIN} .include "../../lang/python/tool.mk" diff --git a/graphics/MesaLib7/Makefile b/graphics/MesaLib7/Makefile index 266ff1e6cdb..ed958195fee 100644 --- a/graphics/MesaLib7/Makefile +++ b/graphics/MesaLib7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2015/09/25 00:58:18 tnn Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/05 21:25:45 adam Exp $ DISTNAME?= ${MESA_DISTNAME} PKGNAME= MesaLib7-${MESA_PKGVERSION} @@ -44,7 +44,7 @@ CONFIGURE_ARGS+= --disable-egl .include "glx-config.mk" PYTHON_FOR_BUILD_ONLY= tool -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 7.11.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 7.11.2 MAKE_ENV+= MAKE=${GMAKE:Q} diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index 3c6437230f7..8ff654f09b7 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.114 2015/11/25 12:50:43 jperkin Exp $ +# $NetBSD: Makefile,v 1.115 2015/12/05 21:26:09 adam Exp $ DISTNAME= blender-2.71 PKGREVISION= 6 @@ -15,7 +15,7 @@ LICENSE= gnu-gpl-v2 USE_TOOLS+= gmake sed USE_LANGUAGES= c c++ -PYTHON_VERSIONS_ACCEPTED= 34 33 +PYTHON_VERSIONS_ACCEPTED= 35 34 33 BUILD_DEPENDS+= scons-[0-9]*:../../devel/scons diff --git a/graphics/comix/Makefile b/graphics/comix/Makefile index 8a182e16e39..eaf61d2ecd1 100644 --- a/graphics/comix/Makefile +++ b/graphics/comix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2015/04/25 14:23:08 tnn Exp $ +# $NetBSD: Makefile,v 1.53 2015/12/05 21:25:44 adam Exp $ DISTNAME= comix-4.0.4 PKGREVISION= 27 @@ -24,7 +24,7 @@ SUBST_FILES.install-path= install.py SUBST_SED.install-path= -e "s,share/man/man,${PKGMANDIR}/man,g" REPLACE_PYTHON= src/comix.py mime/comicthumb -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-imaging, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-imaging, py-gtk2 do-build: diff --git a/graphics/dia-python/Makefile b/graphics/dia-python/Makefile index 5debc327f54..1b9c6da100f 100644 --- a/graphics/dia-python/Makefile +++ b/graphics/dia-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2015/06/09 08:55:23 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2015/12/05 21:25:44 adam Exp $ DIA_SUBPKG= -python .include "../../graphics/dia/Makefile.common" @@ -11,7 +11,7 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} REPLACE_PYTHON= po-checktrans.py REPLACE_PYTHON+= plug-ins/python/gtkcons.py REPLACE_PYTHON+= sheets/checktrans.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 BUILD_DIRS+= plug-ins/python INSTALL_DIRS+= plug-ins/python diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile index 89dfafdc41b..b082a5c0375 100644 --- a/graphics/eog/Makefile +++ b/graphics/eog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2015/04/25 14:23:09 tnn Exp $ +# $NetBSD: Makefile,v 1.85 2015/12/05 21:25:44 adam Exp $ DISTNAME= eog-2.32.1 PKGREVISION= 21 @@ -21,7 +21,7 @@ GCONF_SCHEMAS= eog.schemas # XXX Python plugins do more harm than good for now #.include "../../lang/python/application.mk" #.include "../../x11/py-gtk2/buildlink3.mk" -#PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +#PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 .include "../../devel/GConf/schemas.mk" BUILDLINK_API_DEPENDS.glib2+= glib2>=2.15.3 .include "../../devel/glib2/buildlink3.mk" diff --git a/graphics/gimp-docs-en/Makefile.common b/graphics/gimp-docs-en/Makefile.common index bb3bade9064..c285aae9e6e 100644 --- a/graphics/gimp-docs-en/Makefile.common +++ b/graphics/gimp-docs-en/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2015/01/21 15:19:56 joerg Exp $ +# $NetBSD: Makefile.common,v 1.11 2015/12/05 21:25:44 adam Exp $ # # used by graphics/gimp-docs-de/Makefile # used by graphics/gimp-docs-en/Makefile @@ -40,7 +40,7 @@ CONFIGURE_ENV= ALL_LINGUAS=${HELPLANGUAGE} MAKE_FLAGS= VERBOSE=2 REPLACE_PYTHON= tools/xml2po.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.8.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.8.0 CONFLICTS= gimp-docs<=2.4.0 SUPERSEDES= gimp-docs<=2.4.0 diff --git a/graphics/libscigraphica/Makefile b/graphics/libscigraphica/Makefile index 5f606037841..67d616f1a9f 100644 --- a/graphics/libscigraphica/Makefile +++ b/graphics/libscigraphica/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2015/04/25 14:23:16 tnn Exp $ +# $NetBSD: Makefile,v 1.39 2015/12/05 21:25:45 adam Exp $ DISTNAME= libscigraphica-2.1.1 PKGREVISION= 27 @@ -16,7 +16,7 @@ USE_TOOLS+= pkg-config gmake intltool GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= libscigraphica-2.0.pc.in -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-numarray +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-numarray pre-configure: ln -s ${PYTHONBIN} ${TOOLS_DIR}/bin/python diff --git a/graphics/mypaint/Makefile b/graphics/mypaint/Makefile index 49a84fe977f..dca4fa3b2a9 100644 --- a/graphics/mypaint/Makefile +++ b/graphics/mypaint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2015/11/25 12:50:44 jperkin Exp $ +# $NetBSD: Makefile,v 1.22 2015/12/05 21:25:45 adam Exp $ DISTNAME= mypaint-1.1.0 PKGREVISION= 1 @@ -19,7 +19,7 @@ USE_LANGUAGES= c c++ USE_TOOLS+= bash:run msgfmt pkg-config PYTHON_VERSIONED_DEPENDENCIES= cairo -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 USE_PKGLOCALEDIR= yes diff --git a/graphics/py-OpenGL/Makefile b/graphics/py-OpenGL/Makefile index 2f69ca6a81e..85fe45bc679 100644 --- a/graphics/py-OpenGL/Makefile +++ b/graphics/py-OpenGL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2015/04/25 14:23:17 tnn Exp $ +# $NetBSD: Makefile,v 1.21 2015/12/05 21:25:46 adam Exp $ DISTNAME= PyOpenGL-3.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^Py//} @@ -12,7 +12,7 @@ COMMENT= Python bindings for OpenGL DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-Numeric +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-Numeric REPLACE_PYTHON+= OpenGL/Tk/__init__.py diff --git a/graphics/py-aafigure/Makefile b/graphics/py-aafigure/Makefile index 36366522040..76d2995ec88 100644 --- a/graphics/py-aafigure/Makefile +++ b/graphics/py-aafigure/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/03/15 19:57:40 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.9 2015/12/05 21:25:45 adam Exp $ DISTNAME= aafigure-0.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-reportlab-[0-9]*:../../print/py-reportlab USE_LANGUAGES= # none PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-reportlab, py-imaging +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-reportlab, py-imaging .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/py-biggles/Makefile b/graphics/py-biggles/Makefile index d9a58c6ac55..47ca3188edf 100644 --- a/graphics/py-biggles/Makefile +++ b/graphics/py-biggles/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2014/12/31 13:57:27 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2015/12/05 21:25:45 adam Exp $ DISTNAME= python2-biggles-1.6.6 PKGNAME= ${PYPKGPREFIX}${DISTNAME:S/python2//} @@ -9,7 +9,7 @@ MAINTAINER= Kai.Puolamaki@iki.fi HOMEPAGE= http://biggles.sourceforge.net/ COMMENT= Python module for creating 2D scientific plots -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not ported yet as of 1.6.6 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not ported yet as of 1.6.6 .include "../../lang/python/distutils.mk" .include "../../math/py-numpy/buildlink3.mk" diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile index 204ac4dfa04..2c5c3e69a7d 100644 --- a/graphics/py-cairo/Makefile +++ b/graphics/py-cairo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2015/04/25 14:23:17 tnn Exp $ +# $NetBSD: Makefile,v 1.48 2015/12/05 21:25:45 adam Exp $ DISTNAME= py2cairo-1.10.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py2//} @@ -20,7 +20,7 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} PKGCONFIG_OVERRIDE+= pycairo.pc.in PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 post-extract: cd ${WRKSRC} && touch ChangeLog && aclocal && automake -a diff --git a/graphics/py-chart/Makefile b/graphics/py-chart/Makefile index 38216bc94e5..04dca638330 100644 --- a/graphics/py-chart/Makefile +++ b/graphics/py-chart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/08/13 22:36:38 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2015/12/05 21:26:09 adam Exp $ DISTNAME= PyChart-1.39 PKGNAME= ${PYPKGPREFIX}-chart-1.39 @@ -10,7 +10,7 @@ HOMEPAGE= http://home.gna.org/pychart/ COMMENT= Create high quality Encapsulated Postscript, PDF, or PNG charts LICENSE= gnu-gpl-v2 -PYTHON_VERSIONS_INCOMPATIBLE= 34 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/py-dot/Makefile b/graphics/py-dot/Makefile index c94a530d90a..3ec18fc7b3c 100644 --- a/graphics/py-dot/Makefile +++ b/graphics/py-dot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/05/09 07:37:07 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2015/12/05 21:25:45 adam Exp $ DISTNAME= pydot-1.0.28 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -13,7 +13,7 @@ LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-pyparsing-[0-9]*:../../devel/py-pyparsing DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.0.28 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.0.28 post-install: ${RM} ${DESTDIR}${PREFIX}/README diff --git a/graphics/py-gdchart/Makefile b/graphics/py-gdchart/Makefile index 6170d6edbb8..cd452135edc 100644 --- a/graphics/py-gdchart/Makefile +++ b/graphics/py-gdchart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2015/11/18 14:19:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.41 2015/12/05 21:25:45 adam Exp $ DISTNAME= gdchart-py-0.6 PKGNAME= ${PYPKGPREFIX}-gdchart-0.6 @@ -21,7 +21,7 @@ MODULE_FILES= chart.py gdchart.so EXAMPLE_FILES= test.html test.py CHANGES EXAMPLE_DIR= ${PREFIX}/share/examples/${PYPKGPREFIX}-gdchart PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.6 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.6 INSTALLATION_DIRS= ${PYSITELIB:S/^${PREFIX}\///} diff --git a/graphics/py-gdmodule/Makefile b/graphics/py-gdmodule/Makefile index 33ef3b1209b..3a273d4c8c9 100644 --- a/graphics/py-gdmodule/Makefile +++ b/graphics/py-gdmodule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2015/11/18 14:19:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.6 2015/12/05 21:25:45 adam Exp $ DISTNAME= v0.58 PKGNAME= ${PYPKGPREFIX}-gdmodule-${DISTNAME:S/v//} @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/gdmodule-${DISTNAME:S/v//} EGG_NAME= gdmodule-${DISTNAME:S/v//} PYSETUP= Setup.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.58 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.58 BUILDLINK_API_DEPENDS.gd+= gd>=2.0.23 .include "../../graphics/gd/buildlink3.mk" diff --git a/graphics/py-gnuplot/Makefile b/graphics/py-gnuplot/Makefile index 69cc3b886aa..678143c9e25 100644 --- a/graphics/py-gnuplot/Makefile +++ b/graphics/py-gnuplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2014/12/31 13:57:27 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2015/12/05 21:25:45 adam Exp $ DISTNAME= gnuplot-py-1.8 PKGNAME= ${PYPKGPREFIX}-gnuplot-1.8 @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy USE_LANGUAGES= # empty -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/graphics/py-goocanvas/Makefile b/graphics/py-goocanvas/Makefile index b10fcfc9173..5e9118971d2 100644 --- a/graphics/py-goocanvas/Makefile +++ b/graphics/py-goocanvas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2015/04/25 14:23:18 tnn Exp $ +# $NetBSD: Makefile,v 1.38 2015/12/05 21:25:45 adam Exp $ DISTNAME= pygoocanvas-0.14.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} @@ -21,7 +21,7 @@ CONFIGURE_ARGS+= --disable-docs PY_PATCHPLIST= yes PYTHON_VERSIONED_DEPENDENCIES= cairo:link -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 .include "../../lang/python/pyversion.mk" diff --git a/graphics/py-gtkglext/Makefile b/graphics/py-gtkglext/Makefile index 189cae883a4..3bb7740614b 100644 --- a/graphics/py-gtkglext/Makefile +++ b/graphics/py-gtkglext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2015/04/25 14:23:18 tnn Exp $ +# $NetBSD: Makefile,v 1.39 2015/12/05 21:25:45 adam Exp $ DISTNAME= pygtkglext-1.1.0 PKGNAME= ${PYPKGPREFIX}-pygtkglext-1.1.0 @@ -16,7 +16,7 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN} USE_LIBTOOL= yes USE_TOOLS+= pkg-config PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 PKGCONFIG_OVERRIDE+= pygtkglext.pc.in diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile index 4fc4d27d22d..b4f0a49c9d3 100644 --- a/graphics/py-imaging/Makefile +++ b/graphics/py-imaging/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2014/09/07 09:37:46 spz Exp $ +# $NetBSD: Makefile,v 1.51 2015/12/05 21:25:46 adam Exp $ DISTNAME= Imaging-1.1.7 PKGNAME= ${PYPKGPREFIX}-imaging-1.1.7 @@ -22,7 +22,7 @@ SUBST_SED.fix-path+= -e 's,FREETYPE_ROOT = None,FREETYPE_ROOT = libinclude("${BU INSTALLATION_DIRS= ${PYINC}/PIL -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.1.7, use Pillow instead +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.1.7, use Pillow instead post-install: ${INSTALL_DATA} ${WRKSRC}/libImaging/ImPlatform.h ${DESTDIR}${PREFIX}/${PYINC}/PIL diff --git a/graphics/py-imagingtk/Makefile b/graphics/py-imagingtk/Makefile index 01159e9bb55..e1c24b83bb4 100644 --- a/graphics/py-imagingtk/Makefile +++ b/graphics/py-imagingtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2014/05/09 07:37:08 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2015/12/05 21:25:46 adam Exp $ DISTNAME= Imaging-1.1.7 PKGNAME= ${PYPKGPREFIX}-imagingtk-1.1.7 @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk DIST_SUBDIR= python EGG_NAME= ${DISTNAME:S/Imaging/PIL/} PY_NO_EGG= yes # same egg installed by py-imaging -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-imaging +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-imaging PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q} diff --git a/graphics/py-matplotlib-gtk2/Makefile b/graphics/py-matplotlib-gtk2/Makefile index 4f7a82c8c6f..fa3118a33ac 100644 --- a/graphics/py-matplotlib-gtk2/Makefile +++ b/graphics/py-matplotlib-gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2015/04/25 14:23:18 tnn Exp $ +# $NetBSD: Makefile,v 1.52 2015/12/05 21:25:46 adam Exp $ DISTNAME= matplotlib-1.3.1 PKGNAME= ${PYPKGPREFIX}-matplotlib-gtk-1.3.1 @@ -13,7 +13,7 @@ COMMENT= GTK frontend for matplotlib USE_TOOLS+= pkg-config PY_PATCHPLIST= yes PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 USE_LANGUAGES= c c++ post-patch: diff --git a/graphics/py-mcomix/Makefile b/graphics/py-mcomix/Makefile index 6d8cbff6f4a..d775be49455 100644 --- a/graphics/py-mcomix/Makefile +++ b/graphics/py-mcomix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2015/08/03 14:06:55 nonaka Exp $ +# $NetBSD: Makefile,v 1.6 2015/12/05 21:25:46 adam Exp $ DISTNAME= mcomix-1.01 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-subprocess32-[0-9]*:../../devel/py-subprocess32 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 EGG_NAME= ${DISTNAME:S/01/1/} PYTHON_SELF_CONFLICT= yes diff --git a/graphics/py-piddle/Makefile b/graphics/py-piddle/Makefile index 468abb4e1a0..db7d4b01e3c 100644 --- a/graphics/py-piddle/Makefile +++ b/graphics/py-piddle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2014/05/09 07:37:08 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2015/12/05 21:25:46 adam Exp $ DISTNAME= piddle-1.0.15 PKGREVISION= 3 @@ -12,7 +12,7 @@ COMMENT= Python Plug In Drawing, Does Little Else USE_LANGUAGES= # empty -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/py-pycha/Makefile b/graphics/py-pycha/Makefile index 9e74e0636f1..7c44fda4583 100644 --- a/graphics/py-pycha/Makefile +++ b/graphics/py-pycha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/04/13 23:12:42 rodent Exp $ +# $NetBSD: Makefile,v 1.9 2015/12/05 21:25:46 adam Exp $ DISTNAME= pycha-0.7.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,7 +16,7 @@ USE_LANGUAGES= #none PYTHON_SELF_CONFLICT= yes PYTHON_VERSIONED_DEPENDENCIES= cairo -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 post-install: ${CHMOD} ${SHAREMODE} ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_INFODIR}/* diff --git a/graphics/py-sk1libs/Makefile b/graphics/py-sk1libs/Makefile index 72d7190a224..20a3ef2875e 100644 --- a/graphics/py-sk1libs/Makefile +++ b/graphics/py-sk1libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:08 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/12/05 21:25:46 adam Exp $ DISTNAME= sk1libs-0.9.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Set of python non-GUI extensions for sK1 Project LICENSE= gnu-lgpl-v2 USE_LANGUAGES= c -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.9.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.9.1 .include "../../graphics/freetype2/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" diff --git a/graphics/py-uniconvertor/Makefile b/graphics/py-uniconvertor/Makefile index 2fe571ff07d..fd8764f812b 100644 --- a/graphics/py-uniconvertor/Makefile +++ b/graphics/py-uniconvertor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/05/09 07:37:08 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2015/12/05 21:25:46 adam Exp $ DISTNAME= uniconvertor-1.1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-sk1libs-[0-9]*:../../graphics/py-sk1libs USE_LANGUAGES= c PYDISTUTILSPKG= yes PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-sk1libs +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-sk1libs REPLACE_PYTHON+= src/__init__.py .include "../../lang/python/application.mk" diff --git a/graphics/scigraphica/Makefile b/graphics/scigraphica/Makefile index acb68a53237..d38388a7a72 100644 --- a/graphics/scigraphica/Makefile +++ b/graphics/scigraphica/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2015/04/25 14:23:19 tnn Exp $ +# $NetBSD: Makefile,v 1.75 2015/12/05 21:25:46 adam Exp $ DISTNAME= scigraphica-2.1.0 PKGREVISION= 26 @@ -22,7 +22,7 @@ CONFIGURE_ENV+= PYTHONBIN=${PYTHONBIN:Q} USE_LIBTOOL= YES PTHREAD_AUTO_VARS= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-numarray via libscigraphica +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-numarray via libscigraphica pre-configure: ln -s ${PYTHONBIN} ${TOOLS_DIR}/bin/python diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile index 72bb166189a..890d96c53c7 100644 --- a/graphics/skencil/Makefile +++ b/graphics/skencil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2014/05/09 07:37:08 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2015/12/05 21:25:46 adam Exp $ DISTNAME= skencil-0.6.17 PKGREVISION= 12 @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk USE_TOOLS+= pax REPLACE_PYTHON= sk2ppm.py sk2ps.py skconvert.py skencil.py skshow.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-imaging +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-imaging SK_CONF_ARGS= --imaging-include=${BUILDLINK_PREFIX.pyimaging}/${PYINC}/PIL SK_TKFLAGS= -L${BUILDLINK_PREFIX.tk}/lib ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.tk}/lib -ltk -ltcl diff --git a/graphics/xdot/Makefile b/graphics/xdot/Makefile index d300b41fdc0..7755be55a37 100644 --- a/graphics/xdot/Makefile +++ b/graphics/xdot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:08 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/05 21:25:46 adam Exp $ DISTNAME= xdot PKGNAME= xdot-20121124 @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR} USE_LANGUAGES= # none DIST_SUBDIR= ${PKGNAME_NOREV} REPLACE_PYTHON= xdot.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 INSTALLATION_DIRS= bin do-build: diff --git a/ham/gnuradio-core/Makefile.common b/ham/gnuradio-core/Makefile.common index ec79a394cd0..c371ecdfb7d 100644 --- a/ham/gnuradio-core/Makefile.common +++ b/ham/gnuradio-core/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2015/11/26 20:53:52 wiedi Exp $ +# $NetBSD: Makefile.common,v 1.10 2015/12/05 21:25:46 adam Exp $ # This Makefile fragment is included in the package Makefiles for # GNU Radio distributed packages (they all share common configure and build # settings). @@ -51,7 +51,7 @@ DEPENDS+= ${PYPKGPREFIX}-qwt-qt4-[0-9]*:../../x11/py-qwt-qt4 DISTINFO_FILE= ${.CURDIR}/../../ham/gnuradio-core/distinfo PATCHDIR= ${.CURDIR}/../../ham/gnuradio-core/patches -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.3.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 3.3.0 PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} PLIST_SUBST+= PYSITELIB=${PYSITELIB} PY_PATCHPLIST= yes diff --git a/inputmethod/ibus-python/Makefile b/inputmethod/ibus-python/Makefile index cfbd3f38aa2..539e3ade26a 100644 --- a/inputmethod/ibus-python/Makefile +++ b/inputmethod/ibus-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/04/13 23:12:42 rodent Exp $ +# $NetBSD: Makefile,v 1.8 2015/12/05 21:25:46 adam Exp $ .include "../../inputmethod/ibus/Makefile.common" @@ -39,7 +39,7 @@ CONFIGURE_ARGS+= --disable-gconf CONFIGURE_ARGS+= --enable-python-library CONFIGURE_ENV+= PYTHON2=${PYTHONBIN} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2, py-gobject3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2, py-gobject3 .include "../../devel/py-gobject3/buildlink3.mk" PY_PATCHPLIST= yes diff --git a/inputmethod/ibus-tegaki/Makefile b/inputmethod/ibus-tegaki/Makefile index f659796e63b..d47b869c79d 100644 --- a/inputmethod/ibus-tegaki/Makefile +++ b/inputmethod/ibus-tegaki/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/03/15 17:00:29 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.10 2015/12/05 21:25:47 adam Exp $ DISTNAME= ibus-tegaki-0.3.1 PKGREVISION= 2 @@ -21,7 +21,7 @@ SUBST_STAGE.epython= pre-configure SUBST_FILES.epython= ibus-engine-tegaki.in SUBST_SED.epython= -e 's;exec python;exec ${PYTHONBIN};g' -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 via py-ibus-python +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 via py-ibus-python .include "../../lang/python/distutils.mk" .include "../../lang/python/application.mk" diff --git a/inputmethod/py-input-pad/Makefile b/inputmethod/py-input-pad/Makefile index 660fed631ab..043486b2177 100644 --- a/inputmethod/py-input-pad/Makefile +++ b/inputmethod/py-input-pad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2015/04/25 14:23:24 tnn Exp $ +# $NetBSD: Makefile,v 1.36 2015/12/05 21:25:47 adam Exp $ .include "../../inputmethod/input-pad/Makefile.common" @@ -27,7 +27,7 @@ post-configure: ${LN} -s ${BUILDLINK_DIR}/lib/libinput-pad.la ${WRKSRC}/input-pad PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 BUILDLINK_API_DEPENDS.input-pad+= input-pad>=${PKGVERSION_NOREV} .include "../../inputmethod/input-pad/buildlink3.mk" diff --git a/inputmethod/py-zinnia/Makefile b/inputmethod/py-zinnia/Makefile index 951ce8d8fbf..908cf686af4 100644 --- a/inputmethod/py-zinnia/Makefile +++ b/inputmethod/py-zinnia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:09 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2015/12/05 21:25:47 adam Exp $ .include "../../inputmethod/zinnia/Makefile.common" @@ -11,7 +11,7 @@ USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ PYSETUPSUBDIR= python -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.06 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.06 EGG_NAME= zinnia_python-0.0.0 diff --git a/inputmethod/scim-python/Makefile b/inputmethod/scim-python/Makefile index 7fab2c0ac4e..127afadc964 100644 --- a/inputmethod/scim-python/Makefile +++ b/inputmethod/scim-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2015/04/25 14:23:25 tnn Exp $ +# $NetBSD: Makefile,v 1.29 2015/12/05 21:25:47 adam Exp $ DISTNAME= scim-python-0.1.13rc1 PKGREVISION= 23 @@ -33,7 +33,7 @@ post-extract: ${CP} ${WRKDIR}/py.db ${WRKSRC}/python/engine/PinYin/py.db PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 REPLACE_PYTHON+= python/engine/XingMa/XMCreateDB.py .include "../../inputmethod/scim/buildlink3.mk" diff --git a/inputmethod/tegaki-pygtk/Makefile b/inputmethod/tegaki-pygtk/Makefile index ff42dcb574c..5d829725ddf 100644 --- a/inputmethod/tegaki-pygtk/Makefile +++ b/inputmethod/tegaki-pygtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/03/15 17:09:00 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.8 2015/12/05 21:25:47 adam Exp $ DISTNAME= tegaki-pygtk-0.3.1 PKGREVISION= 2 @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.10:../../x11/py-gtk2 USE_LANGUAGES= # none -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/inputmethod/tegaki-python/Makefile b/inputmethod/tegaki-python/Makefile index 56b2a69571d..a0facd47097 100644 --- a/inputmethod/tegaki-python/Makefile +++ b/inputmethod/tegaki-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/03/15 17:41:58 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.8 2015/12/05 21:25:47 adam Exp $ DISTNAME= tegaki-python-0.3.1 PKGREVISION= 1 @@ -23,7 +23,7 @@ SUBST_STAGE.prefix= pre-configure SUBST_FILES.prefix= tegaki/engine.py SUBST_SED.prefix= -e 's|/usr/local/share|${PREFIX}/share|g' -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-zinnia +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-zinnia .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/tegaki-recognize/Makefile b/inputmethod/tegaki-recognize/Makefile index 9129333ecc8..d266d5b5455 100644 --- a/inputmethod/tegaki-recognize/Makefile +++ b/inputmethod/tegaki-recognize/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/03/15 19:57:40 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.9 2015/12/05 21:25:47 adam Exp $ DISTNAME= tegaki-recognize-0.3.1.2 PKGREVISION= 1 @@ -15,7 +15,7 @@ DEPENDS+= tegaki-pygtk>=0.2:../../inputmethod/tegaki-pygtk USE_LANGUAGES= # none REPLACE_PYTHON= bin/tegaki-recognize -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.1.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.3.1.2 .include "../../lang/python/distutils.mk" .include "../../lang/python/application.mk" diff --git a/inputmethod/tegaki-tools/Makefile b/inputmethod/tegaki-tools/Makefile index 4cf95f3fba3..ab35c9cf3d1 100644 --- a/inputmethod/tegaki-tools/Makefile +++ b/inputmethod/tegaki-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/03/15 19:11:22 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.8 2015/12/05 21:25:47 adam Exp $ DISTNAME= tegaki-tools-0.3.1 PKGREVISION= 1 @@ -15,7 +15,7 @@ DEPENDS+= tegaki-pygtk>=0.3:../../inputmethod/tegaki-pygtk USE_LANGUAGES= c c++ -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.3.1 .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" diff --git a/inputmethod/tegaki-train/Makefile b/inputmethod/tegaki-train/Makefile index 89179a8115a..8042d6f81ae 100644 --- a/inputmethod/tegaki-train/Makefile +++ b/inputmethod/tegaki-train/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/03/15 18:31:53 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.8 2015/12/05 21:25:47 adam Exp $ DISTNAME= tegaki-train-0.3.1 PKGREVISION= 1 @@ -14,7 +14,7 @@ DEPENDS+= tegaki-pygtk>=0.2:../../inputmethod/tegaki-pygtk USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.3.1 .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" diff --git a/inputmethod/tegaki-wagomu/Makefile b/inputmethod/tegaki-wagomu/Makefile index f4b6ec15b5a..cae30226074 100644 --- a/inputmethod/tegaki-wagomu/Makefile +++ b/inputmethod/tegaki-wagomu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/03/15 18:46:55 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.16 2015/12/05 21:25:47 adam Exp $ DISTNAME= tegaki-wagomu-0.3.1 PKGREVISION= 6 @@ -29,7 +29,7 @@ SUBST_STAGE.fixver= pre-configure SUBST_FILES.fixver= tegakiwagomu.py SUBST_SED.fixver= -e 's|0\.3|${PKGVERSION_NOREV}|' -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.3.1 .include "../../devel/glib2/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/lang/clang-static-analyzer/Makefile b/lang/clang-static-analyzer/Makefile index 138611c3fe1..ff931e8e68b 100644 --- a/lang/clang-static-analyzer/Makefile +++ b/lang/clang-static-analyzer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/11/06 13:50:05 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2015/12/05 21:25:47 adam Exp $ PKGNAME= ${DISTNAME:S/clang/clang-static-analyzer/} @@ -16,7 +16,7 @@ REPLACE_PERL+= tools/clang/tools/scan-build/ccc-analyzer REPLACE_PERL+= tools/clang/tools/scan-build/scan-build REPLACE_PYTHON+= tools/clang/tools/scan-view/scan-view -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 3.5 .include "../../lang/python/application.mk" do-build: diff --git a/lang/nodejs/Makefile.common b/lang/nodejs/Makefile.common index 0059594523f..b0ede3051b9 100644 --- a/lang/nodejs/Makefile.common +++ b/lang/nodejs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2015/11/09 20:19:35 fhajny Exp $ +# $NetBSD: Makefile.common,v 1.2 2015/12/05 21:25:47 adam Exp $ # used by lang/nodejs/Makefile # used by lang/nodejs4/Makefile @@ -15,7 +15,7 @@ HAS_CONFIGURE= yes USE_TOOLS+= gmake pkg-config USE_LANGUAGES= c c++ -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.10.24 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.10.24 .include "../../mk/bsd.prefs.mk" .include "options.mk" diff --git a/lang/py-basicproperty/Makefile b/lang/py-basicproperty/Makefile index dff5e58edb1..d46487014e5 100644 --- a/lang/py-basicproperty/Makefile +++ b/lang/py-basicproperty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2014/12/16 22:59:50 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/12/05 21:25:47 adam Exp $ DISTNAME= basicproperty-0.6.9a PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ USE_LANGUAGES= c REPLACE_PYTHON= basicproperty/tests/test.py EGG_NAME= ${DISTNAME}0 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 post-extract: # wrong architecture binary diff --git a/lang/py-pyrex/Makefile b/lang/py-pyrex/Makefile index f07f5d6c6f3..92db3579428 100644 --- a/lang/py-pyrex/Makefile +++ b/lang/py-pyrex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2014/05/09 07:37:09 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2015/12/05 21:25:47 adam Exp $ DISTNAME= Pyrex-0.9.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/P/p/} @@ -14,7 +14,7 @@ LICENSE= apache-2.0 USE_TOOLS+= pax PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.9.9 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.9.9 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/lang/py-pythonz/Makefile b/lang/py-pythonz/Makefile index 46fcc431ed9..a4898621617 100644 --- a/lang/py-pythonz/Makefile +++ b/lang/py-pythonz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:10 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2015/12/05 21:25:48 adam Exp $ DISTNAME= pythonz-1.2.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ WRKSRC= ${WRKDIR}/pythonz-${DISTNAME} USE_LANGUAGES= # none PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} -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 post-install: ${MV} ${DESTDIR}${PREFIX}/bin/pythonz \ diff --git a/mail/archivemail/Makefile b/mail/archivemail/Makefile index 120ab7e4f40..a52dd228732 100644 --- a/mail/archivemail/Makefile +++ b/mail/archivemail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/05/09 07:37:10 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2015/12/05 21:25:48 adam Exp $ DISTNAME= archivemail-0.9.0 PKGREVISION= 1 @@ -14,7 +14,7 @@ USE_LANGUAGES= # none INSTALLATION_DIRS= share/archivemail -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.9.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.9.0 post-install: cd ${WRKSRC} && ${INSTALL_DATA} \ diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile index e5cd6b1dcfd..cd35e977f62 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.91 2014/05/09 07:37:10 wiz Exp $ +# $NetBSD: Makefile,v 1.92 2015/12/05 21:25:48 adam Exp $ DISTNAME= fetchmail-6.3.22 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} @@ -31,7 +31,7 @@ INSTALL_TARGET= install-pythonPYTHON PLIST_SUBST+= PYSITELIB=${PYSITELIB} REPLACE_PYTHON= fetchmailconf.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 6.3.22 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 6.3.22 post-install: ${INSTALL_SCRIPT} ${WRKSRC}/fetchmailconf.py ${DESTDIR}${PREFIX}/bin/fetchmailconf diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index 4eaa42dcdbf..4c4a2ad4dea 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.144 2015/06/01 22:55:37 schmonz Exp $ +# $NetBSD: Makefile,v 1.145 2015/12/05 21:25:48 adam Exp $ DISTNAME= getmail-4.48.0 CATEGORIES= mail @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= # none REPLACE_PYTHON= *.py getmailcore/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 4.44.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 4.44.0 .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile index f214738c2ca..c75c51d6f37 100644 --- a/mail/mailman/Makefile +++ b/mail/mailman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.76 2015/10/23 14:24:30 richard Exp $ +# $NetBSD: Makefile,v 1.77 2015/12/05 21:25:48 adam Exp $ DISTNAME= mailman-2.1.20 PKGNAME= mailman-2.1.20 @@ -68,7 +68,7 @@ RCD_SCRIPTS= mailman INSTALL_TEMPLATES+= ${FILESDIR}/INSTALL DEINSTALL_TEMPLATES+= ${FILESDIR}/DEINSTALL -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.1.14.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.1.14.1 REPLACE_PYTHON+= Mailman/Archiver/pipermail.py REPLACE_PYTHON+= Mailman/Post.py REPLACE_PYTHON+= bin/msgfmt.py diff --git a/mail/offlineimap/Makefile b/mail/offlineimap/Makefile index 25b6e0099ac..e4ca0ba4173 100644 --- a/mail/offlineimap/Makefile +++ b/mail/offlineimap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2014/05/30 15:28:06 schmonz Exp $ +# $NetBSD: Makefile,v 1.28 2015/12/05 21:25:48 adam Exp $ DISTNAME= offlineimap-6.5.6 @@ -19,7 +19,7 @@ INSTALLATION_DIRS= share/examples/offlineimap EGG_NAME= ${PKGNAME_NOREV} REPLACE_PYTHON= offlineimap/imaplib2.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 6.5.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 6.5.5 post-install: .for f in offlineimap.conf offlineimap.conf.minimal diff --git a/mail/py-libgmail/Makefile b/mail/py-libgmail/Makefile index c782b231fac..de8fec0f103 100644 --- a/mail/py-libgmail/Makefile +++ b/mail/py-libgmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/05/09 07:37:10 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/12/05 21:25:48 adam Exp $ DISTNAME= libgmail-0.1.11 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-mechanize-[0-9]*:../../www/py-mechanize USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mechanize +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-mechanize .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/py-spf/Makefile b/mail/py-spf/Makefile index af924a26163..c56a04cadbd 100644 --- a/mail/py-spf/Makefile +++ b/mail/py-spf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/12/31 13:57:28 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2015/12/05 21:25:48 adam Exp $ VERSION= 2.0.8 DISTNAME= pyspf-${VERSION} @@ -13,7 +13,7 @@ LICENSE= python-software-foundation DEPENDS+= ${PYPKGPREFIX}-dns>=0:../../net/py-dns -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-dns +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-dns .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/thunderbird-enigmail/Makefile.common b/mail/thunderbird-enigmail/Makefile.common index ed155a903ba..dc96552850a 100644 --- a/mail/thunderbird-enigmail/Makefile.common +++ b/mail/thunderbird-enigmail/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2015/07/15 12:58:40 wiz Exp $ +# $NetBSD: Makefile.common,v 1.3 2015/12/05 21:25:48 adam Exp $ # used by mail/thunderbird-enigmail/Makefile # used by mail/seamonkey-enigmail/Makefile @@ -25,7 +25,7 @@ REPLACE_PERL+= config/getOsTarget.pl REPLACE_PERL+= util/fixlang.pl REPLACE_PERL+= util/make-lang-xpi.pl -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # as of 1.8.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # as of 1.8.2 REPLACE_PYTHON+= util/checkFiles.py REPLACE_PYTHON+= util/header.py REPLACE_PYTHON+= util/typelib.py diff --git a/mail/tmda/Makefile b/mail/tmda/Makefile index e3dd49379f1..4488d22d2f8 100644 --- a/mail/tmda/Makefile +++ b/mail/tmda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2014/05/09 07:37:10 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2015/12/05 21:25:48 adam Exp $ DISTNAME= tmda-1.1.12 PKGREVISION= 5 @@ -13,7 +13,7 @@ COMMENT= Python-based SPAM reduction system REPLACE_PYTHON= ${TMDA_PROGRAMS} PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.1.12 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.1.12 PKG_SYSCONFSUBDIR= ${PKGBASE} diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 6f54c26e29b..2330f20f59c 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.179 2015/06/12 10:50:27 wiz Exp $ +# $NetBSD: Makefile,v 1.180 2015/12/05 21:25:48 adam Exp $ DISTNAME= gnumeric-1.8.4 PKGREVISION= 40 @@ -25,7 +25,7 @@ REPLACE_PERL+= plugins/perl-func/perl_func.pl CONFIGURE_ARGS+= --with-python CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.8.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.8.4 .include "../../lang/python/application.mk" .include "../../devel/py-gobject/buildlink3.mk" diff --git a/math/gnumeric110/Makefile b/math/gnumeric110/Makefile index b8707edfc3b..3a9c5198acd 100644 --- a/math/gnumeric110/Makefile +++ b/math/gnumeric110/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2015/06/12 10:50:28 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2015/12/05 21:25:48 adam Exp $ DISTNAME= gnumeric-1.10.17 PKGREVISION= 23 @@ -29,7 +29,7 @@ PLIST_SUBST+= GOFFICE_VERSION=${GOFFICE_VERSION} CONFIGURE_ARGS+= --with-python CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.10.17 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.10.17 .include "../../lang/python/application.mk" .include "../../devel/py-gobject/buildlink3.mk" diff --git a/math/gnumeric112/Makefile b/math/gnumeric112/Makefile index 649d5d4f634..b865bafd4a0 100644 --- a/math/gnumeric112/Makefile +++ b/math/gnumeric112/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2015/08/13 15:14:29 he Exp $ +# $NetBSD: Makefile,v 1.27 2015/12/05 21:25:48 adam Exp $ DISTNAME= gnumeric-1.12.23 CATEGORIES= math gnome @@ -26,7 +26,7 @@ REPLACE_PERL+= plugins/perl-func/perl_func.pl CONFIGURE_ARGS+= --with-python CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.12.9 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.12.9 .include "../../lang/python/application.mk" .include "../../devel/py-gobject3/buildlink3.mk" diff --git a/math/py-Numeric/Makefile b/math/py-Numeric/Makefile index b3067548668..dc4148d519c 100644 --- a/math/py-Numeric/Makefile +++ b/math/py-Numeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2014/05/09 07:37:10 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2015/12/05 21:25:49 adam Exp $ DISTNAME= Numeric-24.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://numeric.scipy.org/ COMMENT= Adds multidimensional numeric arrays to Python PYSETUP= setup.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 24.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 24.2 PLIST_VARS+= blas .if exists(/System/Library/Frameworks/vecLib.framework) diff --git a/math/py-Scientific/Makefile b/math/py-Scientific/Makefile index 23809e99b1e..2ba7aeaa17d 100644 --- a/math/py-Scientific/Makefile +++ b/math/py-Scientific/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2015/09/23 12:00:11 joerg Exp $ +# $NetBSD: Makefile,v 1.41 2015/12/05 21:25:49 adam Exp $ DISTNAME= ScientificPython-2.8.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Python//} @@ -16,7 +16,7 @@ MAKE_ENV+= NETCDF_PREFIX=${BUILDLINK_PREFIX.netcdf} PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} PLIST_SUBST+= OSNAME=${LOWER_OPSYS:S/solaris/sunos/} PLIST_SUBST+= OSVER=${OS_VERSION:C/^(.).*/\1/} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.8.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.8.1 INSTALLATION_DIRS= bin diff --git a/math/py-cdecimal/Makefile b/math/py-cdecimal/Makefile index 6314da72d62..89ca3e81ecb 100644 --- a/math/py-cdecimal/Makefile +++ b/math/py-cdecimal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:10 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/05 21:25:49 adam Exp $ DISTNAME= cdecimal-2.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,7 +17,7 @@ USE_LANGUAGES= c GNU_CONFIGURE= yes #PKG_FAIL_REASON+= "${DISTNAME} is obsoleted by the builtin \`decimal\` in python3.3." -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 #.include "../../devel/gmp/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/math/py-ephem/Makefile b/math/py-ephem/Makefile index 58de4e2b505..489f4c620d8 100644 --- a/math/py-ephem/Makefile +++ b/math/py-ephem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:10 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/12/05 21:25:49 adam Exp $ DISTNAME= pyephem-3.7.5.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyephem/ephem/} @@ -14,7 +14,7 @@ do-test: (cd ${WRKSRC}/${PYSETUPSUBDIR} && ${SETENV} ${TEST_ENV} ${MAKE_ENV} \ ${PYTHONBIN} ${PYSETUP} ${PYSETUPARGS} "test") -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 REPLACE_PYTHON+= src/ephem/tests/test_angles.py REPLACE_PYTHON+= src/ephem/tests/test_bodies.py diff --git a/math/py-fftw/Makefile b/math/py-fftw/Makefile index bbd71ae1aa1..041f06cfe01 100644 --- a/math/py-fftw/Makefile +++ b/math/py-fftw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/11/27 10:10:36 gson Exp $ +# $NetBSD: Makefile,v 1.2 2015/12/05 21:25:49 adam Exp $ DISTNAME= PyFFTW3-0.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//S/FFTW/fftw/S/3//} @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v3 USE_LANGUAGES= c -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # as of 0.2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # as of 0.2.1 .include "../../lang/python/distutils.mk" .include "../../math/fftw/buildlink3.mk" diff --git a/math/py-fpconst/Makefile b/math/py-fpconst/Makefile index a46577a756f..30455776cd6 100644 --- a/math/py-fpconst/Makefile +++ b/math/py-fpconst/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/05/09 07:37:11 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/12/05 21:25:49 adam Exp $ DISTNAME= fpconst-0.7.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= https://pypi.python.org/pypi/fpconst COMMENT= IEEE 754 floating point special handling for Python PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.7.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.7.2 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/py-networkx/Makefile b/math/py-networkx/Makefile index 9404e203c00..ec3731af8b2 100644 --- a/math/py-networkx/Makefile +++ b/math/py-networkx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2015/11/01 09:58:28 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2015/12/05 21:25:49 adam Exp $ DISTNAME= networkx-1.10 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,7 +17,7 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-nose>=1.3.7:../../devel/py-nose USE_LANGUAGES= # none PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 SUBST_CLASSES+= python SUBST_STAGE.python= post-patch diff --git a/math/py-numarray/Makefile b/math/py-numarray/Makefile index c465b179eab..226f6d920a8 100644 --- a/math/py-numarray/Makefile +++ b/math/py-numarray/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2015/01/27 05:05:30 dbj Exp $ +# $NetBSD: Makefile,v 1.21 2015/12/05 21:25:49 adam Exp $ DISTNAME= numarray-1.5.2 PKGNAME= ${PYPKGPREFIX}-numarray-1.5.2 @@ -15,7 +15,7 @@ PLIST_VARS+= blas PLIST.blas= yes .endif -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.5.2; use py-numpy +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.5.2; use py-numpy do-test: (cd ${WRKSRC}/Lib && ${PYTHONBIN} testall.py) diff --git a/math/py-simpleeval/Makefile b/math/py-simpleeval/Makefile index 4cd94dc6303..f9cea4e9a88 100644 --- a/math/py-simpleeval/Makefile +++ b/math/py-simpleeval/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/08/25 05:05:39 richard Exp $ +# $NetBSD: Makefile,v 1.2 2015/12/05 21:25:49 adam Exp $ DISTNAME= simpleeval-0.8.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= mit USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/meta-pkgs/bulk-large/Makefile b/meta-pkgs/bulk-large/Makefile index 39a3591373b..a53610d3856 100644 --- a/meta-pkgs/bulk-large/Makefile +++ b/meta-pkgs/bulk-large/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2015/08/29 23:50:31 dholland Exp $ +# $NetBSD: Makefile,v 1.26 2015/12/05 21:25:49 adam Exp $ DISTNAME= bulk-large-20150218 PKGREVISION= 1 @@ -15,7 +15,7 @@ RESTRICTED= Just for test build purpose NO_BIN_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 # # Note: the primary purpose of this package is to build the most diff --git a/meta-pkgs/bulk-medium/Makefile b/meta-pkgs/bulk-medium/Makefile index 11dfca9886b..67de6174281 100644 --- a/meta-pkgs/bulk-medium/Makefile +++ b/meta-pkgs/bulk-medium/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2015/10/04 16:09:34 taca Exp $ +# $NetBSD: Makefile,v 1.33 2015/12/05 21:25:49 adam Exp $ DISTNAME= bulk-medium-20151004 CATEGORIES= meta-pkgs @@ -10,7 +10,7 @@ COMMENT= Meta-package for a standard medium-sized limited bulk build META_PACKAGE= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-postgresql, py-matplotlib-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-postgresql, py-matplotlib-gtk2 RESTRICTED= Just for test build purpose NO_BIN_ON_CDROM= ${RESTRICTED} diff --git a/meta-pkgs/gnome/Makefile b/meta-pkgs/gnome/Makefile index 49d6822e82a..a462ccc0b2f 100644 --- a/meta-pkgs/gnome/Makefile +++ b/meta-pkgs/gnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.133 2015/06/07 14:19:12 youri Exp $ +# $NetBSD: Makefile,v 1.134 2015/12/05 21:25:49 adam Exp $ DISTNAME= gnome-2.26.2 PKGREVISION= 5 @@ -11,7 +11,7 @@ COMMENT= Meta-package for the GNOME desktop META_PACKAGE= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-ORBit via py-gnome2 .include "../../lang/python/pyversion.mk" diff --git a/meta-pkgs/py-gnome-bindings/Makefile b/meta-pkgs/py-gnome-bindings/Makefile index cfda00e5b92..0a53f0847c0 100644 --- a/meta-pkgs/py-gnome-bindings/Makefile +++ b/meta-pkgs/py-gnome-bindings/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2014/05/09 07:37:11 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2015/12/05 21:25:49 adam Exp $ DISTNAME= ${PYPKGPREFIX}-gnome-bindings-2.26.2 CATEGORIES= meta-pkgs x11 gnome @@ -10,7 +10,7 @@ COMMENT= Meta-package for Python bindings for the GNOME desktop META_PACKAGE= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit, py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-ORBit, py-gnome2, py-gtk2 .include "../../lang/python/pyversion.mk" diff --git a/misc/byobu/Makefile b/misc/byobu/Makefile index 6e94f9b507d..62e0f29ea62 100644 --- a/misc/byobu/Makefile +++ b/misc/byobu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/06/12 10:50:33 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2015/12/05 21:25:49 adam Exp $ BYOBUVER= 5.81 DISTNAME= byobu_${BYOBUVER}.orig @@ -24,7 +24,7 @@ REPLACE_BASH+= usr/share/byobu/tests/* REPLACE_PERL+= usr/lib/byobu/include/* REPLACE_PYTHON+= usr/lib/byobu/include/* -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-newt +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-newt EGDIR= share/examples/byobu CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/${EGDIR} diff --git a/misc/calibre/Makefile b/misc/calibre/Makefile index a498c2e6e50..35774618f33 100644 --- a/misc/calibre/Makefile +++ b/misc/calibre/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.123 2015/11/27 13:52:50 wiz Exp $ +# $NetBSD: Makefile,v 1.124 2015/12/05 21:25:50 adam Exp $ DISTNAME= calibre-2.45.0 CATEGORIES= misc @@ -40,7 +40,7 @@ USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= pkg-config pax PYTHON_VERSIONS_ACCEPTED= 27 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not ported as of 2.1.0; also: py-mechanize, py-beautifulsoup, py-imaging, py-netifaces +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not ported as of 2.1.0; also: py-mechanize, py-beautifulsoup, py-imaging, py-netifaces PYDISTUTILSPKG= yes PYSETUPOPTARGS= # empty PYSETUPINSTALLARGS= --prefix=${PREFIX} --root=${DESTDIR:Q}${PREFIX} diff --git a/misc/calibre1/Makefile b/misc/calibre1/Makefile index c7c5b5f4bae..e9c8fe8ffb1 100644 --- a/misc/calibre1/Makefile +++ b/misc/calibre1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/11/23 10:30:16 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2015/12/05 21:25:50 adam Exp $ DISTNAME= calibre-1.48.0 PKGREVISION= 11 @@ -44,7 +44,7 @@ EXTRACT_USING= bsdtar USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config pax PYTHON_VERSIONS_ACCEPTED= 27 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mechanize, py-beautifulsoup, py-imaging, py-netifaces +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-mechanize, py-beautifulsoup, py-imaging, py-netifaces PYDISTUTILSPKG= yes PYSETUPOPTARGS= # empty PYSETUPINSTALLARGS= --prefix=${PREFIX} --root=${DESTDIR:Q}${PREFIX} diff --git a/misc/deskbar-applet/Makefile b/misc/deskbar-applet/Makefile index 12e8a589b7e..1883b2ebfae 100644 --- a/misc/deskbar-applet/Makefile +++ b/misc/deskbar-applet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.91 2015/10/10 01:58:13 ryoon Exp $ +# $NetBSD: Makefile,v 1.92 2015/12/05 21:25:50 adam Exp $ DISTNAME= deskbar-applet-2.32.0 PKGREVISION= 38 @@ -20,7 +20,7 @@ PKGCONFIG_OVERRIDE= data/deskbar-applet.pc.in GCONF_SCHEMAS= deskbar-applet.schemas -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-ORBit via py-gnome2, py-gtk2 REPLACE_PYTHON= deskbar/deskbar-applet.py PY_PATCHPLIST= yes diff --git a/misc/gaupol/Makefile b/misc/gaupol/Makefile index cf77027584c..025e74a3e92 100644 --- a/misc/gaupol/Makefile +++ b/misc/gaupol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2014/05/09 07:37:11 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2015/12/05 21:25:50 adam Exp $ DISTNAME= gaupol-0.19.2 PKGREVISION= 2 @@ -19,7 +19,7 @@ USE_LANGUAGES= # none USE_TOOLS+= intltool msgfmt PYSETUPARGS= --mandir=${PREFIX}/${PKGMANDIR} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 .include "../../lang/python/distutils.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" diff --git a/misc/kdeutils3/Makefile b/misc/kdeutils3/Makefile index 5c931de937c..df739e4c232 100644 --- a/misc/kdeutils3/Makefile +++ b/misc/kdeutils3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.108 2015/11/25 12:51:54 jperkin Exp $ +# $NetBSD: Makefile,v 1.109 2015/12/05 21:25:50 adam Exp $ DISTNAME= kdeutils-${_KDE_VERSION} PKGREVISION= 36 @@ -34,7 +34,7 @@ CONFIGURE_ARGS+= --with-snmp=no CONFIGURE_ARGS+= --with-pythondir=${LOCALBASE} CONFIGURE_ENV+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.5.10 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 3.5.10 .include "../../meta-pkgs/kde3/kde3.mk" .include "../../devel/gmp/buildlink3.mk" diff --git a/misc/khard/Makefile b/misc/khard/Makefile index f2307fb7e09..cc51a61ab87 100644 --- a/misc/khard/Makefile +++ b/misc/khard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2015/07/21 19:18:25 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/05 21:25:50 adam Exp $ DISTNAME= khard-0.4.1 CATEGORIES= misc net @@ -13,7 +13,7 @@ DEPENDS+= ${PYPKGPREFIX}-configobj-[0-9]*:../../devel/py-configobj DEPENDS+= ${PYPKGPREFIX}-vobject-[0-9]*:../../textproc/py-vobject DEPENDS+= ${PYPKGPREFIX}-argparse-[0-9]*:../../devel/py-argparse -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.4.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.4.1 INSTALLATION_DIRS= share/examples/khard REPLACE_PYTHON+= */*.py diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile index 04641203151..2d8f96e268c 100644 --- a/misc/koffice/Makefile +++ b/misc/koffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.173 2015/10/01 05:37:00 wiz Exp $ +# $NetBSD: Makefile,v 1.174 2015/12/05 21:25:50 adam Exp $ DISTNAME= koffice-1.6.3 PKGREVISION= 65 @@ -43,7 +43,7 @@ REPLACE_PERL+= tools/scripts/gdb_output_to_text.pl REPLACE_PERL+= tools/thesaurus/extract.pl REPLACE_PERL+= kpresenter/kprconverter.pl -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.6.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.6.3 # Ensure we export symbols in the linked shared object. LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} diff --git a/misc/mnemosyne/Makefile b/misc/mnemosyne/Makefile index 6dcabcb95f7..27f202fd087 100644 --- a/misc/mnemosyne/Makefile +++ b/misc/mnemosyne/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2014/08/20 13:53:55 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2015/12/05 21:25:50 adam Exp $ DISTNAME= Mnemosyne-2.3.1 PKGNAME= ${DISTNAME:S/M/m/} @@ -19,7 +19,7 @@ DEPENDS+= ${PYPKGPREFIX}-WebOb-[0-9]*:../../www/py-WebOb USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.3.1 .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" diff --git a/misc/openoffice3/Makefile b/misc/openoffice3/Makefile index 645daeabb3c..a5e69f5d641 100644 --- a/misc/openoffice3/Makefile +++ b/misc/openoffice3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.112 2015/10/10 01:58:13 ryoon Exp $ +# $NetBSD: Makefile,v 1.113 2015/12/05 21:25:50 adam Exp $ OO_VER= 3.1.1 OO_TAG= OOO310_m19 @@ -32,7 +32,7 @@ WRKSRC= ${WRKDIR}/${OO_TAG} GCC_REQD+= 3.4 USE_LANGUAGES+= c c++ -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.1.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 3.1.1 CONFLICTS+= staroffice-[0-9]* CONFLICTS+= openoffice-[0-9]* diff --git a/misc/orca/Makefile b/misc/orca/Makefile index f3610560320..287817c15d1 100644 --- a/misc/orca/Makefile +++ b/misc/orca/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2014/05/09 07:37:12 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2015/12/05 21:25:50 adam Exp $ DISTNAME= orca-2.32.1 PKGREVISION= 1 @@ -30,7 +30,7 @@ USE_PKGLOCALEDIR= yes CONFIGURE_ENV+= PYTHON=${PYTHONBIN} PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit, py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-ORBit, py-gnome2, py-gtk2 PYTHON_VERSIONED_DEPENDENCIES= cairo .include "../../mk/bsd.prefs.mk" diff --git a/misc/py-anita/Makefile b/misc/py-anita/Makefile index 3bb8dce8262..aa40f6e9925 100644 --- a/misc/py-anita/Makefile +++ b/misc/py-anita/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2015/05/02 07:54:11 gson Exp $ +# $NetBSD: Makefile,v 1.38 2015/12/05 21:25:50 adam Exp $ DISTNAME= anita-1.38 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-pexpect>=2.1:../../devel/py-pexpect USE_LANGUAGES= #none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.34 .include "options.mk" .include "../../lang/python/distutils.mk" diff --git a/misc/py-anki2/Makefile b/misc/py-anki2/Makefile index 6a3c7be94df..f245fd12cc0 100644 --- a/misc/py-anki2/Makefile +++ b/misc/py-anki2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2015/10/21 08:31:03 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2015/12/05 21:25:50 adam Exp $ DISTNAME= anki-2.0.33 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:C/anki/anki2/} @@ -16,12 +16,11 @@ DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 # Actually, these hurt more than they help. # anki comes with its own version of the two, and if the pkgsrc versions # are newer, it might break -#PYTHON_VERSIONS_INCOMPATIBLE=33 34 # py-beautifulsoup #DEPENDS+= ${PYPKGPREFIX}-beautifulsoup>=3.2:../../www/py-beautifulsoup #DEPENDS+= ${PYPKGPREFIX}-httplib2-[0-9]*:../../www/py-httplib2 # XXX: python portaudio -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.0.21 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.0.21 .include "options.mk" diff --git a/misc/py-carddav/Makefile b/misc/py-carddav/Makefile index 1de229a784d..f2f16789dc5 100644 --- a/misc/py-carddav/Makefile +++ b/misc/py-carddav/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2014/05/09 07:37:12 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2015/12/05 21:25:50 adam Exp $ DISTNAME= pyCardDAV-0.7.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyCardDAV/carddav/} @@ -19,7 +19,7 @@ DEPENDS+= ${PYPKGPREFIX}-xdg-[0-9]*:../../devel/py-xdg USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-vobject +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-vobject REPLACE_PYTHON= pycarddav/ui.py REPLACE_PYTHON+= pycarddav/controllers/__init__.py diff --git a/misc/py-stdnum/Makefile b/misc/py-stdnum/Makefile index 4368dae9fa1..4030a6db37d 100644 --- a/misc/py-stdnum/Makefile +++ b/misc/py-stdnum/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/12/31 13:57:28 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2015/12/05 21:25:50 adam Exp $ DISTNAME= python-stdnum-0.9 PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/} @@ -12,7 +12,7 @@ LICENSE= gnu-lgpl-v3 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-suds +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-suds DEPENDS+= ${PYPKGPREFIX}-suds>=0.4:../../net/py-suds diff --git a/misc/routeplanner-cli/Makefile b/misc/routeplanner-cli/Makefile index 364b195b7d6..a89e1d4d07e 100644 --- a/misc/routeplanner-cli/Makefile +++ b/misc/routeplanner-cli/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2014/05/09 07:37:13 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2015/12/05 21:25:51 adam Exp $ # DISTNAME= routeplanner_0.11 @@ -41,7 +41,7 @@ do-install: done # optional speedup -#PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-kjbuckets +#PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-kjbuckets #.include "../../devel/py-kjbuckets/buildlink3.mk" #.include "../../devel/py-pqueue/buildlink3.mk" diff --git a/misc/superkaramba/Makefile b/misc/superkaramba/Makefile index a2546888181..84922753e6a 100644 --- a/misc/superkaramba/Makefile +++ b/misc/superkaramba/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.31 2015/04/25 14:23:36 tnn Exp $ +# $NetBSD: Makefile,v 1.32 2015/12/05 21:25:51 adam Exp $ DISTNAME= superkaramba-${_KDE_VERSION} PKGREVISION= 2 CATEGORIES= misc COMMENT= KDE desktop widgets -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 4.11.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 4.11.3 .include "../../meta-pkgs/kde4/Makefile.kde4" diff --git a/multimedia/farsight2/Makefile b/multimedia/farsight2/Makefile index d347a722f07..19edbd444b2 100644 --- a/multimedia/farsight2/Makefile +++ b/multimedia/farsight2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2015/10/10 01:58:14 ryoon Exp $ +# $NetBSD: Makefile,v 1.52 2015/12/05 21:25:51 adam Exp $ DISTNAME= farsight2-0.0.31 PKGREVISION= 16 @@ -20,7 +20,7 @@ PKGCONFIG_OVERRIDE+= farsight2.pc.in # gstreamer-check-0.10 >= 0.10.23 (GStreamer Check unittest Library) PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2, py-gstreamer0.10 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2, py-gstreamer0.10 .include "../../lang/python/pyversion.mk" diff --git a/multimedia/kodi/Makefile b/multimedia/kodi/Makefile index 0f9ca89ee7b..c3385c5d778 100644 --- a/multimedia/kodi/Makefile +++ b/multimedia/kodi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/11/26 11:51:41 jmcneill Exp $ +# $NetBSD: Makefile,v 1.8 2015/12/05 21:25:51 adam Exp $ PKGNAME= kodi-15.2 PKGREVISION= 2 @@ -36,7 +36,7 @@ CONFIG_SUB_OVERRIDE= lib/libmpeg2/.auto/config.sub \ CONFIGURE_ENV+= ac_cv_path_SWIG_EXE=${PREFIX}/bin/swig2.0 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # insists on < 3.0 as of 15.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # insists on < 3.0 as of 15.2 # These need to be ported CONFIGURE_ARGS+= --disable-projectm diff --git a/multimedia/libkate/options.mk b/multimedia/libkate/options.mk index a7eed926ff2..45a136222a2 100644 --- a/multimedia/libkate/options.mk +++ b/multimedia/libkate/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2014/05/09 07:37:13 wiz Exp $ +# $NetBSD: options.mk,v 1.4 2015/12/05 21:25:51 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.libkate PKG_SUPPORTED_OPTIONS= debug doc oggz python valgrind vorbis @@ -24,7 +24,7 @@ CONFIGURE_ARGS+= --disable-doc .if !empty(PKG_OPTIONS:Mpython) REPLACE_PYTHON= tools/KateDJ/KateDJ PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-wxWidgets .include "../../x11/py-wxWidgets/buildlink3.mk" .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" diff --git a/multimedia/pitivi/Makefile b/multimedia/pitivi/Makefile index 4a583d5cec9..670fd4dbe62 100644 --- a/multimedia/pitivi/Makefile +++ b/multimedia/pitivi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2015/04/25 14:23:41 tnn Exp $ +# $NetBSD: Makefile,v 1.34 2015/12/05 21:25:51 adam Exp $ DISTNAME= pitivi-0.15.2 PKGREVISION= 7 @@ -17,7 +17,7 @@ USE_TOOLS+= pkg-config intltool gmake msgfmt CONFIGURE_ENV+= ac_cv_path_PYTHON=${PYTHONBIN} REPLACE_PYTHON= bin/pitivi.in PYTHON_VERSIONED_DEPENDENCIES= cairo -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2, py-gstreamer0.10 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2, py-gstreamer0.10 .include "../../multimedia/gstreamer0.10/buildlink3.mk" .include "../../lang/python/application.mk" diff --git a/multimedia/py-gstreamer0.10/Makefile b/multimedia/py-gstreamer0.10/Makefile index 064021bf4ff..2b9c92d7ce9 100644 --- a/multimedia/py-gstreamer0.10/Makefile +++ b/multimedia/py-gstreamer0.10/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2014/05/09 07:37:13 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2015/12/05 21:25:51 adam Exp $ DISTNAME= gst-python-0.10.22 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/gst-python/gstreamer0.10/} @@ -20,7 +20,7 @@ USE_TOOLS+= pkg-config gmake GNU_CONFIGURE= yes CONFIGURE_ENV+= PYTHON=${PYTHONBIN} PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.10.22; use py-gobjects +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.10.22; use py-gobjects PKGCONFIG_OVERRIDE+= pkgconfig/gst-python.pc.in diff --git a/multimedia/py-ming/Makefile b/multimedia/py-ming/Makefile index f8b8e1560e5..6dd3d2c3f3e 100644 --- a/multimedia/py-ming/Makefile +++ b/multimedia/py-ming/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2014/09/28 03:00:45 obache Exp $ +# $NetBSD: Makefile,v 1.26 2015/12/05 21:25:51 adam Exp $ .include "../../multimedia/ming/Makefile.common" @@ -15,7 +15,7 @@ PY_PATCHPLIST= yes PYSETUPSUBDIR= py_ext EGG_NAME= ${DISTNAME:S/ming/mingc/} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 SUBST_CLASSES+= giflib SUBST_STAGE.giflib= pre-configure diff --git a/multimedia/totem/Makefile.common b/multimedia/totem/Makefile.common index eb5ea16d123..240f80b09b4 100644 --- a/multimedia/totem/Makefile.common +++ b/multimedia/totem/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.62 2014/05/09 07:37:13 wiz Exp $ +# $NetBSD: Makefile.common,v 1.63 2015/12/05 21:25:51 adam Exp $ # # used by multimedia/totem-browser-plugin/Makefile # used by multimedia/totem-nautilus/Makefile @@ -28,7 +28,7 @@ GCONF_SCHEMAS+= totem-video-thumbnail.schemas CONFIGURE_ARGS+= --enable-vala=no -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2, py-gdata +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2, py-gdata .include "../../lang/python/application.mk" .include "../../x11/py-gtk2/buildlink3.mk" 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 diff --git a/news/hellanzb/Makefile b/news/hellanzb/Makefile index 8e0795c0e42..5ab2e95595d 100644 --- a/news/hellanzb/Makefile +++ b/news/hellanzb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/05/09 07:37:16 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/12/05 21:25:55 adam Exp $ # .include "../../news/hellanzb/Makefile.version" @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat DEPENDS+= par2>=0.4:../../archivers/par2 DEPENDS+= unrar>=3.5.4:../../archivers/unrar -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-twisted USE_LANGUAGES= #none diff --git a/news/lottanzb/Makefile b/news/lottanzb/Makefile index 83e0000d583..44a1b9ef29e 100644 --- a/news/lottanzb/Makefile +++ b/news/lottanzb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2014/05/09 07:37:16 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2015/12/05 21:25:55 adam Exp $ DISTNAME= lottanzb-0.4.1 PKGREVISION= 1 @@ -18,7 +18,7 @@ USE_PKGLOCALEDIR= yes USE_TOOLS+= intltool msgfmt REPLACE_PYTHON= lottanzb/postprocessor.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 via py-kiwi +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 via py-kiwi SUBST_CLASSES+= localedir SUBST_STAGE.localedir= pre-configure diff --git a/pkgtools/gnome-packagekit/Makefile b/pkgtools/gnome-packagekit/Makefile index e77a850c6fa..458f242741b 100644 --- a/pkgtools/gnome-packagekit/Makefile +++ b/pkgtools/gnome-packagekit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2015/10/10 01:58:18 ryoon Exp $ +# $NetBSD: Makefile,v 1.52 2015/12/05 21:25:55 adam Exp $ DISTNAME= gnome-packagekit-0.4.0 PKGREVISION= 40 @@ -18,7 +18,7 @@ USE_PKGLOCALEDIR= yes GCONF_SCHEMAS+= gnome-packagekit.schemas PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.4.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.4.0 # needed for gnome-packagekit-0.4 and gtk2-2.20 -- remove on next update BUILDLINK_TRANSFORM+= rm:-DG_DISABLE_DEPRECATED diff --git a/pkgtools/packagekit/Makefile b/pkgtools/packagekit/Makefile index 9373410ae28..9334454e85e 100644 --- a/pkgtools/packagekit/Makefile +++ b/pkgtools/packagekit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2015/10/10 01:57:55 ryoon Exp $ +# $NetBSD: Makefile,v 1.49 2015/12/05 21:25:55 adam Exp $ DISTNAME= PackageKit-0.4.0 PKGREVISION= 36 @@ -48,7 +48,7 @@ PKGCONFIG_OVERRIDE+= data/packagekit-qt.pc.in PKGCONFIG_OVERRIDE+= data/packagekit-glib.pc.in PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.4.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.4.0 REPLACE_PYTHON= backends/test/helpers/PackageKitDbusTest.py \ lib/python/packagekit/client.py \ diff --git a/print/hplip/options.mk b/print/hplip/options.mk index 4b2b030ab4c..c887e746388 100644 --- a/print/hplip/options.mk +++ b/print/hplip/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.7 2015/11/03 15:08:50 schnoebe Exp $ +# $NetBSD: options.mk,v 1.8 2015/12/05 21:25:55 adam Exp $ # # HPLIP dependencies are detailed in the following page: # http://hplipopensource.com/hplip-web/install/manual/distros/other.html @@ -18,7 +18,7 @@ CONFIGURE_ARGS+= --enable-dbus-build EGFILES+= cups/pstotiff.convs cups/pstotiff.types MAKE_DIRS+= ${PKG_SYSCONFDIR}/cups DEPENDS+= ${PYPKGPREFIX}-reportlab-[0-9]*:../../print/py-reportlab -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-reportlab +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-reportlab .include "../../sysutils/dbus/buildlink3.mk" .include "../../sysutils/py-dbus/buildlink3.mk" .else @@ -38,7 +38,7 @@ MESSAGE_SUBST+= EGDIR=${EGDIR} # version depends on if py-reportlab was installed before we called # out an imaging library. DEPENDS+= {${PYPKGPREFIX}-imaging-[0-9]*,${PYPKGPREFIX}-Pillow-[0-9]*}:../../graphics/py-imaging -# PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-imaging +# PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-imaging .else CONFIGURE_ARGS+= --disable-scan-build .endif @@ -53,7 +53,7 @@ MAKE_DIRS+= ${PKG_SYSCONFDIR}/dbus-1/system.d .include "../../x11/py-qt4/buildlink3.mk" .include "../../security/policykit/buildlink3.mk" DEPENDS+= ${PYPKGPREFIX}-notify-[0-9]*:../../sysutils/py-notify -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-notify +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-notify .else CONFIGURE_ARGS+= --disable-policykit CONFIGURE_ARGS+= --disable-qt4 diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 6d25a1e7f5b..79546581018 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.105 2015/06/12 10:50:58 wiz Exp $ +# $NetBSD: Makefile,v 1.106 2015/12/05 21:25:55 adam Exp $ DISTNAME= lilypond-2.18.2 PKGREVISION= 5 @@ -54,7 +54,7 @@ CONFIGURE_ARGS+= --with-ncsb-dir=${PREFIX}/share/fonts/urw CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} REPLACE_PYTHON+= scripts/build/yyout2grammar.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.18.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.18.0 PLIST_SUBST+= PKGVERSION=${PKGVERSION:S/nb${PKGREVISION}//} # needs FlexLexer.h diff --git a/print/pdfshuffler/Makefile b/print/pdfshuffler/Makefile index 04fd149e5ec..3a63cec2dee 100644 --- a/print/pdfshuffler/Makefile +++ b/print/pdfshuffler/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/05/09 07:37:17 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2015/12/05 21:25:55 adam Exp $ DISTNAME= pdfshuffler-0.6.0 CATEGORIES= print @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2 USE_LANGUAGES= # none REPLACE_PYTHON= pdfshuffler/pdfshuffler.py pdfshuffler/pdfshuffler_iconview.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 SUBST_CLASSES+= manpath SUBST_FILES.manpath+= setup.py diff --git a/print/py-pisa/Makefile b/print/py-pisa/Makefile index 05385a6ce8c..d4ea79bb579 100644 --- a/print/py-pisa/Makefile +++ b/print/py-pisa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:17 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/12/05 21:25:56 adam Exp $ DISTNAME= pisa-3.0.33 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-Pdf-[0-9]*:../../print/py-Pdf DEPENDS+= ${PYPKGPREFIX}-reportlab>=2.2:../../print/py-reportlab DEPENDS+= ${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-reportlab +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-reportlab # remove CRs: fixes patching on Darwin and stops pkglint from complaining pre-patch: diff --git a/print/py-poppler/Makefile b/print/py-poppler/Makefile index 9d361045921..b124d4cea57 100644 --- a/print/py-poppler/Makefile +++ b/print/py-poppler/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/11/23 10:30:17 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/12/05 21:25:56 adam Exp $ DISTNAME= pypoppler-0.12.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -16,7 +16,7 @@ USE_LIBTOOL= yes USE_TOOLS+= pkg-config PY_PATCHPLIST= yes PYTHON_VERSIONED_DEPENDENCIES= cairo:link -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 .include "../../lang/python/extension.mk" .include "../../devel/atk/buildlink3.mk" diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index 8928c00193a..929ec4869a5 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2015/03/15 23:05:25 joerg Exp $ +# $NetBSD: Makefile,v 1.53 2015/12/05 21:25:56 adam Exp $ DISTNAME= reportlab-2.7 DISTFILES= ${DEFAULT_DISTFILES} pfbfer.zip @@ -18,7 +18,7 @@ DEPENDS+= {${PYPKGPREFIX}-imaging-[0-9]*,${PYPKGPREFIX}-Pillow-[0-9]*}:../../gra EXTRACT_DIR.pfbfer.zip= ${WRKSRC}/src/reportlab/fonts EXTRACT_OPTS_ZIP+= -L -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.7; py-imaging +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.7; py-imaging REPLACE_PYTHON+= demos/tests/testdemos.py REPLACE_PYTHON+= docs/genAll.py diff --git a/print/scribus-qt4/Makefile b/print/scribus-qt4/Makefile index 8d9f4bc6d10..1a7e62bb6bb 100644 --- a/print/scribus-qt4/Makefile +++ b/print/scribus-qt4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2015/06/17 20:46:51 joerg Exp $ +# $NetBSD: Makefile,v 1.39 2015/12/05 21:25:56 adam Exp $ DISTNAME= scribus-1.4.3 PKGREVISION= 6 @@ -20,7 +20,7 @@ CMAKE_ARGS+= -DPNG_LIBRARY_RELEASE=${LOCALBASE}/lib # XXX not yet #CMAKE_ARGS+= -DWANT_HUNSPELL:BOOL=ON -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.4.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.4.3 INSTALLATION_DIRS+= share/pixmaps diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 73244aaaa8b..656fd667eea 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.102 2015/06/12 10:50:59 wiz Exp $ +# $NetBSD: Makefile,v 1.103 2015/12/05 21:25:56 adam Exp $ DISTNAME= scribus-1.3.3.14 PKGREVISION= 24 @@ -22,7 +22,7 @@ USE_CMAKE= yes LDFLAGS.DragonFly= -lX11 LDFLAGS.SunOS+= -lX11 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.3.3.14 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.3.3.14 CONFIGURE_ENV+= FREETYPE_DIR=${BUILDLINK_PREFIX.freetype2} CONFIGURE_ARGS+= --enable-cairo diff --git a/security/botan/Makefile b/security/botan/Makefile index 912773154c3..51e6fe50947 100644 --- a/security/botan/Makefile +++ b/security/botan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2014/09/08 09:12:50 jperkin Exp $ +# $NetBSD: Makefile,v 1.34 2015/12/05 21:25:56 adam Exp $ DISTNAME= Botan-1.8.14 PKGNAME= ${DISTNAME:tl} @@ -15,7 +15,7 @@ HAS_CONFIGURE= yes USE_LANGUAGES= c++ PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.8.14; 1.10 is supposedly better +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.8.14; 1.10 is supposedly better CONFIG_SHELL= ${PYTHONBIN} CONFIGURE_SCRIPT= ./configure.py diff --git a/security/lasso/Makefile b/security/lasso/Makefile index 04689802bdd..d1e7450c98f 100644 --- a/security/lasso/Makefile +++ b/security/lasso/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.25 2015/06/12 10:51:02 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2015/12/05 21:25:56 adam Exp $ CONFIGURE_ARGS+= --disable-python CONFIGURE_ARGS+= --disable-php5 CONFIGURE_ARGS+= --disable-perl -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.4.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.4.1 PYTHON_FOR_BUILD_ONLY= yes EXTRACT_USING= bsdtar diff --git a/security/libprelude-python/Makefile b/security/libprelude-python/Makefile index b73ce1e31f5..e09facd2f3a 100644 --- a/security/libprelude-python/Makefile +++ b/security/libprelude-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/08/23 14:30:41 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/12/05 21:25:56 adam Exp $ PKGNAME= libprelude-python-${VERSION} PKGREVISION= 9 @@ -15,7 +15,7 @@ BUILD_DIRS= bindings/low-level/python bindings/python PKG_OPTIONS_VAR= PKG_OPTIONS.libprelude PKG_SUPPORTED_OPTIONS= debug -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.9.24.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.9.24.1 .include "../../mk/bsd.options.mk" diff --git a/security/libpreludedb-python/Makefile b/security/libpreludedb-python/Makefile index 8627d50ebc5..045991915eb 100644 --- a/security/libpreludedb-python/Makefile +++ b/security/libpreludedb-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2015/08/23 14:30:41 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2015/12/05 21:25:56 adam Exp $ PKGNAME= libpreludedb-python-${VERSION} PKGREVISION= 11 @@ -16,7 +16,7 @@ PYBINMODULE= yes PY_PATCHPLIST= yes BUILD_DIRS= bindings -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.9.24.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.9.24.1 .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" diff --git a/security/mixminion/Makefile b/security/mixminion/Makefile index 5140943e352..6685a7933bc 100644 --- a/security/mixminion/Makefile +++ b/security/mixminion/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2014/05/09 07:37:17 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2015/12/05 21:25:56 adam Exp $ DISTNAME= Mixminion-0.0.8alpha3 PKGNAME= ${DISTNAME:S/M/m/} @@ -12,7 +12,7 @@ COMMENT= Anonymous Type 3 remailer LICENSE= mit REPLACE_PYTHON= lib/mixminion/Main.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.0.8alpha3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.0.8alpha3 TEST_TARGET= test diff --git a/security/prelude-correlator/Makefile b/security/prelude-correlator/Makefile index 170008c09e2..393d62eb9d8 100644 --- a/security/prelude-correlator/Makefile +++ b/security/prelude-correlator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2014/12/18 13:36:48 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/12/05 21:25:56 adam Exp $ DISTNAME= prelude-correlator-0.9.0-beta8 PKGNAME= prelude-correlator-${DISTNAME:S/-beta/beta/:C/.*-//} @@ -50,7 +50,7 @@ REQD_DIRS+= ${PRELUDE_HOME} REQD_DIRS_PERMS+= ${PRELUDE_HOME} ${PRELUDE_USER} ${PRELUDE_GROUP} 0700 REPLACE_PYTHON= PreludeCorrelator/main.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.9.0beta8 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.9.0beta8 EGG_NAME= prelude_correlator-0.9.0b8 pre-patch: diff --git a/security/py-SSLCrypto/Makefile b/security/py-SSLCrypto/Makefile index 7f9f6fa98c3..b50915b7ec9 100644 --- a/security/py-SSLCrypto/Makefile +++ b/security/py-SSLCrypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/05/09 07:37:17 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/12/05 21:25:57 adam Exp $ DISTNAME= SSLCrypto-0.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Python bindings for openssl DEPENDS+= ${PYPKGPREFIX}-pyrex>=0.9.4.1:../../lang/py-pyrex -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-pyrex +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-pyrex .include "../../lang/python/distutils.mk" .include "../../security/openssl/buildlink3.mk" diff --git a/security/py-backports.ssl_match_hostname/Makefile b/security/py-backports.ssl_match_hostname/Makefile index 417acce3711..443c8a87389 100644 --- a/security/py-backports.ssl_match_hostname/Makefile +++ b/security/py-backports.ssl_match_hostname/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/05/09 07:37:18 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2015/12/05 21:25:56 adam Exp $ DISTNAME= backports.ssl_match_hostname-3.4.0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= https://pypi.python.org/pypi/backports.ssl_match_hostname COMMENT= Python SSL support module for Python 2 LICENSE= python-software-foundation -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # included in 3.2+ +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # included in 3.2+ .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-cryptkit/Makefile b/security/py-cryptkit/Makefile index 64af14f2e3b..2cd53d144eb 100644 --- a/security/py-cryptkit/Makefile +++ b/security/py-cryptkit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/05/09 07:37:18 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2015/12/05 21:25:56 adam Exp $ DISTNAME= cryptkit-0.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/cryptkit/ COMMENT= Python Cryptographic Toolkit -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.9 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.9 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-cryptopp/Makefile b/security/py-cryptopp/Makefile index e91172b06a8..c7a5689046e 100644 --- a/security/py-cryptopp/Makefile +++ b/security/py-cryptopp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/05/09 07:37:18 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2015/12/05 21:25:56 adam Exp $ VERSION= 0.6.0 VERSION_EXCESSIVE= 1206569328141510525648634803928199668821045408958 @@ -17,7 +17,7 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= c c++ REPLACE_PYTHON= pycryptopp/test/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.6.0.120... +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.6.0.120... # It would be nice if egg.mk had support for this. #TEST_TARGET= @python@ setup.py test diff --git a/security/py-cybox/Makefile b/security/py-cybox/Makefile index dec86ec8f44..6fdf02a856f 100644 --- a/security/py-cybox/Makefile +++ b/security/py-cybox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/06/03 08:59:33 khorben Exp $ +# $NetBSD: Makefile,v 1.3 2015/12/05 21:25:57 adam Exp $ CYBOX_VERSION= 2.1.0.4 DISTNAME= python-cybox-${CYBOX_VERSION} @@ -12,7 +12,7 @@ HOMEPAGE= https://github.com/CybOXProject/python-cybox COMMENT= Python library for manipulating CybOX content LICENSE= modified-bsd -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 EGG_NAME= cybox-${CYBOX_VERSION} diff --git a/security/py-denyhosts/Makefile b/security/py-denyhosts/Makefile index e2548931493..e4fc3939a05 100644 --- a/security/py-denyhosts/Makefile +++ b/security/py-denyhosts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/05/09 07:37:18 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/12/05 21:25:57 adam Exp $ VER= 2.6 DISTNAME= DenyHosts-${VER} @@ -29,7 +29,7 @@ REPLACE_PYTHON+= scripts/restricted_from_invalid.py REPLACE_PYTHON+= scripts/restricted_from_passwd.py PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 RCD_SCRIPTS+= denyhosts SMF_NAME= denyhost diff --git a/security/py-gnupg/Makefile b/security/py-gnupg/Makefile index 3304c4b7c14..0c079e5ce8c 100644 --- a/security/py-gnupg/Makefile +++ b/security/py-gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2014/05/09 07:37:18 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2015/12/05 21:25:57 adam Exp $ DISTNAME= GnuPGInterface-0.3.2 PKGNAME= ${PYPKGPREFIX}-gnupg-0.3.2 @@ -15,7 +15,7 @@ DEPENDS+= gnupg>=1.0.0:../../security/gnupg 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/security/py-lasso/Makefile b/security/py-lasso/Makefile index ce7984cc738..620a7eceafb 100644 --- a/security/py-lasso/Makefile +++ b/security/py-lasso/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2015/06/12 10:51:10 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2015/12/05 21:25:57 adam Exp $ PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 1 @@ -12,7 +12,7 @@ CONFIGURE_ARGS+= --disable-perl INSTALL_DIRS= bindings/python PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.4.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.4.1 .include "../../lang/python/extension.mk" diff --git a/security/py-libtaxii/Makefile b/security/py-libtaxii/Makefile index 2e5d6c44500..dec4903ba9f 100644 --- a/security/py-libtaxii/Makefile +++ b/security/py-libtaxii/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/12/31 13:57:29 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/05 21:25:57 adam Exp $ LIBTAXII_VERSION= 1.1.101 DISTNAME= libtaxii-${LIBTAXII_VERSION} @@ -12,7 +12,7 @@ HOMEPAGE= https://github.com/TAXIIProject/python-stix COMMENT= Python library for handling TAXII Messages and Services LICENSE= modified-bsd -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile index 5a8a092cfab..3205285555a 100644 --- a/security/py-m2crypto/Makefile +++ b/security/py-m2crypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2014/06/01 23:51:25 rodent Exp $ +# $NetBSD: Makefile,v 1.35 2015/12/05 21:25:57 adam Exp $ DISTNAME= M2Crypto-0.22.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -18,7 +18,7 @@ BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.7i{,nb*} PYSETUPBUILDARGS= build_ext --openssl=${BUILDLINK_PREFIX.openssl} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.21.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.21.1 .include "../../lang/python/egg.mk" .include "../../devel/swig/buildlink3.mk" diff --git a/security/py-mcrypt/Makefile b/security/py-mcrypt/Makefile index 4be782f163f..93676ee56ac 100644 --- a/security/py-mcrypt/Makefile +++ b/security/py-mcrypt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/12/31 13:57:29 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/12/05 21:25:57 adam Exp $ DISTNAME= python-mcrypt-1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} @@ -11,7 +11,7 @@ HOMEPAGE= http://labix.org/python-mcrypt COMMENT= Python interface to mcrypt library LICENSE= gnu-lgpl-v2.1 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.1 .include "../../lang/python/distutils.mk" .include "../../security/libmcrypt/buildlink3.mk" diff --git a/security/py-oauth2/Makefile b/security/py-oauth2/Makefile index 5df7aac03db..1519f3054db 100644 --- a/security/py-oauth2/Makefile +++ b/security/py-oauth2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:18 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/05 21:25:57 adam Exp $ DISTNAME= oauth2-1.5.211 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-httplib2>=0.7.7:../../www/py-httplib2 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.5.211 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.5.211 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-openid/Makefile b/security/py-openid/Makefile index 5f2c48e94f6..e590432d91e 100644 --- a/security/py-openid/Makefile +++ b/security/py-openid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/05/09 07:37:18 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2015/12/05 21:25:57 adam Exp $ DISTVERS= 2.2.5 GITREF= b666238 @@ -14,7 +14,7 @@ COMMENT= Python module for OpenID LICENSE= apache-2.0 PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-prewikka/Makefile b/security/py-prewikka/Makefile index 97530200119..8a249c8e974 100644 --- a/security/py-prewikka/Makefile +++ b/security/py-prewikka/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2014/05/09 07:37:18 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2015/12/05 21:25:57 adam Exp $ DISTNAME= prewikka-${VERSION} PKGNAME= ${PYPKGPREFIX}-prewikka-${VERSION} @@ -24,7 +24,7 @@ USE_TOOLS+= msgfmt PYDISTUTILSPKG= yes PYSETUP= setup.py REPLACE_PYTHON= scripts/prewikka-httpd -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-cheetah +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-cheetah PREWIKKA_USER?= prewikka PREWIKKA_GROUP?= prewikka diff --git a/security/py-stix/Makefile b/security/py-stix/Makefile index 2e547dc8fa0..4cfc9bacbcb 100644 --- a/security/py-stix/Makefile +++ b/security/py-stix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/06/03 08:59:33 khorben Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/05 21:25:57 adam Exp $ DISTNAME= stix-1.1.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/STIXProject/python-stix COMMENT= Python library for manipulating STIX content LICENSE= modified-bsd -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-tlslite/Makefile b/security/py-tlslite/Makefile index 1edaa1ea840..2439fbfa631 100644 --- a/security/py-tlslite/Makefile +++ b/security/py-tlslite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/05/09 07:37:18 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/12/05 21:25:58 adam Exp $ DISTNAME= tlslite-0.3.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= SSL 3.0, TLS 1.0, and TLS 1.1 in Python LICENSE= public-domain PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.8 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.3.8 USE_LANGUAGES= # none diff --git a/security/py-xmlsec/Makefile b/security/py-xmlsec/Makefile index 12b59886c8c..44a6fae3c93 100644 --- a/security/py-xmlsec/Makefile +++ b/security/py-xmlsec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/05/09 07:37:18 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/12/05 21:25:58 adam Exp $ DISTNAME= pyxmlsec-0.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2 USE_TOOLS+= pkg-config PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.3.1 .include "../../security/openssl/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" diff --git a/security/py-yara/Makefile b/security/py-yara/Makefile index 800d7eac688..8e008e9b923 100644 --- a/security/py-yara/Makefile +++ b/security/py-yara/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/06/06 09:13:27 pettai Exp $ +# $NetBSD: Makefile,v 1.2 2015/12/05 21:25:58 adam Exp $ PKGNAME= ${PYPKGPREFIX}-yara-${YAVER} CATEGORIES= security python @@ -8,7 +8,7 @@ COMMENT= Yara python bindings WRKSRC= ${WRKDIR}/yara-${YAVER}/yara-python PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 .include "../../security/yara/Makefile.common" .include "../../security/yara/buildlink3.mk" diff --git a/security/py-yubiauth/Makefile b/security/py-yubiauth/Makefile index 8ce310a445c..7009ad4436a 100644 --- a/security/py-yubiauth/Makefile +++ b/security/py-yubiauth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/11/17 19:05:39 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2015/12/05 21:25:58 adam Exp $ DISTNAME= yubiauth-0.3.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -16,7 +16,7 @@ PYSETUP= setup.py USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.9 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.3.9 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/volatility/Makefile b/security/volatility/Makefile index 43d6361017c..744054d0484 100644 --- a/security/volatility/Makefile +++ b/security/volatility/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/06/22 10:38:17 pettai Exp $ +# $NetBSD: Makefile,v 1.5 2015/12/05 21:25:58 adam Exp $ DISTNAME= volatility-2.4 CATEGORIES= security @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-distorm3-[0-9]*:../../devel/py-distorm3 PYDISTUTILSPKG= yes REPLACE_PYTHON= tools/vtype_diff.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 .include "../../lang/python/egg.mk" .include "../../lang/python/application.mk" diff --git a/shells/lshell/Makefile b/shells/lshell/Makefile index 5ae0ae8c756..6340306f44f 100644 --- a/shells/lshell/Makefile +++ b/shells/lshell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2014/05/09 07:37:18 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/12/05 21:25:58 adam Exp $ DISTNAME= lshell-0.9.16 CATEGORIES= shells python @@ -17,7 +17,7 @@ PKG_SHELL= bin/lshell USE_LANGUAGES= # none PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.9.16 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.9.16 EGDIR= share/examples/lshell diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile index 9a2e04e06b1..2eb1bf6b8ab 100644 --- a/sysutils/ansible/Makefile +++ b/sysutils/ansible/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/10/03 22:56:21 rodent Exp $ +# $NetBSD: Makefile,v 1.16 2015/12/05 21:25:58 adam Exp $ DISTNAME= ansible-1.6.10 PKGREVISION= 1 @@ -34,7 +34,7 @@ SUBST_FILES.pythonbin= Makefile SUBST_MESSAGE.pythonbin= Fixing path to PYTHONBIN. SUBST_SED.pythonbin= -e "s,PYTHON=python,PYTHON=${PYTHONBIN}," -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # no support yet +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # no support yet REPLACE_PYTHON+= lib/ansible/runner/action_plugins/synchronize.py REPLACE_PYTHON+= lib/ansible/utils/module_docs.py diff --git a/sysutils/bup/Makefile b/sysutils/bup/Makefile index 9e414d66c03..b81e001cc35 100644 --- a/sysutils/bup/Makefile +++ b/sysutils/bup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2015/06/12 10:51:11 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2015/12/05 21:25:58 adam Exp $ DISTNAME= bup-0.27 PKGREVISION= 1 @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline DEPENDS+= ${PYPKGPREFIX}-tornado-[0-9]*:../../www/py-tornado DEPENDS+= git-base-[0-9]*:../../devel/git-base -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-fuse-bindings +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-fuse-bindings DOCDIR= ${WRKDIR}/bup-man diff --git a/sysutils/cuisine/Makefile b/sysutils/cuisine/Makefile index 3b0e192a255..8dde51a879d 100644 --- a/sysutils/cuisine/Makefile +++ b/sysutils/cuisine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/11/27 14:21:26 nils Exp $ +# $NetBSD: Makefile,v 1.7 2015/12/05 21:25:58 adam Exp $ VERSION= 0.7.11 DISTNAME= cuisine-${VERSION} @@ -13,7 +13,7 @@ LICENSE= modified-bsd DEPENDS+= fabric>=1.7.0:../../sysutils/fabric -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 WRKSRC= ${WRKDIR}/cuisine-${VERSION} diff --git a/sysutils/dbus-python-common/Makefile b/sysutils/dbus-python-common/Makefile index 963fe5d2c06..95ae7a8d7e1 100644 --- a/sysutils/dbus-python-common/Makefile +++ b/sysutils/dbus-python-common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:19 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/12/05 21:25:58 adam Exp $ DISTNAME= dbus-python-1.2.0 PKGNAME= dbus-python-common-1.2.0 @@ -7,7 +7,7 @@ MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-python/ #BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils>=0:../../textproc/py-docutils #DEPENDS+= ${PYPKGPREFIX}-pyrex>=0.9.3:../../lang/py-pyrex -#PYTHON_VERSIONS_INCOMPATIBLE=33 34 # py-pyrex +#PYTHON_VERSIONS_INCOMPATIBLE=33 34 35 # py-pyrex MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.freedesktop.org/Software/dbus diff --git a/sysutils/duplicity/Makefile b/sysutils/duplicity/Makefile index b5e3270a88c..f3fbd6fac61 100644 --- a/sysutils/duplicity/Makefile +++ b/sysutils/duplicity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2015/10/17 13:18:14 adam Exp $ +# $NetBSD: Makefile,v 1.32 2015/12/05 21:25:58 adam Exp $ DISTNAME= duplicity-0.6.26 CATEGORIES= sysutils net @@ -24,7 +24,7 @@ GPGPATH= ${LOCALBASE}/bin/gpg .endif REPLACE_PYTHON+= bin/* -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.6.22 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.6.22 SUBST_CLASSES+= fix-paths SUBST_STAGE.fix-paths= pre-configure diff --git a/sysutils/euca2ools/Makefile b/sysutils/euca2ools/Makefile index 3aaeea236eb..abbf4e203b1 100644 --- a/sysutils/euca2ools/Makefile +++ b/sysutils/euca2ools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:19 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2015/12/05 21:25:58 adam Exp $ DISTNAME= euca2ools-2.1.2 CATEGORIES= sysutils @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-m2crypto>=0.20.2:../../security/py-m2crypto DEPENDS+= ${PYPKGPREFIX}-xml-[0-9]*:../../textproc/py-xml DEPENDS+= help2man-[0-9]*:../../converters/help2man -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml, py-m2crypto +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-xml, py-m2crypto #USE_LANGUAGES= # none diff --git a/sysutils/fabric/Makefile b/sysutils/fabric/Makefile index 97e4cd7c652..6489e43cbf5 100644 --- a/sysutils/fabric/Makefile +++ b/sysutils/fabric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2015/10/03 22:56:21 rodent Exp $ +# $NetBSD: Makefile,v 1.41 2015/12/05 21:25:58 adam Exp $ VERSION= 1.10.2 DISTNAME= Fabric-${VERSION} @@ -13,7 +13,7 @@ LICENSE= 2-clause-bsd DEPENDS+= ${PYPKGPREFIX}-paramiko>=1.10.0:../../security/py-paramiko -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # no support yet +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # no support yet USE_TOOLS+= pax diff --git a/sysutils/gnome-commander/Makefile b/sysutils/gnome-commander/Makefile index 3df368c7421..61e3b36a548 100644 --- a/sysutils/gnome-commander/Makefile +++ b/sysutils/gnome-commander/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 2015/11/23 10:30:18 wiz Exp $ +# $NetBSD: Makefile,v 1.72 2015/12/05 21:25:58 adam Exp $ DISTNAME= gnome-commander-1.2.8.15 PKGREVISION= 41 @@ -16,7 +16,7 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake intltool msgfmt pkg-config perl -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.2.8.15 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.2.8.15 #Problem with heimdal, on which this package depends via another packages. #Simple solution is delete link to fnmatch.h from work directory of package diff --git a/sysutils/libvirt/Makefile b/sysutils/libvirt/Makefile index f7eaefeb199..31762f4bb6c 100644 --- a/sysutils/libvirt/Makefile +++ b/sysutils/libvirt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2015/08/23 14:30:42 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2015/12/05 21:25:59 adam Exp $ DISTNAME= libvirt-1.2.9 PKGREVISION= 7 @@ -18,7 +18,7 @@ USE_LIBTOOL= yes BUILD_DEFS+= VARBASE -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-xml PY_PATCHPLIST= yes REPLACE_PYTHON+= docs/apibuild.py diff --git a/sysutils/manifold/Makefile b/sysutils/manifold/Makefile index 1393260e7a0..a53f9dca46f 100644 --- a/sysutils/manifold/Makefile +++ b/sysutils/manifold/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:19 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/05 21:25:59 adam Exp $ PKGNAME= ${DISTNAME:S/^M/m/} DISTNAME= Manifold-0.2.0 @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-genshi-[0-9]*:../../www/py-genshi USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.2.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.2.0 post-extract: ${CHMOD} -R g-w ${WRKSRC}/* diff --git a/sysutils/monitoring/Makefile b/sysutils/monitoring/Makefile index e9c80fb6696..db56c7242dd 100644 --- a/sysutils/monitoring/Makefile +++ b/sysutils/monitoring/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:19 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/05 21:25:59 adam Exp $ VERSION= e518a90eade4ca538468b6640dccb651e6034b9e DISTNAME= ${VERSION} @@ -14,7 +14,7 @@ LICENSE= modified-bsd WRKSRC= ${WRKDIR}/monitoring-${VERSION} REPLACE_PYTHON+= Sources/monitoring.py Scripts/monitoring -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.9.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.9.5 DOCDIR= ${PREFIX}/share/doc/monitoring EXPDIR= ${PREFIX}/share/examples/monitoring diff --git a/sysutils/openxenmanager/Makefile b/sysutils/openxenmanager/Makefile index 1086c7fe3ba..96dcdaf2203 100644 --- a/sysutils/openxenmanager/Makefile +++ b/sysutils/openxenmanager/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/08/23 14:30:42 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/12/05 21:25:59 adam Exp $ DISTNAME= openxenmanager_0.r80+dfsg.orig PKGNAME= openxenmanager-0.0.80 @@ -21,7 +21,7 @@ DEPENDS+= ${PYPKGPREFIX}-httplib2>=0.7.7:../../www/py-httplib2 INSTALLATION_DIRS= bin share REPLACE_PYTHON= openxenmanager/*py openxenmanager/pygtk_chart/*py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 OXMDIR= ${PREFIX} diff --git a/sysutils/polysh/Makefile b/sysutils/polysh/Makefile index 98034977983..eb1b1f63dff 100644 --- a/sysutils/polysh/Makefile +++ b/sysutils/polysh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:19 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2015/12/05 21:25:59 adam Exp $ DISTNAME= polysh-0.4 PKGREVISION= 1 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= # none -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 REPLACE_PYTHON= polysh/rb_tree.py SUBST_CLASSES+= setup diff --git a/sysutils/py-gnome-menus/Makefile b/sysutils/py-gnome-menus/Makefile index 9d134859919..60da7d64fb0 100644 --- a/sysutils/py-gnome-menus/Makefile +++ b/sysutils/py-gnome-menus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2014/05/09 07:37:19 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2015/12/05 21:25:59 adam Exp $ DISTNAME= gnome-menus-2.30.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -22,7 +22,7 @@ CONFIGURE_ARGS+= --enable-python BUILD_DIRS= python INSTALL_DIRS= python PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.30.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.30.5 BUILDLINK_API_DEPENDS.glib2+= glib2>=2.6.0 diff --git a/sysutils/py-notify-python/Makefile b/sysutils/py-notify-python/Makefile index b76712bf1bd..0006e3b4ca6 100644 --- a/sysutils/py-notify-python/Makefile +++ b/sysutils/py-notify-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/04/25 14:24:54 tnn Exp $ +# $NetBSD: Makefile,v 1.13 2015/12/05 21:25:59 adam Exp $ DISTNAME= notify-python-0.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -22,7 +22,7 @@ USE_TOOLS+= gmake pkg-config PKGCONFIG_OVERRIDE+= notify-python.pc.in PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 # Missing function attach_status_icon # http://trac.galago-project.org/ticket/121 diff --git a/sysutils/py-notify/Makefile b/sysutils/py-notify/Makefile index 7bb01bf433c..0451748d0a8 100644 --- a/sysutils/py-notify/Makefile +++ b/sysutils/py-notify/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2014/12/31 13:57:29 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2015/12/05 21:25:59 adam Exp $ DISTNAME= py-notify-0.2.1 PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}/1} @@ -11,7 +11,7 @@ HOMEPAGE= http://home.gna.org/py-notify/ COMMENT= Python package providing tool for observer programming pattern LICENSE= gnu-lgpl-v2.1 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.2.1 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/py-pefile/Makefile b/sysutils/py-pefile/Makefile index 141eca4b358..a32fd2aee70 100644 --- a/sysutils/py-pefile/Makefile +++ b/sysutils/py-pefile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/12/16 23:03:31 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/05 21:25:59 adam Exp $ PEFILE_VERSION= 1.2.10-139 DISTNAME= pefile-${PEFILE_VERSION} @@ -11,7 +11,7 @@ HOMEPAGE= https://code.google.com/p/pefile/ COMMENT= Python module to read and work with PE files LICENSE= modified-bsd -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 EGG_NAME= pefile-${PEFILE_VERSION:S/-/.post/} diff --git a/sysutils/py-xattr/Makefile b/sysutils/py-xattr/Makefile index fdcdab393d1..8906ddada87 100644 --- a/sysutils/py-xattr/Makefile +++ b/sysutils/py-xattr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/05/27 06:35:19 adam Exp $ +# $NetBSD: Makefile,v 1.9 2015/12/05 21:25:59 adam Exp $ DISTNAME= v0.7.6 PROPERNAME= ${DISTNAME:S/v/xattr-/} @@ -24,7 +24,7 @@ FILES_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} # XXX: builds, installs, but cannot be executed -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 post-install: ${MV} ${DESTDIR}${PREFIX}/bin/xattr \ diff --git a/sysutils/rdiff-backup/Makefile b/sysutils/rdiff-backup/Makefile index c6f6c8ba336..2fc7ae2fd06 100644 --- a/sysutils/rdiff-backup/Makefile +++ b/sysutils/rdiff-backup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2015/09/17 17:53:35 joerg Exp $ +# $NetBSD: Makefile,v 1.49 2015/12/05 21:25:59 adam Exp $ DISTNAME= rdiff-backup-1.2.8 PKGREVISION= 7 @@ -9,7 +9,7 @@ MAINTAINER= snj@NetBSD.org HOMEPAGE= http://www.nongnu.org/rdiff-backup/ COMMENT= Remote incremental backup utility -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.2.8 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.2.8 SUBST_CLASSES+= path SUBST_STAGE.path= post-patch diff --git a/sysutils/salt-docs/Makefile b/sysutils/salt-docs/Makefile index 5ca377a3d4f..897c8489431 100644 --- a/sysutils/salt-docs/Makefile +++ b/sysutils/salt-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/09/12 20:03:01 tnn Exp $ +# $NetBSD: Makefile,v 1.7 2015/12/05 21:25:59 adam Exp $ DISTNAME= salt-0.10.5 PKGNAME= ${DISTNAME:S/-/-docs-/} @@ -28,7 +28,7 @@ do-install: && ${FIND} ${HTMLDIR} -type f -print ) >>${PLIST_SRC} # problem in sphinx config file? -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.10.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.10.5 # The upstream salt project does not say what version of sphinx is required. .include "../../lang/python/pyversion.mk" diff --git a/sysutils/salt/Makefile b/sysutils/salt/Makefile index cab6d2d3422..00c9f5e5f86 100644 --- a/sysutils/salt/Makefile +++ b/sysutils/salt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2015/12/04 09:13:33 sborrill Exp $ +# $NetBSD: Makefile,v 1.31 2015/12/05 21:25:59 adam Exp $ DISTNAME= salt-2015.8.1 PKGREVISION= 1 @@ -23,7 +23,7 @@ DEPENDS+= ${PYPKGPREFIX}-tornado>=4.3:../../www/py-tornado BUILD_DEFS+= VARBASE -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-m2crypto +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-m2crypto PYSETUPINSTALLARGS+= --salt-root-dir=${PREFIX} PYSETUPINSTALLARGS+= --salt-config-dir=${PKG_SYSCONFDIR} diff --git a/sysutils/virt-manager/Makefile b/sysutils/virt-manager/Makefile index 759f9bee94d..c890b385b97 100644 --- a/sysutils/virt-manager/Makefile +++ b/sysutils/virt-manager/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2015/04/25 14:24:55 tnn Exp $ +# $NetBSD: Makefile,v 1.21 2015/12/05 21:25:59 adam Exp $ DISTNAME= virt-manager-0.9.4 PKGREVISION= 15 @@ -26,7 +26,7 @@ USE_PKGLOCALEDIR= yes GCONF_SCHEMAS+= virt-manager.schemas -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-ORBit via py-gnome2, py-gtk2 SUBST_CLASSES+= python SUBST_STAGE.python= pre-configure diff --git a/sysutils/virtinst/Makefile b/sysutils/virtinst/Makefile index a3ea8830ecf..8e96c7febc9 100644 --- a/sysutils/virtinst/Makefile +++ b/sysutils/virtinst/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:20 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/12/05 21:26:00 adam Exp $ DISTNAME= virtinst-0.600.3 PKGREVISION= 1 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 USE_TOOLS+= msgfmt xgettext USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.600.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.600.3 SUBST_CLASSES+= man SUBST_STAGE.man= pre-configure diff --git a/sysutils/xenkernel3/Makefile b/sysutils/xenkernel3/Makefile index 5932ea36bbe..e6c8513a699 100644 --- a/sysutils/xenkernel3/Makefile +++ b/sysutils/xenkernel3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2014/05/09 07:37:20 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2015/12/05 21:26:00 adam Exp $ VERSION= 3.1.4 DISTNAME= xen-${VERSION} @@ -23,7 +23,7 @@ USE_TOOLS+= gmake PYTHON_FOR_BUILD_ONLY= YES PY_PATCHPLIST= NO -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.1.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 3.1.4 SUBST_CLASSES+= py SUBST_STAGE.py= pre-build diff --git a/sysutils/xenkernel33/Makefile b/sysutils/xenkernel33/Makefile index 67280d676f8..3b571d44d31 100644 --- a/sysutils/xenkernel33/Makefile +++ b/sysutils/xenkernel33/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2014/09/22 11:55:59 joerg Exp $ +# $NetBSD: Makefile,v 1.29 2015/12/05 21:26:00 adam Exp $ VERSION= 3.3.2 DISTNAME= xen-${VERSION} @@ -27,7 +27,7 @@ USE_TOOLS+= gmake PYTHON_FOR_BUILD_ONLY= yes PY_PATCHPLIST= NO -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.3.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 3.3.2 SUBST_CLASSES+= py SUBST_STAGE.py= pre-build diff --git a/sysutils/xenkernel41/Makefile b/sysutils/xenkernel41/Makefile index 94313d788d1..c18a90f5946 100644 --- a/sysutils/xenkernel41/Makefile +++ b/sysutils/xenkernel41/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2015/10/29 20:29:56 bouyer Exp $ +# $NetBSD: Makefile,v 1.47 2015/12/05 21:26:00 adam Exp $ VERSION= 4.1.6.1 DISTNAME= xen-${VERSION} @@ -21,7 +21,7 @@ USE_TOOLS+= gmake PYTHON_FOR_BUILD_ONLY= yes PY_PATCHPLIST= NO -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 4.1.6.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 4.1.6.1 # XXX Why does this not work? # See work/xen-4.1.2/Config.mk:41 why PYTHON must be set and what for diff --git a/sysutils/xenkernel42/Makefile b/sysutils/xenkernel42/Makefile index f57b7f227c7..a7fea4cb60e 100644 --- a/sysutils/xenkernel42/Makefile +++ b/sysutils/xenkernel42/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2015/10/29 21:59:16 bouyer Exp $ +# $NetBSD: Makefile,v 1.19 2015/12/05 21:26:00 adam Exp $ VERSION= 4.2.5 DISTNAME= xen-${VERSION} @@ -20,7 +20,7 @@ NO_CONFIGURE= yes USE_TOOLS+= gmake PYTHON_FOR_BUILD_ONLY= YES -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 4.2.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 4.2.3 MAKE_ENV+= OCAML_TOOLS=no diff --git a/sysutils/xenkernel45/Makefile b/sysutils/xenkernel45/Makefile index 0e84ebfe4ce..ca1e2ddd2bc 100644 --- a/sysutils/xenkernel45/Makefile +++ b/sysutils/xenkernel45/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/10/29 20:40:53 bouyer Exp $ +# $NetBSD: Makefile,v 1.11 2015/12/05 21:26:00 adam Exp $ VERSION= 4.5.1 DISTNAME= xen-${VERSION} @@ -20,7 +20,7 @@ NO_CONFIGURE= yes USE_TOOLS+= gmake PYTHON_FOR_BUILD_ONLY= YES -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 MAKE_ENV+= OCAML_TOOLS=no diff --git a/sysutils/xentools3-hvm/Makefile b/sysutils/xentools3-hvm/Makefile index d48fbcf371d..9e6c42fee36 100644 --- a/sysutils/xentools3-hvm/Makefile +++ b/sysutils/xentools3-hvm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2015/08/18 07:31:18 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2015/12/05 21:26:00 adam Exp $ VERSION= 3.1.4 DISTNAME= xen-${VERSION} @@ -21,7 +21,7 @@ ONLY_FOR_PLATFORM+= NetBSD-*-i386 NetBSD-*-x86_64 CONFLICTS= xentools30-* xentools33-* CONFLICTS+= xenstoretools-* -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.1.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 3.1.4 WRKSRC= ${WRKDIR}/xen-${VERSION}/tools CHECK_PORTABILITY_SKIP+= examples/* xm-test/ramdisk/make-release.sh diff --git a/sysutils/xentools3/Makefile b/sysutils/xentools3/Makefile index 97375417a58..6125ef9c0ce 100644 --- a/sysutils/xentools3/Makefile +++ b/sysutils/xentools3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2015/08/18 07:31:18 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2015/12/05 21:26:00 adam Exp $ VERSION= 3.1.4 DISTNAME= xen-${VERSION} @@ -15,7 +15,7 @@ COMMENT= Userland Tools for Xen DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline DEPENDS+= ${PYPKGPREFIX}-curses>=0nb4:../../devel/py-curses -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-xml MAKE_JOBS_SAFE= no diff --git a/sysutils/xentools33/Makefile b/sysutils/xentools33/Makefile index 96cf1081fe2..d6806f16485 100644 --- a/sysutils/xentools33/Makefile +++ b/sysutils/xentools33/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2015/08/18 07:31:18 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2015/12/05 21:26:00 adam Exp $ VERSION= 3.3.2 DISTNAME= xen-${VERSION} @@ -20,7 +20,7 @@ DEPENDS+= ${PYPKGPREFIX}-curses>=0nb4:../../devel/py-curses BUILD_DEPENDS+= dev86-[0-9]*:../../devel/dev86 # needed to build firmware PKG_SYSCONFSUBDIR= xen -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-xml ONLY_FOR_PLATFORM= Linux-2.6*-i386 Linux-2.6*-x86_64 ONLY_FOR_PLATFORM+= NetBSD-[5-9].*-x86_64 NetBSD-[5-9].*-i386 diff --git a/sysutils/xentools41/Makefile b/sysutils/xentools41/Makefile index df4d69bd77b..dc6674ceefd 100644 --- a/sysutils/xentools41/Makefile +++ b/sysutils/xentools41/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2015/11/07 22:42:20 jnemeth Exp $ +# $NetBSD: Makefile,v 1.58 2015/12/05 21:26:00 adam Exp $ # # VERSION is set in version.mk as it is shared with other packages .include "version.mk" @@ -28,7 +28,7 @@ BUILD_DEPENDS+= dev86-[0-9]*:../../devel/dev86 # needed to build firmware BUILD_DEPENDS+= acpica-utils-[0-9]*:../../sysutils/acpica-utils .endif -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-xml PKG_SYSCONFSUBDIR= xen diff --git a/sysutils/xentools42/Makefile b/sysutils/xentools42/Makefile index a2881a3662b..91b70244262 100644 --- a/sysutils/xentools42/Makefile +++ b/sysutils/xentools42/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2015/10/22 05:05:22 jnemeth Exp $ +# $NetBSD: Makefile,v 1.40 2015/12/05 21:26:00 adam Exp $ VERSION= 4.2.5 VERSION_IPXE= 1.0.0 @@ -26,7 +26,7 @@ BUILD_DEPENDS+= acpica-utils-[0-9]*:../../sysutils/acpica-utils DEPENDS+= ${PYPKGPREFIX}-curses>=0nb4:../../devel/py-curses DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-xml PKG_SYSCONFSUBDIR= xen diff --git a/sysutils/xentools45/Makefile b/sysutils/xentools45/Makefile index 9d2e28dd3c2..ecfd1ad8bb5 100644 --- a/sysutils/xentools45/Makefile +++ b/sysutils/xentools45/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2015/11/10 05:18:14 jnemeth Exp $ +# $NetBSD: Makefile,v 1.21 2015/12/05 21:26:00 adam Exp $ VERSION= 4.5.1 VERSION_IPXE= 9a93db3f0947484e30e753bbd61a10b17336e20e @@ -61,7 +61,7 @@ MAKE_ENV+= NO_WERROR=1 #MAKE_ENV+= INSTALL_DATA=${BSD_INSTALL_DATA} #MAKE_ENV+= INSTALL_PROG=${BSD_INSTALL_PROGRAM} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 PY_PATCHPLIST= yes REPLACE_PYTHON+= misc/sbdf2devicepath misc/xen-bugtool diff --git a/textproc/asciidoc/Makefile b/textproc/asciidoc/Makefile index 7259a25a27c..f705280fbd0 100644 --- a/textproc/asciidoc/Makefile +++ b/textproc/asciidoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2014/05/09 07:37:20 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2015/12/05 21:26:00 adam Exp $ DISTNAME= asciidoc-8.6.9 PKGREVISION= 2 @@ -40,7 +40,7 @@ REPLACE_PYTHON+= tests/testasciidoc.py REPLACE_PYTHON+= tests/asciidocapi.py REPLACE_PYTHON+= html5.conf xhtml11.conf xhtml11-quirks.conf -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 8.6.9 (as seen e.g. in git-docs) +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 8.6.9 (as seen e.g. in git-docs) INSTALLATION_DIRS= bin share/asciidoc share/asciidoc/filters \ share/asciidoc/docbook-xsl share/asciidoc/stylesheets \ diff --git a/textproc/coccigrep/Makefile b/textproc/coccigrep/Makefile index 9fb06760d0e..9be8e32dba7 100644 --- a/textproc/coccigrep/Makefile +++ b/textproc/coccigrep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/01/16 11:44:07 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/12/05 21:26:00 adam Exp $ DISTNAME= coccigrep-1.13 CATEGORIES= textproc @@ -15,7 +15,7 @@ USE_LANGUAGES= # none INSTALLATION_DIRS= ${PKGMANDIR}/man1 -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 post-install: ${INSTALL_DATA} ${WRKSRC}/coccigrep.1 \ diff --git a/textproc/dblatex/Makefile b/textproc/dblatex/Makefile index 2eb925d9a28..74222335993 100644 --- a/textproc/dblatex/Makefile +++ b/textproc/dblatex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2015/09/09 23:48:11 gdt Exp $ +# $NetBSD: Makefile,v 1.22 2015/12/05 21:26:01 adam Exp $ DISTNAME= dblatex-0.3.2 PKGREVISION= 6 @@ -44,7 +44,7 @@ USE_TOOLS+= gmake .include "options.mk" REPLACE_PYTHON+= scripts/dblatex lib/dbtexmf/dblatex/xetex/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.3.2 SUBST_CLASSES+= man SUBST_MESSAGE.man= Fixing man page installation path. diff --git a/textproc/gnome-doc-utils/Makefile b/textproc/gnome-doc-utils/Makefile index 527fe088ad8..6cf0ef20f06 100644 --- a/textproc/gnome-doc-utils/Makefile +++ b/textproc/gnome-doc-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2014/05/09 07:37:21 wiz Exp $ +# $NetBSD: Makefile,v 1.63 2015/12/05 21:26:01 adam Exp $ DISTNAME= gnome-doc-utils-0.20.10 PKGREVISION= 2 @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-libxslt>=1.1.12:../../textproc/py-libxslt DEPENDS+= docbook-xml>=4.5:../../textproc/docbook-xml DEPENDS+= getopt-[0-9]*:../../misc/getopt -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-libxslt +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-libxslt USE_TOOLS+= intltool pkg-config gmake gawk msgfmt bash:run GNU_CONFIGURE= YES diff --git a/textproc/gtk-doc/Makefile b/textproc/gtk-doc/Makefile index 6776adf4b1d..0c7071f4eef 100644 --- a/textproc/gtk-doc/Makefile +++ b/textproc/gtk-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2015/06/12 10:51:20 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2015/12/05 21:26:01 adam Exp $ DISTNAME= gtk-doc-1.21 PKGREVISION= 1 @@ -20,7 +20,7 @@ PKGCONFIG_OVERRIDE= gtk-doc.pc.in CONFIGURE_ARGS+= --with-xml-catalog=${XML_DEFAULT_CATALOG:Q} USE_TOOLS+= gmake perl:run pkg-config:run msgfmt -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.21 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.21 .include "../../lang/python/application.mk" .include "../../textproc/gnome-doc-utils/buildlink3.mk" diff --git a/textproc/ispell-lt/Makefile b/textproc/ispell-lt/Makefile index ee4a38b8bdd..156080a26f0 100644 --- a/textproc/ispell-lt/Makefile +++ b/textproc/ispell-lt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:21 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/05 21:26:01 adam Exp $ DISTNAME= ispell-lt-1.3 CATEGORIES= textproc @@ -13,7 +13,7 @@ DEPENDS+= ispell-[0-9]*:../../textproc/ispell USE_TOOLS+= gmake REPLACE_PYTHON+= tools/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.3 SUBST_CLASSES+= install SUBST_FILES.install= Makefile diff --git a/textproc/itstool/Makefile b/textproc/itstool/Makefile index 4f221148cea..715b09b5b0b 100644 --- a/textproc/itstool/Makefile +++ b/textproc/itstool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:21 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/12/05 21:26:01 adam Exp $ DISTNAME= itstool-2.0.2 CATEGORIES= textproc @@ -16,7 +16,7 @@ REPLACE_PYTHON= ${WRKSRC}/itstool.in DEPENDS+= ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.0.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.0.2 #Traceback (most recent call last): # File "/usr/pkg/bin/itstool", line 1516, in <module> # doc.apply_its_rules(not(opts.nobuiltins), params=params) diff --git a/textproc/jsoncpp/Makefile b/textproc/jsoncpp/Makefile index 83196ddfe3f..449038baedb 100644 --- a/textproc/jsoncpp/Makefile +++ b/textproc/jsoncpp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/05/09 07:37:21 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2015/12/05 21:26:01 adam Exp $ DISTNAME= jsoncpp-src-0.6.0rc2svn276 PKGNAME= ${DISTNAME:C/-src//} @@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}/jsoncpp # for tests PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.6.0rc2nb20140217 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.6.0rc2nb20140217 .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/libplist/Makefile b/textproc/libplist/Makefile index 15e4237b513..7995612dad9 100644 --- a/textproc/libplist/Makefile +++ b/textproc/libplist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/05/09 07:37:21 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/12/05 21:26:01 adam Exp $ DISTNAME= libplist-1.8 PKGREVISION= 3 @@ -19,7 +19,7 @@ MAKE_JOBS_SAFE= no PKGCONFIG_OVERRIDE+= libplist++.pc.in PKGCONFIG_OVERRIDE+= libplist.pc.in PY_PATCHPLIST= yes -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 "../../textproc/libxml2/buildlink3.mk" .include "../../lang/python/extension.mk" diff --git a/textproc/py-4Suite/Makefile b/textproc/py-4Suite/Makefile index e6a815e374f..e3ec35b5b6e 100644 --- a/textproc/py-4Suite/Makefile +++ b/textproc/py-4Suite/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:26:01 adam Exp $ VER= 1.0.2 DISTNAME= 4Suite-XML-${VER} @@ -25,7 +25,7 @@ SUBST_STAGE.python= post-build SUBST_SED.python= -e 's,\#![^ ]* python,\#! ${PYTHONBIN},' #PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.0.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.0.2 do-configure: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ diff --git a/textproc/py-Excelerator/Makefile b/textproc/py-Excelerator/Makefile index a6087468723..ef5ce9106be 100644 --- a/textproc/py-Excelerator/Makefile +++ b/textproc/py-Excelerator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/05/09 07:37:21 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/12/05 21:26:01 adam Exp $ DISTNAME= pyexcelerator-${VERSION} PKGNAME= ${PYPKGPREFIX}-Excelerator-${VERSION} @@ -14,7 +14,7 @@ COMMENT= Python library for generating Excel 97/2000/XP/2003 files USE_LANGUAGES= #none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 EGG_NAME= pyExcelerator-${VERSION} diff --git a/textproc/py-HappyDoc/Makefile b/textproc/py-HappyDoc/Makefile index dae9e62f6bf..4588a103e28 100644 --- a/textproc/py-HappyDoc/Makefile +++ b/textproc/py-HappyDoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2014/05/09 07:37:21 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2015/12/05 21:26:02 adam Exp $ DISTNAME= HappyDoc_r2_1 PKGNAME= ${PYPKGPREFIX}-HappyDoc-2.1 @@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}/HappyDoc-r2_1 PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} EGG_NAME= ${DISTNAME:S/_r/-/:S/_/./g} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.1 post-extract: ${MV} ${WRKSRC}/happydoc ${WRKSRC}/happydoc${PYVERSSUFFIX} diff --git a/textproc/py-Whoosh/Makefile b/textproc/py-Whoosh/Makefile index 33ebd449bf3..371a26a73a7 100644 --- a/textproc/py-Whoosh/Makefile +++ b/textproc/py-Whoosh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/10/08 14:11:09 wen Exp $ +# $NetBSD: Makefile,v 1.8 2015/12/05 21:26:02 adam Exp $ # DISTNAME= Whoosh-2.5.7 @@ -13,7 +13,7 @@ LICENSE= apache-2.0 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-X2/Makefile b/textproc/py-X2/Makefile index fc735657566..1cdc8bf9607 100644 --- a/textproc/py-X2/Makefile +++ b/textproc/py-X2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/05/09 07:37:21 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2015/12/05 21:26:02 adam Exp $ DISTNAME= PyX-0.12.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//} @@ -21,7 +21,7 @@ CONF_FILES= ${PYSITELIB}/pyx/data/pyxrc \ ${PKG_SYSCONFDIR}/pyxrc PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE=33 34 +PYTHON_VERSIONS_INCOMPATIBLE=33 34 35 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-cabocha/Makefile b/textproc/py-cabocha/Makefile index a2d07ac49d8..6160fa97732 100644 --- a/textproc/py-cabocha/Makefile +++ b/textproc/py-cabocha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:21 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2015/12/05 21:26:01 adam Exp $ .include "../../textproc/cabocha/Makefile.common" @@ -10,7 +10,7 @@ COMMENT= CaboCha python module USE_LANGUAGES= c c++ PYSETUPSUBDIR= python -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.67 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.67 EGG_NAME= ${DISTNAME:S/-/_python-/} diff --git a/textproc/py-cjson/Makefile b/textproc/py-cjson/Makefile index d847c618400..da352ee2846 100644 --- a/textproc/py-cjson/Makefile +++ b/textproc/py-cjson/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/05/13 17:20:38 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2015/12/05 21:26:01 adam Exp $ # DISTNAME= python-cjson-1.0.5 @@ -12,7 +12,7 @@ COMMENT= Fast JSON encoder/decoder for Python LICENSE= gnu-lgpl-v2 PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # Uses old string API. +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # Uses old string API. do-test: ( cd ${WKSRC} && ${PYTHONBIN} jsontest.py ) diff --git a/textproc/py-cmTemplate/Makefile b/textproc/py-cmTemplate/Makefile index 1a63d8d1e69..f1b46b70160 100644 --- a/textproc/py-cmTemplate/Makefile +++ b/textproc/py-cmTemplate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:21 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/12/05 21:26:01 adam Exp $ DISTNAME= cmTemplate-0.3.2 PKGNAME= ${PYPKGPREFIX}-cmTemplate-0.3.2 @@ -11,7 +11,7 @@ COMMENT= Simple and fast Python template engine PY_PATCHPLIST= # empty PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.3.2 INSTALLATION_DIRS= ${PYSITELIB} share/doc/${PYPKGPREFIX}-cmTemplate diff --git a/textproc/py-elementtree/Makefile b/textproc/py-elementtree/Makefile index 416412fd5d8..bcf6485c8ab 100644 --- a/textproc/py-elementtree/Makefile +++ b/textproc/py-elementtree/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2014/05/09 07:37:21 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/12/05 21:26:01 adam Exp $ DISTNAME= elementtree-1.2.6-20050316 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-20050316//} @@ -16,7 +16,7 @@ USE_LANGUAGES= # empty EGG_NAME= elementtree-1.2.6_20050316 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-empy/Makefile b/textproc/py-empy/Makefile index 4050ab4a25d..46c93bb9b48 100644 --- a/textproc/py-empy/Makefile +++ b/textproc/py-empy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:22 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2015/12/05 21:26:01 adam Exp $ DISTNAME= empy-3.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -19,7 +19,7 @@ PYDISTUTILSPKG= # yes PLIST_SUBST+= PYVERSSUFFIX="${PYVERSSUFFIX}" PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # Fix html path in documentation SUBST_CLASSES+= doc diff --git a/textproc/py-generateDS/Makefile b/textproc/py-generateDS/Makefile index 232462a5fe7..0082d3d2ff9 100644 --- a/textproc/py-generateDS/Makefile +++ b/textproc/py-generateDS/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2015/03/22 20:09:28 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/05 21:26:02 adam Exp $ # DISTNAME= generateDS-2.14a @@ -17,7 +17,7 @@ LICENSE= mit PY_PATCHPLIST= yes PYDISTUTILSPKG= yes # TODO: explain -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-xml REPLACE_PYTHON= generateDS.py libgenerateDS/gui/*.py libgenerateDS/*.py diff --git a/textproc/py-gnosis-utils/Makefile b/textproc/py-gnosis-utils/Makefile index 89361b38f70..746c77075ca 100644 --- a/textproc/py-gnosis-utils/Makefile +++ b/textproc/py-gnosis-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2014/05/09 07:37:22 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/12/05 21:26:02 adam Exp $ DISTNAME= Gnosis_Utils-1.2.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Gnosis_Utils/gnosis-utils/} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat USE_LANGUAGES= #none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.2.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.2.2 CONFLICTS+= ${PYPKGPREFIX}-Gnosis-Utils-[0-9]* diff --git a/textproc/py-iniparse/Makefile b/textproc/py-iniparse/Makefile index 4d11116febe..073aa79b5dd 100644 --- a/textproc/py-iniparse/Makefile +++ b/textproc/py-iniparse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:22 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2015/12/05 21:26:02 adam Exp $ DISTNAME= iniparse-0.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= mit AND python-software-foundation USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 post-install: ${CHMOD} -x ${DESTDIR}${PREFIX}/share/doc/iniparse-0.4/index.html diff --git a/textproc/py-jsonlib/Makefile b/textproc/py-jsonlib/Makefile index 12f27ed0d9f..8bfd1edd411 100644 --- a/textproc/py-jsonlib/Makefile +++ b/textproc/py-jsonlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:22 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/12/05 21:26:02 adam Exp $ DISTNAME= jsonlib-1.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= c -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-libxslt/Makefile b/textproc/py-libxslt/Makefile index 89897ffc9d3..0aad375d58b 100644 --- a/textproc/py-libxslt/Makefile +++ b/textproc/py-libxslt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2014/05/09 07:37:22 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2015/12/05 21:26:02 adam Exp $ DISTNAME= libxslt-1.1.28 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ LICENSE= mit # with no-advertising clause DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat DEPENDS+= ${PYPKGPREFIX}-libxml2>=2.6.8:../../textproc/py-libxml2 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.1.28 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.1.28 WRKSRC= ${WRKDIR}/${DISTNAME}/python PYDISTUTILSPKG= yes diff --git a/textproc/py-marisa/Makefile b/textproc/py-marisa/Makefile index 34a56afb6ce..42f4c011cd4 100644 --- a/textproc/py-marisa/Makefile +++ b/textproc/py-marisa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/06/02 13:08:20 obache Exp $ +# $NetBSD: Makefile,v 1.3 2015/12/05 21:26:02 adam Exp $ # .include "../../textproc/marisa/Makefile.common" @@ -11,7 +11,7 @@ COMMENT= MARISA python module USE_LANGUAGES= c c++ PYSETUPSUBDIR= bindings/python -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.2.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.2.4 SUBST_CLASSES+= version SUBST_STAGE.version= pre-configure diff --git a/textproc/py-mecab/Makefile b/textproc/py-mecab/Makefile index f8b076bf2b4..c01fcc510ce 100644 --- a/textproc/py-mecab/Makefile +++ b/textproc/py-mecab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/12/31 13:57:30 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/12/05 21:26:02 adam Exp $ .include "../../textproc/mecab/Makefile.common" @@ -20,7 +20,7 @@ do-test: BUILDLINK_API_DEPENDS.mecab+= mecab>=${MECAB_VERSION} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.996 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.996 .include "../../textproc/mecab/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/textproc/py-relatorio/Makefile b/textproc/py-relatorio/Makefile index 15f8245ebfd..9c9961f7d76 100644 --- a/textproc/py-relatorio/Makefile +++ b/textproc/py-relatorio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/10/01 13:16:53 richard Exp $ +# $NetBSD: Makefile,v 1.10 2015/12/05 21:26:02 adam Exp $ DISTNAME= relatorio-0.6.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml USE_LANGUAGES= #none PYTHON_VERSIONED_DEPENDENCIES= cairo -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 via py-pycha +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 via py-pycha .include "../../lang/python/versioned_dependencies.mk" .include "../../lang/python/egg.mk" diff --git a/textproc/py-vobject/Makefile b/textproc/py-vobject/Makefile index c5b9f5729cb..ea985db6e55 100644 --- a/textproc/py-vobject/Makefile +++ b/textproc/py-vobject/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2014/12/31 13:57:30 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/12/05 21:26:02 adam Exp $ DISTNAME= vobject-0.8.1c PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Python iCalendar (ics) and vCard library LICENSE= apache-2.0 PYTHON_VERSIONED_DEPENDENCIES= dateutil -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.8.1c +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.8.1c PYTHON_SELF_CONFLICT= yes EGG_NAME= ${DISTNAME:S/1c/1rc0/} diff --git a/textproc/py-xlwt/Makefile b/textproc/py-xlwt/Makefile index b83bfa244ce..508cd762762 100644 --- a/textproc/py-xlwt/Makefile +++ b/textproc/py-xlwt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:22 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/05 21:26:02 adam Exp $ DISTNAME= xlwt-0.7.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ USE_LANGUAGES= #none REPLACE_PYTHON+= xlwt/Formatting.py REPLACE_PYTHON+= xlwt/examples/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.7.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.7.5 .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" diff --git a/textproc/py-xml/Makefile b/textproc/py-xml/Makefile index 597004d992d..9bf4673188d 100644 --- a/textproc/py-xml/Makefile +++ b/textproc/py-xml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2014/05/09 07:37:22 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2015/12/05 21:26:03 adam Exp $ DISTNAME= PyXML-0.8.4 PKGNAME= ${PYPKGPREFIX}-xml-0.8.4 @@ -18,7 +18,7 @@ PYSETUPBUILDARGS+= --ldflags="${EXPAT_LDFLAGS}" EXPAT_LDFLAGS= ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.expat}/lib FIX_RPATH+= EXPAT_LDFLAGS -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # dead upstream, no plans of porting +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # dead upstream, no plans of porting PYXML_SCRIPTS= scripts/xmlproc_parse \ scripts/xmlproc_val diff --git a/textproc/py-yamcha/Makefile b/textproc/py-yamcha/Makefile index cdf68098e13..debbb20ebbd 100644 --- a/textproc/py-yamcha/Makefile +++ b/textproc/py-yamcha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:22 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2015/12/05 21:26:03 adam Exp $ # .include "../../textproc/yamcha/Makefile.common" @@ -12,7 +12,7 @@ COMMENT= YamCha python module USE_LANGUAGES= c c++ PYSETUPSUBDIR= python -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.33 EGG_NAME= ${DISTNAME:S/-/_python-/} diff --git a/textproc/queequeg/Makefile b/textproc/queequeg/Makefile index 339571afb46..276bd058dac 100644 --- a/textproc/queequeg/Makefile +++ b/textproc/queequeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/11/25 12:53:42 jperkin Exp $ +# $NetBSD: Makefile,v 1.7 2015/12/05 21:26:03 adam Exp $ DISTNAME= queequeg-0.91 PKGREVISION= 1 @@ -15,7 +15,7 @@ BUILD_DEPENDS+= WordNet-[0-9]*:../../textproc/WordNet USE_LANGUAGES= # none PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-cdb +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-cdb SUBST_CLASSES+= fix-python SUBST_STAGE.fix-python= pre-configure diff --git a/textproc/rubber/Makefile b/textproc/rubber/Makefile index afc31049eb9..f80fe3db723 100644 --- a/textproc/rubber/Makefile +++ b/textproc/rubber/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2014/05/09 07:37:22 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2015/12/05 21:26:03 adam Exp $ DISTNAME= rubber-1.1 PKGREVISION= 5 @@ -26,7 +26,7 @@ CONFIGURE_ARGS+= --infodir=${PREFIX:Q}/${PKGINFODIR:Q} PLIST_SUBST+= RUBBERVERSUFFIX=${PKGVERSION_NOREV} PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.1 .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/xmlada/Makefile b/textproc/xmlada/Makefile index f0541f654a5..a890d610587 100644 --- a/textproc/xmlada/Makefile +++ b/textproc/xmlada/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/03/19 11:52:12 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2015/12/05 21:26:03 adam Exp $ DISTNAME= xmlada-${XMLADA_VERS} PKGREVISION= 1 @@ -41,7 +41,7 @@ MAKE_ENV+= SPHINXBUILD=${PREFIX}/bin/sphinx-build${PYVERSSUFFIX} DESTSTATIC= ${DESTDIR}${PREFIX}/lib/xmlada/static DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 4.4.0.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 4.4.0.0 post-install: # There is no reason to install sphinx source files diff --git a/time/etm/Makefile b/time/etm/Makefile index 25b060a5330..d8ad758ff75 100644 --- a/time/etm/Makefile +++ b/time/etm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2014/05/09 07:37:22 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2015/12/05 21:26:03 adam Exp $ DISTNAME= etm-877 PKGREVISION= 1 @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.8.7:../../x11/py-wxWidgets DEPENDS+= ${PYPKGPREFIX}-icalendar>=2.0.1:../../time/py-icalendar PYTHON_VERSIONED_DEPENDENCIES= dateutil -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-wxWidgets USE_LANGUAGES= # none diff --git a/time/gdeskcal/Makefile b/time/gdeskcal/Makefile index 0be48f054af..71027aba393 100644 --- a/time/gdeskcal/Makefile +++ b/time/gdeskcal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2015/04/25 14:24:57 tnn Exp $ +# $NetBSD: Makefile,v 1.58 2015/12/05 21:26:03 adam Exp $ DISTNAME= gDeskCal-0_57_1 PKGNAME= gdeskcal-0.57.1 @@ -15,7 +15,7 @@ NO_BUILD= yes REPLACE_PYTHON= gdeskcal -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-xml, py-gtk2 INSTALLATION_DIRS= bin lib/gdeskcal diff --git a/time/hamster-applet/Makefile b/time/hamster-applet/Makefile index a84167b3d14..d5a6d376d5d 100644 --- a/time/hamster-applet/Makefile +++ b/time/hamster-applet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2015/04/25 14:24:58 tnn Exp $ +# $NetBSD: Makefile,v 1.45 2015/12/05 21:26:03 adam Exp $ DISTNAME= hamster-applet-2.28.1 PKGREVISION= 28 @@ -17,7 +17,7 @@ USE_TOOLS+= gmake intltool pkg-config msgfmt GCONF_SCHEMAS+= hamster-applet.schemas PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-ORBit via py-gnome2, py-gtk2 SUBST_CLASSES+= python SUBST_MESSAGE.python= Fixing path to Python interpreter. diff --git a/time/py-goocalendar/Makefile b/time/py-goocalendar/Makefile index 0c2054e720d..0866b6390b2 100644 --- a/time/py-goocalendar/Makefile +++ b/time/py-goocalendar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:23 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/05 21:26:03 adam Exp $ DISTNAME= GooCalendar-0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-goocanvas-[0-9]*:../../graphics/py-goocanvas USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 via py-goocanvas +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 via py-goocanvas .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/time/py-mxDateTime/Makefile b/time/py-mxDateTime/Makefile index 048fbfdf95d..875487e8a03 100644 --- a/time/py-mxDateTime/Makefile +++ b/time/py-mxDateTime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2014/12/31 13:57:30 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2015/12/05 21:26:03 adam Exp $ DISTNAME= egenix-mx-base-3.2.7 PKGNAME= ${PYPKGPREFIX}-mxDateTime-3.2.7 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.egenix.com/files/python/mxDateTime.html COMMENT= Python extension that provides types and conversions for dates LICENSE= egenix-public-license -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.2.7 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 3.2.7 REPLACE_PYTHON+= egenix_mx_base.py REPLACE_PYTHON+= mx-base-3.2.7/mxSetup.py diff --git a/time/wxRemind/Makefile b/time/wxRemind/Makefile index 2de21d98ce8..4799736671c 100644 --- a/time/wxRemind/Makefile +++ b/time/wxRemind/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:23 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/12/05 21:26:03 adam Exp $ DISTNAME= wxRemind-0.6.18 PKGREVISION= 4 @@ -11,7 +11,7 @@ COMMENT= Graphical front-end to Remind DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.6.1:../../x11/py-wxWidgets -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-wxWidgets .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/wm/bmpanel2/Makefile b/wm/bmpanel2/Makefile index dbb85219f7a..7a232083e28 100644 --- a/wm/bmpanel2/Makefile +++ b/wm/bmpanel2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2015/04/25 14:24:59 tnn Exp $ +# $NetBSD: Makefile,v 1.23 2015/12/05 21:26:03 adam Exp $ DISTNAME= bmpanel2-2.1pre1 PKGREVISION= 17 @@ -18,7 +18,7 @@ USE_TOOLS+= pkg-config gzip PY_PATCHPLIST= yes REPLACE_PYTHON= extra/py/bmpanel2.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.1pre1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.1pre1 SUBST_CLASSES+= prefix SUBST_SED.prefix= -e "s,/usr/local,${PREFIX},g" diff --git a/wm/ccsm/Makefile b/wm/ccsm/Makefile index ad948082227..6cdd3ac9629 100644 --- a/wm/ccsm/Makefile +++ b/wm/ccsm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/05/09 07:37:23 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2015/12/05 21:26:03 adam Exp $ PKGVER= 0.8.4 DISTNAME= ccsm-${PKGVER} @@ -19,7 +19,7 @@ USE_TOOLS+= pkg-config gmake msgfmt intltool PY_PATCHPLIST= yes PYDISTUTILSPKG= yes REPLACE_PYTHON= ${WRKSRC}/setup.py ${WRKSRC}/ccm/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 MAKE_ENV+= PYTHONBIN=${PYTHONBIN:Q} diff --git a/wm/py-tyle/Makefile b/wm/py-tyle/Makefile index 0f88aa0d796..90566183349 100644 --- a/wm/py-tyle/Makefile +++ b/wm/py-tyle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/05/09 07:37:23 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/12/05 21:26:03 adam Exp $ DISTNAME= pytyle-0.7.5 PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/} @@ -17,7 +17,7 @@ PYTHON_SELF_CONFLICT= yes USE_LANGUAGES= #none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.7.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.7.5 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/ap-scgi/Makefile b/www/ap-scgi/Makefile index bb4698b2a66..811c69fca77 100644 --- a/www/ap-scgi/Makefile +++ b/www/ap-scgi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2014/11/24 04:45:05 mef Exp $ +# $NetBSD: Makefile,v 1.16 2015/12/05 21:26:04 adam Exp $ # PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ APACHE_MODULE= yes # does not compile with apache24 PKG_APACHE_ACCEPTED= apache22 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-quixote via py-scgi +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-quixote via py-scgi MODULE_EXT= la APACHE_MODULE_SRCDIR= ${WRKDIR}/${DISTNAME}/apache2 diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index 2b51354b09c..40f621d18f5 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.121 2015/06/12 10:51:48 wiz Exp $ +# $NetBSD: Makefile,v 1.122 2015/12/05 21:26:04 adam Exp $ DISTNAME= bluefish-2.2.7 PKGREVISION= 2 @@ -29,7 +29,7 @@ REPLACE_PYTHON+= data/cssmin.py data/jsmin.py CHECK_INTERPRETER_SKIP+= share/bluefish/plugins/*/*.py CHECK_INTERPRETER_SKIP+= share/bluefish/plugins/*/*/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.2.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.2.4 # XXX this doesn't work #XML_CATALOGS= ${PREFIX}/share/xml/bluefish/catalog.xml diff --git a/www/browser-bookmarks-menu/Makefile b/www/browser-bookmarks-menu/Makefile index 8b21ba44a7d..83e56d867b5 100644 --- a/www/browser-bookmarks-menu/Makefile +++ b/www/browser-bookmarks-menu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2015/04/25 14:25:00 tnn Exp $ +# $NetBSD: Makefile,v 1.50 2015/12/05 21:26:04 adam Exp $ DISTNAME= browser-bookmarks-menu-0.6 PKGREVISION= 31 @@ -11,7 +11,7 @@ COMMENT= Easy access to web bookmarks through a GNOME Panel Applet NO_BUILD= yes REPLACE_PYTHON= browser-bookmarks-menu.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-ORBit via py-gnome2 SUBST_CLASSES+= paths SUBST_STAGE.paths= pre-configure diff --git a/www/cherokee/Makefile b/www/cherokee/Makefile index f473c3d15d3..2634c85d70a 100644 --- a/www/cherokee/Makefile +++ b/www/cherokee/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2015/11/18 14:19:54 ryoon Exp $ +# $NetBSD: Makefile,v 1.31 2015/12/05 21:26:04 adam Exp $ DISTNAME= cherokee-1.2.101 PKGREVISION= 8 @@ -33,7 +33,7 @@ RCD_SCRIPTS= cherokee INSTALLATION_DIRS+= ${EGDIR}/pam.d -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.2.101 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.2.101 .include "options.mk" diff --git a/www/clearsilver/Makefile b/www/clearsilver/Makefile index 315fb35d1f1..91e047815de 100644 --- a/www/clearsilver/Makefile +++ b/www/clearsilver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2015/06/12 10:51:49 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2015/12/05 21:26:04 adam Exp $ META_PACKAGE= yes @@ -10,7 +10,7 @@ DEPENDS+=${CLEARSILVER_BASE}{,nb[0-9]*}:../../www/clearsilver-base DEPENDS+=${PYPKGPREFIX}-${DISTNAME}{,nb[0-9]*}:../../www/py-clearsilver DEPENDS+=${RUBY_PKGPREFIX}-${DISTNAME}{,nb[0-9]*}:../../www/ruby-clearsilver -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-clearsilver +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-clearsilver .include "../../lang/python/pyversion.mk" .include "../../lang/ruby/rubyversion.mk" diff --git a/www/firefox/mozilla-common.mk b/www/firefox/mozilla-common.mk index 04cd28494c2..4b3a4e85728 100644 --- a/www/firefox/mozilla-common.mk +++ b/www/firefox/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.68 2015/11/25 12:54:07 jperkin Exp $ +# $NetBSD: mozilla-common.mk,v 1.69 2015/12/05 21:26:04 adam Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -112,7 +112,7 @@ CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}/js/ctypes/libffi/config.sub PYTHON_VERSIONS_ACCEPTED= 27 PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-sqlite2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-sqlite2 .include "../../lang/python/application.mk" CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} diff --git a/www/firefox24/mozilla-common.mk b/www/firefox24/mozilla-common.mk index 9e46a35ea07..288001fab5b 100644 --- a/www/firefox24/mozilla-common.mk +++ b/www/firefox24/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.10 2014/12/06 06:09:22 khorben Exp $ +# $NetBSD: mozilla-common.mk,v 1.11 2015/12/05 21:26:04 adam Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -92,7 +92,7 @@ CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}/js/ctypes/libffi/config.sub PYTHON_VERSIONS_ACCEPTED= 27 PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-sqlite2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-sqlite2 .include "../../lang/python/application.mk" CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} diff --git a/www/firefox31/mozilla-common.mk b/www/firefox31/mozilla-common.mk index 63566b3edd9..a69d09e66c7 100644 --- a/www/firefox31/mozilla-common.mk +++ b/www/firefox31/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.2 2015/11/25 12:54:07 jperkin Exp $ +# $NetBSD: mozilla-common.mk,v 1.3 2015/12/05 21:26:04 adam Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -109,7 +109,7 @@ CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}/js/ctypes/libffi/config.sub PYTHON_VERSIONS_ACCEPTED= 27 PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-sqlite2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-sqlite2 .include "../../lang/python/application.mk" CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} diff --git a/www/firefox38/mozilla-common.mk b/www/firefox38/mozilla-common.mk index a2448b8a000..ddc99640eb1 100644 --- a/www/firefox38/mozilla-common.mk +++ b/www/firefox38/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.3 2015/11/25 12:54:07 jperkin Exp $ +# $NetBSD: mozilla-common.mk,v 1.4 2015/12/05 21:26:04 adam Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -107,7 +107,7 @@ CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}/js/ctypes/libffi/config.sub PYTHON_VERSIONS_ACCEPTED= 27 PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-sqlite2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-sqlite2 .include "../../lang/python/application.mk" CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} diff --git a/www/ies4linux/Makefile b/www/ies4linux/Makefile index 85a75cad8d6..9a725f7f2cf 100644 --- a/www/ies4linux/Makefile +++ b/www/ies4linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/05/09 07:37:24 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/12/05 21:26:04 adam Exp $ DISTNAME= ies4linux-2.99.0.1 PKGREVISION= 5 @@ -17,7 +17,7 @@ BUILD_DEPENDS+= cabextract-[0-9]*:../../archivers/cabextract NO_BUILD= yes USE_LANGUAGES= # none USE_TOOLS+= bash:run pax unzip:run -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 SHAREDIR= share/ies4linux diff --git a/www/loggerhead/Makefile b/www/loggerhead/Makefile index b0589afe87b..4846a63ab1a 100644 --- a/www/loggerhead/Makefile +++ b/www/loggerhead/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/07/16 11:47:27 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/12/05 21:26:04 adam Exp $ DISTNAME= loggerhead-${VER} PKGREVISION= 1 @@ -19,7 +19,7 @@ DEPENDS+= ${PYPKGPREFIX}-PasteDeploy>=1.3:../../www/py-PasteDeploy DEPENDS+= ${PYPKGPREFIX}-SimpleTAL>=4.1:../../www/py-simpletal PYTHON_VERSIONED_DEPENDENCIES= flup -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-simpletal +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-simpletal .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" diff --git a/www/py-ClientForm/Makefile b/www/py-ClientForm/Makefile index 39c0e4ee219..3b8fd7b44b8 100644 --- a/www/py-ClientForm/Makefile +++ b/www/py-ClientForm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/07/15 18:19:54 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/12/05 21:26:05 adam Exp $ DISTNAME= ClientForm-0.2.10 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,7 @@ COMMENT= Python module for handling HTML forms on the client side LICENSE= modified-bsd OR zpl-2.0 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.2.10 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.2.10 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-HTMLgen/Makefile b/www/py-HTMLgen/Makefile index f39ff69319f..b8ea18bea69 100644 --- a/www/py-HTMLgen/Makefile +++ b/www/py-HTMLgen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2014/05/09 07:37:24 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/12/05 21:26:05 adam Exp $ DISTNAME= HTMLgen PKGNAME= ${PYPKGPREFIX}-HTMLgen-2.2.2 @@ -18,7 +18,7 @@ PY_PATCHPLIST= yes REPLACE_PYTHON+= *.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 INSTALLATION_DIRS+= ${PYSITELIB} diff --git a/www/py-beautifulsoup/Makefile b/www/py-beautifulsoup/Makefile index 587288eeecf..a1bbf3ae205 100644 --- a/www/py-beautifulsoup/Makefile +++ b/www/py-beautifulsoup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/05/09 07:37:24 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2015/12/05 21:26:04 adam Exp $ DISTNAME= BeautifulSoup-3.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/B/b/:S/S/s/} @@ -10,7 +10,7 @@ HOMEPAGE= http://www.crummy.com/software/BeautifulSoup/ COMMENT= HTML/XML Parser for Python, version 3 LICENSE= modified-bsd -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # use py-beautifulsoup4 for python-3.x +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # use py-beautifulsoup4 for python-3.x .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-blosxom/Makefile b/www/py-blosxom/Makefile index dac12897619..e122ba2d233 100644 --- a/www/py-blosxom/Makefile +++ b/www/py-blosxom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2015/05/22 14:23:41 hauke Exp $ +# $NetBSD: Makefile,v 1.20 2015/12/05 21:26:04 adam Exp $ PYBLOXSOMVERS= 1.5.3 DISTNAME= pyblosxom-${PYBLOXSOMVERS} @@ -27,7 +27,7 @@ INSTALLATION_DIRS= ${DOC_SUBDIR} REPLACE_PYTHON= Pyblosxom/data/pyblosxom.cgi -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 pre-configure: cd ${WRKSRC} && ${FIND} Pyblosxom -type f -name '*.orig' \ diff --git a/www/py-clearsilver/Makefile b/www/py-clearsilver/Makefile index 9d0f66fec0d..d4defbbb6f5 100644 --- a/www/py-clearsilver/Makefile +++ b/www/py-clearsilver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2014/05/09 07:37:24 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2015/12/05 21:26:04 adam Exp $ PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 1 @@ -14,7 +14,7 @@ CFLAGS+= -fPIC INSTALL_DIRS= python PY_PATCHPLIST= YES -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.10.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.10.5 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-django-appmedia/Makefile b/www/py-django-appmedia/Makefile index 36f6ecdd926..f30003a9821 100644 --- a/www/py-django-appmedia/Makefile +++ b/www/py-django-appmedia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/12/31 13:57:30 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2015/12/05 21:26:05 adam Exp $ DISTNAME= django-appmedia-1.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,7 @@ COMMENT= Handling django app media LICENSE= modified-bsd USE_LANGUAGES= # empty -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 DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django diff --git a/www/py-django-cmsplugin_gallery/Makefile b/www/py-django-cmsplugin_gallery/Makefile index e6646a80a36..940446207c4 100644 --- a/www/py-django-cmsplugin_gallery/Makefile +++ b/www/py-django-cmsplugin_gallery/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:24 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2015/12/05 21:26:05 adam Exp $ DISTNAME= cmsplugin_gallery-0.5.5 PKGNAME= ${PYPKGPREFIX}-django-${DISTNAME} @@ -16,7 +16,5 @@ DEPENDS+= ${PYPKGPREFIX}-django-inline-ordering-[0-9]*:../../www/py-django-inlin USE_LANGUAGES= # none -#PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-django-appmedia via py-django-cms, py-django-easy-thumbnails - .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-django-mezzanine-filebrowser/Makefile b/www/py-django-mezzanine-filebrowser/Makefile index 79ec5745de2..8ebec3745cd 100644 --- a/www/py-django-mezzanine-filebrowser/Makefile +++ b/www/py-django-mezzanine-filebrowser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/12/31 13:57:30 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2015/12/05 21:26:05 adam Exp $ DISTNAME= filebrowser-safe-0.2.13 PKGNAME= ${PYPKGPREFIX}-django-mezzanine-${DISTNAME:S/-safe//} @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django USE_PKGLOCALEDIR= yes USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.2.13 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.2.13 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-django-mezzanine-grappelli/Makefile b/www/py-django-mezzanine-grappelli/Makefile index 85ce3bce36c..c1475277c9c 100644 --- a/www/py-django-mezzanine-grappelli/Makefile +++ b/www/py-django-mezzanine-grappelli/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/12/31 13:57:31 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2015/12/05 21:26:05 adam Exp $ DISTNAME= grappelli-safe-0.2.11 PKGNAME= ${PYPKGPREFIX}-django-mezzanine-${DISTNAME:S/-safe//} @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django USE_PKGLOCALEDIR= yes USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.2.11 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.2.11 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-django-photologue/Makefile b/www/py-django-photologue/Makefile index 2fc199d3d9b..69d88becae9 100644 --- a/www/py-django-photologue/Makefile +++ b/www/py-django-photologue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/12/31 13:57:31 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2015/12/05 21:26:05 adam Exp $ DISTNAME= django-photologue-2.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-django-south-[0-9]*:../../www/py-django-south DEPENDS+= ${PYPKGPREFIX}-django-tagging-[0-9]*:../../www/py-django-tagging USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-django-tagging, py-imaging +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-django-tagging, py-imaging .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-django-registration/Makefile b/www/py-django-registration/Makefile index abe1dd38fd8..717a6767a6c 100644 --- a/www/py-django-registration/Makefile +++ b/www/py-django-registration/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:25 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2015/12/05 21:26:05 adam Exp $ DISTNAME= django-registration-0.8-alpha-1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S:-alpha-:a:} @@ -18,7 +18,7 @@ USE_LANGUAGES= # none EGG_NAME= ${DISTNAME:S/-/_/g:S/registration_/registration-/} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.8a1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.8a1 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-django-tagging/Makefile b/www/py-django-tagging/Makefile index 0de601aed46..b701c77fb11 100644 --- a/www/py-django-tagging/Makefile +++ b/www/py-django-tagging/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/12/31 13:57:31 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2015/12/05 21:26:05 adam Exp $ DISTNAME= django-tagging-0.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.3.1 INSTALLATION_DIRS+= share/doc/py-django-tagging diff --git a/www/py-django14/Makefile b/www/py-django14/Makefile index 2fda697ed64..58ba1541c05 100644 --- a/www/py-django14/Makefile +++ b/www/py-django14/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/09/02 12:38:53 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2015/12/05 21:26:05 adam Exp $ DISTNAME= Django-1.4.22 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -20,7 +20,7 @@ REPLACE_PYTHON+= ${WRKSRC}/django/contrib/admin/static/admin/js/*.py REPLACE_PYTHON+= ${WRKSRC}/django/conf/project_template/*.py PYTHON_VERSIONED_DEPENDENCIES= flup -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # use py-django if you want python-3.x support +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # use py-django if you want python-3.x support .include "options.mk" diff --git a/www/py-django14/options.mk b/www/py-django14/options.mk index 7fbb2e7e388..313e290ffdd 100644 --- a/www/py-django14/options.mk +++ b/www/py-django14/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2015/03/26 22:13:52 jperkin Exp $ +# $NetBSD: options.mk,v 1.5 2015/12/05 21:26:05 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.django PKG_SUPPORTED_OPTIONS= mysql oracle pgsql sqlite @@ -10,7 +10,7 @@ PLIST_VARS+= ${PKG_SUPPORTED_OPTIONS} .if !empty(PKG_OPTIONS:Mmysql) DEPENDS+= ${PYPKGPREFIX}-mysqldb-[0-9]*:../../databases/py-mysqldb -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mysqldb +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-mysqldb PLIST.mysql= yes .endif @@ -26,6 +26,6 @@ PLIST.pgsql= yes .if !empty(PKG_OPTIONS:Msqlite) DEPENDS+= ${PYPKGPREFIX}-sqlite2-[0-9]*:../../databases/py-sqlite2 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-sqlite2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-sqlite2 PLIST.sqlite= yes .endif diff --git a/www/py-djangorestframework/Makefile b/www/py-djangorestframework/Makefile index 8abb123ff2e..e8a968c390a 100644 --- a/www/py-djangorestframework/Makefile +++ b/www/py-djangorestframework/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/12/31 13:57:32 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2015/12/05 21:26:05 adam Exp $ DISTNAME= djangorestframework-0.2.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= modified-bsd DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django USE_LANGUAGES= # empty -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.2.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.2.3 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-flup/Makefile b/www/py-flup/Makefile index 56bc2098a8c..0ae01ec01f8 100644 --- a/www/py-flup/Makefile +++ b/www/py-flup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/12/14 02:43:59 obache Exp $ +# $NetBSD: Makefile,v 1.14 2015/12/05 21:26:05 adam Exp $ DISTNAME= flup-1.0.2 PKGNAME= ${PYPKGPREFIX}-flup-1.0.2 @@ -11,7 +11,7 @@ COMMENT= WSGI support modules (python-2.x version) LICENSE= 2-clause-bsd USE_LANGUAGES= # empty -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-gdata/Makefile b/www/py-gdata/Makefile index 54cbbd32491..3fb3bb157df 100644 --- a/www/py-gdata/Makefile +++ b/www/py-gdata/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2014/05/09 07:37:25 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2015/12/05 21:26:05 adam Exp $ DISTNAME= gdata-2.0.18 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.0.18 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.0.18 # https://code.google.com/p/gdata-python-client/issues/detail?id=229 REPLACE_PYTHON= src/atom/__init__.py diff --git a/www/py-google-api-python-client/Makefile b/www/py-google-api-python-client/Makefile index d60eaf55d9f..ff9c591f0dd 100644 --- a/www/py-google-api-python-client/Makefile +++ b/www/py-google-api-python-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/12/31 13:57:33 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2015/12/05 21:26:05 adam Exp $ DISTNAME= google-api-python-client-1.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-httplib2-[0-9]*:../../www/py-httplib2 DEPENDS+= ${PYPKGPREFIX}-oauth2client-[0-9]*:../../security/py-oauth2client DEPENDS+= ${PYPKGPREFIX}-uritemplate-[0-9]*:../../textproc/py-uritemplate -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # as of 1.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # as of 1.3.1 # doesn't work, but doesn't matter # see also https://github.com/google/google-api-python-client/issues/40 diff --git a/www/py-jonpy/Makefile b/www/py-jonpy/Makefile index d19a61be276..dd9bf17d3ef 100644 --- a/www/py-jonpy/Makefile +++ b/www/py-jonpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/05/09 07:37:25 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2015/12/05 21:26:06 adam Exp $ DISTNAME= jonpy-0.06 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://jonpy.sourceforge.net/ COMMENT= Tools for FastCGI/CGI Python programs LICENSE= mit -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.06 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.06 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-mechanize/Makefile b/www/py-mechanize/Makefile index f9fcd99e7d4..13fb8c9ccb7 100644 --- a/www/py-mechanize/Makefile +++ b/www/py-mechanize/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/05/09 07:37:25 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/12/05 21:26:06 adam Exp $ DISTNAME= mechanize-0.2.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Stateful programmatic web browsing in Python USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.2.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.2.5 do-test: ${RUN}cd ${WRKSRC}; ${PYTHONBIN} test.py diff --git a/www/py-mezzanine/Makefile b/www/py-mezzanine/Makefile index 00b11ce2604..d86cd1a117f 100644 --- a/www/py-mezzanine/Makefile +++ b/www/py-mezzanine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:25 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2015/12/05 21:26:06 adam Exp $ DISTNAME= Mezzanine-1.2.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -26,7 +26,7 @@ DEPENDS+= ${PYPKGPREFIX}-django-mezzanine-grappelli-[0-9]*:../../www/py-django-m USE_PKGLOCALEDIR= yes USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-postgresql, py-django-mezzanine-filebrowser, py-django-mezzanine-grappelli, py-imaging +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-postgresql, py-django-mezzanine-filebrowser, py-django-mezzanine-grappelli, py-imaging MESSAGE_SUBST+= PYTHONBIN=${PYTHONBIN} diff --git a/www/py-moin/Makefile b/www/py-moin/Makefile index fffa8758d1d..5821bfca83c 100644 --- a/www/py-moin/Makefile +++ b/www/py-moin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2015/06/12 10:52:15 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2015/12/05 21:26:06 adam Exp $ VER= 1.9.7 DISTNAME= moin-${VER} @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.9.7 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.9.7 REPLACE_PYTHON= jabberbot/bot.py \ MoinMoin/version.py \ diff --git a/www/py-nevow/Makefile b/www/py-nevow/Makefile index ee0e91f1235..948ed7522ea 100644 --- a/www/py-nevow/Makefile +++ b/www/py-nevow/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2015/07/01 13:47:46 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2015/12/05 21:26:06 adam Exp $ VERSION= 0.11.1 DISTNAME= Nevow-${VERSION} @@ -19,7 +19,7 @@ DEPENDS+= ${PYPKGPREFIX}-xml>=0.8.3:../../textproc/py-xml REPLACE_PYTHON= nevow/test/segfault.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-twisted py-xml .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" diff --git a/www/py-pendrell/Makefile b/www/py-pendrell/Makefile index 8f0bd9ca8ac..30d0016c643 100644 --- a/www/py-pendrell/Makefile +++ b/www/py-pendrell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:25 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/12/05 21:26:06 adam Exp $ DISTNAME= pendrell-0.2.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-twisted>=10.0.0:../../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/www/py-python-digest/Makefile b/www/py-python-digest/Makefile index 7b49c1d3074..63d01f9b31e 100644 --- a/www/py-python-digest/Makefile +++ b/www/py-python-digest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/12/31 13:57:34 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2015/12/05 21:26:06 adam Exp $ DISTNAME= python-digest-1.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= modified-bsd USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-pywebdav/Makefile b/www/py-pywebdav/Makefile index b63a5718b12..9b23c8e2c99 100644 --- a/www/py-pywebdav/Makefile +++ b/www/py-pywebdav/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:25 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/05 21:26:06 adam Exp $ VERSION= 0.9.8 DISTNAME= PyWebDAV-${VERSION} @@ -17,7 +17,7 @@ PLIST_SUBST+= DOCDIR=${DOCDIR:Q} INSTALLATION_DIRS+= ${DOCDIR} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.9.8 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.9.8 post-install: ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/${DOCDIR} diff --git a/www/py-scgi/Makefile b/www/py-scgi/Makefile index 05c2a57a600..458cff28b2d 100644 --- a/www/py-scgi/Makefile +++ b/www/py-scgi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/11/24 04:45:05 mef Exp $ +# $NetBSD: Makefile,v 1.11 2015/12/05 21:26:06 adam Exp $ PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -7,7 +7,7 @@ LICENSE= cnri-license DEPENDS+= ${PYPKGPREFIX}-quixote-[0-9]*:../../devel/py-quixote -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-quixote +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-quixote .include "../../lang/python/distutils.mk" diff --git a/www/py-simpletal/Makefile b/www/py-simpletal/Makefile index 6df7cb91cf4..b0a550ace6b 100644 --- a/www/py-simpletal/Makefile +++ b/www/py-simpletal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:26 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2015/12/05 21:26:06 adam Exp $ DISTNAME= SimpleTAL-4.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= modified-bsd USE_LANGUAGES= #none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 do-test: ${PYTHONBIN} ${WRKSRC}/runtests.py diff --git a/www/py-swish-e/Makefile b/www/py-swish-e/Makefile index 1c107b8f767..8db851eade4 100644 --- a/www/py-swish-e/Makefile +++ b/www/py-swish-e/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/05/09 07:37:26 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2015/12/05 21:26:06 adam Exp $ DISTNAME= swish-e-0.5 PKGNAME= ${PYPKGPREFIX}-swish-e-0.5 @@ -15,7 +15,7 @@ LICENSE= 2-clause-bsd EGG_NAME= SwishE-${PKGVERSION_NOREV} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.5 .include "../../lang/python/distutils.mk" .include "../../www/swish-e/buildlink3.mk" diff --git a/www/py-twill/Makefile b/www/py-twill/Makefile index fc1aaa6dc73..1f7a01a81e1 100644 --- a/www/py-twill/Makefile +++ b/www/py-twill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:26 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/05 21:26:06 adam Exp $ DISTNAME= twill-1.8.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ USE_LANGUAGES= # none PY_PATCHPLIST= yes PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # setup fails for 1.8.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # setup fails for 1.8.0 post-install: ${MV} ${DESTDIR}${PREFIX}/bin/twill-fork \ diff --git a/www/py-uliweb/Makefile b/www/py-uliweb/Makefile index e89680a637c..071ed43c6eb 100644 --- a/www/py-uliweb/Makefile +++ b/www/py-uliweb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/07/29 02:42:01 wen Exp $ +# $NetBSD: Makefile,v 1.6 2015/12/05 21:26:06 adam Exp $ DISTNAME= Uliweb-0.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/U/u/} @@ -10,7 +10,7 @@ HOMEPAGE= https://pypi.python.org/pypi/Uliweb/ COMMENT= Easy python web framework LICENSE= 2-clause-bsd -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.2.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.2.3 REPLACE_PYTHON= uliweb/contrib/csrf/*.py REPLACE_PYTHON+= uliweb/core/*.py diff --git a/www/py-webpy/Makefile b/www/py-webpy/Makefile index f6d0b1df86d..cd4a0d1acaa 100644 --- a/www/py-webpy/Makefile +++ b/www/py-webpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2014/05/09 07:37:26 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/12/05 21:26:07 adam Exp $ DISTNAME= web.py-0.37 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= public-domain USE_LANGUAGES= #none REPLACE_PYTHON+= web/__init__.py web/utils.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.37 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.37 .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" diff --git a/www/py-werkzeug-docs/Makefile b/www/py-werkzeug-docs/Makefile index 46b8e817b1e..dec4581a664 100644 --- a/www/py-werkzeug-docs/Makefile +++ b/www/py-werkzeug-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2015/03/01 20:02:27 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2015/12/05 21:26:07 adam Exp $ PKGNAME= ${PYPKGPREFIX}-werkzeug-docs-${DISTNAME:C/[^-]*-//} @@ -23,7 +23,7 @@ do-install: && ${FIND} ${DOCDIR}/html -type f -print > ${WRKDIR}/PLIST PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # sphinx detection broken as of 0.9.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # sphinx detection broken as of 0.9.4 .include "../../lang/python/pyversion.mk" BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx>=1.2.3nb1:../../textproc/py-sphinx diff --git a/www/ruby-pygments.rb/Makefile b/www/ruby-pygments.rb/Makefile index 3eff6ef76dc..511d5df1611 100644 --- a/www/ruby-pygments.rb/Makefile +++ b/www/ruby-pygments.rb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/11/23 12:16:32 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/12/05 21:26:07 adam Exp $ DISTNAME= pygments.rb-0.6.3 PKGREVISION= 2 @@ -20,7 +20,7 @@ SUBST_FILES.path= lib/pygments/popen.rb SUBST_SED.path+= -e 's|@PYTHON@|python${PYVERSSUFFIX}|' SUBST_MESSAGE.path= Fixing Python's path. -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # as of 0.6.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # as of 0.6.3 .include "../../lang/ruby/gem.mk" .include "../../lang/python/application.mk" diff --git a/www/trac/Makefile b/www/trac/Makefile index 510b363f836..90de0716e6b 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 2015/09/13 23:37:39 gdt Exp $ +# $NetBSD: Makefile,v 1.73 2015/12/05 21:26:07 adam Exp $ DISTNAME= Trac-1.0.9 PKGNAME= ${DISTNAME:tl} @@ -46,7 +46,7 @@ PYDISTUTILSPKG= YES PY_PATCHPLIST= YES REPLACE_PYTHON= contrib/cgi-bin/trac.* contrib/*.py contrib/*-hook REPLACE_PYTHON+= trac/tests/functional/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.0 .include "../../lang/python/application.mk" diff --git a/www/urlgrabber/Makefile b/www/urlgrabber/Makefile index 720781d29c8..5ff0200bfe0 100644 --- a/www/urlgrabber/Makefile +++ b/www/urlgrabber/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/05/09 07:37:26 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/12/05 21:26:07 adam Exp $ DISTNAME= urlgrabber-3.1.0 PKGREVISION= 3 @@ -10,7 +10,7 @@ HOMEPAGE= http://urlgrabber.baseurl.org/ COMMENT= Python package that drastically simplifies the fetching of files USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.1.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 3.1.0 .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" diff --git a/www/viewvc/Makefile b/www/viewvc/Makefile index b36243782d5..01604543745 100644 --- a/www/viewvc/Makefile +++ b/www/viewvc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2015/01/16 12:12:03 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2015/12/05 21:26:07 adam Exp $ DISTNAME= viewvc-1.1.23 CATEGORIES= devel www @@ -10,7 +10,7 @@ COMMENT= Viewing the content of CVS/SVN repositories with a Webbrowser LICENSE= 2-clause-bsd REPLACE_PYTHON= viewvc-install bin/* bin/cgi/*.cgi lib/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.1.20 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.1.20 .if !exists(/usr/bin/rlog) DEPENDS+= rcs-[0-9]*:../../devel/rcs diff --git a/www/webkit-gtk/Makefile b/www/webkit-gtk/Makefile index de8d92bdb99..e3744c0082d 100644 --- a/www/webkit-gtk/Makefile +++ b/www/webkit-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.105 2015/11/22 08:46:35 leot Exp $ +# $NetBSD: Makefile,v 1.106 2015/12/05 21:26:07 adam Exp $ DISTNAME= webkitgtk-2.10.4 PKGNAME= ${DISTNAME:S/webkitgtk/webkit-gtk/} @@ -57,7 +57,7 @@ BUILD_DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR} CMAKE_ARGS+= -DRUBY_EXECUTABLE=${RUBY} PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.10.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.10.2 .include "../../lang/python/application.mk" CMAKE_ARGS+= -DPYTHON_EXECUTABLE=${PYTHONBIN} diff --git a/www/webkit1-gtk/Makefile.common b/www/webkit1-gtk/Makefile.common index b45dc76b76a..0f29d9b3e76 100644 --- a/www/webkit1-gtk/Makefile.common +++ b/www/webkit1-gtk/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2015/06/07 14:06:00 youri Exp $ +# $NetBSD: Makefile.common,v 1.3 2015/12/05 21:26:07 adam Exp $ # used by www/webkit1-gtk/Makefile # used by www/webkit1-gtk3/Makefile @@ -43,7 +43,7 @@ BUILD_DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR} CONFIGURE_ENV+= RUBY=${RUBY} PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.10.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.10.2 .include "../../lang/python/application.mk" CONFIGURE_ENV+= PYTHON=${PYTHONBIN} diff --git a/www/webkit24-gtk/Makefile.common b/www/webkit24-gtk/Makefile.common index 8f8184b8458..d7ffd3fc72b 100644 --- a/www/webkit24-gtk/Makefile.common +++ b/www/webkit24-gtk/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2015/08/23 00:44:59 leot Exp $ +# $NetBSD: Makefile.common,v 1.3 2015/12/05 21:26:07 adam Exp $ # used by www/webkit24-gtk/Makefile # used by www/webkit24-gtk3/Makefile @@ -59,7 +59,7 @@ BUILD_DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR} CONFIGURE_ENV+= RUBY=${RUBY} PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.10.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.10.2 .include "../../lang/python/application.mk" CONFIGURE_ENV+= PYTHON=${PYTHONBIN} diff --git a/x11/alacarte/Makefile b/x11/alacarte/Makefile index a73e786739c..4b64202e0aa 100644 --- a/x11/alacarte/Makefile +++ b/x11/alacarte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2015/06/12 10:52:16 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2015/12/05 21:26:07 adam Exp $ DISTNAME= alacarte-0.13.1 PKGREVISION= 30 @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes USE_TOOLS+= intltool perl pkg-config gmake msgfmt PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-ORBit via py-gnome2, py-gtk2 SUBST_CLASSES+= paths SUBST_STAGE.paths= pre-configure diff --git a/x11/arandr/Makefile b/x11/arandr/Makefile index 7cf210c0570..b8d5dd0dad8 100644 --- a/x11/arandr/Makefile +++ b/x11/arandr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/09/27 16:49:54 kamil Exp $ +# $NetBSD: Makefile,v 1.2 2015/12/05 21:26:07 adam Exp $ DISTNAME= arandr-0.1.8 CATEGORIES= x11 @@ -14,7 +14,7 @@ DEPENDS+= xrandr>=1.2:../../x11/xrandr PY_PATCHPLIST = YES PYSETUP = setup.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2, py-docutils +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2, py-docutils # Adjust setup.py SUBST_CLASSES+= setup diff --git a/x11/avant-window-navigator/Makefile b/x11/avant-window-navigator/Makefile index 384639b3e71..ff9a95761c6 100644 --- a/x11/avant-window-navigator/Makefile +++ b/x11/avant-window-navigator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2015/04/25 14:25:03 tnn Exp $ +# $NetBSD: Makefile,v 1.26 2015/12/05 21:26:07 adam Exp $ DISTNAME= avant-window-navigator-0.4.0 PKGREVISION= 19 @@ -43,7 +43,7 @@ PY_PATCHPLIST= yes REPLACE_PYTHON+= awn-settings/awnSettings.py.in REPLACE_PYTHON+= awn-settings/awnSettingsHelper.py PYTHON_VERSIONED_DEPENDENCIES= cairo:link -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 .include "../../devel/GConf/schemas.mk" .include "../../lang/vala/buildlink3.mk" diff --git a/x11/driconf/Makefile b/x11/driconf/Makefile index aad1c69bc7b..7e4e342e8ea 100644 --- a/x11/driconf/Makefile +++ b/x11/driconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2014/05/09 07:37:26 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2015/12/05 21:26:07 adam Exp $ DISTNAME= driconf-0.9.1 PKGREVISION= 10 @@ -19,7 +19,7 @@ USE_TOOLS+= msgfmt msgmerge xgettext CONFIGURE_ARGS+= --prefix=${PREFIX:Q} REPLACE_PYTHON= *.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 SUBST_CLASSES+= fix-paths SUBST_FILES.fix-paths= driconf driconf.desktop diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index d2440710b53..fa4b7cf8e79 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.133 2015/10/10 01:58:22 ryoon Exp $ +# $NetBSD: Makefile,v 1.134 2015/12/05 21:26:07 adam Exp $ DISTNAME= gnome-applets-2.32.1.1 PKGREVISION= 42 @@ -15,7 +15,7 @@ USE_TOOLS+= gmake intltool msgfmt pkg-config USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-ORBit via py-gnome2 .include "options.mk" diff --git a/x11/gnome-mag/Makefile b/x11/gnome-mag/Makefile index 65441cd7a8b..60dea6098f1 100644 --- a/x11/gnome-mag/Makefile +++ b/x11/gnome-mag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.88 2015/04/25 14:25:04 tnn Exp $ +# $NetBSD: Makefile,v 1.89 2015/12/05 21:26:08 adam Exp $ DISTNAME= gnome-mag-0.16.3 PKGREVISION= 20 @@ -28,7 +28,7 @@ SUBST_SED.doxy= -e 's,SUBDIRS = reference,SUBDIRS =,' DEPENDS+= ${PYPKGPREFIX}-gnome2-desktop-[0-9]*:../../x11/py-gnome2-desktop REPLACE_PYTHON= colorblind/colorblind-applet.py PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-ORBit via py-gnome2, py-gtk2 .include "../../misc/colorblind/buildlink3.mk" .include "../../devel/py-gobject/buildlink3.mk" .include "../../x11/py-gtk2/buildlink3.mk" diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 0905473181f..02e357ec3d0 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.178 2015/10/10 01:57:56 ryoon Exp $ +# $NetBSD: Makefile,v 1.179 2015/12/05 21:26:08 adam Exp $ DISTNAME= gnome-panel-2.32.1 PKGREVISION= 45 @@ -22,7 +22,7 @@ USE_LIBTOOL= YES PKGCONFIG_OVERRIDE+= bonobo/libpanel-applet/libpanelapplet-2.0.pc.in PKGCONFIG_OVERRIDE+= libpanel-applet/libpanelapplet-3.0.pc.in CONFIGURE_ENV+= PYTHON=${PYTHONBIN} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-ORBit via py-gnome2 # XXX this pkg installs a gio module to ${PREFIX}/lib/gnome-panel/modules # but there are two problems with this: diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile index 26502801c4d..987d1a30f4b 100644 --- a/x11/gnome-terminal/Makefile +++ b/x11/gnome-terminal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2015/06/12 10:52:17 wiz Exp $ +# $NetBSD: Makefile,v 1.67 2015/12/05 21:26:08 adam Exp $ DISTNAME= gnome-terminal-2.32.1 PKGREVISION= 25 @@ -24,7 +24,7 @@ CONFIGURE_ENV+= ac_cv_path_GTK_BUILDER_CONVERT="${PYTHONBIN} ${BUILDLINK_PREFIX GCONF_SCHEMAS= gnome-terminal.schemas PYTHON_FOR_BUILD_ONLY= YES -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.32.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.32.1 .include "../../sysutils/desktop-file-utils/desktopdb.mk" BUILDLINK_API_DEPENDS.GConf+= GConf>=2.14.0 diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index 25244fb035a..3a0dadb709d 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.271 2015/11/25 12:54:23 jperkin Exp $ +# $NetBSD: Makefile,v 1.272 2015/12/05 21:26:08 adam Exp $ DISTNAME= gtk+-2.24.28 PKGNAME= ${DISTNAME:S/gtk/gtk2/} @@ -81,7 +81,7 @@ SUBST_MESSAGE.iconcache= Renaming gtk-icon-cache-update. SUBST_SED.iconcache= -e 's,gtk-update-icon-cache,gtk2-update-icon-cache,g' SUBST_FILES.iconcache= gtk/Makefile.in -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.24.22 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.24.22 REPLACE_PYTHON= gtk/gtk-builder-convert # We remove the module databases during post-install since we create them diff --git a/x11/kde-workspace4/Makefile b/x11/kde-workspace4/Makefile index 89979b4c33f..6620cb8e1b7 100644 --- a/x11/kde-workspace4/Makefile +++ b/x11/kde-workspace4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2015/10/08 10:08:03 tnn Exp $ +# $NetBSD: Makefile,v 1.49 2015/12/05 21:26:08 adam Exp $ DISTNAME= kde-workspace-4.11.14 PKGNAME= ${DISTNAME:S/-4/4-4/} @@ -6,7 +6,7 @@ PKGREVISION= 2 CATEGORIES= x11 COMMENT= Base workspace for the KDE 4 integrated X11 desktop -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 4.11.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 4.11.3 .include "../../meta-pkgs/kde4/Makefile.kde4" diff --git a/x11/libdesktop-agnostic/Makefile b/x11/libdesktop-agnostic/Makefile index 08313c764fe..32b2e03693e 100644 --- a/x11/libdesktop-agnostic/Makefile +++ b/x11/libdesktop-agnostic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2015/04/25 14:25:13 tnn Exp $ +# $NetBSD: Makefile,v 1.25 2015/12/05 21:26:08 adam Exp $ DISTNAME= libdesktop-agnostic-0.3.92 PKGREVISION= 17 @@ -19,7 +19,7 @@ CONFIGURE_ARGS= --config-backends=keyfile,gconf \ --desktop-entry-backends=glib PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.92 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.3.92 EGDIR= ${PREFIX}/share/examples/libdesktop-agnostic PKG_SYSCONFSUBDIR= xdg diff --git a/x11/py-Pmw/Makefile b/x11/py-Pmw/Makefile index 32826047f85..5cc9f5100b5 100644 --- a/x11/py-Pmw/Makefile +++ b/x11/py-Pmw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2014/05/09 07:37:27 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2015/12/05 21:26:09 adam Exp $ DISTNAME= Pmw.1.3.2 EGG_NAME= ${DISTNAME:S/./-/} @@ -17,7 +17,7 @@ DEPENDS+= blt>=2.4i:../../x11/blt USE_LANGUAGES= # empty PYSETUPSUBDIR= src -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/py-gnome2-desktop/Makefile b/x11/py-gnome2-desktop/Makefile index aebd2bcd5fb..39a1ea5cbbe 100644 --- a/x11/py-gnome2-desktop/Makefile +++ b/x11/py-gnome2-desktop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.95 2015/10/10 01:58:23 ryoon Exp $ +# $NetBSD: Makefile,v 1.96 2015/12/05 21:26:08 adam Exp $ DISTNAME= gnome-python-desktop-2.32.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python/2/} @@ -20,7 +20,7 @@ USE_TOOLS+= pkg-config gmake PKGCONFIG_OVERRIDE+= gnome-python-desktop-2.0.pc.in -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-ORBit via py-gnome2, py-gtk2 PYTHON_VERSIONED_DEPENDENCIES= cairo:link .include "../../lang/python/pyversion.mk" diff --git a/x11/py-gnome2-extras/Makefile b/x11/py-gnome2-extras/Makefile index 21b0dbefe4d..a735ed786f5 100644 --- a/x11/py-gnome2-extras/Makefile +++ b/x11/py-gnome2-extras/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2015/04/25 14:25:14 tnn Exp $ +# $NetBSD: Makefile,v 1.75 2015/12/05 21:26:08 adam Exp $ DISTNAME= gnome-python-extras-2.25.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/gnome-python/gnome2/} @@ -16,7 +16,7 @@ BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl PY_PATCHPLIST= YES -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-ORBit via py-gnome2 USE_LIBTOOL= YES PKGCONFIG_OVERRIDE+= gnome-python-extras-2.0.pc.in GNU_CONFIGURE= YES diff --git a/x11/py-gnome2/Makefile b/x11/py-gnome2/Makefile index 9164f1ff300..530d4a401ee 100644 --- a/x11/py-gnome2/Makefile +++ b/x11/py-gnome2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.103 2015/04/25 14:25:14 tnn Exp $ +# $NetBSD: Makefile,v 1.104 2015/12/05 21:26:08 adam Exp $ DISTNAME= gnome-python-2.28.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/gnome-python/gnome2/} @@ -18,7 +18,7 @@ GNU_CONFIGURE= YES CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} USE_TOOLS+= pkg-config gmake -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-ORBit, py-gtk2 .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" diff --git a/x11/py-gtk2/Makefile b/x11/py-gtk2/Makefile index dd8e310b145..61392097c93 100644 --- a/x11/py-gtk2/Makefile +++ b/x11/py-gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.101 2015/04/25 14:25:15 tnn Exp $ +# $NetBSD: Makefile,v 1.102 2015/12/05 21:26:08 adam Exp $ DISTNAME= pygtk-2.24.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pygtk/gtk2/} @@ -22,7 +22,7 @@ USE_TOOLS+= gmake pkg-config PY_PATCHPLIST= YES PYTHON_VERSIONED_DEPENDENCIES= cairo:link -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.24.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.24.0 REPLACE_PYTHON+= examples/atk/atk-demo.py REPLACE_PYTHON+= examples/glade/autoconnect.py diff --git a/x11/py-gtksourceview/Makefile b/x11/py-gtksourceview/Makefile index 55396789551..57f26eaa5a1 100644 --- a/x11/py-gtksourceview/Makefile +++ b/x11/py-gtksourceview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2015/04/25 14:25:15 tnn Exp $ +# $NetBSD: Makefile,v 1.37 2015/12/05 21:26:08 adam Exp $ DISTNAME= pygtksourceview-2.10.1 PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/} @@ -19,7 +19,7 @@ PKGCONFIG_OVERRIDE+= pygtksourceview-2.0.pc.in GNU_CONFIGURE= YES USE_TOOLS+= pkg-config PY_PATCHPLIST= YES -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 .include "../../lang/python/extension.mk" diff --git a/x11/py-keybinder/Makefile b/x11/py-keybinder/Makefile index 290fcedc132..7ae25838398 100644 --- a/x11/py-keybinder/Makefile +++ b/x11/py-keybinder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/07/11 11:13:28 kamil Exp $ +# $NetBSD: Makefile,v 1.2 2015/12/05 21:26:08 adam Exp $ .include "../../x11/keybinder/Makefile.common" @@ -13,7 +13,7 @@ CONFIGURE_ARGS+= --disable-lua CONFIGURE_ARGS+= --enable-python PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 INSTALL_DIRS= python-keybinder diff --git a/x11/py-kiwi/Makefile b/x11/py-kiwi/Makefile index 3957104d7ba..5989753cfbc 100644 --- a/x11/py-kiwi/Makefile +++ b/x11/py-kiwi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2015/04/25 14:25:15 tnn Exp $ +# $NetBSD: Makefile,v 1.37 2015/12/05 21:26:08 adam Exp $ DISTNAME= kiwi-1.9.29 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ LICENSE= gnu-lgpl-v2.1 # or later USE_LANGUAGES= #none USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 SUBST_CLASSES+= localedir SUBST_STAGE.localedir= pre-configure diff --git a/x11/py-qwt-qt4/Makefile b/x11/py-qwt-qt4/Makefile index 0e744c4fdb6..6f8ef714f7d 100644 --- a/x11/py-qwt-qt4/Makefile +++ b/x11/py-qwt-qt4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2015/04/25 14:25:15 tnn Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/05 21:26:09 adam Exp $ DISTNAME= PyQwt-5.2.0 PKGNAME= ${PYPKGPREFIX}-qwt-qt4-${DISTNAME:S/PyQwt-//} @@ -21,7 +21,7 @@ PLIST_SUBST+= PYSITELIB=${PYSITELIB} PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} # Following line rescues from 'Unresolved dependency with pbulk' -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-Numeric +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-Numeric REPLACE_PYTHON+=qt4lib/PyQt4/Qwt5/grace.py REPLACE_PYTHON+=qt4lib/PyQt4/Qwt5/qplt.py diff --git a/x11/py-terminator/Makefile b/x11/py-terminator/Makefile index c51bc6d1983..cf9fd1ab24a 100644 --- a/x11/py-terminator/Makefile +++ b/x11/py-terminator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2015/10/03 02:52:33 kamil Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/05 21:26:09 adam Exp $ DISTNAME= terminator-0.98 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= https://launchpad.net/terminator COMMENT= Terminator, multiple terminals in one window LICENSE= gnu-gpl-v2 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.98 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.98 REPLACE_PYTHON+= *.py REPLACE_PYTHON+= terminatorlib/*.py diff --git a/x11/py-vte/Makefile b/x11/py-vte/Makefile index 21bcc0f96b2..a425282809f 100644 --- a/x11/py-vte/Makefile +++ b/x11/py-vte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2015/04/25 14:25:15 tnn Exp $ +# $NetBSD: Makefile,v 1.24 2015/12/05 21:26:09 adam Exp $ .include "../../x11/vte/Makefile.common" @@ -20,7 +20,7 @@ CONFIGURE_ARGS+= --enable-python CONFIGURE_ARGS+= --disable-freetype-test CONFIGURE_ARGS+= --enable-Bsymbolic=auto -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 BUILD_DIRS= python diff --git a/x11/py-wxWidgets/Makefile b/x11/py-wxWidgets/Makefile index f079e01b07b..6704c885be5 100644 --- a/x11/py-wxWidgets/Makefile +++ b/x11/py-wxWidgets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2015/06/12 10:52:18 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2015/12/05 21:26:09 adam Exp $ VERSION= 2.8.12.0 DISTNAME= wxPython-src-${VERSION} @@ -19,7 +19,7 @@ USE_TOOLS+= gmake pkg-config # previous name of the package CONFLICTS+= ${PYPKGPREFIX}-wxWindows-[0-9]* PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.8.10.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.8.10.1 # no scripts to avoid conflicts #PYSETUPBUILDARGS+= NO_SCRIPTS=1 diff --git a/x11/rox-session/Makefile b/x11/rox-session/Makefile index 513aab30f1e..8bcc58e684e 100644 --- a/x11/rox-session/Makefile +++ b/x11/rox-session/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2015/04/25 14:25:19 tnn Exp $ +# $NetBSD: Makefile,v 1.45 2015/12/05 21:26:09 adam Exp $ DISTNAME= rox-session-0.28 PKGREVISION= 28 @@ -18,7 +18,7 @@ DIST_SUBDIR= rox NO_BUILD= yes REPLACE_PYTHON= AppRun tests/testutils.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 INSTALLATION_DIRS= share/rox/ROX-Session diff --git a/x11/tint2/Makefile b/x11/tint2/Makefile index 6c826693ca3..2746232c4dc 100644 --- a/x11/tint2/Makefile +++ b/x11/tint2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2015/04/25 14:25:20 tnn Exp $ +# $NetBSD: Makefile,v 1.35 2015/12/05 21:26:09 adam Exp $ DISTNAME= tint2-0.11 PKGREVISION= 24 @@ -21,7 +21,7 @@ CONF_FILES= ${PREFIX}/share/examples/tint2/tint2rc \ ${PKG_SYSCONFDIR}/xdg/tint2/tint2rc REPLACE_PYTHON+= src/tint2conf/tintwizard.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 CMAKE_OPTS+= -DCMAKE_INSTALL_PREFIX=${PREFIX} CMAKE_OPTS+= -DSYSCONFDIR=${PKG_SYSCONFDIR} |