From 2a6fbaaed045ab06cd7684382f4693bf0f996d55 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 1 Jan 2017 14:43:22 +0000 Subject: Add python-3.6 to incompatible versions. --- audio/ardour/Makefile | 4 ++-- audio/aubio/Makefile | 4 ++-- audio/csound5/Makefile | 4 ++-- audio/csound6-manual/Makefile | 4 ++-- audio/csound6/Makefile | 4 ++-- audio/exaile/Makefile | 4 ++-- audio/eyeD3/Makefile | 4 ++-- audio/moss/Makefile | 4 ++-- audio/mutagen-tools/Makefile | 4 ++-- audio/picard/Makefile | 4 ++-- audio/py-acoustid/Makefile | 4 ++-- audio/py-ao/Makefile | 4 ++-- audio/py-beets/Makefile | 4 ++-- audio/py-cddb/Makefile | 4 ++-- audio/py-daap/Makefile | 4 ++-- audio/py-discogs_client/Makefile | 4 ++-- audio/py-id3/Makefile | 4 ++-- audio/py-id3lib/Makefile | 4 ++-- audio/py-karaoke/Makefile | 4 ++-- audio/py-libmtag/Makefile | 4 ++-- audio/py-mad/Makefile | 4 ++-- audio/py-musicbrainz/Makefile | 4 ++-- audio/py-musique/Makefile | 4 ++-- audio/py-ogg/Makefile | 4 ++-- audio/py-vorbis/Makefile | 4 ++-- audio/quodlibet2/Makefile | 4 ++-- audio/rhythmbox/Makefile | 4 ++-- audio/solfege/Makefile | 4 ++-- audio/sonata/Makefile | 4 ++-- audio/streamtuner/options.mk | 4 ++-- audio/tunapie/Makefile | 4 ++-- 31 files changed, 62 insertions(+), 62 deletions(-) (limited to 'audio') 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 -- cgit v1.2.3