summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-09-02 13:19:35 +0000
committeradam <adam@pkgsrc.org>2019-09-02 13:19:35 +0000
commit77e07989540405e14ae0f3af5dc2d76d75532797 (patch)
tree698d3960598fa1d41f5a80411323ce184dbefe95 /audio
parentf192c1899e81d80dcbf1d6471f89cfd621b11e84 (diff)
downloadpkgsrc-77e07989540405e14ae0f3af5dc2d76d75532797.tar.gz
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8
Diffstat (limited to 'audio')
-rw-r--r--audio/ardour/Makefile4
-rw-r--r--audio/csound6-manual/Makefile4
-rw-r--r--audio/csound6/Makefile4
-rw-r--r--audio/eyeD3/Makefile4
-rw-r--r--audio/moss/Makefile4
-rw-r--r--audio/picard/Makefile4
-rw-r--r--audio/py-ao/Makefile4
-rw-r--r--audio/py-cddb/Makefile4
-rw-r--r--audio/py-daap/Makefile4
-rw-r--r--audio/py-id3/Makefile4
-rw-r--r--audio/py-id3lib/Makefile4
-rw-r--r--audio/py-karaoke/Makefile4
-rw-r--r--audio/py-libmtag/Makefile4
-rw-r--r--audio/py-mad/Makefile4
-rw-r--r--audio/py-musicbrainz/Makefile4
-rw-r--r--audio/py-musique/Makefile4
-rw-r--r--audio/py-ogg/Makefile4
-rw-r--r--audio/py-vorbis/Makefile4
-rw-r--r--audio/quodlibet2/Makefile4
-rw-r--r--audio/solfege/Makefile4
-rw-r--r--audio/sonata/Makefile4
-rw-r--r--audio/streamtuner/options.mk4
-rw-r--r--audio/tunapie/Makefile4
23 files changed, 46 insertions, 46 deletions
diff --git a/audio/ardour/Makefile b/audio/ardour/Makefile
index 99956b6a42a..f176e73f322 100644
--- a/audio/ardour/Makefile
+++ b/audio/ardour/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2019/08/22 12:22:48 ryoon Exp $
+# $NetBSD: Makefile,v 1.29 2019/09/02 13:20:06 adam Exp $
DISTNAME= ardour-4.7
PKGREVISION= 23
@@ -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= 36 37 # as of 4.4
+PYTHON_VERSIONS_ACCEPTED= 27 # as of 4.4
.include "../../mk/bsd.prefs.mk"
diff --git a/audio/csound6-manual/Makefile b/audio/csound6-manual/Makefile
index 27c5dc54ff9..6064c2eb629 100644
--- a/audio/csound6-manual/Makefile
+++ b/audio/csound6-manual/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2019/04/26 13:13:41 maya Exp $
+# $NetBSD: Makefile,v 1.12 2019/09/02 13:20:07 adam Exp $
DISTNAME= manual_src
PKGNAME= csound6-manual-${CSOUND_VERSION}
@@ -32,7 +32,7 @@ SUBST_FILES.python= Makefile
SUBST_STAGE.python= pre-build
SUBST_MESSAGE.python= Fixing path to python.
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # as of 6.02
+PYTHON_VERSIONS_ACCEPTED= 27 # 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 c8cae7dfabf..0d156969494 100644
--- a/audio/csound6/Makefile
+++ b/audio/csound6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2019/08/22 12:22:49 ryoon Exp $
+# $NetBSD: Makefile,v 1.37 2019/09/02 13:20:06 adam Exp $
DISTNAME= Csound${CSOUND_VERSION}
PKGNAME= csound6-${CSOUND_VERSION}
@@ -25,7 +25,7 @@ LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/csound6
# Has long files our tar doesn't understand.
EXTRACT_USING= bsdtar
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 5.01
+PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 5.01
INSTALLATION_DIRS= bin
diff --git a/audio/eyeD3/Makefile b/audio/eyeD3/Makefile
index c8354c6b480..f111e9ebbbb 100644
--- a/audio/eyeD3/Makefile
+++ b/audio/eyeD3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2019/04/26 14:12:31 maya Exp $
+# $NetBSD: Makefile,v 1.12 2019/09/02 13:20:05 adam Exp $
DISTNAME= eyeD3-0.7.11
PKGREVISION= 1
@@ -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= 36 37 # not yet ported as of 0.7.11
+PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.7.11
REPLACE_SH+= bin/eyeD3
SUBST_CLASSES+= python
diff --git a/audio/moss/Makefile b/audio/moss/Makefile
index ab99ec84a57..0ce428b59d1 100644
--- a/audio/moss/Makefile
+++ b/audio/moss/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2019/04/26 13:13:41 maya Exp $
+# $NetBSD: Makefile,v 1.33 2019/09/02 13:20:05 adam Exp $
DISTNAME= moss-0.1.13
PKGREVISION= 7
@@ -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= 36 37 # py-ogg, py-vorbis
+PYTHON_VERSIONS_ACCEPTED= 27 # py-ogg, py-vorbis
REPLACE_PYTHON= ${WRKSRC}/*.py
diff --git a/audio/picard/Makefile b/audio/picard/Makefile
index e5a90951564..9fbee12d147 100644
--- a/audio/picard/Makefile
+++ b/audio/picard/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2019/04/26 14:12:31 maya Exp $
+# $NetBSD: Makefile,v 1.40 2019/09/02 13:20:05 adam Exp $
DISTNAME= picard-1.3.2
PKGREVISION= 5
@@ -18,7 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-mutagen>=1.20:../../audio/py-mutagen
USE_LANGUAGES= c c++
USE_TOOLS+= msgfmt pkg-config
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.3.1
+PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.3.1
HAS_CONFIGURE= yes
CONFIG_SHELL= ${PYTHONBIN}
diff --git a/audio/py-ao/Makefile b/audio/py-ao/Makefile
index 31d8f0b85d1..14f23eceac9 100644
--- a/audio/py-ao/Makefile
+++ b/audio/py-ao/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2019/04/26 14:12:32 maya Exp $
+# $NetBSD: Makefile,v 1.22 2019/09/02 13:20:05 adam Exp $
DISTNAME= pyao-0.82
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -18,7 +18,7 @@ CONFIGURE_ARGS+= --prefix ${PREFIX}
CONFLICTS= ${PYPKGPREFIX}-pyao-[0-9]*
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.82
+PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.82
.include "../../audio/libao/buildlink3.mk"
.include "../../lang/python/distutils.mk"
diff --git a/audio/py-cddb/Makefile b/audio/py-cddb/Makefile
index cc06691e3b9..c11f1a9b4e8 100644
--- a/audio/py-cddb/Makefile
+++ b/audio/py-cddb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2019/04/26 14:12:32 maya Exp $
+# $NetBSD: Makefile,v 1.26 2019/09/02 13:20:06 adam Exp $
DISTNAME= CDDB-1.4
PKGNAME= ${PYPKGPREFIX}-cddb-1.4
@@ -11,7 +11,7 @@ HOMEPAGE= http://cddb-py.sourceforge.net/
COMMENT= Python module to access the CDDB online database
LICENSE= gnu-gpl-v2
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.4
+PYTHON_VERSIONS_ACCEPTED= 27 # 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 6bf391008c2..6eb39617639 100644
--- a/audio/py-daap/Makefile
+++ b/audio/py-daap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2019/04/26 14:12:32 maya Exp $
+# $NetBSD: Makefile,v 1.18 2019/09/02 13:20:07 adam Exp $
DISTNAME= PythonDaap-0.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PythonD/d/}
@@ -11,7 +11,7 @@ HOMEPAGE= https://movieos.org/code/pythondaap/
COMMENT= Python binding for DAAP
LICENSE= gnu-lgpl-v2.1
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.7
+PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.7
CONFLICTS= ${PYPKGPREFIX}-PythonDaap-[0-9]*
.include "../../lang/python/distutils.mk"
diff --git a/audio/py-id3/Makefile b/audio/py-id3/Makefile
index 6a9500e131c..d72fcefb89b 100644
--- a/audio/py-id3/Makefile
+++ b/audio/py-id3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2019/04/26 13:13:42 maya Exp $
+# $NetBSD: Makefile,v 1.11 2019/09/02 13:20:07 adam Exp $
DISTNAME= id3-py_1.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py_//}
@@ -16,7 +16,7 @@ USE_LANGUAGES= # empty
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
EGG_NAME= ${DISTNAME:S/py_//:tu}
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37
+PYTHON_VERSIONS_ACCEPTED= 27
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/audio/py-id3lib/Makefile b/audio/py-id3lib/Makefile
index bbffea146bb..e6fbdd33e5a 100644
--- a/audio/py-id3lib/Makefile
+++ b/audio/py-id3lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2019/04/26 14:12:32 maya Exp $
+# $NetBSD: Makefile,v 1.14 2019/09/02 13:20:08 adam Exp $
DISTNAME= pyid3lib-0.5.1
PKGNAME= ${PYPKGPREFIX}-id3lib-0.5.1
@@ -14,7 +14,7 @@ LICENSE= gnu-lgpl-v2.1
USE_LANGUAGES= c c++
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.5.1
+PYTHON_VERSIONS_ACCEPTED= 27 # 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 668a22379ac..5d244b381cf 100644
--- a/audio/py-karaoke/Makefile
+++ b/audio/py-karaoke/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2019/04/26 13:13:42 maya Exp $
+# $NetBSD: Makefile,v 1.36 2019/09/02 13:20:07 adam Exp $
DISTNAME= pykaraoke-0.7.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -18,7 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.6:../../x11/py-wxWidgets
DEPENDS+= ${PYPKGPREFIX}-mutagen-[0-9]*:../../audio/py-mutagen
DEPENDS+= ${PYPKGPREFIX}-Numeric-[0-9]*:../../math/py-Numeric
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-Numeric, py-wxWidgets
+PYTHON_VERSIONS_ACCEPTED= 27 # 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 0c6327b5793..aaef05b9068 100644
--- a/audio/py-libmtag/Makefile
+++ b/audio/py-libmtag/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2019/04/26 14:12:32 maya Exp $
+# $NetBSD: Makefile,v 1.15 2019/09/02 13:20:07 adam Exp $
DISTNAME= libmtag-python-0.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python//}
@@ -13,7 +13,7 @@ USE_TOOLS+= pkg-config
EGG_NAME= MTag-0.0.0
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.3.1
+PYTHON_VERSIONS_ACCEPTED= 27 # 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 21371b62bd7..05bae364744 100644
--- a/audio/py-mad/Makefile
+++ b/audio/py-mad/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2019/04/26 14:12:32 maya Exp $
+# $NetBSD: Makefile,v 1.23 2019/09/02 13:20:06 adam Exp $
DISTNAME= pymad-0.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -16,7 +16,7 @@ CONFIG_SHELL= ${PYTHONBIN}
CONFIGURE_SCRIPT= config_unix.py
CONFIGURE_ARGS+= --prefix ${PREFIX}
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.6
+PYTHON_VERSIONS_ACCEPTED= 27 # 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 5257f5444c5..3daf2402370 100644
--- a/audio/py-musicbrainz/Makefile
+++ b/audio/py-musicbrainz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2019/04/26 13:13:43 maya Exp $
+# $NetBSD: Makefile,v 1.21 2019/09/02 13:20:06 adam Exp $
DISTNAME= python-musicbrainz2-0.4.1
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/}
@@ -14,7 +14,7 @@ LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
PYTHON_SELF_CONFLICT= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37
+PYTHON_VERSIONS_ACCEPTED= 27
.include "../../audio/libdiscid/buildlink3.mk"
.include "../../lang/python/distutils.mk"
diff --git a/audio/py-musique/Makefile b/audio/py-musique/Makefile
index 10c3d6f433a..fe48f02486a 100644
--- a/audio/py-musique/Makefile
+++ b/audio/py-musique/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2019/07/21 22:24:27 wiz Exp $
+# $NetBSD: Makefile,v 1.63 2019/09/02 13:20:06 adam Exp $
DISTNAME= pymusique-0.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -23,7 +23,7 @@ DEPENDS+= ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-mcrypt, py-gtk2
+PYTHON_VERSIONS_ACCEPTED= 27 # 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 e5bcec9cb13..176d26c20ae 100644
--- a/audio/py-ogg/Makefile
+++ b/audio/py-ogg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2019/04/26 14:12:32 maya Exp $
+# $NetBSD: Makefile,v 1.21 2019/09/02 13:20:07 adam Exp $
DISTNAME= pyogg-1.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -16,7 +16,7 @@ CONFIG_SHELL= ${PYTHONBIN}
CONFIGURE_SCRIPT= config_unix.py
CONFIGURE_ARGS+= --prefix ${PREFIX}
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.3
+PYTHON_VERSIONS_ACCEPTED= 27 # 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 660970490bd..01587155e71 100644
--- a/audio/py-vorbis/Makefile
+++ b/audio/py-vorbis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2019/04/26 14:12:32 maya Exp $
+# $NetBSD: Makefile,v 1.22 2019/09/02 13:20:07 adam 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= 36 37 # py-ogg, and itself not ported as of 1.3
+PYTHON_VERSIONS_ACCEPTED= 27 # 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 01a1f1d4efe..28956f9db1c 100644
--- a/audio/quodlibet2/Makefile
+++ b/audio/quodlibet2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2019/07/21 22:24:28 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2019/09/02 13:20:07 adam Exp $
DISTNAME= quodlibet-2.6.3
PKGREVISION= 20
@@ -20,7 +20,7 @@ USE_PKGLOCALEDIR= yes
#BUILD_TARGET= _trayicon.so _mmkeys.so
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2, py-gstreamer0.10
+PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2, py-gstreamer0.10
REPLACE_PYTHON= exfalso.py quodlibet.py operon.py
.include "../../devel/py-gobject/buildlink3.mk"
diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile
index f3492b65b71..92df2b62761 100644
--- a/audio/solfege/Makefile
+++ b/audio/solfege/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2019/07/21 22:24:28 wiz Exp $
+# $NetBSD: Makefile,v 1.71 2019/09/02 13:20:06 adam Exp $
DISTNAME= solfege-3.22.2
PKGREVISION= 1
@@ -28,7 +28,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= 36 37 # py-gtk2
+PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2
SUBST_CLASSES+= sound
SUBST_STAGE.sound= do-configure
diff --git a/audio/sonata/Makefile b/audio/sonata/Makefile
index c08be304ba9..5943c607cc1 100644
--- a/audio/sonata/Makefile
+++ b/audio/sonata/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2019/07/21 22:24:28 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2019/09/02 13:20:06 adam Exp $
EGG_NAME= Sonata-1.6.2.1
DISTNAME= ${EGG_NAME:tl}
@@ -15,7 +15,7 @@ LICENSE= gnu-gpl-v3
DEPENDS+= ${PYPKGPREFIX}-SOAPpy-[0-9]*:../../net/py-soappy
DEPENDS+= ${PYPKGPREFIX}-mpd-[0-9]*:../../audio/py-mpd
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-xml via py-soappy, py-gtk2
+PYTHON_VERSIONS_ACCEPTED= 27 # 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 cdd1b2b8207..ff3541da376 100644
--- a/audio/streamtuner/options.mk
+++ b/audio/streamtuner/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2019/04/26 13:13:43 maya Exp $
+# $NetBSD: options.mk,v 1.10 2019/09/02 13:20:07 adam Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.streamtuner
@@ -28,7 +28,7 @@ CONFIGURE_ARGS+= --disable-xiph
.if !empty(PKG_OPTIONS:Mpython)
PLIST.python= yes
CONFIGURE_ARGS+= --enable-python
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2
+PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2
. include "../../x11/py-gtk2/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-python
diff --git a/audio/tunapie/Makefile b/audio/tunapie/Makefile
index 4afdf45af6f..48dfef25580 100644
--- a/audio/tunapie/Makefile
+++ b/audio/tunapie/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2019/04/26 13:13:43 maya Exp $
+# $NetBSD: Makefile,v 1.25 2019/09/02 13:20:06 adam Exp $
DISTNAME= tunapie-2.1.18
PKGREVISION= 2
@@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.6:../../x11/py-wxWidgets
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-wxWidgets
+PYTHON_VERSIONS_ACCEPTED= 27 # py-wxWidgets
USE_LANGUAGES= # none