diff options
author | wiz <wiz@pkgsrc.org> | 2017-01-01 14:43:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-01-01 14:43:22 +0000 |
commit | d9cd52ca4f7d2f437462e137076da25e25647437 (patch) | |
tree | 6f510156548caacca7fb56a561c073c3aafcb9b7 | |
parent | bb6aab2f58f81bc7205abbd391e485390b223225 (diff) | |
download | pkgsrc-d9cd52ca4f7d2f437462e137076da25e25647437.tar.gz |
Add python-3.6 to incompatible versions.
577 files changed, 1158 insertions, 1158 deletions
diff --git a/archivers/py-czipfile/Makefile b/archivers/py-czipfile/Makefile index 4f32499ea06..0e460cde96a 100644 --- a/archivers/py-czipfile/Makefile +++ b/archivers/py-czipfile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/07/09 21:13:02 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2017/01/01 14:43:22 wiz Exp $ DISTNAME= czipfile-1.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= http://pypi.python.org/pypi/czipfile COMMENT= Replacement for builtin zipfile, with fast, C-based zipfile decryption LICENSE= python-software-foundation -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # for 2.x only +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # for 2.x only .include "../../lang/python/egg.mk" .include "../../devel/py-cython/buildlink3.mk" diff --git a/audio/ardour/Makefile b/audio/ardour/Makefile index 1efba14a717..660528726df 100644 --- a/audio/ardour/Makefile +++ b/audio/ardour/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/10/07 18:25:36 adam Exp $ +# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:22 wiz Exp $ DISTNAME= ardour-4.7 PKGREVISION= 3 @@ -140,7 +140,7 @@ CONF_FILES+= ${EGDIR}/trx.menus ${PKG_SYSCONFDIR}/trx.menus # As of NetBSD-7.99.21 pkgsrc's checks cannot open file with rare unicode characters CHECK_PORTABILITY_SKIP+= libs/pbd/test/i18n_test/*.tst -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 35 # as of 4.4 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 35 # as of 4.4 .include "../../mk/bsd.prefs.mk" diff --git a/audio/aubio/Makefile b/audio/aubio/Makefile index 4dd90c09ef0..7c375f6ee30 100644 --- a/audio/aubio/Makefile +++ b/audio/aubio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/11/24 02:23:41 wiedi Exp $ +# $NetBSD: Makefile,v 1.11 2017/01/01 14:43:22 wiz 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= 34 35 # not yet ported as of 0.3.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.3.2 CPPFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t -Du_int64_t=uint64_t diff --git a/audio/csound5/Makefile b/audio/csound5/Makefile index e79d05aa81b..0f7b994672e 100644 --- a/audio/csound5/Makefile +++ b/audio/csound5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2016/07/09 13:03:30 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2017/01/01 14:43:22 wiz 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= 34 35 # not yet ported as of 5.01 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 5.01 INSTALLATION_DIRS= bin diff --git a/audio/csound6-manual/Makefile b/audio/csound6-manual/Makefile index 8ca80c087bc..d312689f887 100644 --- a/audio/csound6-manual/Makefile +++ b/audio/csound6-manual/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2016/07/09 13:03:30 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2017/01/01 14:43:22 wiz Exp $ DISTNAME= manual_src PKGNAME= csound6-manual-${CSOUND_VERSION} @@ -31,7 +31,7 @@ SUBST_FILES.python= Makefile SUBST_STAGE.python= pre-build SUBST_MESSAGE.python= Fixing path to python. -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 6.02 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 c5fd229a098..31263850464 100644 --- a/audio/csound6/Makefile +++ b/audio/csound6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2016/10/07 18:25:37 adam Exp $ +# $NetBSD: Makefile,v 1.17 2017/01/01 14:43:22 wiz 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= 34 35 # not yet ported as of 5.01 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 5.01 INSTALLATION_DIRS= bin diff --git a/audio/exaile/Makefile b/audio/exaile/Makefile index c745c7994f4..2d114722a18 100644 --- a/audio/exaile/Makefile +++ b/audio/exaile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2016/08/03 10:22:28 adam Exp $ +# $NetBSD: Makefile,v 1.53 2017/01/01 14:43:22 wiz 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= 34 35 # py-sqlite2, py-gtk2, py-gstreamer0.10 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 5c041f5ee54..e7c42b574bd 100644 --- a/audio/eyeD3/Makefile +++ b/audio/eyeD3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/07/09 13:03:30 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2017/01/01 14:43:22 wiz 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= 34 35 # not yet ported as of 0.7.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 7b1e0b9f711..2cdd67fb9ed 100644 --- a/audio/moss/Makefile +++ b/audio/moss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2016/07/09 13:03:30 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2017/01/01 14:43:22 wiz Exp $ DISTNAME= moss-0.1.13 PKGREVISION= 6 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= ${PYPKGPREFIX}-ogg>=1.3:../../audio/py-ogg DEPENDS+= ${PYPKGPREFIX}-vorbis>=1.3:../../audio/py-vorbis -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-ogg, py-vorbis +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ogg, py-vorbis REPLACE_PYTHON= ${WRKSRC}/*.py diff --git a/audio/mutagen-tools/Makefile b/audio/mutagen-tools/Makefile index 6cfef125178..4e2e0266e65 100644 --- a/audio/mutagen-tools/Makefile +++ b/audio/mutagen-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2016/07/09 13:03:30 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2017/01/01 14:43:22 wiz 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= 34 35 # string type problems +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # string type problems .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/picard/Makefile b/audio/picard/Makefile index f144f9d1d1b..7e2b81ba211 100644 --- a/audio/picard/Makefile +++ b/audio/picard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2016/08/17 00:06:41 ryoon Exp $ +# $NetBSD: Makefile,v 1.32 2017/01/01 14:43:23 wiz Exp $ DISTNAME= picard-1.3.2 PKGREVISION= 1 @@ -18,7 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-mutagen>=1.20:../../audio/py-mutagen USE_LANGUAGES= c c++ USE_TOOLS+= msgfmt pkg-config -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.3.1 HAS_CONFIGURE= yes CONFIG_SHELL= ${PYTHONBIN} diff --git a/audio/py-acoustid/Makefile b/audio/py-acoustid/Makefile index db8aace4ffa..60d3803ecdd 100644 --- a/audio/py-acoustid/Makefile +++ b/audio/py-acoustid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/07/09 13:03:30 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:23 wiz 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= 34 35 # not yet ported as of 1.0.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 16620b32485..b4bc7778fb5 100644 --- a/audio/py-ao/Makefile +++ b/audio/py-ao/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/07/09 13:03:30 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:23 wiz 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= 34 35 # not yet ported as of 0.82 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 42701b09f11..a304ae79db4 100644 --- a/audio/py-beets/Makefile +++ b/audio/py-beets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/07/09 13:03:30 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:23 wiz 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= 34 35 # not yet ported as of 1.3.8 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 796d1687607..12d5af54fac 100644 --- a/audio/py-cddb/Makefile +++ b/audio/py-cddb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2016/07/09 13:03:31 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2017/01/01 14:43:23 wiz 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= 34 35 # not yet ported as of 1.4 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 9c9b77b1cac..ac5b152cfce 100644 --- a/audio/py-daap/Makefile +++ b/audio/py-daap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2016/07/09 13:03:31 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2017/01/01 14:43:23 wiz Exp $ DISTNAME= PythonDaap-0.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PythonD/d/} @@ -11,7 +11,7 @@ HOMEPAGE= http://movieos.org/code/pythondaap/ COMMENT= Python binding for DAAP LICENSE= gnu-lgpl-v2.1 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.7 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 e83fdc3c847..b00980e31fc 100644 --- a/audio/py-discogs_client/Makefile +++ b/audio/py-discogs_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/07/09 13:03:31 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:23 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/py-id3/Makefile b/audio/py-id3/Makefile index 74f69537d85..a1928d9c2af 100644 --- a/audio/py-id3/Makefile +++ b/audio/py-id3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2016/07/09 13:03:31 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2017/01/01 14:43:23 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/py-id3lib/Makefile b/audio/py-id3lib/Makefile index 899ea822c8d..ffd9758f261 100644 --- a/audio/py-id3lib/Makefile +++ b/audio/py-id3lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/07/09 13:03:31 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:23 wiz 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= 34 35 # not yet ported as of 0.5.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 911fa4116a0..aacaf0540a3 100644 --- a/audio/py-karaoke/Makefile +++ b/audio/py-karaoke/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2016/07/09 13:03:31 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2017/01/01 14:43:23 wiz 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= 34 35 # py-Numeric, py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 273625e6cb1..4c370589acd 100644 --- a/audio/py-libmtag/Makefile +++ b/audio/py-libmtag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/07/09 13:03:31 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:23 wiz 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= 34 35 # not yet ported as of 0.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 06a44eb05e0..7937f68222e 100644 --- a/audio/py-mad/Makefile +++ b/audio/py-mad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2016/07/09 13:03:31 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2017/01/01 14:43:23 wiz 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= 34 35 # not yet ported as of 0.6 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 0ef62085198..5d87c42da0f 100644 --- a/audio/py-musicbrainz/Makefile +++ b/audio/py-musicbrainz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/07/09 13:03:31 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:23 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .include "../../audio/libdiscid/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/audio/py-musique/Makefile b/audio/py-musique/Makefile index 4f3698ea8f9..ab4965af9e7 100644 --- a/audio/py-musique/Makefile +++ b/audio/py-musique/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2016/08/03 10:22:31 adam Exp $ +# $NetBSD: Makefile,v 1.51 2017/01/01 14:43:24 wiz 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= 34 35 # py-twisted, py-mcrypt, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 9f0caa73751..19d53a17405 100644 --- a/audio/py-ogg/Makefile +++ b/audio/py-ogg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2016/07/09 13:03:31 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2017/01/01 14:43:24 wiz 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= 34 35 # not yet ported as of 1.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 2a7313f2a58..7c48a00972a 100644 --- a/audio/py-vorbis/Makefile +++ b/audio/py-vorbis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/07/09 13:03:31 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:24 wiz Exp $ DISTNAME= pyvorbis-1.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -13,7 +13,7 @@ LICENSE= gnu-lgpl-v2 PY_PATCHPLIST= yes PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-ogg, and itself not ported as of 1.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 4c2ef1415b9..1118f19fd9c 100644 --- a/audio/quodlibet2/Makefile +++ b/audio/quodlibet2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2016/08/17 00:06:41 ryoon Exp $ +# $NetBSD: Makefile,v 1.17 2017/01/01 14:43:24 wiz Exp $ DISTNAME= quodlibet-2.6.3 PKGREVISION= 9 @@ -20,7 +20,7 @@ USE_PKGLOCALEDIR= yes #BUILD_TARGET= _trayicon.so _mmkeys.so PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2, py-gstreamer0.10 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 6ac68a10f32..d6b7431d460 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.136 2016/12/04 05:17:18 ryoon Exp $ +# $NetBSD: Makefile,v 1.137 2017/01/01 14:43:24 wiz Exp $ DISTNAME= rhythmbox-0.12.8 PKGREVISION= 49 @@ -24,7 +24,7 @@ CONFIGURE_ARGS+= --disable-fm-radio GCONF_SCHEMAS= rhythmbox.schemas -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2, py-gstreamer0.10 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 89bb44a58e0..cdaf21bb83e 100644 --- a/audio/solfege/Makefile +++ b/audio/solfege/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2016/08/03 10:22:31 adam Exp $ +# $NetBSD: Makefile,v 1.57 2017/01/01 14:43:24 wiz Exp $ DISTNAME= solfege-3.14.1 PKGREVISION= 25 @@ -27,7 +27,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= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 SUBST_CLASSES+= sound SUBST_STAGE.sound= do-configure diff --git a/audio/sonata/Makefile b/audio/sonata/Makefile index 34a5e6bd177..d6916418234 100644 --- a/audio/sonata/Makefile +++ b/audio/sonata/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2016/08/03 10:22:31 adam Exp $ +# $NetBSD: Makefile,v 1.46 2017/01/01 14:43:24 wiz 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= 34 35 # py-xml via py-soappy, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 7f72e5c01d8..2a27e558a64 100644 --- a/audio/streamtuner/options.mk +++ b/audio/streamtuner/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.6 2016/07/09 13:03:32 wiz Exp $ +# $NetBSD: options.mk,v 1.7 2017/01/01 14:43:24 wiz 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= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 . include "../../x11/py-gtk2/buildlink3.mk" .else CONFIGURE_ARGS+= --disable-python diff --git a/audio/tunapie/Makefile b/audio/tunapie/Makefile index 14d1bd4a2d0..b0992ac5f55 100644 --- a/audio/tunapie/Makefile +++ b/audio/tunapie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2016/07/09 13:03:32 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2017/01/01 14:43:24 wiz 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= 34 35 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-wxWidgets USE_LANGUAGES= # none diff --git a/benchmarks/glmark2/Makefile b/benchmarks/glmark2/Makefile index 1c7f858e6b8..aaefc9e8240 100644 --- a/benchmarks/glmark2/Makefile +++ b/benchmarks/glmark2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/07/09 13:03:32 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:24 wiz Exp $ DISTNAME= glmark2-2014.03 PKGREVISION= 2 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v3 AND modified-bsd USE_LANGUAGES= c c++ -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 USE_TOOLS+= pkg-config diff --git a/biology/py-mol/Makefile b/biology/py-mol/Makefile index 52f8ec2a812..2463085ce9e 100644 --- a/biology/py-mol/Makefile +++ b/biology/py-mol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2016/08/28 15:48:28 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2017/01/01 14:43:24 wiz 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= 34 35 # not yet ported as of 1.5.0.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.5.0.1 WRKSRC= ${WRKDIR}/pymol diff --git a/chat/empathy/Makefile b/chat/empathy/Makefile index 780b4b66e9b..965d4f6c137 100644 --- a/chat/empathy/Makefile +++ b/chat/empathy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2016/12/04 05:17:03 ryoon Exp $ +# $NetBSD: Makefile,v 1.83 2017/01/01 14:43:24 wiz Exp $ DISTNAME= empathy-2.34.0 PKGREVISION= 51 @@ -10,7 +10,7 @@ HOMEPAGE= http://live.gnome.org/Empathy COMMENT= Gnome instant messenger client LICENSE= gnu-gpl-v2 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 GNU_CONFIGURE= yes USE_TOOLS+= gawk gmake gsed intltool msgfmt pkg-config diff --git a/chat/gajim/Makefile b/chat/gajim/Makefile index 1d7f074fbf3..b4282f89846 100644 --- a/chat/gajim/Makefile +++ b/chat/gajim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2016/08/03 10:22:33 adam Exp $ +# $NetBSD: Makefile,v 1.31 2017/01/01 14:43:25 wiz Exp $ DISTNAME= gajim-0.15 PKGREVISION= 14 @@ -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= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 .include "options.mk" diff --git a/chat/gajim/options.mk b/chat/gajim/options.mk index 85cedbef81e..39d14cade22 100644 --- a/chat/gajim/options.mk +++ b/chat/gajim/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.7 2016/07/09 13:03:32 wiz Exp $ +# $NetBSD: options.mk,v 1.8 2017/01/01 14:43:25 wiz 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= 34 35 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit via py-gnome2 .endif # gnome-keyring diff --git a/chat/libtelepathy/Makefile b/chat/libtelepathy/Makefile index c7ce3c0ba3e..9d2bf988b8d 100644 --- a/chat/libtelepathy/Makefile +++ b/chat/libtelepathy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2016/07/09 13:03:32 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2017/01/01 14:43:25 wiz 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= 34 35 # not yet ported as of 0.3.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 f98164eb2a9..7313fe14734 100644 --- a/chat/py-xmpppy/Makefile +++ b/chat/py-xmpppy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2016/07/09 13:03:33 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2017/01/01 14:43:25 wiz Exp $ DISTNAME= xmpppy-0.5.0rc1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-expat>=0nb4:../../textproc/py-expat USE_LANGUAGES= # none PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.5.0rc1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 85c7b884025..43b5cdb312c 100644 --- a/chat/spectrum/Makefile +++ b/chat/spectrum/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2016/12/04 05:17:19 ryoon Exp $ +# $NetBSD: Makefile,v 1.56 2017/01/01 14:43:25 wiz Exp $ DISTNAME= spectrum-1.4.8 PKGREVISION= 35 @@ -20,7 +20,7 @@ USE_LANGUAGES= c++ c REPLACE_PYTHON+= spectrumctl/spectrumctl.py PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-xmpppy +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 776326c794f..0340862c9c9 100644 --- a/chat/telepathy-farsight/Makefile +++ b/chat/telepathy-farsight/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2016/08/03 10:22:34 adam Exp $ +# $NetBSD: Makefile,v 1.46 2017/01/01 14:43:25 wiz Exp $ DISTNAME= telepathy-farsight-0.0.19 PKGREVISION= 1 @@ -19,7 +19,7 @@ CFLAGS.SunOS+= -std=c99 -D_XOPEN_SOURCE=600 PKGCONFIG_OVERRIDE+= telepathy-farsight/telepathy-farsight.pc.in PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2, py-gstreamer0.10 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2, py-gstreamer0.10 .include "../../lang/python/extension.mk" diff --git a/chat/telepathy-gabble/Makefile b/chat/telepathy-gabble/Makefile index 325702c57fc..b43ac7e2f6f 100644 --- a/chat/telepathy-gabble/Makefile +++ b/chat/telepathy-gabble/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2016/12/04 05:17:19 ryoon Exp $ +# $NetBSD: Makefile,v 1.52 2017/01/01 14:43:25 wiz Exp $ DISTNAME= telepathy-gabble-0.18.3 PKGREVISION= 4 @@ -18,7 +18,7 @@ USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config CONFIGURE_ENV+= UUID_CFLAGS=" " UUID_LIBS=" " -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.11.10 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 dc58a1b2bdb..2ec74d3518a 100644 --- a/chat/telepathy-glib/Makefile +++ b/chat/telepathy-glib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2016/07/09 13:03:33 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2017/01/01 14:43:25 wiz Exp $ DISTNAME= telepathy-glib-0.24.1 PKGREVISION= 4 @@ -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= 34 35 # not yet ported as of 0.24.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.24.1 TEST_TARGET= check BUILDLINK_API_DEPENDS.glib2+= glib2>=2.36 diff --git a/chat/telepathy-haze/Makefile b/chat/telepathy-haze/Makefile index 6c50bdef526..11ba677ce0f 100644 --- a/chat/telepathy-haze/Makefile +++ b/chat/telepathy-haze/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/07/09 13:03:33 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/01/01 14:43:25 wiz Exp $ DISTNAME= telepathy-haze-0.8.0 CATEGORIES= chat @@ -11,7 +11,7 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_TOOLS= gmake pkg-config -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 0.8.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 0.8.0 .include "../../chat/libpurple/buildlink3.mk" .include "../../chat/telepathy-glib/buildlink3.mk" diff --git a/chat/telepathy-idle/Makefile b/chat/telepathy-idle/Makefile index 5533baa0cd1..f6e6a279db4 100644 --- a/chat/telepathy-idle/Makefile +++ b/chat/telepathy-idle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2016/07/09 13:03:33 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2017/01/01 14:43:25 wiz Exp $ DISTNAME= telepathy-idle-0.1.8 PKGREVISION= 10 @@ -12,7 +12,7 @@ LICENSE= gnu-lgpl-v2.1 BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.1.8 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 2107c2e6124..689220aa3a8 100644 --- a/chat/telepathy-logger/Makefile +++ b/chat/telepathy-logger/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2016/12/12 14:22:02 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2017/01/01 14:43:25 wiz Exp $ DISTNAME= telepathy-logger-0.2.7 PKGREVISION= 18 @@ -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= 34 35 # not yet ported as of 0.2.7 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 c33b07fbc10..d35ef5ab18a 100644 --- a/chat/telepathy-mission-control5/Makefile +++ b/chat/telepathy-mission-control5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/07/09 13:03:33 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:25 wiz 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= 34 35 # not yet ported as of 5.7.9 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 5.7.9 #.include "../../lang/python/pyversion.mk" CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN} diff --git a/chat/telepathy-qt/Makefile b/chat/telepathy-qt/Makefile index 87286c6f391..1b7b356f743 100644 --- a/chat/telepathy-qt/Makefile +++ b/chat/telepathy-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/07/09 13:03:33 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:26 wiz Exp $ DISTNAME= telepathy-qt-0.9.6.1 PKGREVISION= 1 @@ -19,7 +19,7 @@ PKGCONFIG_OVERRIDE+= TelepathyQt/TelepathyQtService.pc.in PKGCONFIG_OVERRIDE+= TelepathyQt/Farstream/TelepathyQtFarstream.pc.in PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.24.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.24.1 BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--no-add-needed diff --git a/chat/xchat-python/Makefile b/chat/xchat-python/Makefile index eb47bb76bda..881e371f0df 100644 --- a/chat/xchat-python/Makefile +++ b/chat/xchat-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2016/07/09 13:03:33 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2017/01/01 14:43:26 wiz 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= 34 35 # not yet ported as of 2.8.8 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 24e0250633b..476f0b7e790 100644 --- a/comms/multisync-gui/Makefile +++ b/comms/multisync-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2016/12/04 05:17:20 ryoon Exp $ +# $NetBSD: Makefile,v 1.48 2017/01/01 14:43:26 wiz Exp $ DISTNAME= multisync-gui-0.91.0 PKGREVISION= 36 @@ -13,7 +13,7 @@ USE_TOOLS+= pkg-config HAS_CONFIGURE= yes REPLACE_PYTHON= waf -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.91.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 a941bf7e128..4a54004e3f3 100644 --- a/comms/py-gammu/Makefile +++ b/comms/py-gammu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2016/12/09 14:57:06 leot Exp $ +# $NetBSD: Makefile,v 1.14 2017/01/01 14:43:26 wiz Exp $ DISTNAME= python-gammu-2.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} @@ -13,7 +13,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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .include "../../lang/python/egg.mk" .include "../../comms/gammu/buildlink3.mk" diff --git a/converters/py-jpCodecs/Makefile b/converters/py-jpCodecs/Makefile index 12aa01fe594..dcaf5f2f43c 100644 --- a/converters/py-jpCodecs/Makefile +++ b/converters/py-jpCodecs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2016/07/09 13:03:34 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2017/01/01 14:43:26 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/converters/py-yenc/Makefile b/converters/py-yenc/Makefile index daaced737b7..f9ace584a6e 100644 --- a/converters/py-yenc/Makefile +++ b/converters/py-yenc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/07/09 13:03:34 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/01/01 14:43:26 wiz Exp $ DISTNAME= yenc-${DISTVERSION} DISTVERSION= 0.4.0 @@ -15,7 +15,7 @@ HOMEPAGE= http://www.golug.it/yenc.html COMMENT= Python module for yenc decoding module in C LICENSE= gnu-lgpl-v2.1 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 0.4.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 0.4.0 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/converters/py-zbase32/Makefile b/converters/py-zbase32/Makefile index a6c2848d716..0d2beb0f8b2 100644 --- a/converters/py-zbase32/Makefile +++ b/converters/py-zbase32/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/07/09 13:03:34 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/01/01 14:43:26 wiz 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= 34 35 # not yet ported as of 1.1.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 df0b1240566..f7367c4d0ec 100644 --- a/converters/py-zfec/Makefile +++ b/converters/py-zfec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2016/07/09 13:03:34 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2017/01/01 14:43:26 wiz 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= 34 35 # py-twisted via py-setuptools_trial +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 e98eecfa298..c9a922ebc7f 100644 --- a/converters/py-zhCodecs/Makefile +++ b/converters/py-zhCodecs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2016/07/09 13:03:34 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2017/01/01 14:43:26 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 post-extract: @${CHMOD} 711 ${WRKSRC}/chinesetw diff --git a/databases/gourmet/Makefile b/databases/gourmet/Makefile index c46140a95fa..d7e7bb6332b 100644 --- a/databases/gourmet/Makefile +++ b/databases/gourmet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2016/08/03 10:22:35 adam Exp $ +# $NetBSD: Makefile,v 1.47 2017/01/01 14:43:26 wiz Exp $ DISTNAME= gourmet-0.8.5.14 PKGREVISION= 32 @@ -10,7 +10,7 @@ HOMEPAGE= http://grecipe-manager.sourceforge.net/ COMMENT= Recipe database USE_PKGLOCALEDIR= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-metakit, py-imaging, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 6bb2b16bbda..98f38b75f49 100644 --- a/databases/gramps3/Makefile +++ b/databases/gramps3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2016/08/03 10:22:36 adam Exp $ +# $NetBSD: Makefile,v 1.58 2017/01/01 14:43:26 wiz Exp $ DISTNAME= gramps-3.4.4 PKGREVISION= 5 @@ -16,7 +16,7 @@ USE_TOOLS+= msgfmt pkg-config intltool msgconv USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 dbd61a60e5b..ec1d6087ef7 100644 --- a/databases/gramps3/options.mk +++ b/databases/gramps3/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.6 2016/07/09 13:03:34 wiz Exp $ +# $NetBSD: options.mk,v 1.7 2017/01/01 14:43:26 wiz 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= 34 35 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit via py-gnome2 .include "../../x11/py-gnome2-extras/buildlink3.mk" .endif diff --git a/databases/libpqxx/Makefile b/databases/libpqxx/Makefile index 8f1a94ef02f..70aabb6f58c 100644 --- a/databases/libpqxx/Makefile +++ b/databases/libpqxx/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2016/10/09 21:41:56 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2017/01/01 14:43:26 wiz Exp $ -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 4.0.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 4.0.1 PKGREVISION= 1 .include "../../databases/libpqxx/Makefile.common" diff --git a/databases/luma/Makefile b/databases/luma/Makefile index 287827ad97c..03df97f2f8d 100644 --- a/databases/luma/Makefile +++ b/databases/luma/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2016/07/09 13:03:34 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2017/01/01 14:43:26 wiz 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= 34 35 # py-qt3-base, py-ldap +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-qt3-base, py-ldap SUBST_CLASSES+= luma SUBST_STAGE.luma= pre-configure diff --git a/databases/mongodb/Makefile b/databases/mongodb/Makefile index 64e52ca1b8d..0bd04c4dd97 100644 --- a/databases/mongodb/Makefile +++ b/databases/mongodb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2016/10/10 13:15:39 ryoon Exp $ +# $NetBSD: Makefile,v 1.19 2017/01/01 14:43:27 wiz Exp $ DISTNAME= mongodb-src-r3.2.10 PKGNAME= ${DISTNAME:S/src-r//:S/-rc/rc/} @@ -26,7 +26,7 @@ SCONS_ARGS+= --use-system-zlib SCONS_ARGS+= --js-engine=mozjs SCONS_ARGS+= --release -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet supported as of 3.0.4 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 e004e732790..72e22de2a2a 100644 --- a/databases/py-PgSQL/Makefile +++ b/databases/py-PgSQL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2016/10/09 21:41:57 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2017/01/01 14:43:27 wiz 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= 34 35 # py-mxDateTime +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 a80ee7a1faf..65c6cd441f0 100644 --- a/databases/py-bdb-xml/Makefile +++ b/databases/py-bdb-xml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2016/07/09 13:03:35 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2017/01/01 14:43:27 wiz 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= 34 35 # not yet ported as of 2.5.16 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.5.16 SUBST_CLASSES+= fix-path SUBST_STAGE.fix-path= pre-build diff --git a/databases/py-carbon/Makefile b/databases/py-carbon/Makefile index ac61a867465..06691feff11 100644 --- a/databases/py-carbon/Makefile +++ b/databases/py-carbon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/07/09 13:03:35 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/01/01 14:43:27 wiz Exp $ DISTNAME= carbon-0.9.15 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-whisper>=${PKGVERSION_NOREV}:../../databases/py-whisper USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-twisted .include "../../mk/bsd.prefs.mk" .include "options.mk" diff --git a/databases/py-carbon/options.mk b/databases/py-carbon/options.mk index fcba8fb5eaa..307375c148c 100644 --- a/databases/py-carbon/options.mk +++ b/databases/py-carbon/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2016/07/09 13:03:35 wiz Exp $ +# $NetBSD: options.mk,v 1.3 2017/01/01 14:43:27 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.py-carbon PKG_SUPPORTED_OPTIONS= amqp ldap memcached @@ -18,7 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-txamqp-[0-9]*:../../net/py-txamqp ### .if !empty(PKG_OPTIONS:Mldap) DEPENDS+= ${PYPKGPREFIX}-ldap-[0-9]*:../../databases/py-ldap -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-ldap +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ldap .endif ### @@ -26,5 +26,5 @@ PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-ldap ### .if !empty(PKG_OPTIONS:Mmemcached) DEPENDS+= ${PYPKGPREFIX}-memcached-[0-9]*:../../devel/py-memcached -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-memcached +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-memcached .endif diff --git a/databases/py-cassa/Makefile b/databases/py-cassa/Makefile index 1fb35742731..bedb69746a6 100644 --- a/databases/py-cassa/Makefile +++ b/databases/py-cassa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/07/09 13:03:35 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/01/01 14:43:27 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/py-cdb/Makefile b/databases/py-cdb/Makefile index 74093717609..84b06ec0568 100644 --- a/databases/py-cdb/Makefile +++ b/databases/py-cdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/07/09 13:03:35 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:27 wiz 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= 34 35 # not yet ported as of 0.35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 fc5276b2787..8dc6a6cfe8f 100644 --- a/databases/py-ckanclient/Makefile +++ b/databases/py-ckanclient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2016/07/09 13:03:35 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2017/01/01 14:43:27 wiz 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= 34 35 # not yet ported as of 0.10 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 8ce096e9bef..ad7e3347e2b 100644 --- a/databases/py-couchdb/Makefile +++ b/databases/py-couchdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2016/08/28 15:48:29 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/01/01 14:43:27 wiz Exp $ DISTNAME= CouchDB-0.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -13,7 +13,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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 USE_LANGUAGES= # none diff --git a/databases/py-datapkg/Makefile b/databases/py-datapkg/Makefile index 442ce143123..451ff3a0b3f 100644 --- a/databases/py-datapkg/Makefile +++ b/databases/py-datapkg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2016/07/09 13:03:35 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2017/01/01 14:43:27 wiz 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= 34 35 # py-ckanclient +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 46fcba64e7d..f1c402e2a62 100644 --- a/databases/py-elixir/Makefile +++ b/databases/py-elixir/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2016/07/09 13:03:35 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2017/01/01 14:43:27 wiz 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= 34 35 # py-sqlite2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 3054614b756..5fa9a5dcbed 100644 --- a/databases/py-ldap/Makefile +++ b/databases/py-ldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2016/09/13 13:45:12 adam Exp $ +# $NetBSD: Makefile,v 1.70 2017/01/01 14:43:27 wiz Exp $ DISTNAME= python-ldap-2.4.27 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= 34 35 # not yet ported as of 2.4.13 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.4.13 .include "options.mk" diff --git a/databases/py-metakit/Makefile b/databases/py-metakit/Makefile index ac3cc9db8d6..96f02b61313 100644 --- a/databases/py-metakit/Makefile +++ b/databases/py-metakit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2016/07/09 13:03:35 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2017/01/01 14:43:27 wiz 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= 34 35 # not yet ported as of 2.4.9.7 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 fad7b56bf9f..e0193f5ab74 100644 --- a/databases/py-mssql/Makefile +++ b/databases/py-mssql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2016/09/19 13:04:20 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2017/01/01 14:43:28 wiz 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= 34 35 # not yet ported as of 1.0.2; v2 might be better. +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 5638dd42976..e037e52cf8d 100644 --- a/databases/py-mysqldb/Makefile +++ b/databases/py-mysqldb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2016/07/09 13:03:35 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2017/01/01 14:43:28 wiz 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= 34 35 # not yet ported as of 1.2.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.2.5 USE_LANGUAGES= c diff --git a/databases/py-python-rrdtool/Makefile b/databases/py-python-rrdtool/Makefile index c7893c8f4cf..6f6f46312bb 100644 --- a/databases/py-python-rrdtool/Makefile +++ b/databases/py-python-rrdtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2016/07/09 13:03:35 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/01/01 14:43:28 wiz 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= 34 35 # not yet ported as of 1.4.7 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 a5a9e08c06f..515a12b3553 100644 --- a/databases/py-sqlalchemy-migrate/Makefile +++ b/databases/py-sqlalchemy-migrate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2016/07/09 13:03:36 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2017/01/01 14:43:28 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 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 b1a12f804c5..cc2e007d2e5 100644 --- a/databases/py-sqlite/Makefile +++ b/databases/py-sqlite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2016/07/09 13:03:36 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2017/01/01 14:43:28 wiz 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= 34 35 # py-mxDateTime +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 54ccb66a8d1..9fbf3658107 100644 --- a/databases/py-sqlite2/Makefile +++ b/databases/py-sqlite2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2016/12/04 05:17:21 ryoon Exp $ +# $NetBSD: Makefile,v 1.43 2017/01/01 14:43:28 wiz 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= 34 35 # not yet ported as of 2.6.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.6.3 .PHONY: do-postinstall-test do-postinstall-test: diff --git a/databases/py-sybase/Makefile b/databases/py-sybase/Makefile index 22c21f6858e..80045e39760 100644 --- a/databases/py-sybase/Makefile +++ b/databases/py-sybase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2016/09/19 13:04:20 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2017/01/01 14:43:28 wiz 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= 34 35 # not yet ported as of 0.36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 318082f5ab1..a9c10df41e1 100644 --- a/databases/py-table/Makefile +++ b/databases/py-table/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2016/07/09 13:03:36 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2017/01/01 14:43:28 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 USE_LANGUAGES= # none diff --git a/databases/py-tokyocabinet/Makefile b/databases/py-tokyocabinet/Makefile index c1a398ee0a6..a02010835dd 100644 --- a/databases/py-tokyocabinet/Makefile +++ b/databases/py-tokyocabinet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/07/09 13:03:36 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/01/01 14:43:28 wiz 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= 34 35 # not yet ported as of 0.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.5 .include "../../databases/tokyocabinet/buildlink3.mk" .include "../../lang/python/egg.mk" diff --git a/databases/py-whisper/Makefile b/databases/py-whisper/Makefile index 79869864981..6fd8a57e024 100644 --- a/databases/py-whisper/Makefile +++ b/databases/py-whisper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/07/09 13:03:36 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/01/01 14:43:28 wiz Exp $ # DISTNAME= whisper-0.9.15 @@ -14,7 +14,7 @@ LICENSE= apache-2.0 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/skytools/Makefile b/databases/skytools/Makefile index 8c17e4a0898..8bfc35f9604 100644 --- a/databases/skytools/Makefile +++ b/databases/skytools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2016/10/09 21:41:58 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2017/01/01 14:43:28 wiz Exp $ DISTNAME= skytools-3.2 PKGREVISION= 2 @@ -20,7 +20,7 @@ USE_TOOLS+= awk gmake grep sed PY_PATCHPLIST= yes PY_NO_EGG= no -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 3.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 3.2 REPLACE_PYTHON+= scripts/*.py REPLACE_PYTHON+= python/*.py diff --git a/databases/tdb/Makefile b/databases/tdb/Makefile index b0dd738e25e..3f232e24bde 100644 --- a/databases/tdb/Makefile +++ b/databases/tdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2016/12/16 19:20:19 joerg Exp $ +# $NetBSD: Makefile,v 1.32 2017/01/01 14:43:28 wiz 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= 34 35 # not yet ported as of 1.2.12 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.2.12 USE_GCC_RUNTIME= yes diff --git a/devel/ExmanIDE/Makefile b/devel/ExmanIDE/Makefile index 70f4d803d82..cc2df88cabf 100644 --- a/devel/ExmanIDE/Makefile +++ b/devel/ExmanIDE/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2016/07/09 13:03:36 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2017/01/01 14:43:29 wiz Exp $ DISTNAME= ExmanIDE-0.9.4 PKGREVISION= 7 @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/${PKGBASE} NO_CONFIGURE= yes NO_BUILD= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-wxWidgets SUBST_CLASSES+= mod SUBST_MESSAGE.mod= Fixing deprecated module names. diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile index df47b0aa6d6..54f12eda3a5 100644 --- a/devel/GConf/Makefile +++ b/devel/GConf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.90 2016/07/09 13:03:36 wiz Exp $ +# $NetBSD: Makefile,v 1.91 2017/01/01 14:43:29 wiz 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= 34 35 # not yet ported as of 2.32.4 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 a4402e146f0..b8f86e0e57a 100644 --- a/devel/RBTools/Makefile +++ b/devel/RBTools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2016/07/09 13:03:37 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2017/01/01 14:43:29 wiz Exp $ DISTNAME= RBTools-0.7.6 CATEGORIES= devel @@ -13,7 +13,7 @@ USE_LANGUAGES= # none REPLACE_PYTHON= ez_setup.py setup.py rbtools/postreview.py REPLACE_PYTHON+= contrib/internal/release.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 c8b0d2a14bc..fb3b718c51e 100644 --- a/devel/accerciser/Makefile +++ b/devel/accerciser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2016/07/09 13:03:37 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2017/01/01 14:43:29 wiz 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= 34 35 # py-ORBit via py-gnome2, py-ipython, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 51f3eae32d5..a606dda4083 100644 --- a/devel/boa-constructor/Makefile +++ b/devel/boa-constructor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2016/08/03 10:22:36 adam Exp $ +# $NetBSD: Makefile,v 1.35 2017/01/01 14:43:29 wiz 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= 34 35 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-wxWidgets REPLACE_PYTHON+= Boa.py REPLACE_PYTHON+= Examples/advanced/FramePanels/wxApp1.py diff --git a/devel/bokken/Makefile b/devel/bokken/Makefile index 04a6bc496cf..3a27105410f 100644 --- a/devel/bokken/Makefile +++ b/devel/bokken/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2016/07/09 13:03:37 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/01/01 14:43:29 wiz Exp $ DISTNAME= bokken-1.8 CATEGORIES= devel @@ -22,7 +22,7 @@ NO_BUILD= yes REPLACE_PYTHON= bokken.py lib/web/utils.py ui/xdot.py REPLACE_SH= bokken -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 SUBST_CLASSES+= bin-bokken SUBST_STAGE.bin-bokken= post-patch diff --git a/devel/bpython/Makefile b/devel/bpython/Makefile index 435fa21fe0d..4f3ab22e64b 100644 --- a/devel/bpython/Makefile +++ b/devel/bpython/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2016/08/03 10:22:36 adam Exp $ +# $NetBSD: Makefile,v 1.17 2017/01/01 14:43:29 wiz Exp $ DISTNAME= bpython-0.12 PKGREVISION= 9 @@ -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= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 .endif .include "../../lang/python/distutils.mk" diff --git a/devel/bugs-everywhere/Makefile b/devel/bugs-everywhere/Makefile index 8d6dedd416e..d201825cfab 100644 --- a/devel/bugs-everywhere/Makefile +++ b/devel/bugs-everywhere/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/08/28 15:48:29 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:29 wiz Exp $ DISTNAME= be-1.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/be/bugs-everywhere/} @@ -22,7 +22,7 @@ DEPENDS+= ${PYPKGPREFIX}-cherrypy-[0-9]*:../../www/py-cherrypy USE_LANGUAGES= # none EGG_NAME= bugs_everywhere-${PKGVERSION_NOREV} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not ported yet as of 1.1.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 49828df0b40..0a68c863961 100644 --- a/devel/bzr-explorer/Makefile +++ b/devel/bzr-explorer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/07/09 13:03:37 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:29 wiz 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= 34 35 # qbzr +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # qbzr EGG_NAME= ${DISTNAME:S/bzr-//} diff --git a/devel/bzr-gtk/Makefile b/devel/bzr-gtk/Makefile index 00b48412f1a..29a46d20517 100644 --- a/devel/bzr-gtk/Makefile +++ b/devel/bzr-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2016/07/09 13:03:37 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2017/01/01 14:43:29 wiz 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= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 af2a0252288..f1010f0f5d4 100644 --- a/devel/bzr-svn/Makefile +++ b/devel/bzr-svn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2016/07/09 13:03:37 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2017/01/01 14:43:29 wiz 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= 34 35 # py-subvertpy +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-subvertpy .include "../../devel/bzr/plugin.mk" .include "../../lang/python/application.mk" diff --git a/devel/bzr/Makefile b/devel/bzr/Makefile index 1135f8122f9..bbfc947cb36 100644 --- a/devel/bzr/Makefile +++ b/devel/bzr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2016/07/09 13:03:37 wiz Exp $ +# $NetBSD: Makefile,v 1.69 2017/01/01 14:43:29 wiz 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= 34 35 # py-pyrex +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 0a93623aa87..64c36af16a2 100644 --- a/devel/bzrtools/Makefile +++ b/devel/bzrtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2016/07/09 13:03:37 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2017/01/01 14:43:29 wiz 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= 34 35 # not yet ported as of 2.5.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.5.0 WRKSRC= ${WRKDIR}/bzrtools diff --git a/devel/codeville/Makefile b/devel/codeville/Makefile index 02340d79ebe..14412c034b6 100644 --- a/devel/codeville/Makefile +++ b/devel/codeville/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2016/07/09 13:03:37 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2017/01/01 14:43:30 wiz 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= 34 35 # not yet ported as of 0.8.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 150a0c638cf..a326c5c84ad 100644 --- a/devel/cvs2svn/Makefile +++ b/devel/cvs2svn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2016/07/09 13:03:38 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2017/01/01 14:43:30 wiz 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= 34 35 # not yet ported as of 2.3.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 223cb8b7ca8..bafcc359c45 100644 --- a/devel/diffuse/Makefile +++ b/devel/diffuse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2016/08/11 00:26:12 mef Exp $ +# $NetBSD: Makefile,v 1.39 2017/01/01 14:43:30 wiz Exp $ DISTNAME= diffuse-0.4.8 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= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 USE_TOOLS+= msgfmt USE_LANGUAGES= # none diff --git a/devel/distcc-pump/Makefile b/devel/distcc-pump/Makefile index ba45d7f82ad..b4f2eb55f63 100644 --- a/devel/distcc-pump/Makefile +++ b/devel/distcc-pump/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/07/09 13:03:38 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/01/01 14:43:30 wiz 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= 34 35 # not yet ported as of 3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 91eff594457..2ef1681fa11 100644 --- a/devel/doxygen/Makefile +++ b/devel/doxygen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.127 2016/11/24 13:34:18 mef Exp $ +# $NetBSD: Makefile,v 1.128 2017/01/01 14:43:30 wiz Exp $ DISTNAME= doxygen-1.8.12.src PKGNAME= ${DISTNAME:S/.src//} @@ -21,7 +21,7 @@ USE_LANGUAGES= c c++ MAKE_ENV+= PKGSRC_CFLAGS=${CFLAGS:Q} MAKE_FLAGS+= MAN1DIR=${PKGMANDIR}/man1 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.8.6 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 91171636c63..9b2cbd53769 100644 --- a/devel/epydoc/Makefile +++ b/devel/epydoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2016/07/09 13:03:38 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2017/01/01 14:43:30 wiz 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= 34 35 # not yet ported as of 2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 f06e1593999..6621c4052eb 100644 --- a/devel/eric4/Makefile +++ b/devel/eric4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2016/07/09 13:03:38 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2017/01/01 14:43:30 wiz Exp $ VERS= 4.5.24 DISTNAME= eric4-${VERS} @@ -15,7 +15,7 @@ NO_BUILD= yes EXTRACT_USING= bsdtar PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 4.5.18 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 8d0c0430cf2..5d0aa3d3122 100644 --- a/devel/gdb/options.mk +++ b/devel/gdb/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2016/07/09 13:03:38 wiz Exp $ +# $NetBSD: options.mk,v 1.4 2017/01/01 14:43:30 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .include "../../lang/python/application.mk" .endif diff --git a/devel/gnatpython/Makefile b/devel/gnatpython/Makefile index aed72a74803..b20fc5e9518 100644 --- a/devel/gnatpython/Makefile +++ b/devel/gnatpython/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2016/11/25 01:05:47 marino Exp $ +# $NetBSD: Makefile,v 1.13 2017/01/01 14:43:30 wiz Exp $ DISTNAME= gnatpython-${SNAPSHOT} PKGREVISION= 2 @@ -14,7 +14,7 @@ SNAPSHOT= 20110912 EGG_NAME= gnatpython-1.2 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 20110912 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 20110912 .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" diff --git a/devel/gps/options.mk b/devel/gps/options.mk index f60532463c0..7e6da34cab7 100644 --- a/devel/gps/options.mk +++ b/devel/gps/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.10 2016/07/09 13:03:38 wiz Exp $ +# $NetBSD: options.mk,v 1.11 2017/01/01 14:43:30 wiz 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= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 03972a927e9..8ab2a2d410d 100644 --- a/devel/gyp/Makefile +++ b/devel/gyp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2016/07/09 13:03:38 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2017/01/01 14:43:30 wiz 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= 34 35 # not yet ported as of 0.1pre1718 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 3967b36f52b..135eed075a0 100644 --- a/devel/kdesdk3/Makefile +++ b/devel/kdesdk3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.131 2016/12/04 05:17:23 ryoon Exp $ +# $NetBSD: Makefile,v 1.132 2017/01/01 14:43:30 wiz Exp $ DISTNAME= kdesdk-${_KDE_VERSION} PKGREVISION= 61 @@ -80,7 +80,7 @@ REPLACE_PYTHON+= \ kcachegrind/converters/hotshot2calltree \ scripts/kdelnk2desktop.py \ scripts/zonetab2pot.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 3.5.10 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 2a66b193232..48c8e70bc35 100644 --- a/devel/ko-po-check/Makefile +++ b/devel/ko-po-check/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2016/07/09 13:03:39 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2017/01/01 14:43:31 wiz 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= 34 35 # not yet ported as of 0.8 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 79fafbbb3af..41114c08583 100644 --- a/devel/lettuce/Makefile +++ b/devel/lettuce/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/07/09 13:03:39 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:31 wiz 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= 34 35 # not yet ported as of 0.2.18 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.2.18 .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" diff --git a/devel/libappindicator/Makefile b/devel/libappindicator/Makefile index 1bd3be7c15a..67305bd2cf5 100644 --- a/devel/libappindicator/Makefile +++ b/devel/libappindicator/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2016/08/03 10:22:10 adam Exp $ +# $NetBSD: Makefile,v 1.4 2017/01/01 14:43:31 wiz Exp $ USE_GTK_VERSION= 2 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 PKGREVISION= 1 .include "Makefile.common" diff --git a/devel/libappindicator3/Makefile b/devel/libappindicator3/Makefile index 0f6d689466a..7f15215493f 100644 --- a/devel/libappindicator3/Makefile +++ b/devel/libappindicator3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2016/08/03 10:22:10 adam Exp $ +# $NetBSD: Makefile,v 1.4 2017/01/01 14:43:31 wiz Exp $ USE_GTK_VERSION= 3 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 PKGREVISION= 1 .include "../../devel/libappindicator/Makefile.common" diff --git a/devel/libftdi1/Makefile b/devel/libftdi1/Makefile index 51d0195e819..194b555c986 100644 --- a/devel/libftdi1/Makefile +++ b/devel/libftdi1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2016/10/07 18:25:43 adam Exp $ +# $NetBSD: Makefile,v 1.15 2017/01/01 14:43:31 wiz Exp $ DISTNAME= libftdi1-1.1 PKGREVISION= 4 @@ -17,7 +17,7 @@ USE_CMAKE= yes USE_TOOLS+= pkg-config cmake USE_LANGUAGES= c c++ -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 7788253b936..06d3c0f2eee 100644 --- a/devel/libgit2/Makefile +++ b/devel/libgit2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2016/10/07 18:25:43 adam Exp $ +# $NetBSD: Makefile,v 1.14 2017/01/01 14:43:31 wiz Exp $ DISTNAME= libgit2-0.24.1 PKGREVISION= 1 @@ -16,7 +16,7 @@ USE_TOOLS+= pkg-config USE_CMAKE= yes PKGCONFIG_OVERRIDE+= libgit2.pc.in -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.21.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.21.1 .include "../../devel/zlib/buildlink3.mk" .include "../../security/libssh2/buildlink3.mk" diff --git a/devel/libhid/Makefile b/devel/libhid/Makefile index 90dcccb3780..1e90bfefdbe 100644 --- a/devel/libhid/Makefile +++ b/devel/libhid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2016/07/09 13:03:39 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2017/01/01 14:43:31 wiz 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= 34 35 # not yet ported as of 0.2.16 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.2.16 CONFIGURE_ENV+= PYTHON_LDFLAGS="-L${PREFIX}/lib -lpython${PYVERSSUFFIX}" diff --git a/devel/lldb/Makefile b/devel/lldb/Makefile index 0842474f845..adaee66a22b 100644 --- a/devel/lldb/Makefile +++ b/devel/lldb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/11/14 20:15:33 ryoon Exp $ +# $NetBSD: Makefile,v 1.5 2017/01/01 14:43:31 wiz Exp $ DISTNAME= lldb-3.9.0.src PKGNAME= ${DISTNAME:S/.src//} @@ -22,7 +22,7 @@ USE_CMAKE= yes GCC_REQD+= 4.8 PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # compilation failure in 3.8.1 (3.8.0 worked) +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # compilation failure in 3.8.1 (3.8.0 worked) CMAKE_ARGS+= -DLLVM_CONFIG=${LLVM_CONFIG_PATH} CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release diff --git a/devel/meld/Makefile b/devel/meld/Makefile index c226de6b75e..7d15e9142ec 100644 --- a/devel/meld/Makefile +++ b/devel/meld/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2016/12/19 08:53:21 wiz Exp $ +# $NetBSD: Makefile,v 1.75 2017/01/01 14:43:31 wiz Exp $ DISTNAME= meld-3.16.4 CATEGORIES= devel @@ -17,7 +17,7 @@ DEPENDS+= dconf-[0-9]*:../../devel/dconf USE_TOOLS+= intltool msgfmt -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 3.16 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 3.16 SUBST_CLASSES+= man SUBST_FILES.man= setup.py diff --git a/devel/py-InlineEgg/Makefile b/devel/py-InlineEgg/Makefile index d142f031dba..c42018c8cf8 100644 --- a/devel/py-InlineEgg/Makefile +++ b/devel/py-InlineEgg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2016/07/09 13:03:39 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2017/01/01 14:43:31 wiz 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= 34 35 # not yet ported as of 1.08 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 e3ac8cb017b..402e3d2c78b 100644 --- a/devel/py-Optik/Makefile +++ b/devel/py-Optik/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2016/07/09 13:03:39 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2017/01/01 14:43:31 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 do-test: cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} test/test_optik.py diff --git a/devel/py-at-spi/Makefile b/devel/py-at-spi/Makefile index de0966ee838..1f3b1c0ac01 100644 --- a/devel/py-at-spi/Makefile +++ b/devel/py-at-spi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2016/07/09 13:03:39 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2017/01/01 14:43:31 wiz 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= 34 35 # py-ORBit, py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 de24cf9fd30..9c49c5c30f5 100644 --- a/devel/py-buildbot-slave/Makefile +++ b/devel/py-buildbot-slave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/07/09 13:03:39 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:32 wiz 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= 34 35 # py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 6a9ec513330..2ab2e3e50a0 100644 --- a/devel/py-buildbot/Makefile +++ b/devel/py-buildbot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/09/25 12:05:18 kamil Exp $ +# $NetBSD: Makefile,v 1.11 2017/01/01 14:43:32 wiz Exp $ DISTNAME= buildbot-0.8.8 PKGREVISION= 1 @@ -18,7 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2 DEPENDS+= ${PYPKGPREFIX}-sqlite2-[0-9]*:../../databases/py-sqlite2 DEPENDS+= ${PYPKGPREFIX}-sqlparse-[0-9]*:../../databases/py-sqlparse -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-twisted, py-sqlite2, py-sqlalchemy-migrate +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 593cbf8bc4f..dd599dc2ee9 100644 --- a/devel/py-cached-property/Makefile +++ b/devel/py-cached-property/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/07/09 13:03:40 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2017/01/01 14:43:32 wiz 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= 34 35 # as of 1.2.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 c635147321a..d7448b099ad 100644 --- a/devel/py-checker/Makefile +++ b/devel/py-checker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2016/08/28 15:48:29 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2017/01/01 14:43:32 wiz Exp $ DISTNAME= pychecker-0.8.19 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -12,7 +12,7 @@ LICENSE= modified-bsd PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.8.19 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 f9ab7d5b2b5..62e838dedfc 100644 --- a/devel/py-cheetah/Makefile +++ b/devel/py-cheetah/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2016/07/09 13:03:40 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2017/01/01 14:43:32 wiz 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= 34 35 # not yet ported as of 2.4.4 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 f038de03ffc..8644bd45abb 100644 --- a/devel/py-compizconfig/Makefile +++ b/devel/py-compizconfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2016/12/04 05:17:25 ryoon Exp $ +# $NetBSD: Makefile,v 1.52 2017/01/01 14:43:32 wiz 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= 34 35 # py-pyrex +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 9df4b57000d..2273ea040ce 100644 --- a/devel/py-daemon/Makefile +++ b/devel/py-daemon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2016/07/09 13:03:40 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2017/01/01 14:43:32 wiz 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= 34 35 # not yet ported as of 1.6 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 160495f000b..ec77d673e9f 100644 --- a/devel/py-darcsver/Makefile +++ b/devel/py-darcsver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2016/07/09 13:03:40 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2017/01/01 14:43:32 wiz 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= 34 35 # not yet ported as of 1.7.4 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 f56179e5887..47fdfd51a66 100644 --- a/devel/py-dialog2/Makefile +++ b/devel/py-dialog2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/11/11 10:11:07 fhajny Exp $ +# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:32 wiz Exp $ VERSION= 3.4.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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .include "../../misc/dialog/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/devel/py-distorm3/Makefile b/devel/py-distorm3/Makefile index 004cc3c6da8..7e01ad32661 100644 --- a/devel/py-distorm3/Makefile +++ b/devel/py-distorm3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/07/09 13:03:40 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:32 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .include "../../lang/python/extension.mk" .include "../../lang/python/application.mk" diff --git a/devel/py-doctor/Makefile b/devel/py-doctor/Makefile index 181fb2059b2..828a90fc264 100644 --- a/devel/py-doctor/Makefile +++ b/devel/py-doctor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2016/07/09 13:03:40 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2017/01/01 14:43:32 wiz 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= 34 35 # py-twisted, py-xml via py-nevow +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 e22aa6e0043..2a8e45c8a19 100644 --- a/devel/py-expect/Makefile +++ b/devel/py-expect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2016/07/09 13:03:40 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2017/01/01 14:43:32 wiz 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= 34 35 # not yet ported as of 1.9b1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 37370ec82ac..d0cd76dc468 100644 --- a/devel/py-fastimport/Makefile +++ b/devel/py-fastimport/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/07/09 13:03:41 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/01/01 14:43:33 wiz 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= 34 35 # not yet ported as of 0.9.4 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.9.4 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-futures/Makefile b/devel/py-futures/Makefile index ecb503efd42..f47bea7ebf4 100644 --- a/devel/py-futures/Makefile +++ b/devel/py-futures/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/07/09 13:03:41 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/01/01 14:43:33 wiz Exp $ DISTNAME= futures-3.0.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/agronholm/pythonfutures COMMENT= Library brings asynchronous computations from Python 3.x LICENSE= modified-bsd -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # included in 3+ +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # included in 3+ USE_LANGUAGES= # none diff --git a/devel/py-gflags/Makefile b/devel/py-gflags/Makefile index 0c281b88608..1590266b08d 100644 --- a/devel/py-gflags/Makefile +++ b/devel/py-gflags/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/07/09 13:03:41 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2017/01/01 14:43:33 wiz 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= 34 35 # as of 2.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 2.0 REPLACE_PYTHON+= *.py diff --git a/devel/py-gobject/Makefile b/devel/py-gobject/Makefile index 3497285367e..eab5023e066 100644 --- a/devel/py-gobject/Makefile +++ b/devel/py-gobject/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.53 2016/07/09 13:03:41 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2017/01/01 14:43:33 wiz Exp $ PKGNAME= ${PYPKGPREFIX}-gobject-2.28.6 PKGREVISION= 12 # only noticeable by running codegen.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 2.28.6 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 5249e422ca0..67543b98cac 100644 --- a/devel/py-google-apputils/Makefile +++ b/devel/py-google-apputils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/07/09 13:03:41 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:33 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 5192da1d51f..9e20a9a1bfd 100644 --- a/devel/py-hg-fastimport/Makefile +++ b/devel/py-hg-fastimport/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/07/09 13:03:41 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/01/01 14:43:33 wiz 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= 34 35 # py-mercurial +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-mercurial PY_PATCHPLIST= yes do-build: diff --git a/devel/py-hg-git/Makefile b/devel/py-hg-git/Makefile index e0d19577fa5..a78b18577ff 100644 --- a/devel/py-hg-git/Makefile +++ b/devel/py-hg-git/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2016/09/09 06:24:19 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/01/01 14:43:33 wiz Exp $ DISTNAME= 0.8.5 PKGNAME= ${PYPKGPREFIX}-hg-git-${DISTNAME} @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/durin42-hg-git-53d514c9c7e6 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 0.8.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 c2ec4890726..04bd92b13ae 100644 --- a/devel/py-hglist/Makefile +++ b/devel/py-hglist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/07/09 13:03:41 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/01/01 14:43:33 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-hgnested/Makefile b/devel/py-hgnested/Makefile index 9bdd9348e9b..1f1439ae1f4 100644 --- a/devel/py-hgnested/Makefile +++ b/devel/py-hgnested/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2016/08/17 15:50:47 richard Exp $ +# $NetBSD: Makefile,v 1.8 2017/01/01 14:43:33 wiz Exp $ DISTNAME= hgnested-0.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ USE_LANGUAGES= # none DEPENDS+= ${PYPKGPREFIX}-mercurial>=1.6:../../devel/py-mercurial -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # XXX: devel/py-mercurial +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 4db610494cc..c683be1b8d9 100644 --- a/devel/py-hgview/Makefile +++ b/devel/py-hgview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2016/08/28 15:48:30 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2017/01/01 14:43:33 wiz 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= 34 35 # not yet ported as of 1.8.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.8.0 USE_TOOLS+= gmake diff --git a/devel/py-ipaddr/Makefile b/devel/py-ipaddr/Makefile index 6f4b20f0f85..9d45a3c478b 100644 --- a/devel/py-ipaddr/Makefile +++ b/devel/py-ipaddr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2016/07/09 13:03:41 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2017/01/01 14:43:33 wiz 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= 34 35 # not yet ported as of 2.1.10 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 5b729ba2fa4..71bd0ad0eaf 100644 --- a/devel/py-ipython010/Makefile +++ b/devel/py-ipython010/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/07/09 13:03:41 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2017/01/01 14:43:33 wiz 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= 34 35 # not yet ported as of 0.10.2 (1.0 is out) +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 1a070a4996b..b5e18777792 100644 --- a/devel/py-ipython013/Makefile +++ b/devel/py-ipython013/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/07/09 13:03:42 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/01/01 14:43:33 wiz 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= 34 35 # not yet ported as of 0.13.2 (see py-ipython1 package for a compatible version) +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 175449ce94a..4bce96cb317 100644 --- a/devel/py-jersey/Makefile +++ b/devel/py-jersey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2016/07/09 13:03:42 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2017/01/01 14:43:34 wiz 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= 34 35 # py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 b4e758e8985..104f3d96e45 100644 --- a/devel/py-kjbuckets/Makefile +++ b/devel/py-kjbuckets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2016/07/09 13:03:42 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2017/01/01 14:43:34 wiz 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= 34 35 # not yet ported as of 1.0.0 resp. 2.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 f797096e7eb..ab43e5a397f 100644 --- a/devel/py-kqueue/Makefile +++ b/devel/py-kqueue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/07/09 13:03:42 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:34 wiz 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= 34 35 # not yet ported as of 2.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.0 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-memcached/Makefile b/devel/py-memcached/Makefile index 71aba1b222f..60bdd97fb87 100644 --- a/devel/py-memcached/Makefile +++ b/devel/py-memcached/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2016/07/09 13:03:42 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2017/01/01 14:43:34 wiz 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= 34 35 # not yet ported as of 1.53 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 6025bdcd434..e5121e843a5 100644 --- a/devel/py-mercurial/Makefile.version +++ b/devel/py-mercurial/Makefile.version @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.version,v 1.42 2016/12/02 23:18:49 wiz Exp $ +# $NetBSD: Makefile.version,v 1.43 2017/01/01 14:43:34 wiz Exp $ VERSION= 4.0.1 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 3.9 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 3.9 # see also https://www.mercurial-scm.org/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 acd34bc71a7..fa6134d1ef7 100644 --- a/devel/py-multiprocessing/Makefile +++ b/devel/py-multiprocessing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/07/09 13:03:42 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/01/01 14:43:34 wiz 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= 34 35 # does not make sense, python-3.x has it included +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 5fd0a716ed5..df369092890 100644 --- a/devel/py-newt/Makefile +++ b/devel/py-newt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2016/07/09 13:03:42 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2017/01/01 14:43:34 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 pre-configure: cd ${WRKSRC}; \ diff --git a/devel/py-ode/Makefile b/devel/py-ode/Makefile index 317f7f25d3f..f9ebd5fd639 100644 --- a/devel/py-ode/Makefile +++ b/devel/py-ode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/08/21 11:28:58 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/01/01 14:43:34 wiz Exp $ DISTNAME= PyODE-1.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//:tl} @@ -11,7 +11,7 @@ HOMEPAGE= http://pyode.sourceforge.net/ COMMENT= Python wrapper for the Open Dynamics Engine LICENSE= modified-bsd OR gnu-lgpl-v2.1 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 1.2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 1.2.1 .include "../../devel/ode/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/devel/py-open-vcdiff/Makefile b/devel/py-open-vcdiff/Makefile index 38f0b4c9cd6..dadc4bedf49 100644 --- a/devel/py-open-vcdiff/Makefile +++ b/devel/py-open-vcdiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/07/09 13:03:42 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:34 wiz 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= 34 35 # not yet ported as of 06d46e3de6f7 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 a8f2a4b1527..bf75a01fd33 100644 --- a/devel/py-pqueue/Makefile +++ b/devel/py-pqueue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/07/09 13:03:42 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:34 wiz 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= 34 35 # not yet ported as of 0.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 0359e9b4034..22e3a4a8232 100644 --- a/devel/py-proteus/options.mk +++ b/devel/py-proteus/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2016/07/09 13:03:43 wiz Exp $ +# $NetBSD: options.mk,v 1.5 2017/01/01 14:43:34 wiz 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= 34 35 # py-cdecimal is obsolete for that version and thus not available +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 6f3d4d3d115..0bff05f5fed 100644 --- a/devel/py-protobuf/Makefile +++ b/devel/py-protobuf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/10/19 12:16:34 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:34 wiz Exp $ .include "../../devel/protobuf/Makefile.common" @@ -11,7 +11,7 @@ COMMENT= Python bindings for protobuf PYSETUPSUBDIR= python -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gflags +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gflags 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-pytemplate/Makefile b/devel/py-pytemplate/Makefile index 3429d732aae..91aebd86e0b 100644 --- a/devel/py-pytemplate/Makefile +++ b/devel/py-pytemplate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/07/09 13:03:43 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:35 wiz 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= 34 35 # not yet ported as of 1.5.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 6401beb0458..30e2b35af2a 100644 --- a/devel/py-pyutil/Makefile +++ b/devel/py-pyutil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2016/07/09 13:03:43 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2017/01/01 14:43:35 wiz 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= 34 35 # py-twisted via py-setuptools_trial, py-zbase32 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 4f90a6a39f6..8790161d18f 100644 --- a/devel/py-quixote/Makefile +++ b/devel/py-quixote/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2016/07/09 13:03:43 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2017/01/01 14:43:35 wiz 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= 34 35 # not yet ported as of 2.7 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 d7525e9292a..89dfdb9bb78 100644 --- a/devel/py-rope/Makefile +++ b/devel/py-rope/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2016/08/27 01:51:56 maya Exp $ +# $NetBSD: Makefile,v 1.12 2017/01/01 14:43:35 wiz Exp $ VERS= 0.10.2 DISTNAME= rope-${VERS} @@ -11,7 +11,7 @@ HOMEPAGE= https://github.com/python-rope/rope COMMENT= Rope is a python refactoring library LICENSE= gnu-gpl-v2 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # XXX tests in contrib.codeassisttest fail do-test: diff --git a/devel/py-ruamel-ordereddict/Makefile b/devel/py-ruamel-ordereddict/Makefile index 53112e48e4f..404e32568e1 100644 --- a/devel/py-ruamel-ordereddict/Makefile +++ b/devel/py-ruamel-ordereddict/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/07/09 13:03:43 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/01/01 14:43:35 wiz Exp $ DISTNAME= ruamel.ordereddict-0.4.9 PKGNAME= ${PYPKGPREFIX}-ruamel-ordereddict-0.4.9 @@ -10,7 +10,7 @@ HOMEPAGE= https://bitbucket.org/ruamel/ordereddict COMMENT= Version of dict that keeps keys in insertion resp. sorted order LICENSE= mit -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" diff --git a/devel/py-setuptools_trial/Makefile b/devel/py-setuptools_trial/Makefile index f872aa13f9f..d6fb4899d29 100644 --- a/devel/py-setuptools_trial/Makefile +++ b/devel/py-setuptools_trial/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2016/07/09 13:03:43 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2017/01/01 14:43:35 wiz Exp $ DISTNAME= setuptools_trial-0.6.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ USE_LANGUAGES= # none DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 2f238c71970..ef7e2757834 100644 --- a/devel/py-stompclient/Makefile +++ b/devel/py-stompclient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/07/09 13:03:43 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/01/01 14:43:35 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-subprocess32/Makefile b/devel/py-subprocess32/Makefile index 32e7afdd8e3..4f63ff696ca 100644 --- a/devel/py-subprocess32/Makefile +++ b/devel/py-subprocess32/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/07/09 13:03:43 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:35 wiz Exp $ DISTNAME= subprocess32-3.2.7 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= 34 35 # for 2.x only +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 cfb9098ba79..43d4617c818 100644 --- a/devel/py-subvertpy/Makefile +++ b/devel/py-subvertpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2016/12/04 05:17:25 ryoon Exp $ +# $NetBSD: Makefile,v 1.38 2017/01/01 14:43:35 wiz 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= 34 35 # not yet ported as of 0.9.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 5076179fb34..f0408e5b820 100644 --- a/devel/py-tabular/Makefile +++ b/devel/py-tabular/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2016/08/28 15:48:31 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2017/01/01 14:43:35 wiz Exp $ DISTNAME= tabular-0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= http://pypi.python.org/pypi/tabular COMMENT= Tabular data tools for Python LICENSE= mit -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.1 .include "../../graphics/py-matplotlib/buildlink3.mk" BUILDLINK_API_DEPENDS.pynumpy+= ${PYPKGPREFIX}-numpy>=1.6 diff --git a/devel/py-tortoisehg/Makefile b/devel/py-tortoisehg/Makefile index c65f55550c7..5bbc642942d 100644 --- a/devel/py-tortoisehg/Makefile +++ b/devel/py-tortoisehg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2016/12/20 08:53:22 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2017/01/01 14:43:35 wiz Exp $ DISTNAME= tortoisehg-4.0.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= 34 35 # py-iniparse, py-mercurial +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-iniparse, py-mercurial thg_icon= /share/pixmaps/tortoisehg/icons/thg_logo.ico SUBST_CLASSES+= df diff --git a/devel/py-tryton/Makefile b/devel/py-tryton/Makefile index 63f49d440d7..61bb40b18dd 100644 --- a/devel/py-tryton/Makefile +++ b/devel/py-tryton/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2016/12/04 21:12:59 rodent Exp $ +# $NetBSD: Makefile,v 1.23 2017/01/01 14:43:35 wiz Exp $ TRYTON_MODULE_NAME= tryton PKGREVISION= 1 .include "../../devel/py-trytond/Makefile.common" @@ -13,7 +13,7 @@ USE_LANGUAGES= # none PYTHON_VERSIONED_DEPENDENCIES= dateutil -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .include "options.mk" diff --git a/devel/py-tryton/options.mk b/devel/py-tryton/options.mk index 9b63b8a2ed6..5614c18b85c 100644 --- a/devel/py-tryton/options.mk +++ b/devel/py-tryton/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.7 2016/07/09 13:03:44 wiz Exp $ +# $NetBSD: options.mk,v 1.8 2017/01/01 14:43:35 wiz 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+= 34 35 # py-cdecimal not available because obsolete +PYTHON_VERSIONS_INCOMPATIBLE+= 34 35 36 # py-cdecimal not available because obsolete DEPENDS+= ${PYPKGPREFIX}-cdecimal-[0-9]*:../../math/py-cdecimal .endif .if !empty(PKG_OPTIONS:Mgoocalendar) -PYTHON_VERSIONS_INCOMPATIBLE+= 34 35 # py-gtk2 via py-goocanvas via py-goocalendar +PYTHON_VERSIONS_INCOMPATIBLE+= 34 35 36 # 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 4d5a0ad43b2..49b136fd74b 100644 --- a/devel/py-trytond/Makefile.common +++ b/devel/py-trytond/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2016/12/04 21:12:59 rodent Exp $ +# $NetBSD: Makefile.common,v 1.12 2017/01/01 14:43:36 wiz Exp $ # used by databases/py-ldap-authentication/Makefile # used by devel/py-proteus/Makefile @@ -255,7 +255,7 @@ MASTER_SITES= ${TRYTON_SITES} DIST_SUBDIR= tryton-${TRYTON_BASEVER} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 via py-pycha via py-relatorio +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 via py-pycha via py-relatorio # predefine these so modules don't have to. PY_PATCHPLIST= yes PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} diff --git a/devel/py-trytond/options.mk b/devel/py-trytond/options.mk index 3f26568cdee..ad0e589feb3 100644 --- a/devel/py-trytond/options.mk +++ b/devel/py-trytond/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.10 2016/12/04 21:12:59 rodent Exp $ +# $NetBSD: options.mk,v 1.11 2017/01/01 14:43:36 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.py-trytond PKG_SUPPORTED_OPTIONS= cdecimal mysql pydot psycopg pytz simplejson sphinx @@ -10,12 +10,12 @@ PKG_SUGGESTED_OPTIONS+= psycopg pytz simplejson sphinx # XXX: python-Levenshtein (http://github.com/miohtama/python-Levenshtein) option .if !empty(PKG_OPTIONS:Mcdecimal) -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-cdecimal is obsolete for that version and thus not available +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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= 34 35 # py-mysqldb +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-mysqldb DEPENDS+= ${PYPKGPREFIX}-mysqldb-[0-9]*:../../databases/py-mysqldb .endif diff --git a/devel/py-unit/Makefile b/devel/py-unit/Makefile index 5fb5b8a9355..67abf0e5d04 100644 --- a/devel/py-unit/Makefile +++ b/devel/py-unit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2016/07/09 13:03:44 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2017/01/01 14:43:36 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-unitgui/Makefile b/devel/py-unitgui/Makefile index 9c24f2628bc..b0dd32d5f60 100644 --- a/devel/py-unitgui/Makefile +++ b/devel/py-unitgui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2016/07/09 13:03:44 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2017/01/01 14:43:36 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-usb/Makefile b/devel/py-usb/Makefile index 69fe5a196df..b40598cf31e 100644 --- a/devel/py-usb/Makefile +++ b/devel/py-usb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2016/10/04 13:05:19 mef Exp $ +# $NetBSD: Makefile,v 1.13 2017/01/01 14:43:36 wiz Exp $ VERSION= 1.0.0 DISTNAME= pyusb-${VERSION} @@ -14,7 +14,7 @@ LICENSE= modified-bsd CFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.4.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.4.2 .include "../../devel/libusb/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/devel/py-uuid/Makefile b/devel/py-uuid/Makefile index 06d137d1892..6ce5b317a8e 100644 --- a/devel/py-uuid/Makefile +++ b/devel/py-uuid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/10/05 06:25:16 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/01/01 14:43:36 wiz Exp $ DISTNAME= uuid-1.30 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= generic-nonlicense USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.30 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.30 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-windbg/Makefile b/devel/py-windbg/Makefile index 3313e57e8a9..9796c70be67 100644 --- a/devel/py-windbg/Makefile +++ b/devel/py-windbg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2016/07/09 13:03:44 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2017/01/01 14:43:36 wiz 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= 34 35 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-wxWidgets USE_LANGUAGES= #none diff --git a/devel/py-zanata-python-client/Makefile b/devel/py-zanata-python-client/Makefile index e6fce5048aa..fcd6223acd5 100644 --- a/devel/py-zanata-python-client/Makefile +++ b/devel/py-zanata-python-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/08/18 12:46:32 ryoon Exp $ +# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:36 wiz Exp $ DISTNAME= zanata-python-client-1.5.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-polib-[0-9]*:../../devel/py-polib DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml # Marked for 2.6 and 2.7 only -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 USE_LANGUAGES= # none SUBST_CLASSES+= version diff --git a/devel/py-zconfig/Makefile b/devel/py-zconfig/Makefile index 36039308c91..926253e09be 100644 --- a/devel/py-zconfig/Makefile +++ b/devel/py-zconfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2016/07/09 13:03:44 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2017/01/01 14:43:36 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 post-install: ${INSTALL_DATA} ${WRKSRC}/doc/zconfig.pdf \ diff --git a/devel/qbzr/Makefile b/devel/qbzr/Makefile index 4f8a8992536..642480083c0 100644 --- a/devel/qbzr/Makefile +++ b/devel/qbzr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2016/07/09 13:03:44 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2017/01/01 14:43:36 wiz Exp $ DISTNAME= qbzr-${VER} PKGREVISION= 3 @@ -17,7 +17,7 @@ USE_TOOLS+= msgfmt WRKSRC= ${WRKDIR}/qbzr -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.22.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 c4f147f7b1f..314677b5ef8 100644 --- a/devel/reposurgeon/Makefile +++ b/devel/reposurgeon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2016/07/09 13:03:45 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2017/01/01 14:43:36 wiz 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= 34 35 # 3.26 uses commands module, which is deprecated in python-3.x +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 43ba2a2d655..878df649d1b 100644 --- a/devel/roundup/Makefile +++ b/devel/roundup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2016/07/09 13:03:45 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2017/01/01 14:43:36 wiz 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= 34 35 # not yet ported as of 1.4.19 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 03e3b1c7639..403072a6653 100644 --- a/devel/rox-lib/Makefile +++ b/devel/rox-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2016/07/09 13:03:45 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2017/01/01 14:43:37 wiz 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= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 INSTALLATION_DIRS= share/rox/ROX-Lib2 diff --git a/devel/scons/Makefile b/devel/scons/Makefile index 8d0c6519637..ad12361c893 100644 --- a/devel/scons/Makefile +++ b/devel/scons/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2016/12/05 11:36:51 adam Exp $ +# $NetBSD: Makefile,v 1.35 2017/01/01 14:43:37 wiz Exp $ DISTNAME= scons-2.5.1 CATEGORIES= devel @@ -13,7 +13,7 @@ REPLACE_PYTHON+= script/scons script/scons-configure-cache REPLACE_PYTHON+= script/scons-time script/sconsign # not yet ported as of 2.5.1, but progress promised -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" diff --git a/devel/stgit/Makefile b/devel/stgit/Makefile index da187c09450..a603bc5d2b2 100644 --- a/devel/stgit/Makefile +++ b/devel/stgit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2016/12/01 15:19:20 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2017/01/01 14:43:37 wiz Exp $ DISTNAME= stgit-0.17.1 PKGREVISION= 11 @@ -24,7 +24,7 @@ REPLACE_BASH= contrib/stg-* REPLACE_PYTHON= *.py stgit/*.py stg PYSETUPINSTALLARGS= --prefix=${PREFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.17.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.17.1 MAKE_ENV+= ASCIIDOC=${PREFIX}/bin/asciidoc diff --git a/devel/tailor/Makefile b/devel/tailor/Makefile index e2ad052e125..f73c43d2259 100644 --- a/devel/tailor/Makefile +++ b/devel/tailor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2016/07/09 13:03:45 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2017/01/01 14:43:37 wiz Exp $ DISTNAME= tailor-0.9.35 PKGREVISION= 5 @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v3 USE_LANGUAGES= #none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.9.35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 b52c0995d76..6348228e7f6 100644 --- a/devel/talloc/Makefile +++ b/devel/talloc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2016/08/01 11:10:24 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2017/01/01 14:43:37 wiz Exp $ DISTNAME= talloc-2.1.8 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= 34 35 # not yet ported as of 2.1.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.1.0 # include/talloc.h CONFLICTS+= samba-[0-9]* diff --git a/devel/umbrello/Makefile b/devel/umbrello/Makefile index a2eab2eb63f..874985232ee 100644 --- a/devel/umbrello/Makefile +++ b/devel/umbrello/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.35 2016/10/07 18:25:44 adam Exp $ +# $NetBSD: Makefile,v 1.36 2017/01/01 14:43:37 wiz Exp $ DISTNAME= umbrello-${_KDE_VERSION} PKGREVISION= 4 CATEGORIES= devel COMMENT= UML Modeller -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 4.11.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 e618bf3ccb7..c7035513bdf 100644 --- a/devel/xulrunner10/mozilla-common.mk +++ b/devel/xulrunner10/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.10 2016/10/25 20:54:24 marino Exp $ +# $NetBSD: mozilla-common.mk,v 1.11 2017/01/01 14:43:37 wiz 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= 34 35 # not yet ported as of 10.0.12 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 c7a6722f91f..b1a41ba506d 100644 --- a/devel/xulrunner17/mozilla-common.mk +++ b/devel/xulrunner17/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.8 2016/07/09 13:03:45 wiz Exp $ +# $NetBSD: mozilla-common.mk,v 1.9 2017/01/01 14:43:37 wiz 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= 34 35 # py-sqlite2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 05bed6b02b3..56a905e2ede 100644 --- a/devel/xulrunner192/mozilla-common.mk +++ b/devel/xulrunner192/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.10 2016/10/25 20:54:24 marino Exp $ +# $NetBSD: mozilla-common.mk,v 1.11 2017/01/01 14:43:37 wiz Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -48,7 +48,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= 34 35 # not yet ported as of 1.9.2.28 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 fcefbb5f4d9..1b791f1353e 100644 --- a/editors/gedit-python/Makefile +++ b/editors/gedit-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2016/08/03 10:22:41 adam Exp $ +# $NetBSD: Makefile,v 1.33 2017/01/01 14:43:37 wiz 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= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 .include "../../lang/python/application.mk" .include "../../devel/py-gobject/buildlink3.mk" diff --git a/editors/kdissert/Makefile b/editors/kdissert/Makefile index 1ff3b54b59b..6c5282ca8ff 100644 --- a/editors/kdissert/Makefile +++ b/editors/kdissert/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2016/07/09 13:03:46 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2017/01/01 14:43:38 wiz Exp $ DISTNAME= kdissert-1.0.7 PKGREVISION= 31 @@ -16,7 +16,7 @@ USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= msgfmt PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.0.7 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.0.7 do-configure: ${RUN} ${_ULIMIT_CMD} \ diff --git a/editors/lyx/Makefile b/editors/lyx/Makefile index fde7b00e274..7f21b1cd569 100644 --- a/editors/lyx/Makefile +++ b/editors/lyx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2016/12/02 19:07:16 maya Exp $ +# $NetBSD: Makefile,v 1.58 2017/01/01 14:43:38 wiz Exp $ DISTNAME= lyx-2.2.2 CATEGORIES= editors @@ -64,7 +64,7 @@ GNU_CONFIGURE= YES USE_TOOLS+= gmake perl:run pkg-config xgettext USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.6.10 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.6.10 CXXFLAGS.Linux+= -fpermissive LDFLAGS.SunOS+= -liconv diff --git a/editors/medit/Makefile b/editors/medit/Makefile index 9799cf9f248..b86f67cc27f 100644 --- a/editors/medit/Makefile +++ b/editors/medit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2016/08/03 10:22:41 adam Exp $ +# $NetBSD: Makefile,v 1.25 2017/01/01 14:43:38 wiz Exp $ DISTNAME= medit-1.2.0 PKGREVISION= 3 @@ -19,7 +19,7 @@ USE_LANGUAGES= c c++ USE_TOOLS+= gmake pkg-config msgfmt intltool PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.2.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 bddbb05d4ee..55128586c6d 100644 --- a/editors/nts/Makefile +++ b/editors/nts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/07/09 13:03:46 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:38 wiz 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= 34 35 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-wxWidgets USE_LANGUAGES= # none diff --git a/editors/pluma/options.mk b/editors/pluma/options.mk index caa4b92cc8e..501fd99aa81 100644 --- a/editors/pluma/options.mk +++ b/editors/pluma/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2016/07/09 13:03:46 wiz Exp $ +# $NetBSD: options.mk,v 1.3 2017/01/01 14:43:38 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.pluma PKG_SUPPORTED_OPTIONS= enchant python @@ -23,7 +23,7 @@ USE_TOOLS+= bash:run REPLACE_PYTHON+= plugins/externaltools/data/switch-c.tool.in REPLACE_BASH+= plugins/externaltools/data/search-recursive.tool.in PLIST.python= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2, also via py-gtksourceview +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2, also via py-gtksourceview .include "../../lang/python/application.mk" .include "../../devel/py-gobject/buildlink3.mk" .include "../../x11/py-gtk2/buildlink3.mk" diff --git a/editors/zim/Makefile b/editors/zim/Makefile index d100db20e24..ab295207aa2 100644 --- a/editors/zim/Makefile +++ b/editors/zim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2016/08/03 10:22:42 adam Exp $ +# $NetBSD: Makefile,v 1.26 2017/01/01 14:43:38 wiz Exp $ DISTNAME= zim-0.59 PKGREVISION= 10 @@ -19,7 +19,7 @@ DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils USE_LANGUAGES= # none REPLACE_PYTHON= ${WRKSRC}/zim.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 658924d5fa8..2fe50c2a915 100644 --- a/emulators/fs-uae-launcher/Makefile +++ b/emulators/fs-uae-launcher/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/07/09 13:03:46 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:38 wiz 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 35 +PYTHON_VERSIONS_ACCEPTED= 34 35 36 PYDISTUTILSPKG= yes PYSETUPINSTALLARGS= --install-lib=${PREFIX:Q}/share/fs-uae-launcher PYSETUPINSTALLARGS+= --install-scripts=${PREFIX:Q}/share/fs-uae-launcher diff --git a/emulators/gns3/Makefile b/emulators/gns3/Makefile index 8101a96474a..82d2d85fe85 100644 --- a/emulators/gns3/Makefile +++ b/emulators/gns3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/07/09 13:03:46 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/01/01 14:43:38 wiz 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= 34 35 # not yet ported as of 0.8.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 7ca23c886b9..8305f153366 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2016/11/06 15:39:28 adam Exp $ +# $NetBSD: Makefile,v 1.46 2017/01/01 14:43:38 wiz Exp $ DISTNAME= hatari-2.0.0 CATEGORIES= emulators @@ -14,7 +14,7 @@ USE_CMAKE= yes USE_LANGUAGES= c CMAKE_ARGS+= -DENABLE_OSX_BUNDLE:BOOL=0 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.7.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.7.0 REPLACE_PYTHON+= python-ui/config.py REPLACE_PYTHON+= python-ui/debugui.py diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index c82c6c36be3..8649bdb16db 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2016/12/04 05:17:27 ryoon Exp $ +# $NetBSD: Makefile,v 1.70 2017/01/01 14:43:38 wiz Exp $ DISTNAME= mame-0.179 PKGREVISION= 1 @@ -88,7 +88,7 @@ MAKE_ENV+= BIGENDIAN=1 .endif PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.151 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.151 post-extract: # will be chosen in preference to /usr/include/signal.h, but does not provide kill() diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index c7b7714a9d9..e05d7b8445a 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2016/07/09 13:03:46 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2017/01/01 14:43:38 wiz 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= 34 35 # not yet ported as of 0.9.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.9.0 .include "../../mk/bsd.prefs.mk" diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index ba3a2e5b1c4..be4a3391f6f 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.160 2016/12/30 10:00:16 ryoon Exp $ +# $NetBSD: Makefile,v 1.161 2017/01/01 14:43:38 wiz Exp $ DISTNAME= qemu-2.8.0 CATEGORIES= emulators @@ -82,7 +82,7 @@ PKG_SYSCONFSUBDIR= qemu REPLACE_PERL+= scripts/texi2pod.pl -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported yet as of 1.7.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported yet as of 1.7.0 BUILDLINK_PASSTHRU_DIRS+= /usr/lib BUILDLINK_PASSTHRU_RPATHDIRS+= /usr/lib diff --git a/emulators/unicorn/Makefile b/emulators/unicorn/Makefile index 3195da2306c..57b011803a8 100644 --- a/emulators/unicorn/Makefile +++ b/emulators/unicorn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/07/09 13:03:47 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/01/01 14:43:39 wiz Exp $ DISTNAME= unicorn-0.9 CATEGORIES= emulators @@ -11,7 +11,7 @@ LICENSE= gnu-gpl-v2 USE_TOOLS+= gmake pkg-config -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 0.9 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 0.9 .include "../../lang/python/application.mk" diff --git a/filesystems/fuse-gmailfs/Makefile b/filesystems/fuse-gmailfs/Makefile index f5f1000d61b..707a00c76b8 100644 --- a/filesystems/fuse-gmailfs/Makefile +++ b/filesystems/fuse-gmailfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2016/07/09 13:03:47 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2017/01/01 14:43:39 wiz 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= 34 35 # py-fuse-bindings +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-fuse-bindings CONF_FILES= ${PREFIX}/share/examples/gmailfs/gmailfs.conf \ ${PKG_SYSCONFDIR}/gmailfs.conf diff --git a/filesystems/fuse-pcachefs/Makefile b/filesystems/fuse-pcachefs/Makefile index de685637aa7..7c4ed2ff7c1 100644 --- a/filesystems/fuse-pcachefs/Makefile +++ b/filesystems/fuse-pcachefs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/07/09 13:03:47 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/01/01 14:43:39 wiz Exp $ # DISTNAME= fuse-pcachefs-0.0.20160203 @@ -15,7 +15,7 @@ LICENSE= apache-2.0 BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools EGG_NAME= pCacheFS-0.2 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-fuse-bindings +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-fuse-bindings .include "../../filesystems/py-fuse-bindings/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/filesystems/fuse-wikipediafs/Makefile b/filesystems/fuse-wikipediafs/Makefile index e387cd3801d..993516882cf 100644 --- a/filesystems/fuse-wikipediafs/Makefile +++ b/filesystems/fuse-wikipediafs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/07/09 13:03:47 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:39 wiz Exp $ DISTNAME= wikipediafs-0.4 PKGNAME= fuse-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= http://wikipediafs.sourceforge.net/ COMMENT= FUSE filesystem for accessing the wikipedia LICENSE= gnu-gpl-v2 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-fuse-bindings +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-fuse-bindings EGG_NAME= wikipediafs-0.0.0 SUBST_CLASSES+= config diff --git a/filesystems/glusterfs/Makefile b/filesystems/glusterfs/Makefile index 081c2f14dee..a618b8a081f 100644 --- a/filesystems/glusterfs/Makefile +++ b/filesystems/glusterfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2016/12/04 05:17:27 ryoon Exp $ +# $NetBSD: Makefile,v 1.74 2017/01/01 14:43:39 wiz Exp $ DISTNAME= glusterfs-3.8.5 #PKGREVISION= 1 @@ -22,7 +22,7 @@ CONFIGURE_ARGS+= --localstatedir=${VARBASE} # Only libfl.a is available, and libtool wants libfl.so MAKE_FLAGS+= LEXLIB="" -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # only 2.x supported as of 3.6.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # only 2.x supported as of 3.6.0 REPLACE_PYTHON+= contrib/ipaddr-py/ipaddr.py REPLACE_PYTHON+= extras/ganesha/scripts/generate-epoch.py diff --git a/filesystems/py-filesystem/Makefile b/filesystems/py-filesystem/Makefile index c7f3fbb7744..3aa0e1d24ab 100644 --- a/filesystems/py-filesystem/Makefile +++ b/filesystems/py-filesystem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2016/07/09 13:03:47 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2017/01/01 14:43:39 wiz 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= 34 35 # not yet ported as of 0.4.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 b113a55c85d..569e27bfe59 100644 --- a/filesystems/py-fuse-bindings/Makefile +++ b/filesystems/py-fuse-bindings/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2016/07/09 13:03:47 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2017/01/01 14:43:39 wiz 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= 34 35 # not yet ported as of 0.2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 ab12f0ef1c5..1c3252d2917 100644 --- a/filesystems/tahoe-lafs/Makefile +++ b/filesystems/tahoe-lafs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2016/07/09 13:03:47 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2017/01/01 14:43:39 wiz 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= 34 35 # py-twisted, py-xml via py-nevow, py-zbase32, py-cryptopp +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 a418e9769f1..74eaf0d93e2 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.241 2016/12/24 11:05:15 ryoon Exp $ +# $NetBSD: Makefile,v 1.242 2017/01/01 14:43:39 wiz Exp $ DISTNAME= gnucash-2.6.15 CATEGORIES= finance @@ -34,7 +34,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= 34 35 # not yet ported as of 2.6.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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-trytond-account-payment-sepa/Makefile b/finance/py-trytond-account-payment-sepa/Makefile index feb4bf32727..9538a612b41 100644 --- a/finance/py-trytond-account-payment-sepa/Makefile +++ b/finance/py-trytond-account-payment-sepa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/12/04 21:13:01 rodent Exp $ +# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:39 wiz Exp $ TRYTON_MODULE_NAME= trytond_account_payment_sepa .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python @@ -18,7 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-lxml>=2.0:../../textproc/py-lxml REPLACE_PYTHON+= tests/test_account_payment_sepa.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-simplesoap via py-stdnum and py-trytond-bank +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-simplesoap via py-stdnum and py-trytond-bank .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" diff --git a/finance/py-trytond-bank/Makefile b/finance/py-trytond-bank/Makefile index b641699fbde..42a5d0ffa61 100644 --- a/finance/py-trytond-bank/Makefile +++ b/finance/py-trytond-bank/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/12/04 21:13:02 rodent Exp $ +# $NetBSD: Makefile,v 1.5 2017/01/01 14:43:39 wiz Exp $ TRYTON_MODULE_NAME= trytond_bank .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-trytond>=${TRYTON_BASEVER}:../../devel/py-trytond USE_LANGUAGES= # none REPLACE_PYTHON+= tests/test_bank.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-simplesoap via py-stdnum +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-simplesoap via py-stdnum .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" diff --git a/finance/py-vatnumber/Makefile b/finance/py-vatnumber/Makefile index 7c7eef98ed6..26290215044 100644 --- a/finance/py-vatnumber/Makefile +++ b/finance/py-vatnumber/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2016/08/28 15:48:32 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2017/01/01 14:43:39 wiz Exp $ DISTNAME= vatnumber-1.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v3 DEPENDS+= ${PYPKGPREFIX}-stdnum-[0-9]*:../../misc/py-stdnum -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-simplesoap via py-stdnum +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-simplesoap via py-stdnum .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/fonts/mftrace/Makefile b/fonts/mftrace/Makefile index 5f40b2a8102..fffb8c7bdac 100644 --- a/fonts/mftrace/Makefile +++ b/fonts/mftrace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2016/07/09 13:03:48 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2017/01/01 14:43:40 wiz 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= 34 35 # not yet ported as of 1.2.15 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 294cad49ac9..dbeac701568 100644 --- a/fonts/py-TTFQuery/Makefile +++ b/fonts/py-TTFQuery/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2016/08/28 15:48:32 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2017/01/01 14:43:40 wiz Exp $ DISTNAME= TTFQuery-1.0.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= modified-bsd DEPENDS+= ${PYPKGPREFIX}-fonttools>=2.0b1:../../fonts/py-fonttools -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-fonttools +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-fonttools post-install: cd ${DESTDIR}${PREFIX}/bin && for f in ttffamily ttffiles ttfgroups ttfmetadata; do \ diff --git a/games/4stAttack/Makefile b/games/4stAttack/Makefile index b6cea883a78..59212e1cdd8 100644 --- a/games/4stAttack/Makefile +++ b/games/4stAttack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2016/07/09 13:03:48 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2017/01/01 14:43:40 wiz 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= 34 35 # not yet ported as of 2.1.4 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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/accelerator3d/Makefile b/games/accelerator3d/Makefile index 67ba96cec73..bbb092c79cd 100644 --- a/games/accelerator3d/Makefile +++ b/games/accelerator3d/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/08/21 11:30:45 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/01/01 14:43:40 wiz Exp $ DISTNAME= accelerator-0.1.1 PKGNAME= ${DISTNAME:S/accelerator/accelerator3d/} @@ -18,7 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-game-[0-9]*:../../devel/py-game DEPENDS+= ${PYPKGPREFIX}-ode-[0-9]*:../../devel/py-ode DEPENDS+= ${PYPKGPREFIX}-OpenGL-[0-9]*:../../graphics/py-OpenGL -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-ode +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ode REPLACE_PYTHON+= accelerator.py diff --git a/games/blindmine/Makefile b/games/blindmine/Makefile index c364a10cb7d..14a2999d634 100644 --- a/games/blindmine/Makefile +++ b/games/blindmine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2016/07/09 13:03:48 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2017/01/01 14:43:40 wiz 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= 34 35 # not yet ported as of 0.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 7d913877120..67eb7c1ff58 100644 --- a/games/freeciv-share/Makefile.common +++ b/games/freeciv-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.48 2016/07/09 13:03:48 wiz Exp $ +# $NetBSD: Makefile.common,v 1.49 2017/01/01 14:43:40 wiz 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= 34 35 # not yet ported as of 2.3.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 c0d02ff2904..e3d18c37699 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2016/12/04 05:17:28 ryoon Exp $ +# $NetBSD: Makefile,v 1.69 2017/01/01 14:43:40 wiz Exp $ DISTNAME= gcompris-12.11 PKGREVISION= 23 @@ -23,7 +23,7 @@ INFO_FILES= yes PTHREAD_AUTO_VARS= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-sqlite2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 41d25200054..4a172af468d 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.152 2016/09/16 01:10:06 gdt Exp $ +# $NetBSD: Makefile,v 1.153 2017/01/01 14:43:40 wiz Exp $ DISTNAME= gnome-games-2.32.1 PKGREVISION= 31 @@ -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= 34 35 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit via py-gnome2 CONFLICTS= xbill-[0-9]* SUPERSEDES= glchess-[0-9]* diff --git a/games/jools/Makefile b/games/jools/Makefile index 67b505364c9..79298788b5f 100644 --- a/games/jools/Makefile +++ b/games/jools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2016/07/09 13:03:48 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2017/01/01 14:43:40 wiz 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= 34 35 # not yet ported as of 0.20 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 e849a6a43ab..d226c442d87 100644 --- a/games/kajongg/Makefile +++ b/games/kajongg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2016/12/04 05:17:28 ryoon Exp $ +# $NetBSD: Makefile,v 1.33 2017/01/01 14:43:40 wiz Exp $ DISTNAME= kajongg-${_KDE_VERSION} PKGREVISION= 8 @@ -9,7 +9,7 @@ COMMENT= Maj Jong game DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-twisted REPLACE_PYTHON+= setup.py REPLACE_PYTHON+= src/deferredutil.py diff --git a/games/kye/Makefile b/games/kye/Makefile index ab7136073ff..0de34628b72 100644 --- a/games/kye/Makefile +++ b/games/kye/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2016/08/03 10:22:47 adam Exp $ +# $NetBSD: Makefile,v 1.54 2017/01/01 14:43:40 wiz Exp $ DISTNAME= kye-1.0 PKGREVISION= 21 @@ -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= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" diff --git a/games/monsterz/Makefile b/games/monsterz/Makefile index cdbf51366f7..2c4afd0190e 100644 --- a/games/monsterz/Makefile +++ b/games/monsterz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2016/07/09 13:03:48 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2017/01/01 14:43:40 wiz 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= 34 35 # py-Numeric +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 6ff661fe2d1..885e666710e 100644 --- a/games/py-easyAI/Makefile +++ b/games/py-easyAI/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/07/09 13:03:49 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2017/01/01 14:43:40 wiz 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= 34 35 # not yet ported as of 0.0.0.4 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 d92ad783be2..e3e0ea225ef 100644 --- a/games/py-renpy/Makefile +++ b/games/py-renpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2016/08/17 00:06:42 ryoon Exp $ +# $NetBSD: Makefile,v 1.14 2017/01/01 14:43:41 wiz 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= 34 35 # not yet ported as of 6.16.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 1c5fe865382..8e243fea817 100644 --- a/games/pysolfc/Makefile +++ b/games/pysolfc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2016/07/09 13:03:49 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2017/01/01 14:43:41 wiz 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= 34 35 # py-imaging +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-imaging REPLACE_PYTHON+= \ data/themes/clearlooks/create_imgs.py \ diff --git a/games/pytraffic/Makefile b/games/pytraffic/Makefile index 2e833b55199..4e0eafbeb98 100644 --- a/games/pytraffic/Makefile +++ b/games/pytraffic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2016/08/03 10:22:47 adam Exp $ +# $NetBSD: Makefile,v 1.46 2017/01/01 14:43:41 wiz Exp $ DISTNAME= pytraffic-2.5.4 PKGREVISION= 29 @@ -13,7 +13,7 @@ COMMENT= Computer version of a popular board game DIST_SUBDIR= pytraffic-2.5.4-070313 PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" diff --git a/games/teeworlds/Makefile b/games/teeworlds/Makefile index 1179d5c3394..a1179c6d2a2 100644 --- a/games/teeworlds/Makefile +++ b/games/teeworlds/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/07/09 13:03:49 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/01/01 14:43:41 wiz Exp $ DISTNAME= teeworlds-0.6.3-src PKGNAME= ${DISTNAME:S/-src//} @@ -18,7 +18,7 @@ AUTO_MKDIRS= yes CPIO= cpio -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # hardcoded to 2.7 in a patch +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 a629291ce7f..5078793a696 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.121 2016/10/07 18:25:51 adam Exp $ +# $NetBSD: Makefile,v 1.122 2017/01/01 14:43:41 wiz Exp $ DISTNAME= wesnoth-1.12.6 PKGREVISION= 2 @@ -31,7 +31,7 @@ SUBST_FILES.prefix= cmake/FindFriBiDi.cmake SUBST_MESSAGE.prefix= Fixing search path. SUBST_SED.prefix= -e 's,/usr/local,${PREFIX},' -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.10.6 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 e1d20412fb1..26c711d2442 100644 --- a/geography/gpsd/Makefile +++ b/geography/gpsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2016/07/09 13:03:49 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2017/01/01 14:43:41 wiz 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= 34 35 # not yet ported as of 2.96 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 019cc474e71..54da4753ec4 100644 --- a/geography/proj-swig/Makefile +++ b/geography/proj-swig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2016/09/15 19:55:41 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2017/01/01 14:43:41 wiz Exp $ DISTNAME= proj-swig-0.02 PKGREVISION= 8 @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes # Defines PYSITELIB, apparently. PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.02 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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/qgis/options.mk b/geography/qgis/options.mk index 20e6f9805c5..d74bdad27c2 100644 --- a/geography/qgis/options.mk +++ b/geography/qgis/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.7 2016/07/09 13:03:49 wiz Exp $ +# $NetBSD: options.mk,v 1.8 2017/01/01 14:43:41 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.qgis PKG_SUPPORTED_OPTIONS= python @@ -18,7 +18,7 @@ PYTHON_FOR_BUILD_ONLY= YES CMAKE_ARGS+= -DWITH_BINDINGS:BOOL=TRUE CMAKE_ARGS+= -DSIP_BINARY_PATH:PATH=${BUILDLINK_PREFIX.py-sip}/bin PLIST_SRC+= ${PKGDIR}/PLIST.python -#PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # ?not yet ported as of ? +#PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # ?not yet ported as of ? .include "../../lang/python/application.mk" .include "../../math/py-numpy/buildlink3.mk" .include "../../x11/py-qt4/buildlink3.mk" diff --git a/graphics/MesaLib/Makefile b/graphics/MesaLib/Makefile index 554a42b0839..0e73c83e46f 100644 --- a/graphics/MesaLib/Makefile +++ b/graphics/MesaLib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.129 2016/10/20 12:06:06 wiz Exp $ +# $NetBSD: Makefile,v 1.130 2017/01/01 14:43:41 wiz Exp $ DISTNAME= mesa-11.2.2 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= 34 35 # as of 11.2.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 11.2.2 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 bae928f9301..20f04467b80 100644 --- a/graphics/MesaLib7/Makefile +++ b/graphics/MesaLib7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2016/08/29 03:59:49 mef Exp $ +# $NetBSD: Makefile,v 1.9 2017/01/01 14:43:41 wiz Exp $ DISTNAME?= ${MESA_DISTNAME} PKGNAME= MesaLib7-${MESA_PKGVERSION} @@ -46,7 +46,7 @@ CONFIGURE_ARGS+= --disable-egl .include "glx-config.mk" PYTHON_FOR_BUILD_ONLY= tool -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 7.11.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 7.11.2 MAKE_ENV+= MAKE=${GMAKE:Q} diff --git a/graphics/comix/Makefile b/graphics/comix/Makefile index 14614679129..c1afb557ca6 100644 --- a/graphics/comix/Makefile +++ b/graphics/comix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2016/08/03 10:22:49 adam Exp $ +# $NetBSD: Makefile,v 1.56 2017/01/01 14:43:41 wiz Exp $ DISTNAME= comix-4.0.4 PKGREVISION= 28 @@ -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= 34 35 # py-imaging, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-imaging, py-gtk2 do-build: diff --git a/graphics/dia-python/Makefile b/graphics/dia-python/Makefile index 0c74db58a5b..87dd7103865 100644 --- a/graphics/dia-python/Makefile +++ b/graphics/dia-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2016/08/03 10:22:50 adam Exp $ +# $NetBSD: Makefile,v 1.48 2017/01/01 14:43:41 wiz Exp $ DIA_SUBPKG= -python PKGREVISION= 1 @@ -12,7 +12,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= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 BUILD_DIRS+= plug-ins/python INSTALL_DIRS+= plug-ins/python diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile index 094e644fd4c..825bf02ef3e 100644 --- a/graphics/eog/Makefile +++ b/graphics/eog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.87 2016/08/03 10:22:13 adam Exp $ +# $NetBSD: Makefile,v 1.88 2017/01/01 14:43:42 wiz Exp $ DISTNAME= eog-2.32.1 PKGREVISION= 22 @@ -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= 34 35 # py-gtk2 +#PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 .include "../../devel/GConf/schemas.mk" BUILDLINK_API_DEPENDS.glib2+= glib2>=2.15.3 .include "../../devel/glib2/buildlink3.mk" diff --git a/graphics/eom/options.mk b/graphics/eom/options.mk index 946422937eb..5b2b82e178a 100644 --- a/graphics/eom/options.mk +++ b/graphics/eom/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2016/07/09 13:03:50 wiz Exp $ +# $NetBSD: options.mk,v 1.3 2017/01/01 14:43:42 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.eog PKG_SUPPORTED_OPTIONS= dbus exif jpeg lcms python rsvg xmp @@ -36,7 +36,7 @@ CONFIGURE_ARGS+= --without-cms .endif .if !empty(PKG_OPTIONS:Mpython) -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 .include "../../lang/python/extension.mk" .include "../../x11/py-gtk2/buildlink3.mk" .include "../../devel/py-gobject/buildlink3.mk" diff --git a/graphics/gimp-docs-en/Makefile.common b/graphics/gimp-docs-en/Makefile.common index dac46add040..75454b0bd02 100644 --- a/graphics/gimp-docs-en/Makefile.common +++ b/graphics/gimp-docs-en/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2016/07/09 13:03:50 wiz Exp $ +# $NetBSD: Makefile.common,v 1.14 2017/01/01 14:43:42 wiz 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= 34 35 # not yet ported as of 2.8.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 53853e3e06c..0065e7e5614 100644 --- a/graphics/libscigraphica/Makefile +++ b/graphics/libscigraphica/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2016/08/03 10:22:15 adam Exp $ +# $NetBSD: Makefile,v 1.42 2017/01/01 14:43:42 wiz Exp $ DISTNAME= libscigraphica-2.1.1 PKGREVISION= 28 @@ -16,7 +16,7 @@ USE_TOOLS+= pkg-config gmake intltool GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= libscigraphica-2.0.pc.in -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-numarray +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-numarray pre-configure: ln -s ${PYTHONBIN} ${TOOLS_DIR}/bin/python diff --git a/graphics/mypaint/Makefile b/graphics/mypaint/Makefile index 05957e69a41..3829e28c416 100644 --- a/graphics/mypaint/Makefile +++ b/graphics/mypaint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2016/08/03 10:22:54 adam Exp $ +# $NetBSD: Makefile,v 1.25 2017/01/01 14:43:42 wiz Exp $ DISTNAME= mypaint-1.1.0 PKGREVISION= 2 @@ -19,7 +19,7 @@ USE_LANGUAGES= c c++ USE_TOOLS+= bash:run msgfmt pkg-config PYTHON_VERSIONED_DEPENDENCIES= cairo -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 USE_PKGLOCALEDIR= yes diff --git a/graphics/py-aafigure/Makefile b/graphics/py-aafigure/Makefile index c87d59e2f33..e06c3a2beb3 100644 --- a/graphics/py-aafigure/Makefile +++ b/graphics/py-aafigure/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2016/09/11 16:46:57 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2017/01/01 14:43:42 wiz Exp $ DISTNAME= aafigure-0.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-reportlab-[0-9]*:../../print/py-reportlab USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 0.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 0.5 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/py-biggles/Makefile b/graphics/py-biggles/Makefile index 9cda9e48879..ad39d94702f 100644 --- a/graphics/py-biggles/Makefile +++ b/graphics/py-biggles/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2016/07/09 13:03:50 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2017/01/01 14:43:42 wiz 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= 34 35 # not ported yet as of 1.6.6 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 0d734524e8a..74ba6cd1ebc 100644 --- a/graphics/py-cairo/Makefile +++ b/graphics/py-cairo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2016/07/09 13:03:50 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2017/01/01 14:43:42 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 post-extract: cd ${WRKSRC} && touch ChangeLog && aclocal && automake -a diff --git a/graphics/py-chart/Makefile b/graphics/py-chart/Makefile index b7fab9f4aaf..c4700676000 100644 --- a/graphics/py-chart/Makefile +++ b/graphics/py-chart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/07/09 13:03:51 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2017/01/01 14:43:42 wiz 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 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/py-gdchart/Makefile b/graphics/py-gdchart/Makefile index b5f77a0945f..3a2c47495d0 100644 --- a/graphics/py-gdchart/Makefile +++ b/graphics/py-gdchart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2016/08/03 10:22:55 adam Exp $ +# $NetBSD: Makefile,v 1.44 2017/01/01 14:43:42 wiz 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= 34 35 # not yet ported as of 0.6 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 1d3ed746c01..b2b39f114cc 100644 --- a/graphics/py-gdmodule/Makefile +++ b/graphics/py-gdmodule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/09/08 14:42:20 darcy Exp $ +# $NetBSD: Makefile,v 1.11 2017/01/01 14:43:42 wiz Exp $ DISTNAME= gdmodule-0.59 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ HOMEPAGE= https://github.com/Solomoriah/gdmodule COMMENT= Python interface to gd graphics library LICENSE= original-bsd -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.59 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.59 SUBST_CLASSES+= pkgpath SUBST_STAGE.pkgpath= pre-configure diff --git a/graphics/py-gnuplot/Makefile b/graphics/py-gnuplot/Makefile index 39ac1d89508..f94e8274427 100644 --- a/graphics/py-gnuplot/Makefile +++ b/graphics/py-gnuplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2016/07/09 13:03:51 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2017/01/01 14:43:42 wiz 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= 34 35 # not yet ported as of 1.8 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 a129e6b185b..ab541d3d6ac 100644 --- a/graphics/py-goocanvas/Makefile +++ b/graphics/py-goocanvas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2016/08/03 10:22:55 adam Exp $ +# $NetBSD: Makefile,v 1.41 2017/01/01 14:43:43 wiz 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= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 .include "../../lang/python/pyversion.mk" diff --git a/graphics/py-gtkglext/Makefile b/graphics/py-gtkglext/Makefile index 852e6f8fee2..6fd969a4e26 100644 --- a/graphics/py-gtkglext/Makefile +++ b/graphics/py-gtkglext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2016/08/03 10:22:55 adam Exp $ +# $NetBSD: Makefile,v 1.42 2017/01/01 14:43:43 wiz 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= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 PKGCONFIG_OVERRIDE+= pygtkglext.pc.in diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile index f6a2901cd3f..d7586151ed1 100644 --- a/graphics/py-imaging/Makefile +++ b/graphics/py-imaging/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2016/07/09 13:03:51 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2017/01/01 14:43:43 wiz 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= 34 35 # not yet ported as of 1.1.7, use Pillow instead +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 1e84de35309..f356aa7c900 100644 --- a/graphics/py-imagingtk/Makefile +++ b/graphics/py-imagingtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2016/07/09 13:03:51 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2017/01/01 14:43:43 wiz 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= 34 35 # py-imaging +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-imaging PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q} diff --git a/graphics/py-matplotlib-gtk2/Makefile b/graphics/py-matplotlib-gtk2/Makefile index c40d5b3eeda..221b3e7f94a 100644 --- a/graphics/py-matplotlib-gtk2/Makefile +++ b/graphics/py-matplotlib-gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2016/08/03 23:41:48 kamil Exp $ +# $NetBSD: Makefile,v 1.57 2017/01/01 14:43:43 wiz Exp $ VERSION= 1.5.2 @@ -16,7 +16,7 @@ COMMENT= GTK frontend for matplotlib USE_TOOLS+= pkg-config PY_PATCHPLIST= yes PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 USE_LANGUAGES= c c++ post-patch: diff --git a/graphics/py-mcomix/Makefile b/graphics/py-mcomix/Makefile index 2e9375f79a9..211d5495d73 100644 --- a/graphics/py-mcomix/Makefile +++ b/graphics/py-mcomix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2016/12/03 04:08:53 nonaka Exp $ +# $NetBSD: Makefile,v 1.12 2017/01/01 14:43:43 wiz Exp $ DISTNAME= mcomix-1.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -20,7 +20,7 @@ DEPENDS+= ${PYPKGPREFIX}-sqlite3>=0:../../databases/py-sqlite3 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 ef90799c79a..ac8b9932028 100644 --- a/graphics/py-piddle/Makefile +++ b/graphics/py-piddle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2016/07/09 13:03:51 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2017/01/01 14:43:43 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/py-pycha/Makefile b/graphics/py-pycha/Makefile index e8af8358731..03c0dfd747d 100644 --- a/graphics/py-pycha/Makefile +++ b/graphics/py-pycha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2016/07/09 13:03:52 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2017/01/01 14:43:43 wiz 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= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 .include "../../lang/python/egg.mk" .include "../../lang/python/versioned_dependencies.mk" diff --git a/graphics/py-sk1libs/Makefile b/graphics/py-sk1libs/Makefile index bd6dbc2b8cc..da2af885441 100644 --- a/graphics/py-sk1libs/Makefile +++ b/graphics/py-sk1libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2016/07/09 13:03:52 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2017/01/01 14:43:43 wiz 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= 34 35 # not yet ported as of 0.9.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 1b77579c882..716f520e054 100644 --- a/graphics/py-uniconvertor/Makefile +++ b/graphics/py-uniconvertor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/07/09 13:03:52 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/01/01 14:43:43 wiz 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= 34 35 # py-sk1libs +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-sk1libs REPLACE_PYTHON+= src/__init__.py .include "../../lang/python/application.mk" diff --git a/graphics/scigraphica/Makefile b/graphics/scigraphica/Makefile index f6f052cccd8..1f75f72300a 100644 --- a/graphics/scigraphica/Makefile +++ b/graphics/scigraphica/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2016/08/03 10:22:56 adam Exp $ +# $NetBSD: Makefile,v 1.78 2017/01/01 14:43:43 wiz Exp $ DISTNAME= scigraphica-2.1.0 PKGREVISION= 27 @@ -22,7 +22,7 @@ CONFIGURE_ENV+= PYTHONBIN=${PYTHONBIN:Q} USE_LIBTOOL= YES PTHREAD_AUTO_VARS= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-numarray via libscigraphica +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-numarray via libscigraphica pre-configure: ln -s ${PYTHONBIN} ${TOOLS_DIR}/bin/python diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile index 04c1711ce51..22c48832f7b 100644 --- a/graphics/skencil/Makefile +++ b/graphics/skencil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2016/07/09 13:03:52 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2017/01/01 14:43:43 wiz Exp $ DISTNAME= skencil-0.6.17 PKGREVISION= 13 @@ -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= 34 35 # py-imaging +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 a85e946e594..47cc2d84344 100644 --- a/graphics/xdot/Makefile +++ b/graphics/xdot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/07/09 13:03:52 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:44 wiz 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= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 INSTALLATION_DIRS= bin do-build: diff --git a/ham/gnuradio-core/Makefile.common b/ham/gnuradio-core/Makefile.common index a9732e04c41..3888c58255a 100644 --- a/ham/gnuradio-core/Makefile.common +++ b/ham/gnuradio-core/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2016/07/09 13:03:52 wiz Exp $ +# $NetBSD: Makefile.common,v 1.13 2017/01/01 14:43:44 wiz 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= 34 35 # not yet ported as of 3.3.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 51f70379a6f..d2de9c9a954 100644 --- a/inputmethod/ibus-python/Makefile +++ b/inputmethod/ibus-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/07/09 13:03:52 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/01/01 14:43:44 wiz 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= 34 35 # py-gtk2, py-gobject3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 7e037a52d79..6519f335d8a 100644 --- a/inputmethod/ibus-tegaki/Makefile +++ b/inputmethod/ibus-tegaki/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2016/07/09 13:03:52 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2017/01/01 14:43:44 wiz 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= 34 35 # py-gtk2 via py-ibus-python +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 57dcd42ebb3..094c8639fcd 100644 --- a/inputmethod/py-input-pad/Makefile +++ b/inputmethod/py-input-pad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2016/08/03 10:23:01 adam Exp $ +# $NetBSD: Makefile,v 1.40 2017/01/01 14:43:44 wiz 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= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 b588ab13485..15cd112ca16 100644 --- a/inputmethod/py-zinnia/Makefile +++ b/inputmethod/py-zinnia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2016/07/09 13:03:52 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2017/01/01 14:43:44 wiz Exp $ .include "../../inputmethod/zinnia/Makefile.common" @@ -11,7 +11,7 @@ USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ PYSETUPSUBDIR= python -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.06 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 48ddd64db68..6aea7761606 100644 --- a/inputmethod/scim-python/Makefile +++ b/inputmethod/scim-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2016/08/03 10:23:02 adam Exp $ +# $NetBSD: Makefile,v 1.34 2017/01/01 14:43:44 wiz Exp $ DISTNAME= scim-python-0.1.13rc1 PKGREVISION= 24 @@ -32,7 +32,7 @@ post-extract: ${CP} ${WRKDIR}/py.db ${WRKSRC}/python/engine/PinYin/py.db PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 72cfe4a99c6..7523b381974 100644 --- a/inputmethod/tegaki-pygtk/Makefile +++ b/inputmethod/tegaki-pygtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/07/09 13:03:53 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:44 wiz 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= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 225ab157896..1c199b6dba7 100644 --- a/inputmethod/tegaki-python/Makefile +++ b/inputmethod/tegaki-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/07/09 13:03:53 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:44 wiz 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= 34 35 # py-zinnia +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 0ceda1ca53d..6dfc3b0b84d 100644 --- a/inputmethod/tegaki-recognize/Makefile +++ b/inputmethod/tegaki-recognize/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/07/09 13:03:53 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/01/01 14:43:44 wiz 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= 34 35 # not yet ported as of 0.3.1.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 0efd3050c53..2782a484163 100644 --- a/inputmethod/tegaki-tools/Makefile +++ b/inputmethod/tegaki-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/07/09 13:03:53 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:44 wiz 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= 34 35 # not yet ported as of 0.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 0f441b629d1..369943c2dd1 100644 --- a/inputmethod/tegaki-train/Makefile +++ b/inputmethod/tegaki-train/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/07/09 13:03:53 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:44 wiz 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= 34 35 # not yet ported as of 0.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 ce45c8e3b3c..46ce9bfd086 100644 --- a/inputmethod/tegaki-wagomu/Makefile +++ b/inputmethod/tegaki-wagomu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/07/09 13:03:53 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:44 wiz 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= 34 35 # not yet ported as of 0.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 c071615fdde..10534c73c5e 100644 --- a/lang/clang-static-analyzer/Makefile +++ b/lang/clang-static-analyzer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2016/07/26 12:43:51 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/01/01 14:43:45 wiz Exp $ PKGNAME= ${DISTNAME:S/cfe/clang-static-analyzer/:S/.src//} @@ -13,7 +13,7 @@ INSTALL_DIRS= ../build/tools/clang-check ../build/tools/scan-build ../build/tool CMAKE_ARGS+= -DCLANG_ENABLE_STATIC_ANALYZER=ON REPLACE_PYTHON= # empty -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 3.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 3.5 .include "../../lang/python/application.mk" .include "../../lang/clang/Makefile.common" diff --git a/lang/nodejs/Makefile.common b/lang/nodejs/Makefile.common index f36aa443705..4f131d37211 100644 --- a/lang/nodejs/Makefile.common +++ b/lang/nodejs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2016/10/26 13:00:20 pho Exp $ +# $NetBSD: Makefile.common,v 1.13 2017/01/01 14:43:45 wiz Exp $ # used by lang/nodejs/Makefile # used by lang/nodejs4/Makefile # used by lang/nodejs6/Makefile @@ -16,7 +16,7 @@ HAS_CONFIGURE= yes USE_TOOLS+= bash gmake pkg-config USE_LANGUAGES= c c++ -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.10.24 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 e0b968b0ff4..dca7d5132f7 100644 --- a/lang/py-basicproperty/Makefile +++ b/lang/py-basicproperty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/07/09 13:03:53 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:45 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 post-extract: # wrong architecture binary diff --git a/lang/py-pyrex/Makefile b/lang/py-pyrex/Makefile index 639e42c0ebc..b975973ae19 100644 --- a/lang/py-pyrex/Makefile +++ b/lang/py-pyrex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2016/07/09 13:03:53 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2017/01/01 14:43:45 wiz 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= 34 35 # not yet ported as of 0.9.9 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 b76232b26ee..ffcddc38f97 100644 --- a/lang/py-pythonz/Makefile +++ b/lang/py-pythonz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2016/08/28 15:48:32 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2017/01/01 14:43:45 wiz Exp $ DISTNAME= pythonz-1.2.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= mit WRKSRC= ${WRKDIR}/pythonz-${DISTNAME} USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 b89937aea66..b93ee2c96ea 100644 --- a/mail/archivemail/Makefile +++ b/mail/archivemail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2016/07/09 13:03:54 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2017/01/01 14:43:45 wiz Exp $ DISTNAME= archivemail-0.9.0 PKGREVISION= 1 @@ -14,7 +14,7 @@ USE_LANGUAGES= # none INSTALLATION_DIRS= share/archivemail -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.9.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 3ea7c31f8ea..4997e396738 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.93 2016/07/09 13:03:54 wiz Exp $ +# $NetBSD: Makefile,v 1.94 2017/01/01 14:43:45 wiz 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= 34 35 # not yet ported as of 6.3.22 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 edd27485806..2dd1726aecb 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.150 2016/10/23 15:45:37 schmonz Exp $ +# $NetBSD: Makefile,v 1.151 2017/01/01 14:43:45 wiz Exp $ DISTNAME= getmail-4.52.0 CATEGORIES= mail @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= # none REPLACE_PYTHON= *.py getmailcore/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 4.44.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 10bb66725eb..d33a374f4b6 100644 --- a/mail/mailman/Makefile +++ b/mail/mailman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2016/07/09 13:03:54 wiz Exp $ +# $NetBSD: Makefile,v 1.79 2017/01/01 14:43:45 wiz 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= 34 35 # not yet ported as of 2.1.14.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 eba5b8559c9..6f5a7357a8f 100644 --- a/mail/offlineimap/Makefile +++ b/mail/offlineimap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2016/07/09 13:03:54 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2017/01/01 14:43:45 wiz 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= 34 35 # not yet ported as of 6.5.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 be5908dea0e..ed6f25690c0 100644 --- a/mail/py-libgmail/Makefile +++ b/mail/py-libgmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2016/07/09 13:03:54 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2017/01/01 14:43:45 wiz 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= 34 35 # py-mechanize +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-mechanize .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 c36a78df4f5..00be4399d89 100644 --- a/mail/thunderbird-enigmail/Makefile.common +++ b/mail/thunderbird-enigmail/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2016/11/28 15:36:31 wiz Exp $ +# $NetBSD: Makefile.common,v 1.13 2017/01/01 14:43:45 wiz Exp $ # used by mail/thunderbird-enigmail/Makefile # used by mail/seamonkey-enigmail/Makefile @@ -25,7 +25,7 @@ DISTINFO_FILE= ${.CURDIR}/../../mail/thunderbird-enigmail/distinfo REPLACE_PERL+= util/fixlang.pl REPLACE_PERL+= util/make-lang-xpi.pl -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 1.8.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 ab452d050bb..91afb06b044 100644 --- a/mail/tmda/Makefile +++ b/mail/tmda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2016/07/09 13:03:54 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2017/01/01 14:43:46 wiz 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= 34 35 # not yet ported as of 1.1.12 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.1.12 PKG_SYSCONFSUBDIR= ${PKGBASE} diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index e6a82b5e4a7..44d420466cc 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.183 2016/08/03 10:23:06 adam Exp $ +# $NetBSD: Makefile,v 1.184 2017/01/01 14:43:46 wiz Exp $ DISTNAME= gnumeric-1.8.4 PKGREVISION= 42 @@ -25,7 +25,7 @@ REPLACE_PERL+= plugins/perl-func/perl_func.pl CONFIGURE_ARGS+= --with-python CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.8.4 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 d9cc59fee29..53c4ccb34b9 100644 --- a/math/gnumeric110/Makefile +++ b/math/gnumeric110/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2016/08/03 10:23:06 adam Exp $ +# $NetBSD: Makefile,v 1.62 2017/01/01 14:43:46 wiz Exp $ DISTNAME= gnumeric-1.10.17 PKGREVISION= 25 @@ -29,7 +29,7 @@ PLIST_SUBST+= GOFFICE_VERSION=${GOFFICE_VERSION} CONFIGURE_ARGS+= --with-python CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.10.17 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 135303e5607..dd5d827c912 100644 --- a/math/gnumeric112/Makefile +++ b/math/gnumeric112/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2016/08/03 10:23:07 adam Exp $ +# $NetBSD: Makefile,v 1.31 2017/01/01 14:43:46 wiz Exp $ DISTNAME= gnumeric-1.12.23 PKGREVISION= 2 @@ -27,7 +27,7 @@ REPLACE_PERL+= plugins/perl-func/perl_func.pl CONFIGURE_ARGS+= --with-python CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.12.9 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 b125e89af2e..0ce18fac69b 100644 --- a/math/py-Numeric/Makefile +++ b/math/py-Numeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2016/07/09 13:03:54 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2017/01/01 14:43:46 wiz 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= 34 35 # not yet ported as of 24.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 afb4a8f8820..b54d4105553 100644 --- a/math/py-Scientific/Makefile +++ b/math/py-Scientific/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2016/10/07 18:26:00 adam Exp $ +# $NetBSD: Makefile,v 1.46 2017/01/01 14:43:46 wiz Exp $ DISTNAME= ScientificPython-2.8.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Python//} @@ -16,7 +16,7 @@ MAKE_ENV+= NETCDF_PREFIX=${BUILDLINK_PREFIX.netcdf} PLIST_SUBST+= OSNAME=${LOWER_OPSYS:S/solaris/sunos/} PLIST_SUBST+= OSVER=${OS_VERSION:C/^(.).*/\1/} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 2.8.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.8.1 INSTALLATION_DIRS= bin diff --git a/math/py-cdecimal/Makefile b/math/py-cdecimal/Makefile index 45fd0913353..dc5ac3dee30 100644 --- a/math/py-cdecimal/Makefile +++ b/math/py-cdecimal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/07/09 13:03:55 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:46 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 #.include "../../devel/gmp/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/math/py-ephem/Makefile b/math/py-ephem/Makefile index 3d8992ab6ac..36fb1b97cca 100644 --- a/math/py-ephem/Makefile +++ b/math/py-ephem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2016/07/09 13:03:55 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2017/01/01 14:43:46 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 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 3e53afd0dc9..da17a4afc14 100644 --- a/math/py-fftw/Makefile +++ b/math/py-fftw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/07/09 13:03:55 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:46 wiz 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= 34 35 # as of 0.2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 0.2.1 MAKE_ENV+= FFTW_PATH=${PREFIX}/lib diff --git a/math/py-fpconst/Makefile b/math/py-fpconst/Makefile index f613fd32e42..346f6866358 100644 --- a/math/py-fpconst/Makefile +++ b/math/py-fpconst/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2016/07/09 13:03:55 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2017/01/01 14:43:46 wiz 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= 34 35 # not yet ported as of 0.7.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.7.2 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/py-numarray/Makefile b/math/py-numarray/Makefile index 2713d768e7b..0798a636b7e 100644 --- a/math/py-numarray/Makefile +++ b/math/py-numarray/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2016/07/09 13:03:55 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2017/01/01 14:43:46 wiz 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= 34 35 # not yet ported as of 1.5.2; use py-numpy +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 4bc6751844e..00bd8fc05d5 100644 --- a/math/py-simpleeval/Makefile +++ b/math/py-simpleeval/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/07/09 13:03:55 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2017/01/01 14:43:46 wiz Exp $ DISTNAME= simpleeval-0.8.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= mit USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .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 3106f28633d..82c3b0f68d7 100644 --- a/meta-pkgs/bulk-large/Makefile +++ b/meta-pkgs/bulk-large/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2016/07/09 13:03:55 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2017/01/01 14:43:47 wiz Exp $ DISTNAME= bulk-large-20160317 CATEGORIES= meta-pkgs @@ -14,7 +14,7 @@ RESTRICTED= Just for test build purpose NO_BIN_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 4502adec0a7..73f8f9883bc 100644 --- a/meta-pkgs/bulk-medium/Makefile +++ b/meta-pkgs/bulk-medium/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2016/12/29 23:01:33 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2017/01/01 14:43:47 wiz Exp $ DISTNAME= bulk-medium-20161229 CATEGORIES= meta-pkgs @@ -10,7 +10,7 @@ COMMENT= Meta-package for a standard medium-sized limited bulk build META_PACKAGE= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-matplotlib-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 666fcacc8b6..1881349f5bf 100644 --- a/meta-pkgs/gnome/Makefile +++ b/meta-pkgs/gnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.135 2016/07/09 13:03:55 wiz Exp $ +# $NetBSD: Makefile,v 1.136 2017/01/01 14:43:47 wiz 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= 34 35 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 e9b41d5fb3e..7f4d47ec0a5 100644 --- a/meta-pkgs/py-gnome-bindings/Makefile +++ b/meta-pkgs/py-gnome-bindings/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2016/07/09 13:03:56 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2017/01/01 14:43:47 wiz 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= 34 35 # py-ORBit, py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit, py-gnome2, py-gtk2 .include "../../lang/python/pyversion.mk" diff --git a/meta-pkgs/py-tryton-platform/Makefile b/meta-pkgs/py-tryton-platform/Makefile index 21929154e43..8b610f2fd0a 100644 --- a/meta-pkgs/py-tryton-platform/Makefile +++ b/meta-pkgs/py-tryton-platform/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/12/04 21:13:05 rodent Exp $ +# $NetBSD: Makefile,v 1.5 2017/01/01 14:43:47 wiz Exp $ # DISTNAME= # empty PKGNAME= ${PYPKGPREFIX}-tryton-platform-${TRYTON_BASEVER} @@ -126,6 +126,6 @@ DEPENDS+= ${PYPKGPREFIX}-trytond-timesheet>=${TRYTON_BASEVER}:../../time/py-tryt DEPENDS+= ${PYPKGPREFIX}-trytond-web-user>=${TRYTON_BASEVER}:../../www/py-trytond-web-user DEPENDS+= ${PYPKGPREFIX}-trytond-webdav>=${TRYTON_BASEVER}:../../www/py-trytond-webdav -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-simplesoap via py-stdnum and py-trytond-bank +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-simplesoap via py-stdnum and py-trytond-bank .include "../../mk/bsd.pkg.mk" diff --git a/misc/byobu/Makefile b/misc/byobu/Makefile index b4af3eb8cbe..0a9bfe1c0c3 100644 --- a/misc/byobu/Makefile +++ b/misc/byobu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2016/08/17 18:58:05 maya Exp $ +# $NetBSD: Makefile,v 1.13 2017/01/01 14:43:47 wiz Exp $ BYOBUVER= 5.111 DISTNAME= byobu_${BYOBUVER}.orig @@ -23,7 +23,7 @@ REPLACE_BASH+= usr/share/byobu/tests/* REPLACE_PERL+= usr/lib/byobu/include/* REPLACE_PYTHON+= usr/lib/byobu/include/* -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-newt +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-newt EGDIR= share/examples/byobu CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/${EGDIR} diff --git a/misc/calibre/Makefile b/misc/calibre/Makefile index 78d063e6369..85a7da7aac4 100644 --- a/misc/calibre/Makefile +++ b/misc/calibre/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.163 2016/12/12 12:28:22 wiz Exp $ +# $NetBSD: Makefile,v 1.164 2017/01/01 14:43:47 wiz Exp $ DISTNAME= calibre-2.74.0 CATEGORIES= misc @@ -41,7 +41,7 @@ USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= pkg-config pax PYTHON_VERSIONS_ACCEPTED= 27 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not ported as of 2.1.0; also: py-mechanize, py-beautifulsoup, py-imaging, py-netifaces +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 3293613a011..1445584ad75 100644 --- a/misc/calibre1/Makefile +++ b/misc/calibre1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2016/12/04 05:17:33 ryoon Exp $ +# $NetBSD: Makefile,v 1.22 2017/01/01 14:43:47 wiz Exp $ DISTNAME= calibre-1.48.0 PKGREVISION= 21 @@ -45,7 +45,7 @@ EXTRACT_USING= bsdtar USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config pax PYTHON_VERSIONS_ACCEPTED= 27 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-mechanize, py-beautifulsoup, py-imaging, py-netifaces +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 68f9d64d361..57ee518dff5 100644 --- a/misc/deskbar-applet/Makefile +++ b/misc/deskbar-applet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.98 2016/12/04 05:17:33 ryoon Exp $ +# $NetBSD: Makefile,v 1.99 2017/01/01 14:43:47 wiz Exp $ DISTNAME= deskbar-applet-2.32.0 PKGREVISION= 43 @@ -20,7 +20,7 @@ PKGCONFIG_OVERRIDE= data/deskbar-applet.pc.in GCONF_SCHEMAS= deskbar-applet.schemas -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit via py-gnome2, py-gtk2 REPLACE_PYTHON= deskbar/deskbar-applet.py PY_PATCHPLIST= yes diff --git a/misc/kdeutils3/Makefile b/misc/kdeutils3/Makefile index 133476bad26..ba3bea37322 100644 --- a/misc/kdeutils3/Makefile +++ b/misc/kdeutils3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.112 2016/07/09 13:03:56 wiz Exp $ +# $NetBSD: Makefile,v 1.113 2017/01/01 14:43:47 wiz Exp $ DISTNAME= kdeutils-${_KDE_VERSION} PKGREVISION= 37 @@ -32,7 +32,7 @@ CONFIGURE_ARGS+= --with-snmp=no CONFIGURE_ARGS+= --with-pythondir=${LOCALBASE} CONFIGURE_ENV+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 3.5.10 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 3.5.10 .include "../../meta-pkgs/kde3/kde3.mk" .include "../../devel/gmp/buildlink3.mk" diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile index 1a9068e07fe..a52bdfff7b6 100644 --- a/misc/koffice/Makefile +++ b/misc/koffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.184 2016/11/08 10:51:28 wiz Exp $ +# $NetBSD: Makefile,v 1.185 2017/01/01 14:43:47 wiz Exp $ DISTNAME= koffice-1.6.3 PKGREVISION= 73 @@ -44,7 +44,7 @@ REPLACE_PERL+= tools/scripts/gdb_output_to_text.pl REPLACE_PERL+= tools/thesaurus/extract.pl REPLACE_PERL+= kpresenter/kprconverter.pl -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.6.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 2120892ac36..1c6f432ee22 100644 --- a/misc/mnemosyne/Makefile +++ b/misc/mnemosyne/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2016/07/09 13:03:56 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2017/01/01 14:43:47 wiz 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= 34 35 # not yet ported as of 2.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.3.1 .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" diff --git a/misc/orca/Makefile b/misc/orca/Makefile index 1092e11add7..d45efdf9ac4 100644 --- a/misc/orca/Makefile +++ b/misc/orca/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2016/07/09 13:03:56 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2017/01/01 14:43:48 wiz 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= 34 35 # py-ORBit, py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 6e455e42d1e..d39f383f1d4 100644 --- a/misc/py-anita/Makefile +++ b/misc/py-anita/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2016/10/04 14:47:32 kamil Exp $ +# $NetBSD: Makefile,v 1.44 2017/01/01 14:43:48 wiz Exp $ DISTNAME= anita-1.40 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-pexpect>=2.1:../../devel/py-pexpect USE_LANGUAGES= #none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.34 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.34 SUBST_CLASSES+= manpath SUBST_STAGE.manpath= pre-configure diff --git a/misc/py-carddav/Makefile b/misc/py-carddav/Makefile index f097365f241..3cc6a7c46bb 100644 --- a/misc/py-carddav/Makefile +++ b/misc/py-carddav/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2016/08/27 16:02:44 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2017/01/01 14:43:48 wiz 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= 34 35 # as of 0.7.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 0.7.0 REPLACE_PYTHON= pycarddav/ui.py REPLACE_PYTHON+= pycarddav/controllers/__init__.py diff --git a/misc/py-stdnum/Makefile b/misc/py-stdnum/Makefile index ddfa7805ca7..fa146b0a335 100644 --- a/misc/py-stdnum/Makefile +++ b/misc/py-stdnum/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/08/28 15:48:33 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:48 wiz Exp $ DISTNAME= python-stdnum-1.4 PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-simplesoap-[0-9]*:../../net/py-simplesoap USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-simplesoap +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-simplesoap .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/py-trytond-party/options.mk b/misc/py-trytond-party/options.mk index 1b6a5f74970..85bda7310d6 100644 --- a/misc/py-trytond-party/options.mk +++ b/misc/py-trytond-party/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2016/08/28 15:48:33 wiz Exp $ +# $NetBSD: options.mk,v 1.3 2017/01/01 14:43:48 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.py-trytond-party PKG_SUPPORTED_OPTIONS= vatnumber @@ -7,6 +7,6 @@ PKG_SUGGESTED_OPTIONS+= vatnumber .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mvatnumber) -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-simplesoap via py-stdnum and py-vatnumber +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-simplesoap via py-stdnum and py-vatnumber DEPENDS+= ${PYPKGPREFIX}-vatnumber-[0-9]*:../../finance/py-vatnumber .endif diff --git a/misc/routeplanner-cli/Makefile b/misc/routeplanner-cli/Makefile index b52751585ef..c3f3bc5858b 100644 --- a/misc/routeplanner-cli/Makefile +++ b/misc/routeplanner-cli/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2016/07/09 13:03:57 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2017/01/01 14:43:48 wiz Exp $ # DISTNAME= routeplanner_0.11 @@ -41,7 +41,7 @@ do-install: done # optional speedup -#PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-kjbuckets +#PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 b215e89e4b9..8455e041f87 100644 --- a/misc/superkaramba/Makefile +++ b/misc/superkaramba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2016/10/07 18:26:03 adam Exp $ +# $NetBSD: Makefile,v 1.37 2017/01/01 14:43:48 wiz Exp $ DISTNAME= superkaramba-15.08.3 PKGREVISION= 2 @@ -6,7 +6,7 @@ CATEGORIES= misc COMMENT= KDE desktop widgets MASTER_SITES= ${MASTER_SITE_KDE:=applications/15.08.3/src/} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 4.11.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 6ea64e4cc48..ddf5d8bc19b 100644 --- a/multimedia/farsight2/Makefile +++ b/multimedia/farsight2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2016/12/04 05:17:34 ryoon Exp $ +# $NetBSD: Makefile,v 1.58 2017/01/01 14:43:48 wiz Exp $ DISTNAME= farsight2-0.0.31 PKGREVISION= 20 @@ -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= 34 35 # py-gtk2, py-gstreamer0.10 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2, py-gstreamer0.10 .include "../../lang/python/pyversion.mk" diff --git a/multimedia/kodi/Makefile b/multimedia/kodi/Makefile index fde3b8d16bc..2024521847c 100644 --- a/multimedia/kodi/Makefile +++ b/multimedia/kodi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/12/04 05:17:35 ryoon Exp $ +# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:48 wiz Exp $ PKGNAME= kodi-15.2 PKGREVISION= 10 @@ -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= 34 35 # insists on < 3.0 as of 15.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 58591516dae..b8ff544818e 100644 --- a/multimedia/libkate/options.mk +++ b/multimedia/libkate/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.6 2016/07/09 13:03:57 wiz Exp $ +# $NetBSD: options.mk,v 1.7 2017/01/01 14:43:48 wiz 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= 34 35 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 ec14493108f..6f7f0f3ef48 100644 --- a/multimedia/pitivi/Makefile +++ b/multimedia/pitivi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2016/08/03 10:23:12 adam Exp $ +# $NetBSD: Makefile,v 1.37 2017/01/01 14:43:48 wiz Exp $ DISTNAME= pitivi-0.15.2 PKGREVISION= 8 @@ -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= 34 35 # py-gtk2, py-gstreamer0.10 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 6e0be8cae48..64aacbe08e0 100644 --- a/multimedia/py-gstreamer0.10/Makefile +++ b/multimedia/py-gstreamer0.10/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2016/07/09 13:03:57 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2017/01/01 14:43:48 wiz 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= 34 35 # not yet ported as of 0.10.22; use py-gobjects +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 9a99a41aab7..aaf71d6a030 100644 --- a/multimedia/py-ming/Makefile +++ b/multimedia/py-ming/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2016/07/09 13:03:57 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2017/01/01 14:43:48 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 SUBST_CLASSES+= giflib SUBST_STAGE.giflib= pre-configure diff --git a/multimedia/sickbeard/Makefile b/multimedia/sickbeard/Makefile index b151e46f994..24e58855931 100644 --- a/multimedia/sickbeard/Makefile +++ b/multimedia/sickbeard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/09/06 15:25:10 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/01/01 14:43:49 wiz Exp $ DISTNAME= sickbeard-507 PKGREVISION= 3 @@ -29,7 +29,7 @@ AUTO_MKDIRS= yes PY_PATCHPLIST= yes REPLACE_PYTHON= *.py */*.py */*/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-cheetah +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-cheetah BUILD_DEFS+= VARBASE OWN_DIRS_PERMS= ${VARBASE}/sickbeard /sickbeard sickbeard 750 diff --git a/multimedia/totem/Makefile.common b/multimedia/totem/Makefile.common index b6a95282fcc..ff69c230ca3 100644 --- a/multimedia/totem/Makefile.common +++ b/multimedia/totem/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.64 2016/07/09 13:03:57 wiz Exp $ +# $NetBSD: Makefile.common,v 1.65 2017/01/01 14:43:49 wiz 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= 34 35 # py-gtk2, py-gdata +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 e0483919abf..cfc76b8a19c 100644 --- a/net/Radicale/options.mk +++ b/net/Radicale/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.5 2016/07/09 13:03:58 wiz Exp $ +# $NetBSD: options.mk,v 1.6 2017/01/01 14:43:49 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.Radicale PKG_SUPPORTED_OPTIONS= git ldap @@ -10,6 +10,6 @@ DEPENDS+= ${PYPKGPREFIX}-dulwich-[0-9]*:../../devel/py-dulwich .endif .if !empty(PKG_OPTIONS:Mldap) -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-ldap +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ldap DEPENDS+= ${PYPKGPREFIX}-ldap-[0-9]*:../../databases/py-ldap .endif diff --git a/net/avahi/options.mk b/net/avahi/options.mk index 14e02c964ac..e1fe691b290 100644 --- a/net/avahi/options.mk +++ b/net/avahi/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.8 2016/07/09 13:03:58 wiz Exp $ +# $NetBSD: options.mk,v 1.9 2017/01/01 14:43:49 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.avahi PKG_SUPPORTED_OPTIONS= avahi-howl gdbm introspection gtk2 gtk3 mono python qt3 @@ -78,7 +78,7 @@ CONFIGURE_ARGS+= --disable-qt4 ### .if !empty(PKG_OPTIONS:Mpython) PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 b09f1854eca..39ecd8805ec 100644 --- a/net/bittornado-gui/Makefile +++ b/net/bittornado-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2016/07/09 13:03:58 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2017/01/01 14:43:49 wiz Exp $ .include "../../net/bittornado/Makefile.common" @@ -16,7 +16,7 @@ NO_BUILD= yes REPLACE_PYTHON= btcompletedirgui.py btdownloadgui.py REPLACE_PYTHON+= btmaketorrentgui.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-wxWidgets INSTALLATION_DIRS= bin diff --git a/net/bittornado/Makefile b/net/bittornado/Makefile index c93eb71d343..c08f6be6f70 100644 --- a/net/bittornado/Makefile +++ b/net/bittornado/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2016/07/09 13:03:58 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2017/01/01 14:43:49 wiz Exp $ .include "Makefile.common" @@ -9,7 +9,7 @@ CONFLICTS= bittorrent-[0-9]* DEPENDS+= ${PYPKGPREFIX}-cursespanel-[0-9]*:../../devel/py-cursespanel DEPENDS+= ${PYPKGPREFIX}-crypto>=2.0:../../security/py-crypto -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.3.18 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 b862e12f275..78df1e8ac26 100644 --- a/net/bittorrent-gui/Makefile +++ b/net/bittorrent-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2016/07/09 13:03:58 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2017/01/01 14:43:49 wiz Exp $ .include "../../net/bittorrent/Makefile.common" @@ -11,7 +11,7 @@ DEPENDS+= bittorrent>=${PKGVERSION_NOREV}:../../net/bittorrent DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.6:../../x11/py-gtk2 REPLACE_PYTHON= bittorrent maketorrent -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 CONFLICTS+= bittornado-gui-[0-9]* diff --git a/net/bittorrent/Makefile b/net/bittorrent/Makefile index 90fb8892e8b..051c1e60fe6 100644 --- a/net/bittorrent/Makefile +++ b/net/bittorrent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2016/07/09 13:03:58 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2017/01/01 14:43:49 wiz Exp $ .include "Makefile.common" @@ -28,7 +28,7 @@ SUBST_FILES.sha+= khashmir/utkhashmir.py SUBST_FILES.sha+= torrentinfo-console.py SUBST_SED.sha= -e "s/^from sha import .*/from hashlib import sha1 as sha/" -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 4.4.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 9e3a260372b..baf2d651145 100644 --- a/net/calypso/Makefile +++ b/net/calypso/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2016/08/27 16:02:45 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2017/01/01 14:43:49 wiz Exp $ DISTNAME= calypso-1.3 PKGREVISION= 1 @@ -16,7 +16,7 @@ DEPENDS+= git-base-[0-9]*:../../devel/git-base INSTALLATION_DIRS= share/examples/calypso INSTALLATION_DIRS+= ${PKGMANDIR}/man1 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 1.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 1.3 REPLACE_PYTHON= calypso.py post-install: diff --git a/net/coherence/Makefile b/net/coherence/Makefile index 52a9fc522c4..8138e9b6ce2 100644 --- a/net/coherence/Makefile +++ b/net/coherence/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2016/11/20 21:03:39 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2017/01/01 14:43:49 wiz Exp $ DISTNAME= Coherence-0.6.6.2 PKGNAME= coherence-0.6.6.2 @@ -14,7 +14,7 @@ USE_LANGUAGES= # none DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-twisted .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/coilmq/Makefile b/net/coilmq/Makefile index 9d492479623..b7aeb441aa2 100644 --- a/net/coilmq/Makefile +++ b/net/coilmq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2016/07/09 13:03:58 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2017/01/01 14:43:49 wiz Exp $ DISTNAME= CoilMQ-0.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -23,7 +23,7 @@ SUBST_STAGE.cfg= post-patch SUBST_FILES.cfg= coilmq/config/__init__.py SUBST_SED.cfg= -e 's,/path/to/config.cfg,${PKG_SYSCONFDIR}/coilmq/defaults.cfg,' -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-stompclient, py-daemon +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-stompclient, py-daemon EGDIR= ${PREFIX}/share/examples/coilmq diff --git a/net/exabgp/Makefile b/net/exabgp/Makefile index 79ca31439cc..9b45d9c0fc7 100644 --- a/net/exabgp/Makefile +++ b/net/exabgp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2016/07/09 13:03:58 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2017/01/01 14:43:49 wiz Exp $ VERSION= 3.4.11 DISTNAME= ${VERSION} @@ -36,7 +36,7 @@ REPLACE_PYTHON+= lib/exabgp/netlink/old.py REPLACE_PYTHON+= lib/exabgp/netlink/route.py REPLACE_PYTHON+= lib/exabgp/reactor/api/encoding.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 3.2.19 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 3.2.19 USE_LANGUAGES= # none diff --git a/net/gitso/Makefile b/net/gitso/Makefile index 10bfa6e7d3c..2c07019b056 100644 --- a/net/gitso/Makefile +++ b/net/gitso/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2016/08/03 10:23:14 adam Exp $ +# $NetBSD: Makefile,v 1.23 2017/01/01 14:43:50 wiz Exp $ DISTNAME= gitso-0.6 PKGREVISION= 14 @@ -17,7 +17,7 @@ DEPENDS+= x11vnc-[0-9]*:../../x11/x11vnc WRKSRC= ${WRKDIR}/Gitso PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-wxWidgets USE_TOOLS+= bash:run diff --git a/net/gtk-vnc/options.mk b/net/gtk-vnc/options.mk index c1a7b0ce997..c3c566d2ff4 100644 --- a/net/gtk-vnc/options.mk +++ b/net/gtk-vnc/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.9 2016/07/09 13:03:58 wiz Exp $ +# $NetBSD: options.mk,v 1.10 2017/01/01 14:43:50 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gtk-vnc PKG_SUPPORTED_OPTIONS= python vnc-sasl pulseaudio @@ -8,7 +8,7 @@ PKG_SUGGESTED_OPTIONS= python vnc-sasl PLIST_VARS= python .if !empty(PKG_OPTIONS:Mpython) -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 ac1fe2c798a..c3654db34c5 100644 --- a/net/mimms/Makefile +++ b/net/mimms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2016/07/09 13:03:59 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/01/01 14:43:50 wiz Exp $ DISTNAME= mimms-3.2.1 CATEGORIES= net multimedia @@ -15,7 +15,7 @@ LICENSE= gnu-gpl-v3 EGG_NAME?= ${DISTNAME:C/-([^0-9])/_\1/gC/([0-9])\.([0-9])\.([0-9])/\1.\2/} USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 3.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 8cd56107f26..ec8e28c928c 100644 --- a/net/mitmproxy/Makefile +++ b/net/mitmproxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2016/07/09 13:03:59 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2017/01/01 14:43:50 wiz Exp $ DISTNAME= mitmproxy-0.17 CATEGORIES= net @@ -37,7 +37,7 @@ DEPENDS+= ${PYPKGPREFIX}-urwid>=1.3.1:../../devel/py-urwid DEPENDS+= ${PYPKGPREFIX}-watchdog>=0.8.3:../../sysutils/py-watchdog USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.17 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.17 .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" diff --git a/net/nagstamon/Makefile b/net/nagstamon/Makefile index 094838b7d80..b1b49ea6ff8 100644 --- a/net/nagstamon/Makefile +++ b/net/nagstamon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2016/08/03 10:23:17 adam Exp $ +# $NetBSD: Makefile,v 1.41 2017/01/01 14:43:50 wiz Exp $ VERSION= 1.0.1 DISTNAME= Nagstamon-${VERSION} @@ -26,7 +26,7 @@ INSTALLATION_DIRS+= ${PKGMANDIR}/man1 REPLACE_PYTHON= ${WRKSRC}/*.py REPLACE_PYTHON+= ${WRKSRC}/Nagstamon/Server/Multisite.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-libxslt, py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 f0c55020986..fb1bde1d40d 100644 --- a/net/nicotine/Makefile +++ b/net/nicotine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2016/07/09 13:03:59 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2017/01/01 14:43:50 wiz Exp $ DISTNAME= nicotine-1.0.8 PKGREVISION= 16 @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2>=1.99.16:../../x11/py-gtk2 USE_PKGLOCALEDIR= yes USE_LANGUAGES= # empty -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 7c220966168..14f80c15658 100644 --- a/net/nmap/options.mk +++ b/net/nmap/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.17 2016/12/14 22:47:06 wiz Exp $ +# $NetBSD: options.mk,v 1.18 2017/01/01 14:43:50 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.nmap @@ -25,7 +25,7 @@ REPLACE_PYTHON+= zenmap/zenmapCore/*.py REPLACE_PYTHON+= zenmap/zenmapGUI/*.py REPLACE_PYTHON+= zenmap/zenmapGUI/higwidgets/*.py REPLACE_PYTHON+= zenmap/test/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-xml, py-sqlite2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 d0a1508073b..8c9fa1ee93a 100644 --- a/net/omniORB/Makefile +++ b/net/omniORB/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2016/07/09 13:03:59 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2017/01/01 14:43:50 wiz Exp $ DISTNAME= omniORB-4.1.7 PKGREVISION= 1 @@ -45,7 +45,7 @@ CONFIGURE_ARGS+=--disable-ipv6 PY_PATCHPLIST= yes REPLACE_PYTHON+= src/tool/omniidl/python/scripts/omniidlrun.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 4.1.7 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 4.1.7 post-install: ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/examples/omniORB/ diff --git a/net/py-ORBit/Makefile b/net/py-ORBit/Makefile index a0eac85ab9e..2b6f43c8022 100644 --- a/net/py-ORBit/Makefile +++ b/net/py-ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2016/07/09 13:03:59 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2017/01/01 14:43:50 wiz Exp $ DISTNAME= pyorbit-2.24.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyorbit/ORBit/} @@ -23,7 +23,7 @@ PYTHON_SELF_CONFLICT= YES BUILDLINK_API_DEPENDS.python26+= python26>=2.6.2nb4 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # dead upstream, no plans to port +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # dead upstream, no plans to port BUILDLINK_TRANSFORM.SunOS+= rm:-std=c9x diff --git a/net/py-adns/Makefile b/net/py-adns/Makefile index 9cd6a1966c7..2af3d303ab5 100644 --- a/net/py-adns/Makefile +++ b/net/py-adns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2016/07/09 13:03:59 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2017/01/01 14:43:50 wiz Exp $ DISTNAME= adns-python-1.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 CONFLICTS= ${PYPKGPREFIX}-adns-python-[0-9]* -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 89048242d9c..8719f85c9aa 100644 --- a/net/py-beanstalkc/Makefile +++ b/net/py-beanstalkc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/07/09 13:03:59 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2017/01/01 14:43:50 wiz Exp $ DISTNAME= beanstalkc-0.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= apache-2.0 USE_LANGUAGES= # none REPLACE_PYTHON+= beanstalkc.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" diff --git a/net/py-bitmessage/Makefile b/net/py-bitmessage/Makefile index 5747f19e71c..dc704b71a9b 100644 --- a/net/py-bitmessage/Makefile +++ b/net/py-bitmessage/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/09/01 16:52:10 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:50 wiz Exp $ DISTNAME= PyBitmessage-0.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//:tl} @@ -12,7 +12,7 @@ HOMEPAGE= https://github.com/Bitmessage/PyBitmessage/ COMMENT= P2P communications protocol used to send encrypted messages LICENSE= mit -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 HAS_CONFIGURE= yes USE_LANGUAGES= # none diff --git a/net/py-caldav/Makefile b/net/py-caldav/Makefile index 093f4b40313..cea3f789649 100644 --- a/net/py-caldav/Makefile +++ b/net/py-caldav/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/08/27 16:02:45 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/01/01 14:43:51 wiz Exp $ DISTNAME= caldav-0.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-vobject-[0-9]*:../../textproc/py-vobject USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 0.2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 0.2.1 REPLACE_PYTHON+= caldav/__init__.py caldav/davclient.py REPLACE_PYTHON+= caldav/elements/__init__.py caldav/elements/base.py diff --git a/net/py-dpkt/Makefile b/net/py-dpkt/Makefile index 496a365023e..99c2858d8e1 100644 --- a/net/py-dpkt/Makefile +++ b/net/py-dpkt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2016/07/09 13:04:00 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2017/01/01 14:43:51 wiz Exp $ DISTNAME= dpkt-1.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= modified-bsd USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.8 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 63e2fe18438..5100a6c6419 100644 --- a/net/py-eventlib/Makefile +++ b/net/py-eventlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/08/28 15:48:34 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/01/01 14:43:51 wiz Exp $ DISTNAME= eventlib-0.1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -19,7 +19,7 @@ DEPENDS+= ${PYPKGPREFIX}-django>=1.4.1:../../www/py-django USE_LANGUAGES= # none PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE+= 34 35 # not yet ported as of 0.1.5 +PYTHON_VERSIONS_INCOMPATIBLE+= 34 35 36 # 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 5df724ae647..9d61f888832 100644 --- a/net/py-foolscap/Makefile +++ b/net/py-foolscap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2016/12/12 14:27:39 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2017/01/01 14:43:51 wiz Exp $ DISTNAME= foolscap-0.12.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>=3.6.1:../../devel/py-ZopeInterface DEPENDS+= ${PYPKGPREFIX}-twisted>=16.0:../../net/py-twisted DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.6:../../security/py-OpenSSL -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-twisted TEST_TARGET= test diff --git a/net/py-gevent/Makefile b/net/py-gevent/Makefile index 29117bdc082..601c71378a6 100644 --- a/net/py-gevent/Makefile +++ b/net/py-gevent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/07/09 13:04:00 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:51 wiz Exp $ DISTNAME= gevent-1.0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-greenlet>=0.4.1:../../devel/py-greenlet USE_LANGUAGES= c c++ -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 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 b430df97797..92372d19516 100644 --- a/net/py-google/Makefile +++ b/net/py-google/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2016/07/09 13:04:00 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2017/01/01 14:43:51 wiz Exp $ DISTNAME= pygoogle-0.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-SOAPpy-[0-9]*:../../net/py-soappy EGG_NAME= pygoogle-0.5 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-xml via py-soappy +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 48c7eb57ed7..8ea707fe819 100644 --- a/net/py-ipaddress/Makefile +++ b/net/py-ipaddress/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2016/10/19 12:45:55 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2017/01/01 14:43:51 wiz Exp $ DISTNAME= ipaddress-1.0.17 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= 34 35 # included in 3.3+ +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 977d36a6dab..a2bbf312b22 100644 --- a/net/py-kenosis/Makefile +++ b/net/py-kenosis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2016/07/09 13:04:00 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2017/01/01 14:43:51 wiz Exp $ DISTNAME= kenosis-0.96 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat USE_LANGUAGES= # empty PYSETUP= kenosis_setup.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.96 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 9ced3fbc516..c6f755ef2bf 100644 --- a/net/py-libdnet/Makefile +++ b/net/py-libdnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2016/07/09 13:04:00 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2017/01/01 14:43:51 wiz Exp $ DISTNAME= libdnet-1.12 PKGNAME= ${PYPKGPREFIX}-libdnet-1.12 @@ -14,7 +14,7 @@ LICENSE= modified-bsd GNU_CONFIGURE= yes PYSETUPSUBDIR= python -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.12 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 36ecbde18b5..297c2a9af13 100644 --- a/net/py-libpcap/Makefile +++ b/net/py-libpcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/07/09 13:04:00 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:51 wiz Exp $ DISTNAME= pylibpcap-0.6.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} @@ -12,7 +12,7 @@ LICENSE= modified-bsd BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.9.3nb1 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.6.4 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 502ced6d885..d9484e45257 100644 --- a/net/py-medusa/Makefile +++ b/net/py-medusa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2016/07/09 13:04:00 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2017/01/01 14:43:51 wiz Exp $ DISTNAME= medusa-0.5.4 PKGREVISION= 1 @@ -12,7 +12,7 @@ COMMENT= Framework for writing asynchronous socket-based servers USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-metar/Makefile b/net/py-metar/Makefile index b8c4ab0d709..aa02a4a9e63 100644 --- a/net/py-metar/Makefile +++ b/net/py-metar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2016/08/30 03:25:40 maya Exp $ +# $NetBSD: Makefile,v 1.7 2017/01/01 14:43:51 wiz Exp $ DISTNAME= pymetar-0.21 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -10,7 +10,7 @@ HOMEPAGE= http://www.schwarzvogel.de/software-pymetar.shtml COMMENT= Downloads weather reports LICENSE= gnu-gpl-v2 # or later -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.19 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 39934ada2c2..fb7a158329a 100644 --- a/net/py-netifaces/Makefile +++ b/net/py-netifaces/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2016/07/09 13:04:00 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/01/01 14:43:51 wiz Exp $ DISTNAME= netifaces-0.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= http://alastairs-place.net/projects/netifaces/ COMMENT= Portable access to network interfaces from Python LICENSE= mit -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.8 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.8 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-netsnmp/Makefile b/net/py-netsnmp/Makefile index dbbc5e3cd4e..72037d3255d 100644 --- a/net/py-netsnmp/Makefile +++ b/net/py-netsnmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/07/09 13:04:01 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2017/01/01 14:43:52 wiz Exp $ .include "../../net/net-snmp/Makefile.common" @@ -8,7 +8,7 @@ CATEGORIES= net python MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Python bindings to extensible SNMP implementation -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 USE_LANGUAGES= c EGG_NAME= netsnmp_python-1.0a1 diff --git a/net/py-omniORBpy/Makefile b/net/py-omniORBpy/Makefile index 4ebda0b89c6..cd5edacf1a5 100644 --- a/net/py-omniORBpy/Makefile +++ b/net/py-omniORBpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2016/07/09 13:04:01 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2017/01/01 14:43:52 wiz Exp $ DISTNAME= omniORBpy-3.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -18,7 +18,7 @@ USE_LANGUAGES+= c c++ MAKE_FILE= GNUmakefile PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # omniORB +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # omniORB .include "../../lang/python/application.mk" .include "../../net/omniORB/buildlink3.mk" diff --git a/net/py-pcap/Makefile b/net/py-pcap/Makefile index 9b96e26a41e..5203bd8f5b5 100644 --- a/net/py-pcap/Makefile +++ b/net/py-pcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2016/07/10 11:15:41 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2017/01/01 14:43:52 wiz Exp $ DISTNAME= pypcap-1.1 PKGNAME= ${PYPKGPREFIX}-pcap-1.1 @@ -24,7 +24,7 @@ SUBST_SED.prefix= -e "s|@PREFIX@|${PREFIX}|g" SUBST_STAGE.prefix= post-patch PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-pyrex +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-pyrex FILES_SUBST+= PYTHONBIN=${PYTHONBIN:Q} diff --git a/net/py-s3cmd/Makefile b/net/py-s3cmd/Makefile index 56629b7fe02..b05b8b7cb45 100644 --- a/net/py-s3cmd/Makefile +++ b/net/py-s3cmd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2016/07/09 13:04:01 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2017/01/01 14:43:52 wiz Exp $ DISTNAME= s3cmd-1.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ PYDISTUTILSPKG= yes MAKE_ENV+= S3CMD_INSTPATH_MAN=${PKGMANDIR} PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.0.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.0.1 .include "../../lang/python/pyversion.mk" diff --git a/net/py-simplesoap/Makefile b/net/py-simplesoap/Makefile index e1d85125b92..40276c582e6 100644 --- a/net/py-simplesoap/Makefile +++ b/net/py-simplesoap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/08/28 15:48:34 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2017/01/01 14:43:52 wiz Exp $ DISTNAME= PySimpleSOAP-1.16 PKGNAME= ${DISTNAME:tl:S/py/${PYPKGPREFIX}-/1} @@ -11,7 +11,7 @@ COMMENT= Python Simple SOAP Library LICENSE= gnu-lgpl-v3 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 1.16 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 1.16 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-soappy/Makefile b/net/py-soappy/Makefile index d8430b139d8..4686def14d7 100644 --- a/net/py-soappy/Makefile +++ b/net/py-soappy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2016/07/09 13:04:01 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2017/01/01 14:43:52 wiz Exp $ DISTNAME= SOAPpy-0.11.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-xml>=0.8.3:../../textproc/py-xml USE_LANGUAGES= # empty -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 5425cc9a09b..dfd3d0ea051 100644 --- a/net/py-socketpool/Makefile +++ b/net/py-socketpool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2016/07/09 13:04:01 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2017/01/01 14:43:52 wiz Exp $ DISTNAME= socketpool-0.5.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ USE_LANGUAGES= # none DOCDIR= share/doc/${PKGBASE:S/${PYPKGPREFIX}/py/1} INSTALLATION_DIRS+= ${DOCDIR} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.5.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 757dea7ec81..23474cfeaaa 100644 --- a/net/py-spreadmodule/Makefile +++ b/net/py-spreadmodule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/07/09 13:04:01 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:52 wiz Exp $ DISTNAME= SpreadModule-1.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/SpreadModule/spreadmodule/} @@ -17,7 +17,7 @@ SUBST_STAGE.setup= post-patch SUBST_FILES.setup= setup.py SUBST_SED.setup= -e 's,/usr/local,${BUILDLINK_PREFIX.spread},g' -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.4 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 8e2363d6648..5fcc20de2a3 100644 --- a/net/py-suds/Makefile +++ b/net/py-suds/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2016/07/09 13:04:01 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2017/01/01 14:43:52 wiz Exp $ DISTNAME= suds-0.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,7 @@ COMMENT= Lightweight SOAP python client for consuming Web Services LICENSE= gnu-lgpl-v3 USE_LANGUAGES= # empty -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.4 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 ddaeedb7280..5c1f41ee27a 100644 --- a/net/py-tweepy/Makefile +++ b/net/py-tweepy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/07/09 13:04:01 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2017/01/01 14:43:52 wiz Exp $ DISTNAME= tweepy-2.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= http://www.tweepy.org/ COMMENT= A basic Python API for Twitter LICENSE= mit -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .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 d3b37b59162..db1ad2a0b34 100644 --- a/net/py-twisted/Makefile.common +++ b/net/py-twisted/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.36 2016/11/28 13:55:50 wiz Exp $ +# $NetBSD: Makefile.common,v 1.37 2017/01/01 14:43:52 wiz Exp $ # # used by net/py-twisted/Makefile # used by net/py-twisted-docs/Makefile @@ -15,4 +15,4 @@ LICENSE= mit DISTINFO_FILE?= ${.CURDIR}/../py-twisted/distinfo PATCHDIR?= ${.CURDIR}/../py-twisted/patches -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # many parts not yet ported as of 16.5.0 (PLIST: 465 files missing) +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # many parts not yet ported as of 16.5.0 (PLIST: 465 files missing) diff --git a/net/py-txamqp/Makefile b/net/py-txamqp/Makefile index abcf2405dd3..5a3e2b05f0b 100644 --- a/net/py-txamqp/Makefile +++ b/net/py-txamqp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/07/09 13:04:01 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/01/01 14:43:52 wiz Exp $ DISTNAME= python-txamqp_0.3.orig PKGNAME= ${PYPKGPREFIX}-txamqp-0.3 @@ -16,7 +16,7 @@ USE_LANGUAGES= # none WRKSRC= ${WRKDIR}/python-txamqp-0.3 EGG_NAME= txAMQP-${PKGVERSION_NOREV} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-twisted .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-zeep/Makefile b/net/py-zeep/Makefile index f6af345b5eb..b34fac6d849 100644 --- a/net/py-zeep/Makefile +++ b/net/py-zeep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/12/06 10:41:19 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2017/01/01 14:43:53 wiz Exp $ DISTNAME= zeep-0.23.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -21,7 +21,7 @@ DEPENDS+= ${PYPKGPREFIX}-appdirs>=1.4.0:../../devel/py-appdirs USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # devel/py-cached-property +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # devel/py-cached-property .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-zsi/Makefile b/net/py-zsi/Makefile index 237f7731f23..24c054d548a 100644 --- a/net/py-zsi/Makefile +++ b/net/py-zsi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2016/08/28 15:48:34 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2017/01/01 14:43:53 wiz Exp $ DISTNAME= ZSI-2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-xml>=0.8.3:../../textproc/py-xml USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-xml post-extract: ${MV} ${WRKSRC}/scripts/wsdl2py \ diff --git a/net/pygopherd/Makefile b/net/pygopherd/Makefile index ca715e78ade..1b940691316 100644 --- a/net/pygopherd/Makefile +++ b/net/pygopherd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2016/07/09 13:04:01 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2017/01/01 14:43:53 wiz Exp $ DISTNAME= pygopherd_2.0.16 PKGREVISION= 4 @@ -33,7 +33,7 @@ RCD_SCRIPTS= pygopherd FILES_SUBST+= RUNTIMEDIR=${RUNTIMEDIR:Q} FILES_SUBST+= PYTHONBIN=${PYTHONBIN:Q} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 2.0.16 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.0.16 REPLACE_PYTHON= bin/pygopherd REPLACE_PYTHON+= pygopherd/GopherExceptionsTest.py REPLACE_PYTHON+= pygopherd/fileextTest.py diff --git a/net/samba4/Makefile b/net/samba4/Makefile index 7574a3ebb51..e22f5b637af 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2016/09/20 11:12:23 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2017/01/01 14:43:53 wiz Exp $ DISTNAME= samba-${VERSION} PKGREVISION= 4 @@ -186,7 +186,7 @@ REPLACE_PYTHON= buildtools/bin/waf \ source4/scripting/bin/* \ lib/tevent/tevent.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 4.3.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 4.3.2 .include "../../lang/python/application.mk" diff --git a/net/scapy/Makefile b/net/scapy/Makefile index ca0295cc71d..b87c6ade0b1 100644 --- a/net/scapy/Makefile +++ b/net/scapy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2016/07/09 13:04:02 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2017/01/01 14:43:53 wiz Exp $ DISTNAME= scapy-2.3.2 CATEGORIES= net @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline NO_BUILD= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-libpcap, py-libdnet +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-libpcap, py-libdnet INSTALLATION_DIRS+= share/examples/scapy diff --git a/net/scapy/options.mk b/net/scapy/options.mk index 2379b221c03..61d3fa38d0f 100644 --- a/net/scapy/options.mk +++ b/net/scapy/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.6 2016/07/09 13:04:02 wiz Exp $ +# $NetBSD: options.mk,v 1.7 2017/01/01 14:43:53 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.scapy @@ -18,7 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-amkCrypto-[0-9]*:../../security/py-amkCrypto ### .if !empty(PKG_OPTIONS:Mgnuplot) DEPENDS+= ${PYPKGPREFIX}-gnuplot-[0-9]*:../../graphics/py-gnuplot -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gnuplot +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gnuplot .endif ### diff --git a/net/upnpinspector/Makefile b/net/upnpinspector/Makefile index 55f7484df9b..d5275b1c941 100644 --- a/net/upnpinspector/Makefile +++ b/net/upnpinspector/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2016/07/09 13:04:02 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2017/01/01 14:43:53 wiz Exp $ DISTNAME= UPnP-Inspector-0.2.2 PKGREVISION= 3 @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 9c0cd7a2555..8bee8f24e14 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.160 2016/12/19 09:27:26 wiz Exp $ +# $NetBSD: Makefile,v 1.161 2017/01/01 14:43:53 wiz Exp $ DISTNAME= wireshark-2.2.3 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= 34 35 # not yet ported as of 1.10.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 7ef59c64445..01bdfd4922d 100644 --- a/news/hellanzb/Makefile +++ b/news/hellanzb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2016/07/09 13:04:02 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2017/01/01 14:43:53 wiz 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= 34 35 # py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-twisted USE_LANGUAGES= #none diff --git a/news/lottanzb/Makefile b/news/lottanzb/Makefile index e98f7138ab2..0281c7abf7e 100644 --- a/news/lottanzb/Makefile +++ b/news/lottanzb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2016/07/09 13:04:02 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2017/01/01 14:43:53 wiz 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= 34 35 # py-gtk2 via py-kiwi +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 4ab13d60438..f5309a92e99 100644 --- a/pkgtools/gnome-packagekit/Makefile +++ b/pkgtools/gnome-packagekit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2016/12/04 05:17:39 ryoon Exp $ +# $NetBSD: Makefile,v 1.58 2017/01/01 14:43:53 wiz Exp $ DISTNAME= gnome-packagekit-0.4.0 PKGREVISION= 44 @@ -18,7 +18,7 @@ USE_PKGLOCALEDIR= yes GCONF_SCHEMAS+= gnome-packagekit.schemas PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.4.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 b34dd9f0cc9..464f6d584b4 100644 --- a/pkgtools/packagekit/Makefile +++ b/pkgtools/packagekit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2016/12/12 14:22:03 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2017/01/01 14:43:53 wiz Exp $ DISTNAME= PackageKit-0.4.0 PKGREVISION= 39 @@ -48,7 +48,7 @@ PKGCONFIG_OVERRIDE+= data/packagekit-qt.pc.in PKGCONFIG_OVERRIDE+= data/packagekit-glib.pc.in PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.4.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 8f4ced0fd81..ee3199f1cad 100644 --- a/print/hplip/options.mk +++ b/print/hplip/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.12 2016/09/11 16:41:16 wiz Exp $ +# $NetBSD: options.mk,v 1.13 2017/01/01 14:43:53 wiz Exp $ # # HPLIP dependencies are detailed in the following page: # http://hplipopensource.com/hplip-web/install/manual/distros/other.html @@ -48,7 +48,7 @@ MAKE_DIRS+= ${PKG_SYSCONFDIR}/dbus-1/system.d .include "../../security/policykit/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" DEPENDS+= ${PYPKGPREFIX}-notify-[0-9]*:../../sysutils/py-notify -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-notify +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-notify . if !empty(PKG_OPTIONS:Mqt4) PLIST_SRC+= PLIST.qt4 CONFIGURE_ARGS+= --enable-qt4 diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 3def7985a2d..b8208d38065 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.111 2016/09/15 17:14:19 gdt Exp $ +# $NetBSD: Makefile,v 1.112 2017/01/01 14:43:54 wiz Exp $ DISTNAME= lilypond-2.18.2 PKGREVISION= 7 @@ -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= 34 35 # not yet ported as of 2.18.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 af7b9a573f8..a5fc46562d7 100644 --- a/print/pdfshuffler/Makefile +++ b/print/pdfshuffler/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/07/09 13:04:02 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2017/01/01 14:43:54 wiz 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= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 SUBST_CLASSES+= manpath SUBST_FILES.manpath+= setup.py diff --git a/print/py-pisa/Makefile b/print/py-pisa/Makefile index 5c27c7779ce..9701761bd2b 100644 --- a/print/py-pisa/Makefile +++ b/print/py-pisa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2016/11/11 12:47:52 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2017/01/01 14:43:54 wiz Exp $ DISTNAME= pisa-3.0.33 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,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= 34 35 # not ported as of 3.0.33 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not ported as of 3.0.33 # 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 e124015d59b..14640609af5 100644 --- a/print/py-poppler/Makefile +++ b/print/py-poppler/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2016/11/08 10:51:29 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2017/01/01 14:43:54 wiz 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= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 .include "../../lang/python/extension.mk" .include "../../devel/atk/buildlink3.mk" diff --git a/print/scribus-qt4/Makefile b/print/scribus-qt4/Makefile index 3e10f2c9385..afe9807affe 100644 --- a/print/scribus-qt4/Makefile +++ b/print/scribus-qt4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2016/07/09 13:04:03 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2017/01/01 14:43:54 wiz Exp $ DISTNAME= scribus-1.4.3 PKGREVISION= 8 @@ -20,7 +20,7 @@ CMAKE_ARGS+= -DPNG_LIBRARY_RELEASE=${LOCALBASE}/lib # XXX not yet #CMAKE_ARGS+= -DWANT_HUNSPELL:BOOL=ON -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.4.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.4.3 INSTALLATION_DIRS+= share/pixmaps diff --git a/print/scribus/Makefile b/print/scribus/Makefile index b0ac2c7f7d2..485ce89915f 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.106 2016/07/09 13:04:03 wiz Exp $ +# $NetBSD: Makefile,v 1.107 2017/01/01 14:43:54 wiz Exp $ DISTNAME= scribus-1.3.3.14 PKGREVISION= 26 @@ -22,7 +22,7 @@ USE_CMAKE= yes LDFLAGS.DragonFly= -lX11 LDFLAGS.SunOS+= -lX11 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.3.3.14 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 7eca5e0deab..cb3a2ddbeb4 100644 --- a/security/botan/Makefile +++ b/security/botan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2016/11/11 19:46:48 joerg Exp $ +# $NetBSD: Makefile,v 1.42 2017/01/01 14:43:54 wiz Exp $ DISTNAME= Botan-1.10.13 PKGNAME= ${DISTNAME:tl} @@ -15,7 +15,7 @@ HAS_CONFIGURE= yes USE_LANGUAGES= c++ PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.8.14; 1.10 is supposedly better +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 c01538e0063..9a9ce2ef33d 100644 --- a/security/lasso/Makefile +++ b/security/lasso/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.30 2016/07/09 13:04:03 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2017/01/01 14:43:54 wiz Exp $ CONFIGURE_ARGS+= --disable-python CONFIGURE_ARGS+= --disable-php5 CONFIGURE_ARGS+= --disable-perl -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 2.4.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 4ea12188863..3e660defddf 100644 --- a/security/libprelude-python/Makefile +++ b/security/libprelude-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/09/19 13:04:27 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:54 wiz Exp $ PKGNAME= libprelude-python-${VERSION} PKGREVISION= 10 @@ -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= 34 35 # not yet ported as of 0.9.24.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 7278f4dea73..a74ae0e43f5 100644 --- a/security/libpreludedb-python/Makefile +++ b/security/libpreludedb-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2016/09/19 13:04:27 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2017/01/01 14:43:54 wiz Exp $ PKGNAME= libpreludedb-python-${VERSION} PKGREVISION= 13 @@ -16,7 +16,7 @@ PYBINMODULE= yes PY_PATCHPLIST= yes BUILD_DIRS= bindings -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.9.24.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 ea3ac8c2dbd..762870c3bc6 100644 --- a/security/mixminion/Makefile +++ b/security/mixminion/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2016/07/09 13:04:03 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2017/01/01 14:43:54 wiz 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= 34 35 # not yet ported as of 0.0.8alpha3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.0.8alpha3 TEST_TARGET= test diff --git a/security/prelude-correlator/Makefile b/security/prelude-correlator/Makefile index c2474a4c8a4..f8dc3fe08cc 100644 --- a/security/prelude-correlator/Makefile +++ b/security/prelude-correlator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2016/07/09 13:04:03 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2017/01/01 14:43:54 wiz 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= 34 35 # not yet ported as of 0.9.0beta8 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 08f754831cc..b3f990aa155 100644 --- a/security/py-SSLCrypto/Makefile +++ b/security/py-SSLCrypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2016/07/09 13:04:03 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2017/01/01 14:43:55 wiz 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= 34 35 # py-pyrex +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 04a7cf68ffa..b4d8f67d9d1 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.6 2016/07/09 13:04:04 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/01/01 14:43:55 wiz Exp $ DISTNAME= backports.ssl_match_hostname-3.5.0.1 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= 34 35 # included in 3.2+ +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # included in 3.2+ .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-cryptkit/Makefile b/security/py-cryptkit/Makefile index 2c6dc006ab2..0a1c7c121da 100644 --- a/security/py-cryptkit/Makefile +++ b/security/py-cryptkit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2016/12/15 01:07:30 wiedi Exp $ +# $NetBSD: Makefile,v 1.21 2017/01/01 14:43:55 wiz 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= 34 35 # not yet ported as of 0.9 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.9 CPPFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t -Du_int64_t=uint64_t diff --git a/security/py-cryptopp/Makefile b/security/py-cryptopp/Makefile index 8ec0253fbc8..767d0da3658 100644 --- a/security/py-cryptopp/Makefile +++ b/security/py-cryptopp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2016/07/09 13:04:04 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2017/01/01 14:43:55 wiz 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= 34 35 # not yet ported as of 0.6.0.120... +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 31dea4ca99b..704ccb691d5 100644 --- a/security/py-cybox/Makefile +++ b/security/py-cybox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/07/09 13:04:04 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2017/01/01 14:43:55 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 EGG_NAME= cybox-${CYBOX_VERSION} diff --git a/security/py-denyhosts/Makefile b/security/py-denyhosts/Makefile index 8d50b858846..8b8044e9451 100644 --- a/security/py-denyhosts/Makefile +++ b/security/py-denyhosts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2016/07/09 13:04:04 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2017/01/01 14:43:55 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 RCD_SCRIPTS+= denyhosts SMF_NAME= denyhost diff --git a/security/py-gnupg/Makefile b/security/py-gnupg/Makefile index 91a58407a64..a4c8d1b3c46 100644 --- a/security/py-gnupg/Makefile +++ b/security/py-gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2016/07/09 13:04:04 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2017/01/01 14:43:55 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-gssapi/Makefile b/security/py-gssapi/Makefile index f07c218a23a..1a2dd33d058 100644 --- a/security/py-gssapi/Makefile +++ b/security/py-gssapi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/07/24 19:08:23 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/01/01 14:43:55 wiz Exp $ DISTNAME= gssapi-1.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six AUTO_MKDIRS= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 1.2.0, self tests don't run +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 1.2.0, self tests don't run .include "../../lang/python/distutils.mk" diff --git a/security/py-lasso/Makefile b/security/py-lasso/Makefile index 687c61acae3..c89f82543e3 100644 --- a/security/py-lasso/Makefile +++ b/security/py-lasso/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2016/07/09 13:04:04 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2017/01/01 14:43:55 wiz Exp $ PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 3 @@ -12,7 +12,7 @@ CONFIGURE_ARGS+= --disable-perl INSTALL_DIRS= bindings/python PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 2.4.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 4abe6811417..bb73c36da19 100644 --- a/security/py-libtaxii/Makefile +++ b/security/py-libtaxii/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/07/09 13:04:04 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:55 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile index 9ecb9e6149f..ea0b514d2cf 100644 --- a/security/py-m2crypto/Makefile +++ b/security/py-m2crypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2016/12/01 14:51:15 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2017/01/01 14:43:55 wiz Exp $ DISTNAME= M2Crypto-0.22.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -13,7 +13,7 @@ LICENSE= m2crypto-license PYSETUPBUILDARGS= build_ext --openssl=${BUILDLINK_PREFIX.openssl} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.21.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 85883caae2e..d3837873d53 100644 --- a/security/py-mcrypt/Makefile +++ b/security/py-mcrypt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2016/07/09 13:04:04 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2017/01/01 14:43:55 wiz 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= 34 35 # not yet ported as of 1.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 5f61f7ad33a..24c96065026 100644 --- a/security/py-oauth2/Makefile +++ b/security/py-oauth2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2016/07/09 13:04:04 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/01/01 14:43:55 wiz 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= 34 35 # not yet ported as of 1.5.211 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 4206c6dddda..3f76731d9ba 100644 --- a/security/py-openid/Makefile +++ b/security/py-openid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/07/09 13:04:04 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/01/01 14:43:56 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-prewikka/Makefile b/security/py-prewikka/Makefile index 9ef86184e10..2e86fcc2004 100644 --- a/security/py-prewikka/Makefile +++ b/security/py-prewikka/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2016/07/09 13:04:05 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2017/01/01 14:43:56 wiz 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= 34 35 # py-cheetah +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-cheetah PREWIKKA_USER?= prewikka PREWIKKA_GROUP?= prewikka diff --git a/security/py-slowaes/Makefile b/security/py-slowaes/Makefile index e948a817a89..88749c79ee8 100644 --- a/security/py-slowaes/Makefile +++ b/security/py-slowaes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/09/02 16:29:10 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2017/01/01 14:43:56 wiz Exp $ DISTNAME= slowaes-0.1a1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= http://code.google.com/p/slowaes/ COMMENT= Implementation of AES in pure Python LICENSE= apache-2.0 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 0.1a1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 0.1a1 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-stix/Makefile b/security/py-stix/Makefile index 7fbb8401d12..0a15dc4380e 100644 --- a/security/py-stix/Makefile +++ b/security/py-stix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2016/07/09 13:04:05 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/01/01 14:43:56 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-tlslite/Makefile b/security/py-tlslite/Makefile index 0ad8c6552b5..54adb54100b 100644 --- a/security/py-tlslite/Makefile +++ b/security/py-tlslite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2016/07/09 13:04:05 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2017/01/01 14:43:56 wiz 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= 34 35 # not yet ported as of 0.3.8 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.3.8 USE_LANGUAGES= # none diff --git a/security/py-urllib2-kerberos/Makefile b/security/py-urllib2-kerberos/Makefile index 292faafdc2a..1239df2d94b 100644 --- a/security/py-urllib2-kerberos/Makefile +++ b/security/py-urllib2-kerberos/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/07/09 13:04:05 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/01/01 14:43:56 wiz Exp $ # DISTNAME= urllib2_kerberos-0.1.6 @@ -13,7 +13,7 @@ LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-kerberos>=1.1:../../security/py-kerberos -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-xmlsec/Makefile b/security/py-xmlsec/Makefile index 78409c5cfe8..79bc2cd2662 100644 --- a/security/py-xmlsec/Makefile +++ b/security/py-xmlsec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2016/07/09 13:04:05 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2017/01/01 14:43:56 wiz 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= 34 35 # not yet ported as of 0.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 4ddac180687..50c3ce02066 100644 --- a/security/py-yara/Makefile +++ b/security/py-yara/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/07/09 13:04:05 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/01/01 14:43:56 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .include "../../security/yara/Makefile.common" .include "../../security/yara/buildlink3.mk" diff --git a/security/py-yubiauth/Makefile b/security/py-yubiauth/Makefile index b18a14b63ca..11129adc13e 100644 --- a/security/py-yubiauth/Makefile +++ b/security/py-yubiauth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/07/09 13:04:05 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2017/01/01 14:43:56 wiz Exp $ DISTNAME= yubiauth-0.3.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -16,7 +16,7 @@ PYSETUP= setup.py USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.3.9 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 fdedfa61860..45a913a1673 100644 --- a/security/volatility/Makefile +++ b/security/volatility/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2016/07/09 13:04:05 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/01/01 14:43:56 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .include "../../lang/python/egg.mk" .include "../../lang/python/application.mk" diff --git a/shells/lshell/Makefile b/shells/lshell/Makefile index e36a94889f6..0752bdfb903 100644 --- a/shells/lshell/Makefile +++ b/shells/lshell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2016/07/09 13:04:05 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2017/01/01 14:43:56 wiz 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= 34 35 # not yet ported as of 0.9.16 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.9.16 EGDIR= share/examples/lshell diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile index 12129bfb68a..543a6ea6027 100644 --- a/sysutils/ansible/Makefile +++ b/sysutils/ansible/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2016/07/09 13:04:05 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2017/01/01 14:43:56 wiz Exp $ DISTNAME= ansible-1.9.4 PKGREVISION= 2 @@ -46,7 +46,7 @@ SUBST_FILES.pythonbin= Makefile SUBST_MESSAGE.pythonbin= Fixing path to PYTHONBIN. SUBST_SED.pythonbin= -e "s,PYTHON=python,PYTHON=${PYTHONBIN}," -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-paramiko +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-paramiko 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 5f20f53f34b..997f1d2b195 100644 --- a/sysutils/bup/Makefile +++ b/sysutils/bup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2016/09/19 08:52:24 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2017/01/01 14:43:57 wiz Exp $ DISTNAME= bup-0.28.1 CATEGORIES= sysutils @@ -25,7 +25,7 @@ DEPENDS+= git-base-[0-9]*:../../devel/git-base # TEST_DEPENDS BUILD_DEPENDS+= rsync-[0-9]*:../../net/rsync -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-fuse-bindings +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-fuse-bindings DOCDIR= ${WRKDIR}/bup-man diff --git a/sysutils/caja-dropbox/Makefile b/sysutils/caja-dropbox/Makefile index de9b6ef8956..b469ac79b95 100644 --- a/sysutils/caja-dropbox/Makefile +++ b/sysutils/caja-dropbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/08/03 10:23:22 adam Exp $ +# $NetBSD: Makefile,v 1.4 2017/01/01 14:43:57 wiz Exp $ PKGREVISION= 1 .include "../../meta-pkgs/mate/Makefile.common" @@ -12,7 +12,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2 DEPENDS+= ${PYPKGPREFIX}-gobject-[0-9]*:../../devel/py-gobject DEPENDS+= ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2, py-gobject +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2, py-gobject REPLACE_PYTHON= caja-dropbox.in diff --git a/sysutils/cuisine/Makefile b/sysutils/cuisine/Makefile index bd7a3d43268..be6134fb8d9 100644 --- a/sysutils/cuisine/Makefile +++ b/sysutils/cuisine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/07/29 07:52:36 nils Exp $ +# $NetBSD: Makefile,v 1.11 2017/01/01 14:43:57 wiz Exp $ VERSION= 0.7.13 DISTNAME= cuisine-${VERSION} @@ -12,7 +12,7 @@ LICENSE= modified-bsd DEPENDS+= fabric>=1.7.0:../../sysutils/fabric -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.6.4 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 cc29e397967..5eb46ec0c65 100644 --- a/sysutils/dbus-python-common/Makefile +++ b/sysutils/dbus-python-common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2016/07/09 13:04:06 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2017/01/01 14:43:57 wiz Exp $ DISTNAME= dbus-python-1.2.4 PKGNAME= ${DISTNAME:S/python/python-common/} @@ -15,7 +15,7 @@ CONFLICTS+= py[0-9]*-dbus<1.1.1 PYTHON_FOR_BUILD_ONLY= yes #BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils>=0:../../textproc/py-docutils #DEPENDS+= ${PYPKGPREFIX}-pyrex>=0.9.3:../../lang/py-pyrex -#PYTHON_VERSIONS_INCOMPATIBLE=34 35 # py-pyrex +#PYTHON_VERSIONS_INCOMPATIBLE=34 35 36 # py-pyrex USE_TOOLS+= pkg-config gmake GNU_CONFIGURE= yes diff --git a/sysutils/duplicity/Makefile b/sysutils/duplicity/Makefile index 89e93d08b92..a3228972b0e 100644 --- a/sysutils/duplicity/Makefile +++ b/sysutils/duplicity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2016/09/01 16:18:07 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2017/01/01 14:43:57 wiz Exp $ DISTNAME= duplicity-0.7.09 PKGREVISION= 1 @@ -19,7 +19,7 @@ DEPENDS+= ${PYPKGPREFIX}-paramiko-[0-9]*:../../security/py-paramiko REPLACE_PYTHON+= bin/duplicity \ bin/rdiffdir -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.6.22 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.6.22 EGG_NAME= ${DISTNAME:S/09/9/} SUBST_CLASSES+= fix-paths diff --git a/sysutils/euca2ools/Makefile b/sysutils/euca2ools/Makefile index e2f2b6bb52c..105eafd9ce9 100644 --- a/sysutils/euca2ools/Makefile +++ b/sysutils/euca2ools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2016/07/09 13:04:06 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2017/01/01 14:43:57 wiz 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= 34 35 # py-xml, py-m2crypto +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-xml, py-m2crypto #USE_LANGUAGES= # none diff --git a/sysutils/fabric/Makefile b/sysutils/fabric/Makefile index 1c2163c8ba0..fec07009fb7 100644 --- a/sysutils/fabric/Makefile +++ b/sysutils/fabric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2016/08/07 15:04:55 nils Exp $ +# $NetBSD: Makefile,v 1.47 2017/01/01 14:43:57 wiz Exp $ VERSION= 1.12.0 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 35 # no support yet +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # no support yet USE_TOOLS+= pax diff --git a/sysutils/gnome-commander/Makefile b/sysutils/gnome-commander/Makefile index 14ff1990d75..ec0aacdc6d4 100644 --- a/sysutils/gnome-commander/Makefile +++ b/sysutils/gnome-commander/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.81 2016/11/08 10:51:30 wiz Exp $ +# $NetBSD: Makefile,v 1.82 2017/01/01 14:43:57 wiz Exp $ DISTNAME= gnome-commander-1.2.8.15 PKGREVISION= 49 @@ -16,7 +16,7 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake intltool msgfmt pkg-config perl -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.2.8.15 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 679609b3b61..3467b07e404 100644 --- a/sysutils/libvirt/Makefile +++ b/sysutils/libvirt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2016/10/07 18:26:11 adam Exp $ +# $NetBSD: Makefile,v 1.44 2017/01/01 14:43:57 wiz Exp $ DISTNAME= libvirt-1.2.9 PKGREVISION= 12 @@ -18,7 +18,7 @@ USE_LIBTOOL= yes BUILD_DEFS+= VARBASE -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-xml PY_PATCHPLIST= yes REPLACE_PYTHON+= docs/apibuild.py diff --git a/sysutils/manifold/Makefile b/sysutils/manifold/Makefile index e7783a75839..279d110bdb8 100644 --- a/sysutils/manifold/Makefile +++ b/sysutils/manifold/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2016/07/09 13:04:06 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/01/01 14:43:57 wiz 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= 34 35 # not yet ported as of 0.2.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 6899c87ae57..04150766b40 100644 --- a/sysutils/monitoring/Makefile +++ b/sysutils/monitoring/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/07/09 13:04:06 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:57 wiz 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= 34 35 # not yet ported as of 0.9.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 7c8e3892512..089dd49531c 100644 --- a/sysutils/openxenmanager/Makefile +++ b/sysutils/openxenmanager/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2016/09/19 13:04:28 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2017/01/01 14:43:57 wiz 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= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 OXMDIR= ${PREFIX} diff --git a/sysutils/polysh/Makefile b/sysutils/polysh/Makefile index 35c134a6fc4..26e9145ffad 100644 --- a/sysutils/polysh/Makefile +++ b/sysutils/polysh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2016/07/09 13:04:06 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/01/01 14:43:58 wiz Exp $ DISTNAME= polysh-0.4 PKGREVISION= 1 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.4 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 e6fb27e540b..fcb7fb3eb3e 100644 --- a/sysutils/py-gnome-menus/Makefile +++ b/sysutils/py-gnome-menus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2016/07/09 13:04:07 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2017/01/01 14:43:58 wiz 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= 34 35 # not yet ported as of 2.30.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 efb15ec9468..73ae4c5044d 100644 --- a/sysutils/py-notify-python/Makefile +++ b/sysutils/py-notify-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2016/08/03 10:22:19 adam Exp $ +# $NetBSD: Makefile,v 1.16 2017/01/01 14:43:58 wiz 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= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 b3f66dfdc29..a1a2f8bbc2e 100644 --- a/sysutils/py-notify/Makefile +++ b/sysutils/py-notify/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2016/07/09 13:04:07 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2017/01/01 14:43:58 wiz 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= 34 35 # not yet ported as of 0.2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 faa544f83e4..37de6921a2e 100644 --- a/sysutils/py-pefile/Makefile +++ b/sysutils/py-pefile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/07/09 13:04:07 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:58 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 EGG_NAME= pefile-${PEFILE_VERSION:S/-/.post/} diff --git a/sysutils/py-xattr/Makefile b/sysutils/py-xattr/Makefile index 8491c87a2b2..a41663b67d2 100644 --- a/sysutils/py-xattr/Makefile +++ b/sysutils/py-xattr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2016/08/28 15:48:34 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2017/01/01 14:43:58 wiz Exp $ DISTNAME= v0.7.6 PROPERNAME= ${DISTNAME:S/v/xattr-/} @@ -22,7 +22,7 @@ USE_LANGUAGES= c REPLACE_PYTHON= xattr/tool.py # XXX: builds, installs, but cannot be executed -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 post-install: ${MV} ${DESTDIR}${PREFIX}/bin/xattr \ diff --git a/sysutils/rdiff-backup/Makefile b/sysutils/rdiff-backup/Makefile index 6df77cb350e..1c7144ce1e7 100644 --- a/sysutils/rdiff-backup/Makefile +++ b/sysutils/rdiff-backup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2016/09/01 16:18:07 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2017/01/01 14:43:58 wiz Exp $ DISTNAME= rdiff-backup-1.2.8 PKGREVISION= 8 @@ -9,7 +9,7 @@ MAINTAINER= snj@NetBSD.org HOMEPAGE= http://www.nongnu.org/rdiff-backup/ COMMENT= Remote incremental backup utility -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.2.8 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 b26a094e12f..a98567e2437 100644 --- a/sysutils/salt-docs/Makefile +++ b/sysutils/salt-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/07/09 13:04:07 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/01/01 14:43:58 wiz Exp $ DISTNAME= salt-2015.8.5 PKGNAME= ${DISTNAME:S/-/-docs-/} @@ -32,7 +32,7 @@ do-install: && ${FIND} ${HTMLDIR} -type f -print ) >>${PLIST_SRC} # problem in sphinx config file? -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.10.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 325bacb73f8..d948e492a3f 100644 --- a/sysutils/salt/Makefile +++ b/sysutils/salt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2016/09/26 07:06:11 jperkin Exp $ +# $NetBSD: Makefile,v 1.44 2017/01/01 14:43:58 wiz Exp $ DISTNAME= salt-2016.3.3 CATEGORIES= sysutils @@ -22,7 +22,7 @@ DEPENDS+= ${PYPKGPREFIX}-tornado>=4.3:../../www/py-tornado BUILD_DEFS+= VARBASE -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-m2crypto +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 982d56c5ac6..7e17855ca5f 100644 --- a/sysutils/virt-manager/Makefile +++ b/sysutils/virt-manager/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2016/08/03 10:23:25 adam Exp $ +# $NetBSD: Makefile,v 1.25 2017/01/01 14:43:58 wiz Exp $ DISTNAME= virt-manager-0.9.4 PKGREVISION= 17 @@ -26,7 +26,7 @@ USE_PKGLOCALEDIR= yes GCONF_SCHEMAS+= virt-manager.schemas -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 7e35623f68b..55f11a804c6 100644 --- a/sysutils/virtinst/Makefile +++ b/sysutils/virtinst/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/07/09 13:04:07 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:58 wiz 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= 34 35 # not yet ported as of 0.600.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.600.3 SUBST_CLASSES+= man SUBST_STAGE.man= pre-configure diff --git a/sysutils/xenkernel42/Makefile b/sysutils/xenkernel42/Makefile index f77aaab99c4..b79b23d03cf 100644 --- a/sysutils/xenkernel42/Makefile +++ b/sysutils/xenkernel42/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2016/12/21 15:35:44 bouyer Exp $ +# $NetBSD: Makefile,v 1.27 2017/01/01 14:43:58 wiz 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= 34 35 # not yet ported as of 4.2.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 4.2.3 MAKE_ENV+= OCAML_TOOLS=no diff --git a/sysutils/xenkernel45/Makefile b/sysutils/xenkernel45/Makefile index dd2b034f0cd..2333c63915d 100644 --- a/sysutils/xenkernel45/Makefile +++ b/sysutils/xenkernel45/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2016/12/21 15:36:08 bouyer Exp $ +# $NetBSD: Makefile,v 1.27 2017/01/01 14:43:58 wiz Exp $ VERSION= 4.5.5 DISTNAME= xen-${VERSION} @@ -20,7 +20,7 @@ NO_CONFIGURE= yes USE_TOOLS+= gmake PYTHON_FOR_BUILD_ONLY= YES -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 MAKE_ENV+= OCAML_TOOLS=no diff --git a/sysutils/xenkernel46/Makefile b/sysutils/xenkernel46/Makefile index a2601156f9c..cec283515fa 100644 --- a/sysutils/xenkernel46/Makefile +++ b/sysutils/xenkernel46/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2016/12/21 15:36:39 bouyer Exp $ +# $NetBSD: Makefile,v 1.8 2017/01/01 14:43:59 wiz Exp $ VERSION= 4.6.3 DISTNAME= xen-${VERSION} @@ -20,7 +20,7 @@ NO_CONFIGURE= yes USE_TOOLS+= gmake PYTHON_FOR_BUILD_ONLY= YES -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 MAKE_ENV+= OCAML_TOOLS=no diff --git a/sysutils/xentools42/Makefile b/sysutils/xentools42/Makefile index 26a400e9ef1..dd848c82d22 100644 --- a/sysutils/xentools42/Makefile +++ b/sysutils/xentools42/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2016/12/30 11:17:01 jaapb Exp $ +# $NetBSD: Makefile,v 1.54 2017/01/01 14:43:59 wiz 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= 34 35 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-xml PKG_SYSCONFSUBDIR= xen diff --git a/sysutils/xentools45/Makefile b/sysutils/xentools45/Makefile index d58bf4c956e..6602c80b099 100644 --- a/sysutils/xentools45/Makefile +++ b/sysutils/xentools45/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2016/12/30 11:17:01 jaapb Exp $ +# $NetBSD: Makefile,v 1.44 2017/01/01 14:43:59 wiz Exp $ VERSION= 4.5.5 PKGREVISION= 3 @@ -60,7 +60,7 @@ MAKE_ENV+= NO_WERROR=1 #MAKE_ENV+= INSTALL_DATA=${BSD_INSTALL_DATA} #MAKE_ENV+= INSTALL_PROG=${BSD_INSTALL_PROGRAM} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 PY_PATCHPLIST= yes REPLACE_PYTHON+= misc/sbdf2devicepath misc/xen-bugtool diff --git a/sysutils/xentools46/Makefile b/sysutils/xentools46/Makefile index 8661a8aeed1..d2df459a3ca 100644 --- a/sysutils/xentools46/Makefile +++ b/sysutils/xentools46/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/12/30 11:17:01 jaapb Exp $ +# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:59 wiz Exp $ VERSION= 4.6.3 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 PY_PATCHPLIST= yes REPLACE_PYTHON+= misc/xen-bugtool misc/xen-ringwatch misc/xencons diff --git a/textproc/asciidoc/Makefile b/textproc/asciidoc/Makefile index d0ae3f36304..6f0294e9f9c 100644 --- a/textproc/asciidoc/Makefile +++ b/textproc/asciidoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2016/07/09 13:04:09 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2017/01/01 14:43:59 wiz 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= 34 35 # not yet ported as of 8.6.9 (as seen e.g. in git-docs) +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 b8436cbec9a..3de503de686 100644 --- a/textproc/coccigrep/Makefile +++ b/textproc/coccigrep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2016/07/09 13:04:09 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2017/01/01 14:43:59 wiz Exp $ DISTNAME= coccigrep-1.13 CATEGORIES= textproc @@ -15,7 +15,7 @@ USE_LANGUAGES= # none INSTALLATION_DIRS= ${PKGMANDIR}/man1 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.12 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 b7d52357a3d..5375bd4a2c8 100644 --- a/textproc/dblatex/Makefile +++ b/textproc/dblatex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2016/09/17 11:51:25 mef Exp $ +# $NetBSD: Makefile,v 1.26 2017/01/01 14:43:59 wiz Exp $ DISTNAME= dblatex-0.3.8 CATEGORIES= textproc @@ -43,7 +43,7 @@ USE_TOOLS+= gmake .include "options.mk" REPLACE_PYTHON+= scripts/dblatex lib/dbtexmf/dblatex/xetex/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.3.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 7e0cbbec559..e3b3529ffc1 100644 --- a/textproc/gnome-doc-utils/Makefile +++ b/textproc/gnome-doc-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2016/07/09 13:04:09 wiz Exp $ +# $NetBSD: Makefile,v 1.65 2017/01/01 14:43:59 wiz 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= 34 35 # py-libxslt +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 db67163ed6f..4d0fed400d1 100644 --- a/textproc/gtk-doc/Makefile +++ b/textproc/gtk-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2016/07/09 13:04:09 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2017/01/01 14:43:59 wiz Exp $ DISTNAME= gtk-doc-1.21 PKGREVISION= 3 @@ -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= 34 35 # not yet ported as of 1.21 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 588c5a3c3dd..e9b00656d77 100644 --- a/textproc/ispell-lt/Makefile +++ b/textproc/ispell-lt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/07/09 13:04:09 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:59 wiz 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= 34 35 # not yet ported as of 1.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 396622aeacb..5ef56c07e4d 100644 --- a/textproc/itstool/Makefile +++ b/textproc/itstool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2016/07/09 13:04:09 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2017/01/01 14:43:59 wiz 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= 34 35 # not yet ported as of 2.0.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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/libplist/Makefile b/textproc/libplist/Makefile index 7634d6cbf6b..d030e92ce8c 100644 --- a/textproc/libplist/Makefile +++ b/textproc/libplist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2016/07/09 13:04:09 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2017/01/01 14:43:59 wiz Exp $ DISTNAME= libplist-1.12 CATEGORIES= textproc @@ -19,7 +19,7 @@ USE_LANGUAGES= c c++ PKGCONFIG_OVERRIDE+= libplist++.pc.in PKGCONFIG_OVERRIDE+= libplist.pc.in PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.8 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.8 .include "../../devel/py-cython/buildlink3.mk" .include "../../devel/py-cython/tool.mk" diff --git a/textproc/markdown2social/Makefile b/textproc/markdown2social/Makefile index b8857606c1a..5116baaf5ba 100644 --- a/textproc/markdown2social/Makefile +++ b/textproc/markdown2social/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/07/09 13:04:09 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/01/01 14:44:00 wiz Exp $ DISTNAME= markdown2social-0.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-markdown>=2.6:../../textproc/py-markdown USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-4Suite/Makefile b/textproc/py-4Suite/Makefile index 96980e5e360..478b57ea53f 100644 --- a/textproc/py-4Suite/Makefile +++ b/textproc/py-4Suite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2016/07/09 13:04:09 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2017/01/01 14:44:00 wiz 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= 34 35 # not yet ported as of 1.0.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 7a7bda2d969..2452fca0761 100644 --- a/textproc/py-Excelerator/Makefile +++ b/textproc/py-Excelerator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2016/07/09 13:04:09 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2017/01/01 14:44:00 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 EGG_NAME= pyExcelerator-${VERSION} diff --git a/textproc/py-HappyDoc/Makefile b/textproc/py-HappyDoc/Makefile index 43efda7af31..d5e0afdfa8a 100644 --- a/textproc/py-HappyDoc/Makefile +++ b/textproc/py-HappyDoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2016/08/28 15:48:35 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2017/01/01 14:44:00 wiz Exp $ DISTNAME= HappyDoc_r2_1 PKGNAME= ${PYPKGPREFIX}-HappyDoc-2.1 @@ -15,7 +15,7 @@ USE_LANGUAGES= #none WRKSRC= ${WRKDIR}/HappyDoc-r2_1 EGG_NAME= ${DISTNAME:S/_r/-/:S/_/./g} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 2a86617cef2..a40579734c0 100644 --- a/textproc/py-Whoosh/Makefile +++ b/textproc/py-Whoosh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/07/09 13:04:10 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/01/01 14:44:00 wiz Exp $ # DISTNAME= Whoosh-2.5.7 @@ -13,7 +13,7 @@ LICENSE= apache-2.0 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-X2/Makefile b/textproc/py-X2/Makefile index 7848d3c2e37..9e3595e6ee8 100644 --- a/textproc/py-X2/Makefile +++ b/textproc/py-X2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/07/09 13:04:10 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2017/01/01 14:44:00 wiz 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=34 35 +PYTHON_VERSIONS_INCOMPATIBLE=34 35 36 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-cabocha/Makefile b/textproc/py-cabocha/Makefile index 7831d6a9e2b..da6d6a5f9b4 100644 --- a/textproc/py-cabocha/Makefile +++ b/textproc/py-cabocha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2016/07/09 13:04:10 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2017/01/01 14:44:00 wiz Exp $ .include "../../textproc/cabocha/Makefile.common" @@ -10,7 +10,7 @@ COMMENT= CaboCha python module USE_LANGUAGES= c c++ PYSETUPSUBDIR= python -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.67 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 acc20483a1e..f15802f33ec 100644 --- a/textproc/py-cjson/Makefile +++ b/textproc/py-cjson/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/07/09 13:04:10 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/01/01 14:44:00 wiz 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= 34 35 # Uses old string API. +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # Uses old string API. do-test: ( cd ${WKSRC} && ${PYTHONBIN} jsontest.py ) diff --git a/textproc/py-cmTemplate/Makefile b/textproc/py-cmTemplate/Makefile index c7937c69a0a..a62c7e08010 100644 --- a/textproc/py-cmTemplate/Makefile +++ b/textproc/py-cmTemplate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/07/09 13:04:10 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/01/01 14:44:00 wiz 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= 34 35 # not yet ported as of 0.3.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 3b0ba702f25..0f006c41a8b 100644 --- a/textproc/py-elementtree/Makefile +++ b/textproc/py-elementtree/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2016/07/09 13:04:10 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2017/01/01 14:44:00 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-empy/Makefile b/textproc/py-empy/Makefile index cc9a7c2ee70..f48a9611f5d 100644 --- a/textproc/py-empy/Makefile +++ b/textproc/py-empy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/08/28 15:48:35 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/01/01 14:44:00 wiz Exp $ DISTNAME= empy-3.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -18,7 +18,7 @@ USE_TOOLS+= pax PYDISTUTILSPKG= # yes PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # Fix html path in documentation SUBST_CLASSES+= doc diff --git a/textproc/py-generateDS/Makefile b/textproc/py-generateDS/Makefile index ebcef723c68..7d06c16744f 100644 --- a/textproc/py-generateDS/Makefile +++ b/textproc/py-generateDS/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2016/07/09 13:04:10 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/01/01 14:44:00 wiz Exp $ # DISTNAME= generateDS-2.14a @@ -17,7 +17,7 @@ LICENSE= mit PY_PATCHPLIST= yes PYDISTUTILSPKG= yes # TODO: explain -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 bcfe2a344ec..5cb236e00fa 100644 --- a/textproc/py-gnosis-utils/Makefile +++ b/textproc/py-gnosis-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/07/09 13:04:10 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2017/01/01 14:44:01 wiz 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= 34 35 # not yet ported as of 1.2.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 64636981be9..9c8a50800cf 100644 --- a/textproc/py-iniparse/Makefile +++ b/textproc/py-iniparse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2016/07/09 13:04:10 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/01/01 14:44:01 wiz Exp $ DISTNAME= iniparse-0.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= mit AND python-software-foundation USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 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 8849f58bde4..6b75e96cc7c 100644 --- a/textproc/py-jsonlib/Makefile +++ b/textproc/py-jsonlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/07/09 13:04:10 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/01/01 14:44:01 wiz Exp $ DISTNAME= jsonlib-1.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= c -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-jsonrpclib/Makefile b/textproc/py-jsonrpclib/Makefile index 29e84a0af09..6f3fceeaaba 100644 --- a/textproc/py-jsonrpclib/Makefile +++ b/textproc/py-jsonrpclib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/09/02 16:26:32 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2017/01/01 14:44:01 wiz Exp $ DISTNAME= jsonrpclib-0.1.7 PKGNAME= ${PYPKGPREFIX}-jsonrpclib-0.1.7 @@ -12,7 +12,7 @@ LICENSE= apache-2.0 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 0.1.7 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 0.1.7 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-libxslt/Makefile b/textproc/py-libxslt/Makefile index f5a97a02e07..8410d27af71 100644 --- a/textproc/py-libxslt/Makefile +++ b/textproc/py-libxslt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2016/07/09 13:04:10 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2017/01/01 14:44:01 wiz Exp $ .include "../../textproc/libxslt/Makefile.common" @@ -11,7 +11,7 @@ COMMENT= Python wrapper for libxslt DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat DEPENDS+= ${PYPKGPREFIX}-libxml2>=2.6.8:../../textproc/py-libxml2 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.1.28 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.1.28 PYSETUPSUBDIR= python NO_CONFIGURE= yes diff --git a/textproc/py-marisa/Makefile b/textproc/py-marisa/Makefile index 22d6324151e..a35281d179b 100644 --- a/textproc/py-marisa/Makefile +++ b/textproc/py-marisa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/07/09 13:04:10 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2017/01/01 14:44:01 wiz Exp $ # .include "../../textproc/marisa/Makefile.common" @@ -11,7 +11,7 @@ COMMENT= MARISA python module USE_LANGUAGES= c c++ PYSETUPSUBDIR= bindings/python -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.2.4 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 458e16e051d..3717e4767c8 100644 --- a/textproc/py-mecab/Makefile +++ b/textproc/py-mecab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2016/07/09 13:04:11 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2017/01/01 14:44:01 wiz Exp $ .include "../../textproc/mecab/Makefile.common" @@ -20,7 +20,7 @@ do-test: BUILDLINK_API_DEPENDS.mecab+= mecab>=${MECAB_VERSION} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.996 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 178d4804358..88027d60896 100644 --- a/textproc/py-relatorio/Makefile +++ b/textproc/py-relatorio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2016/08/17 14:56:56 richard Exp $ +# $NetBSD: Makefile,v 1.14 2017/01/01 14:44:01 wiz Exp $ DISTNAME= relatorio-0.6.3 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= 34 35 # py-gtk2 via py-pycha +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 via py-pycha .include "../../lang/python/versioned_dependencies.mk" .include "../../lang/python/egg.mk" diff --git a/textproc/py-xlwt/Makefile b/textproc/py-xlwt/Makefile index 3bd69ea2411..38b72fdf978 100644 --- a/textproc/py-xlwt/Makefile +++ b/textproc/py-xlwt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2016/07/09 13:04:11 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/01/01 14:44:01 wiz 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= 34 35 # not yet ported as of 0.7.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 1534fcc7f53..37ae61aa78a 100644 --- a/textproc/py-xml/Makefile +++ b/textproc/py-xml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2016/08/28 15:48:36 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2017/01/01 14:44:01 wiz 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= 34 35 # dead upstream, no plans of porting +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 dc16ff6dcc8..a31ac063a09 100644 --- a/textproc/py-yamcha/Makefile +++ b/textproc/py-yamcha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2016/07/09 13:04:11 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2017/01/01 14:44:01 wiz Exp $ .include "../../textproc/yamcha/Makefile.common" @@ -11,7 +11,7 @@ COMMENT= YamCha python module USE_LANGUAGES= c c++ PYSETUPSUBDIR= python -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.33 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.33 EGG_NAME= ${DISTNAME:S/-/_python-/} diff --git a/textproc/queequeg/Makefile b/textproc/queequeg/Makefile index 28a7469520e..542228d0916 100644 --- a/textproc/queequeg/Makefile +++ b/textproc/queequeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2016/07/09 13:04:11 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2017/01/01 14:44:01 wiz 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= 34 35 # py-cdb +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-cdb SUBST_CLASSES+= fix-python SUBST_STAGE.fix-python= pre-configure diff --git a/textproc/rubber/Makefile b/textproc/rubber/Makefile index e74d1e5eda9..f1a8c04b723 100644 --- a/textproc/rubber/Makefile +++ b/textproc/rubber/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2016/07/09 13:04:11 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2017/01/01 14:44:02 wiz 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= 34 35 # not yet ported as of 1.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 7e656e68878..86dfd5c87ba 100644 --- a/textproc/xmlada/Makefile +++ b/textproc/xmlada/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2016/11/25 20:36:49 marino Exp $ +# $NetBSD: Makefile,v 1.15 2017/01/01 14:44:02 wiz Exp $ DISTNAME= xmlada-${XMLADA_VERS} PKGREVISION= 3 @@ -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= 34 35 # not yet ported as of 4.4.0.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 6c096017fc0..70196783561 100644 --- a/time/etm/Makefile +++ b/time/etm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2016/07/09 13:04:11 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2017/01/01 14:44:02 wiz 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= 34 35 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-wxWidgets USE_LANGUAGES= # none diff --git a/time/gdeskcal/Makefile b/time/gdeskcal/Makefile index a3311e7b993..d7675b5237a 100644 --- a/time/gdeskcal/Makefile +++ b/time/gdeskcal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2016/08/03 10:23:28 adam Exp $ +# $NetBSD: Makefile,v 1.61 2017/01/01 14:44:02 wiz Exp $ DISTNAME= gDeskCal-0_57_1 PKGNAME= gdeskcal-0.57.1 @@ -15,7 +15,7 @@ NO_BUILD= yes REPLACE_PYTHON= gdeskcal -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-xml, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-xml, py-gtk2 INSTALLATION_DIRS= bin lib/gdeskcal diff --git a/time/hamster-applet/Makefile b/time/hamster-applet/Makefile index e8a9beb65fa..29fafa4a5c2 100644 --- a/time/hamster-applet/Makefile +++ b/time/hamster-applet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2016/08/03 10:23:28 adam Exp $ +# $NetBSD: Makefile,v 1.49 2017/01/01 14:44:02 wiz Exp $ DISTNAME= hamster-applet-2.28.1 PKGREVISION= 30 @@ -17,7 +17,7 @@ USE_TOOLS+= gmake intltool pkg-config msgfmt GCONF_SCHEMAS+= hamster-applet.schemas PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 9f56e6afbc4..2ff3752ef29 100644 --- a/time/py-goocalendar/Makefile +++ b/time/py-goocalendar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/07/09 13:04:12 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/01/01 14:44:02 wiz 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= 34 35 # py-gtk2 via py-goocanvas +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 b5891f34f98..42380b26fa4 100644 --- a/time/py-mxDateTime/Makefile +++ b/time/py-mxDateTime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2016/07/09 13:04:12 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2017/01/01 14:44:02 wiz 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= 34 35 # not yet ported as of 3.2.7 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 a5a3ad1de83..cc3f14592b9 100644 --- a/time/wxRemind/Makefile +++ b/time/wxRemind/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2016/07/09 13:04:12 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2017/01/01 14:44:02 wiz 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= 34 35 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-wxWidgets .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/wm/bmpanel2/Makefile b/wm/bmpanel2/Makefile index ee28c23b484..45797a4f301 100644 --- a/wm/bmpanel2/Makefile +++ b/wm/bmpanel2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2016/07/09 13:04:12 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2017/01/01 14:44:02 wiz 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= 34 35 # not yet ported as of 2.1pre1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 95aea504006..00a7f67cc4c 100644 --- a/wm/ccsm/Makefile +++ b/wm/ccsm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2016/07/09 13:04:12 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2017/01/01 14:44:02 wiz 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= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 MAKE_ENV+= PYTHONBIN=${PYTHONBIN:Q} diff --git a/wm/py-tyle/Makefile b/wm/py-tyle/Makefile index 07b4543141d..e1c21ed9199 100644 --- a/wm/py-tyle/Makefile +++ b/wm/py-tyle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2016/07/09 13:04:12 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2017/01/01 14:44:02 wiz 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= 34 35 # not yet ported as of 0.7.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 c8f6637dbdc..faa93686721 100644 --- a/www/ap-scgi/Makefile +++ b/www/ap-scgi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/07/09 13:04:12 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2017/01/01 14:44:02 wiz 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= 34 35 # py-quixote via py-scgi +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 8944eed4042..42561f94238 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.126 2016/08/03 10:23:30 adam Exp $ +# $NetBSD: Makefile,v 1.127 2017/01/01 14:44:02 wiz Exp $ DISTNAME= bluefish-2.2.8 PKGREVISION= 2 @@ -30,7 +30,7 @@ REPLACE_PYTHON+= data/css_decompressor CHECK_INTERPRETER_SKIP+= share/bluefish/plugins/*/*.py CHECK_INTERPRETER_SKIP+= share/bluefish/plugins/*/*/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 2.2.4 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 7b59ccfd22c..d86c9f1cd82 100644 --- a/www/browser-bookmarks-menu/Makefile +++ b/www/browser-bookmarks-menu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2016/08/03 10:23:30 adam Exp $ +# $NetBSD: Makefile,v 1.54 2017/01/01 14:44:03 wiz Exp $ DISTNAME= browser-bookmarks-menu-0.6 PKGREVISION= 33 @@ -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= 34 35 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit via py-gnome2 SUBST_CLASSES+= paths SUBST_STAGE.paths= pre-configure diff --git a/www/cherokee/Makefile b/www/cherokee/Makefile index efa912d61d3..44a182d17d5 100644 --- a/www/cherokee/Makefile +++ b/www/cherokee/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2016/08/17 00:06:46 ryoon Exp $ +# $NetBSD: Makefile,v 1.35 2017/01/01 14:44:03 wiz Exp $ DISTNAME= cherokee-1.2.101 PKGREVISION= 10 @@ -33,7 +33,7 @@ RCD_SCRIPTS= cherokee INSTALLATION_DIRS+= ${EGDIR}/pam.d -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.2.101 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.2.101 .include "options.mk" diff --git a/www/clearsilver/Makefile b/www/clearsilver/Makefile index 8e0c45a9d22..337f0c7ee61 100644 --- a/www/clearsilver/Makefile +++ b/www/clearsilver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2016/07/09 13:04:12 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2017/01/01 14:44:03 wiz 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= 34 35 # py-clearsilver +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 0d7b05aee3f..73bbcebec08 100644 --- a/www/firefox/mozilla-common.mk +++ b/www/firefox/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.84 2016/12/06 08:14:22 martin Exp $ +# $NetBSD: mozilla-common.mk,v 1.85 2017/01/01 14:44:03 wiz 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= 34 35 # py-sqlite2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 e9f07797847..0e046c31fb1 100644 --- a/www/firefox24/mozilla-common.mk +++ b/www/firefox24/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.13 2016/07/09 13:04:13 wiz Exp $ +# $NetBSD: mozilla-common.mk,v 1.14 2017/01/01 14:44:03 wiz 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= 34 35 # py-sqlite2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 9108ac169e6..f2e60468eb4 100644 --- a/www/firefox31/mozilla-common.mk +++ b/www/firefox31/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.5 2016/07/09 13:04:13 wiz Exp $ +# $NetBSD: mozilla-common.mk,v 1.6 2017/01/01 14:44:03 wiz 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= 34 35 # py-sqlite2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 70edf829aea..25d7271e579 100644 --- a/www/firefox38/mozilla-common.mk +++ b/www/firefox38/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.6 2016/07/09 13:04:13 wiz Exp $ +# $NetBSD: mozilla-common.mk,v 1.7 2017/01/01 14:44:03 wiz 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= 34 35 # py-sqlite2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-sqlite2 .include "../../lang/python/application.mk" CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} diff --git a/www/firefox45/mozilla-common.mk b/www/firefox45/mozilla-common.mk index ad5874ef466..103f2fee031 100644 --- a/www/firefox45/mozilla-common.mk +++ b/www/firefox45/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.4 2016/07/09 13:04:13 wiz Exp $ +# $NetBSD: mozilla-common.mk,v 1.5 2017/01/01 14:44:03 wiz Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -114,7 +114,7 @@ CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}/js/ctypes/libffi/config.sub PYTHON_VERSIONS_ACCEPTED= 27 PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-sqlite2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-sqlite2 .include "../../lang/python/application.mk" CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} diff --git a/www/ies4linux/Makefile b/www/ies4linux/Makefile index c9266cf2573..fbb73b4e2b4 100644 --- a/www/ies4linux/Makefile +++ b/www/ies4linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2016/07/09 13:04:13 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2017/01/01 14:44:03 wiz 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= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 SHAREDIR= share/ies4linux diff --git a/www/loggerhead/Makefile b/www/loggerhead/Makefile index 3dd4b856328..6711a83a50d 100644 --- a/www/loggerhead/Makefile +++ b/www/loggerhead/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/07/09 13:04:13 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2017/01/01 14:44:03 wiz 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= 34 35 # py-simpletal +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 95698400ee9..95654e7d8f1 100644 --- a/www/py-ClientForm/Makefile +++ b/www/py-ClientForm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/07/09 13:04:13 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/01/01 14:44:03 wiz 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= 34 35 # not yet ported as of 0.2.10 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 04082f0059a..41654a7ab19 100644 --- a/www/py-HTMLgen/Makefile +++ b/www/py-HTMLgen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2016/07/09 13:04:13 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2017/01/01 14:44:03 wiz Exp $ DISTNAME= HTMLgen PKGNAME= ${PYPKGPREFIX}-HTMLgen-2.2.2 @@ -18,7 +18,7 @@ PY_PATCHPLIST= yes REPLACE_PYTHON+= *.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 INSTALLATION_DIRS+= ${PYSITELIB} diff --git a/www/py-beautifulsoup/Makefile b/www/py-beautifulsoup/Makefile index 5491d0cff62..787a1520e3b 100644 --- a/www/py-beautifulsoup/Makefile +++ b/www/py-beautifulsoup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2016/07/09 13:04:13 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2017/01/01 14:44:04 wiz 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= 34 35 # use py-beautifulsoup4 for python-3.x +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 72b39df104a..ce9faf72dde 100644 --- a/www/py-blosxom/Makefile +++ b/www/py-blosxom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2016/07/09 13:04:13 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2017/01/01 14:44:04 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 pre-configure: cd ${WRKSRC} && ${FIND} Pyblosxom -type f -name '*.orig' \ diff --git a/www/py-clearsilver/Makefile b/www/py-clearsilver/Makefile index c08d748445d..9c9f311d19c 100644 --- a/www/py-clearsilver/Makefile +++ b/www/py-clearsilver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2016/07/09 13:04:13 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2017/01/01 14:44:04 wiz Exp $ PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 1 @@ -14,7 +14,7 @@ CFLAGS+= -fPIC INSTALL_DIRS= python PY_PATCHPLIST= YES -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.10.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 a489dd302d6..93b528c1154 100644 --- a/www/py-django-appmedia/Makefile +++ b/www/py-django-appmedia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/07/09 13:04:13 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/01/01 14:44:04 wiz 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= 34 35 # not yet ported as of 1.0.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.0.1 DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django diff --git a/www/py-django-mezzanine-filebrowser/Makefile b/www/py-django-mezzanine-filebrowser/Makefile index 30b9c2b8b2a..c7a793133ea 100644 --- a/www/py-django-mezzanine-filebrowser/Makefile +++ b/www/py-django-mezzanine-filebrowser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2016/07/09 13:04:14 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2017/01/01 14:44:04 wiz 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= 34 35 # not yet ported as of 0.2.13 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 83ab070f1dc..c6c0efced4e 100644 --- a/www/py-django-mezzanine-grappelli/Makefile +++ b/www/py-django-mezzanine-grappelli/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2016/07/09 13:04:14 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2017/01/01 14:44:04 wiz 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= 34 35 # not yet ported as of 0.2.11 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 09b91809a56..08663571824 100644 --- a/www/py-django-photologue/Makefile +++ b/www/py-django-photologue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/07/09 13:04:14 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/01/01 14:44:04 wiz 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= 34 35 # py-django-tagging, py-imaging +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-django-tagging, py-imaging .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-django14/Makefile b/www/py-django14/Makefile index 3a8030318ba..102d4e3ee02 100644 --- a/www/py-django14/Makefile +++ b/www/py-django14/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2016/08/28 15:48:36 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2017/01/01 14:44:04 wiz Exp $ DISTNAME= Django-1.4.22 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -18,7 +18,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= 34 35 # use py-django if you want python-3.x support +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 f3a3bbd538f..536ff0f3be1 100644 --- a/www/py-django14/options.mk +++ b/www/py-django14/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.6 2016/07/09 13:04:14 wiz Exp $ +# $NetBSD: options.mk,v 1.7 2017/01/01 14:44:04 wiz 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= 34 35 # py-mysqldb +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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= 34 35 # py-sqlite2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-sqlite2 PLIST.sqlite= yes .endif diff --git a/www/py-djangorestframework/Makefile b/www/py-djangorestframework/Makefile index 65d5a113237..f66d4ca2576 100644 --- a/www/py-djangorestframework/Makefile +++ b/www/py-djangorestframework/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/07/09 13:04:14 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/01/01 14:44:04 wiz 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= 34 35 # not yet ported as of 0.2.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 637654c853f..a3a2c74a474 100644 --- a/www/py-flup/Makefile +++ b/www/py-flup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2016/07/09 13:04:14 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2017/01/01 14:44:04 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-gdata/Makefile b/www/py-gdata/Makefile index de92c19a25e..2020293ab27 100644 --- a/www/py-gdata/Makefile +++ b/www/py-gdata/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2016/07/09 13:04:14 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2017/01/01 14:44:04 wiz 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= 34 35 # not yet ported as of 2.0.18 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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-graphite-web/Makefile b/www/py-graphite-web/Makefile index cfb29b2b20b..753a2542d3b 100644 --- a/www/py-graphite-web/Makefile +++ b/www/py-graphite-web/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/07/09 13:04:14 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/01/01 14:44:04 wiz Exp $ DISTNAME= graphite-web-0.9.15 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -61,7 +61,7 @@ CONF_FILES+= ${GRAPHITE_EGDIR}/${file}.example \ PYSETUPINSTALLARGS= --prefix=${PREFIX} \ --install-lib=${PREFIX}/${PYSITELIB} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-django-tagging +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-django-tagging INSTALLATION_DIRS+= share/examples/graphite diff --git a/www/py-jonpy/Makefile b/www/py-jonpy/Makefile index a6a3c600b60..06719a6bdf2 100644 --- a/www/py-jonpy/Makefile +++ b/www/py-jonpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/07/09 13:04:14 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/01/01 14:44:05 wiz 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= 34 35 # not yet ported as of 0.06 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 1152e348da8..b687f90381b 100644 --- a/www/py-mechanize/Makefile +++ b/www/py-mechanize/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2016/07/09 13:04:14 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2017/01/01 14:44:05 wiz 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= 34 35 # not yet ported as of 0.2.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 0c2ab8da127..79f0aac5058 100644 --- a/www/py-mezzanine/Makefile +++ b/www/py-mezzanine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2016/07/09 13:04:14 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2017/01/01 14:44:05 wiz 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= 34 35 # py-django-mezzanine-filebrowser, py-django-mezzanine-grappelli, py-imaging +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 07dc9fb9a04..fdf406f1b05 100644 --- a/www/py-moin/Makefile +++ b/www/py-moin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2016/07/09 13:04:15 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2017/01/01 14:44:05 wiz Exp $ VER= 1.9.7 DISTNAME= moin-${VER} @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.9.7 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 8cc6de81b92..93666e986aa 100644 --- a/www/py-nevow/Makefile +++ b/www/py-nevow/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2016/07/09 13:04:15 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2017/01/01 14:44:05 wiz Exp $ VERSION= 0.13.0 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= 34 35 # py-twisted py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-twisted py-xml INSTALLATION_DIRS+= share/doc diff --git a/www/py-pendrell/Makefile b/www/py-pendrell/Makefile index 2ee9e85fc1c..2493f9eed52 100644 --- a/www/py-pendrell/Makefile +++ b/www/py-pendrell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/07/09 13:04:15 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/01/01 14:44:05 wiz 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= 34 35 # py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 afd92788324..b772a885395 100644 --- a/www/py-python-digest/Makefile +++ b/www/py-python-digest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/07/09 13:04:15 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/01/01 14:44:05 wiz Exp $ DISTNAME= python-digest-1.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= modified-bsd USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-pywebdav/Makefile b/www/py-pywebdav/Makefile index 9de37ab5739..bdc9e7fc6a3 100644 --- a/www/py-pywebdav/Makefile +++ b/www/py-pywebdav/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/07/09 13:04:15 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/01/01 14:44:05 wiz Exp $ VERSION= 0.9.8 DISTNAME= PyWebDAV-${VERSION} @@ -17,7 +17,7 @@ PLIST_SUBST+= DOCDIR=${DOCDIR:Q} INSTALLATION_DIRS+= ${DOCDIR} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.9.8 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.9.8 post-install: ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/${DOCDIR} diff --git a/www/py-recaptcha/Makefile b/www/py-recaptcha/Makefile index 0d9509ed3d7..1ef23916175 100644 --- a/www/py-recaptcha/Makefile +++ b/www/py-recaptcha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2016/07/09 13:04:15 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2017/01/01 14:44:05 wiz Exp $ DISTNAME= recaptcha-client-1.0.6 PKGNAME= ${PYPKGPREFIX}-recaptcha-1.0.6 @@ -10,7 +10,7 @@ HOMEPAGE= http://cheeseshop.python.org/pypi/recaptcha-client COMMENT= Plugin for reCAPTCHA and reCAPTCHA Mailhide LICENSE= mit -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 1.0.6 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 1.0.6 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-scgi/Makefile b/www/py-scgi/Makefile index d68bb8cc27a..58fc16f564e 100644 --- a/www/py-scgi/Makefile +++ b/www/py-scgi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2016/07/09 13:04:15 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2017/01/01 14:44:05 wiz Exp $ PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -7,7 +7,7 @@ LICENSE= cnri-license DEPENDS+= ${PYPKGPREFIX}-quixote-[0-9]*:../../devel/py-quixote -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-quixote +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-quixote .include "../../lang/python/distutils.mk" diff --git a/www/py-simpletal/Makefile b/www/py-simpletal/Makefile index 71ad3914049..4d6f9dfc864 100644 --- a/www/py-simpletal/Makefile +++ b/www/py-simpletal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2016/07/09 13:04:15 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2017/01/01 14:44:05 wiz Exp $ DISTNAME= SimpleTAL-4.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= modified-bsd USE_LANGUAGES= #none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 do-test: ${PYTHONBIN} ${WRKSRC}/runtests.py diff --git a/www/py-swish-e/Makefile b/www/py-swish-e/Makefile index 9cdcfee514e..81b496c0bb1 100644 --- a/www/py-swish-e/Makefile +++ b/www/py-swish-e/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/07/09 13:04:15 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/01/01 14:44:05 wiz 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= 34 35 # not yet ported as of 0.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.5 .include "../../lang/python/distutils.mk" .include "../../www/swish-e/buildlink3.mk" diff --git a/www/py-trytond-webdav/Makefile b/www/py-trytond-webdav/Makefile index a410c8d7cfc..0ee5f940efc 100644 --- a/www/py-trytond-webdav/Makefile +++ b/www/py-trytond-webdav/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/12/04 21:13:09 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/01/01 14:44:06 wiz Exp $ TRYTON_MODULE_NAME= trytond_webdav .include "../../devel/py-trytond/Makefile.common" CATEGORIES= python www @@ -11,7 +11,7 @@ LICENSE= gnu-gpl-v3 DEPENDS+= ${PYPKGPREFIX}-pywebdav-[0-9]*:../../www/py-pywebdav DEPENDS+= ${PYPKGPREFIX}-trytond>=${TRYTON_BASEVER}:../../devel/py-trytond -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 REPLACE_PYTHON+= tests/test_webdav.py diff --git a/www/py-twill/Makefile b/www/py-twill/Makefile index 553ebdd62ab..0847db61943 100644 --- a/www/py-twill/Makefile +++ b/www/py-twill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2016/08/28 15:48:37 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2017/01/01 14:44:06 wiz Exp $ DISTNAME= twill-1.8.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= mit USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # setup fails for 1.8.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 3f7553b2bad..97f3a9141d2 100644 --- a/www/py-uliweb/Makefile +++ b/www/py-uliweb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/08/13 14:14:28 wen Exp $ +# $NetBSD: Makefile,v 1.11 2017/01/01 14:44:06 wiz Exp $ DISTNAME= Uliweb-0.5 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= 34 35 # not yet ported as of 0.2.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 7f14dc77b04..e16a56b9246 100644 --- a/www/py-webpy/Makefile +++ b/www/py-webpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2016/07/09 13:04:15 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2017/01/01 14:44:06 wiz 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= 34 35 # not yet ported as of 0.37 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 9a00d82610e..5112f81d243 100644 --- a/www/py-werkzeug-docs/Makefile +++ b/www/py-werkzeug-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2016/07/09 13:04:16 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2017/01/01 14:44:06 wiz 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= 34 35 # sphinx detection broken as of 0.9.4 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 2ceb59402ab..8e1de02d2ea 100644 --- a/www/ruby-pygments.rb/Makefile +++ b/www/ruby-pygments.rb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/07/09 13:04:16 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/01/01 14:44:06 wiz 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= 34 35 # as of 0.6.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 d4f1c75a0f9..588e40537db 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.81 2016/09/18 12:34:02 wiz Exp $ +# $NetBSD: Makefile,v 1.82 2017/01/01 14:44:06 wiz Exp $ DISTNAME= Trac-1.0.13 PKGNAME= ${DISTNAME:tl} @@ -23,7 +23,7 @@ DEPENDS+= ${PYPKGPREFIX}-genshi>=0.6:../../www/py-genshi USE_TOOLS+= pax # The Trac 1.0 series does not support python 3. -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 REPLACE_PYTHON= contrib/cgi-bin/trac.* contrib/*.py contrib/*-hook REPLACE_PYTHON+= trac/tests/functional/*.py diff --git a/www/urlgrabber/Makefile b/www/urlgrabber/Makefile index 9c3f60b106f..17bfa73da63 100644 --- a/www/urlgrabber/Makefile +++ b/www/urlgrabber/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2016/07/09 13:04:16 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2017/01/01 14:44:06 wiz 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= 34 35 # not yet ported as of 3.1.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 f3bdedfb627..79ddf61fe29 100644 --- a/www/viewvc/Makefile +++ b/www/viewvc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2016/07/09 13:04:16 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2017/01/01 14:44:06 wiz 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= 34 35 # not yet ported as of 1.1.20 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 1f6a2a3191f..b04734315ad 100644 --- a/www/webkit-gtk/Makefile +++ b/www/webkit-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.120 2016/12/04 05:17:13 ryoon Exp $ +# $NetBSD: Makefile,v 1.121 2017/01/01 14:44:06 wiz Exp $ DISTNAME= webkitgtk-2.12.4 PKGNAME= ${DISTNAME:S/webkitgtk/webkit-gtk/} @@ -59,7 +59,7 @@ BUILD_DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR} CMAKE_ARGS+= -DRUBY_EXECUTABLE=${RUBY} PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.10.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.10.2 .include "../../lang/python/application.mk" CMAKE_ARGS+= -DPYTHON_EXECUTABLE=${PYTHONBIN} diff --git a/www/webkit24-gtk/Makefile.common b/www/webkit24-gtk/Makefile.common index 1f93568c148..cb7a498bc4d 100644 --- a/www/webkit24-gtk/Makefile.common +++ b/www/webkit24-gtk/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2016/12/01 14:27:21 martin Exp $ +# $NetBSD: Makefile.common,v 1.8 2017/01/01 14:44:06 wiz 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= 34 35 # not yet ported as of 1.10.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 798694b61ec..ef8558afd04 100644 --- a/x11/alacarte/Makefile +++ b/x11/alacarte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2016/08/03 10:23:32 adam Exp $ +# $NetBSD: Makefile,v 1.66 2017/01/01 14:44:06 wiz Exp $ DISTNAME= alacarte-0.13.1 PKGREVISION= 33 @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes USE_TOOLS+= intltool perl pkg-config gmake msgfmt PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 c83958ded04..2a891b281bc 100644 --- a/x11/arandr/Makefile +++ b/x11/arandr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2016/08/27 01:00:49 maya Exp $ +# $NetBSD: Makefile,v 1.8 2017/01/01 14:44:06 wiz Exp $ DISTNAME= arandr-0.1.9 CATEGORIES= x11 @@ -19,7 +19,7 @@ DEPENDS+= xrandr>=1.2:../../x11/xrandr PY_PATCHPLIST= YES PYSETUP= setup.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2, py-docutils +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 6089b0074b6..45be8c5cbd9 100644 --- a/x11/avant-window-navigator/Makefile +++ b/x11/avant-window-navigator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2016/09/19 17:59:22 wiedi Exp $ +# $NetBSD: Makefile,v 1.32 2017/01/01 14:44:07 wiz Exp $ DISTNAME= avant-window-navigator-0.4.0 PKGREVISION= 22 @@ -45,7 +45,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= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 .include "../../devel/GConf/schemas.mk" .include "../../lang/vala/buildlink3.mk" diff --git a/x11/driconf/Makefile b/x11/driconf/Makefile index f73abcd8331..45abe9edb10 100644 --- a/x11/driconf/Makefile +++ b/x11/driconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2016/07/09 13:04:16 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2017/01/01 14:44:07 wiz 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= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 ef6f17a79e7..a2d412d35a6 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.141 2016/12/04 05:17:44 ryoon Exp $ +# $NetBSD: Makefile,v 1.142 2017/01/01 14:44:07 wiz Exp $ DISTNAME= gnome-applets-2.32.1.1 PKGREVISION= 48 @@ -15,7 +15,7 @@ USE_TOOLS+= gmake intltool msgfmt pkg-config USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit via py-gnome2 .include "options.mk" diff --git a/x11/gnome-mag/Makefile b/x11/gnome-mag/Makefile index e6548e72ba5..1f8377d00f0 100644 --- a/x11/gnome-mag/Makefile +++ b/x11/gnome-mag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.92 2016/08/03 10:22:21 adam Exp $ +# $NetBSD: Makefile,v 1.93 2017/01/01 14:44:07 wiz Exp $ DISTNAME= gnome-mag-0.16.3 PKGREVISION= 22 @@ -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= 34 35 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 1ad01557b77..201f48bb1c6 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.188 2016/12/04 05:17:14 ryoon Exp $ +# $NetBSD: Makefile,v 1.189 2017/01/01 14:44:07 wiz Exp $ DISTNAME= gnome-panel-2.32.1 PKGREVISION= 51 @@ -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= 34 35 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 b83a6981513..73219170331 100644 --- a/x11/gnome-terminal/Makefile +++ b/x11/gnome-terminal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 2016/08/03 10:23:34 adam Exp $ +# $NetBSD: Makefile,v 1.72 2017/01/01 14:44:07 wiz Exp $ DISTNAME= gnome-terminal-2.32.1 PKGREVISION= 28 @@ -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= 34 35 # not yet ported as of 2.32.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 9effaf09919..ad4309ea074 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.281 2016/09/13 13:45:52 prlw1 Exp $ +# $NetBSD: Makefile,v 1.282 2017/01/01 14:44:07 wiz Exp $ DISTNAME= gtk+-2.24.31 PKGNAME= ${DISTNAME:S/gtk/gtk2/} @@ -79,7 +79,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= 34 35 # not yet ported as of 2.24.22 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 acc947038a2..c7fa9ab7e01 100644 --- a/x11/kde-workspace4/Makefile +++ b/x11/kde-workspace4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2016/10/07 18:25:36 adam Exp $ +# $NetBSD: Makefile,v 1.58 2017/01/01 14:44:08 wiz Exp $ DISTNAME= kde-workspace-4.11.22 PKGNAME= ${DISTNAME:S/-4/4-4/} @@ -7,7 +7,7 @@ CATEGORIES= x11 COMMENT= Base workspace for the KDE 4 integrated X11 desktop MASTER_SITES= ${MASTER_SITE_KDE:=applications/15.08.0/src/} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 4.11.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 ec60c0dc75e..eb48e4519c7 100644 --- a/x11/libdesktop-agnostic/Makefile +++ b/x11/libdesktop-agnostic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2016/08/03 10:22:23 adam Exp $ +# $NetBSD: Makefile,v 1.30 2017/01/01 14:44:08 wiz Exp $ DISTNAME= libdesktop-agnostic-0.3.92 PKGREVISION= 20 @@ -19,7 +19,7 @@ CONFIGURE_ARGS= --config-backends=keyfile,gconf \ --desktop-entry-backends=glib PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.3.92 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.3.92 EGDIR= ${PREFIX}/share/examples/libdesktop-agnostic PKG_SYSCONFSUBDIR= xdg diff --git a/x11/mozo/Makefile b/x11/mozo/Makefile index bdeeb54351a..5f527d6bb1c 100644 --- a/x11/mozo/Makefile +++ b/x11/mozo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/07/09 13:04:17 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/01/01 14:44:08 wiz Exp $ .include "../../meta-pkgs/mate/Makefile.common" @@ -8,7 +8,7 @@ CATEGORIES= x11 COMMENT= Menu editor for MATE DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.13.0:../../x11/py-gtk2 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 PY_PATCHPLIST= yes diff --git a/x11/py-Pmw/Makefile b/x11/py-Pmw/Makefile index 432d7be1f29..ca54526961e 100644 --- a/x11/py-Pmw/Makefile +++ b/x11/py-Pmw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2016/07/09 13:04:17 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2017/01/01 14:44:08 wiz 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= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .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 44a53c1af81..bcac3931173 100644 --- a/x11/py-gnome2-desktop/Makefile +++ b/x11/py-gnome2-desktop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.102 2016/12/04 05:17:45 ryoon Exp $ +# $NetBSD: Makefile,v 1.103 2017/01/01 14:44:08 wiz 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= 34 35 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 edd3614551c..b8e0058dd6b 100644 --- a/x11/py-gnome2-extras/Makefile +++ b/x11/py-gnome2-extras/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2016/08/03 10:22:24 adam Exp $ +# $NetBSD: Makefile,v 1.79 2017/01/01 14:44:08 wiz 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= 34 35 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 39e2b5893d3..0dd8004dcb8 100644 --- a/x11/py-gnome2/Makefile +++ b/x11/py-gnome2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.108 2016/08/03 10:22:24 adam Exp $ +# $NetBSD: Makefile,v 1.109 2017/01/01 14:44:08 wiz 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= 34 35 # py-ORBit, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit, py-gtk2 BUILDLINK_TRANSFORM.SunOS+= rm:-std=c9x diff --git a/x11/py-gtk2/Makefile b/x11/py-gtk2/Makefile index 4726f894623..a0f8b7c8715 100644 --- a/x11/py-gtk2/Makefile +++ b/x11/py-gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.105 2016/08/26 17:14:57 joerg Exp $ +# $NetBSD: Makefile,v 1.106 2017/01/01 14:44:08 wiz Exp $ DISTNAME= pygtk-2.24.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pygtk/gtk2/} @@ -25,7 +25,7 @@ USE_TOOLS+= gmake pkg-config PY_PATCHPLIST= YES PYTHON_VERSIONED_DEPENDENCIES= cairo:link -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 2.24.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 dd326b7c7d0..eee5b6fd342 100644 --- a/x11/py-gtksourceview/Makefile +++ b/x11/py-gtksourceview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2016/08/03 10:23:37 adam Exp $ +# $NetBSD: Makefile,v 1.40 2017/01/01 14:44:08 wiz 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= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 .include "../../lang/python/extension.mk" diff --git a/x11/py-keybinder/Makefile b/x11/py-keybinder/Makefile index 2273ed3d46f..a246ed4c4b9 100644 --- a/x11/py-keybinder/Makefile +++ b/x11/py-keybinder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/08/03 10:22:24 adam Exp $ +# $NetBSD: Makefile,v 1.5 2017/01/01 14:44:08 wiz Exp $ PKGREVISION= 1 .include "../../x11/keybinder/Makefile.common" @@ -14,7 +14,7 @@ CONFIGURE_ARGS+= --disable-lua CONFIGURE_ARGS+= --enable-python PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 INSTALL_DIRS= python-keybinder diff --git a/x11/py-kiwi/Makefile b/x11/py-kiwi/Makefile index 11aab3cfa88..b317f04c919 100644 --- a/x11/py-kiwi/Makefile +++ b/x11/py-kiwi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2016/08/03 10:23:37 adam Exp $ +# $NetBSD: Makefile,v 1.40 2017/01/01 14:44:08 wiz 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= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 dc5067207dc..04b64789d3c 100644 --- a/x11/py-qwt-qt4/Makefile +++ b/x11/py-qwt-qt4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2016/08/28 15:48:37 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2017/01/01 14:44:08 wiz Exp $ DISTNAME= PyQwt-5.2.0 PKGNAME= ${PYPKGPREFIX}-qwt-qt4-${DISTNAME:S/PyQwt-//} @@ -20,7 +20,7 @@ BUILD_DIRS= configure PLIST_SUBST+= PYSITELIB=${PYSITELIB} PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-Numeric +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 6050edaa54c..eac4d851e2c 100644 --- a/x11/py-terminator/Makefile +++ b/x11/py-terminator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2016/08/03 10:23:37 adam Exp $ +# $NetBSD: Makefile,v 1.9 2017/01/01 14:44:09 wiz Exp $ DISTNAME= terminator-0.98 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= https://launchpad.net/terminator COMMENT= Terminator, multiple terminals in one window LICENSE= gnu-gpl-v2 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.98 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 5ca46ca2352..2002c51e38c 100644 --- a/x11/py-vte/Makefile +++ b/x11/py-vte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2016/08/03 10:22:24 adam Exp $ +# $NetBSD: Makefile,v 1.27 2017/01/01 14:44:09 wiz 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= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 BUILD_DIRS= python diff --git a/x11/py-wxWidgets/Makefile b/x11/py-wxWidgets/Makefile index bc39070984f..b5d86543028 100644 --- a/x11/py-wxWidgets/Makefile +++ b/x11/py-wxWidgets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2016/08/03 10:22:24 adam Exp $ +# $NetBSD: Makefile,v 1.65 2017/01/01 14:44:09 wiz 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= 34 35 # not yet ported as of 2.8.10.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 f44fdac23c4..a5f5a2c16a8 100644 --- a/x11/rox-session/Makefile +++ b/x11/rox-session/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2016/08/03 10:23:38 adam Exp $ +# $NetBSD: Makefile,v 1.48 2017/01/01 14:44:09 wiz Exp $ DISTNAME= rox-session-0.28 PKGREVISION= 29 @@ -18,7 +18,7 @@ DIST_SUBDIR= rox NO_BUILD= yes REPLACE_PYTHON= AppRun tests/testutils.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 INSTALLATION_DIRS= share/rox/ROX-Session diff --git a/x11/tint2/Makefile b/x11/tint2/Makefile index cde3f267b3a..6dd45705b08 100644 --- a/x11/tint2/Makefile +++ b/x11/tint2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2016/08/03 10:23:38 adam Exp $ +# $NetBSD: Makefile,v 1.39 2017/01/01 14:44:09 wiz Exp $ DISTNAME= tint2-0.11 PKGREVISION= 25 @@ -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= 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 # XXX: why not use normal CMAKE_ARGS infrastructure? CMAKE_OPTS+= -DCMAKE_INSTALL_PREFIX=${PREFIX} |