summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/ardour/Makefile4
-rw-r--r--audio/aubio/Makefile4
-rw-r--r--audio/csound5/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-acoustid/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-discogs_client/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
27 files changed, 54 insertions, 54 deletions
diff --git a/audio/ardour/Makefile b/audio/ardour/Makefile
index f07e84b4057..84c6c7a948c 100644
--- a/audio/ardour/Makefile
+++ b/audio/ardour/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2018/04/29 21:31:25 adam Exp $
+# $NetBSD: Makefile,v 1.16 2018/07/03 05:03:01 adam Exp $
DISTNAME= ardour-4.7
PKGREVISION= 12
@@ -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 36 35 # as of 4.4
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # as of 4.4
.include "../../mk/bsd.prefs.mk"
diff --git a/audio/aubio/Makefile b/audio/aubio/Makefile
index 078d5ac97a9..5712b0e46b2 100644
--- a/audio/aubio/Makefile
+++ b/audio/aubio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/08/01 14:58:51 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2018/07/03 05:03:01 adam Exp $
DISTNAME= aubio-0.3.2
PKGREVISION= 2
@@ -19,7 +19,7 @@ PKGCONFIG_OVERRIDE+= aubio.pc.in
# Python related variables:
PY_PATCHPLIST= yes
REPLACE_PYTHON= python/aubiocut python/aubiopitch
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.3.2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 40c45f0ca42..edccdb73c8a 100644
--- a/audio/csound5/Makefile
+++ b/audio/csound5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2017/08/01 14:58:52 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2018/07/03 05:03:01 adam Exp $
DISTNAME= Csound${CSOUND_VERSION}
PKGNAME= csound5-${CSOUND_VERSION}
@@ -27,7 +27,7 @@ SCONS_ARGS+= buildInterfaces=0
# Has long files our tar doesn't understand.
EXTRACT_USING= gtar
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 5.01
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 5.01
INSTALLATION_DIRS= bin
diff --git a/audio/csound6-manual/Makefile b/audio/csound6-manual/Makefile
index d312689f887..8f3896b9e65 100644
--- a/audio/csound6-manual/Makefile
+++ b/audio/csound6-manual/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2017/01/01 14:43:22 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2018/07/03 05:03:01 adam 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 36 # as of 6.02
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 0bac91f03ab..63e2eecf869 100644
--- a/audio/csound6/Makefile
+++ b/audio/csound6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2018/04/29 21:31:26 adam Exp $
+# $NetBSD: Makefile,v 1.27 2018/07/03 05:03:01 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= 34 35 36 # not yet ported as of 5.01
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 5.01
INSTALLATION_DIRS= bin
diff --git a/audio/eyeD3/Makefile b/audio/eyeD3/Makefile
index 757e1573755..ece6ea4a7c8 100644
--- a/audio/eyeD3/Makefile
+++ b/audio/eyeD3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2017/03/14 19:17:21 adam Exp $
+# $NetBSD: Makefile,v 1.8 2018/07/03 05:03:01 adam Exp $
DISTNAME= eyeD3-0.7.11
CATEGORIES= audio
@@ -10,7 +10,7 @@ COMMENT= Python tool for working with audio files (in particular, mp3)
LICENSE= gnu-gpl-v2
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.7.11
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 2cdd67fb9ed..405880063fe 100644
--- a/audio/moss/Makefile
+++ b/audio/moss/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2017/01/01 14:43:22 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2018/07/03 05:03:02 adam 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 36 # py-ogg, py-vorbis
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-ogg, py-vorbis
REPLACE_PYTHON= ${WRKSRC}/*.py
diff --git a/audio/picard/Makefile b/audio/picard/Makefile
index 981ccde36df..09ab7006aab 100644
--- a/audio/picard/Makefile
+++ b/audio/picard/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2018/03/12 11:16:04 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2018/07/03 05:03:02 adam Exp $
DISTNAME= picard-1.3.2
PKGREVISION= 4
@@ -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 36 # not yet ported as of 1.3.1
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 60d3803ecdd..80e1f38e3c1 100644
--- a/audio/py-acoustid/Makefile
+++ b/audio/py-acoustid/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:23 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2018/07/03 05:03:02 adam Exp $
DISTNAME= v1.0.0
PKGNAME= ${PYPKGPREFIX}-acoustid-1.0.0
@@ -17,7 +17,7 @@ DEPENDS+= chromaprint-[0-9]*:../../audio/chromaprint
WRKSRC= ${WRKDIR}/pyacoustid-1.0.0
USE_LANGUAGES= # none
EGG_NAME= pyacoustid-1.0.0
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.0.0
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 b4bc7778fb5..60e3270c51d 100644
--- a/audio/py-ao/Makefile
+++ b/audio/py-ao/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:23 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2018/07/03 05:03:02 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= 34 35 36 # not yet ported as of 0.82
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 12d5af54fac..d9e36782ede 100644
--- a/audio/py-cddb/Makefile
+++ b/audio/py-cddb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2017/01/01 14:43:23 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2018/07/03 05:03:02 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= 34 35 36 # not yet ported as of 1.4
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 e008a7e723c..2c8443fc70a 100644
--- a/audio/py-daap/Makefile
+++ b/audio/py-daap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2017/09/04 18:08:18 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2018/07/03 05:03:02 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= 34 35 36 # not yet ported as of 0.7
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 b00980e31fc..82282025616 100644
--- a/audio/py-discogs_client/Makefile
+++ b/audio/py-discogs_client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:23 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2018/07/03 05:03:02 adam Exp $
DISTNAME= v1.1.1
PKGNAME= ${PYPKGPREFIX}-discogs_client-1.1.1
@@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/discogs_client-1.1.1
USE_LANGUAGES= # none
EGG_NAME= discogs_client-1.1.1
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/audio/py-id3/Makefile b/audio/py-id3/Makefile
index a1928d9c2af..4cce0717aa2 100644
--- a/audio/py-id3/Makefile
+++ b/audio/py-id3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2017/01/01 14:43:23 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2018/07/03 05:03:02 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= 34 35 36
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/audio/py-id3lib/Makefile b/audio/py-id3lib/Makefile
index ffd9758f261..738a2eeba86 100644
--- a/audio/py-id3lib/Makefile
+++ b/audio/py-id3lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:23 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2018/07/03 05:03:02 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= 34 35 36 # not yet ported as of 0.5.1
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 aacaf0540a3..75c231fcce7 100644
--- a/audio/py-karaoke/Makefile
+++ b/audio/py-karaoke/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2017/01/01 14:43:23 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2018/07/03 05:03:02 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= 34 35 36 # py-Numeric, py-wxWidgets
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 f1cb95b2442..c55bbf479c0 100644
--- a/audio/py-libmtag/Makefile
+++ b/audio/py-libmtag/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2017/08/16 21:22:11 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2018/07/03 05:03:02 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= 34 35 36 # not yet ported as of 0.3.1
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 7937f68222e..ed81ff7017f 100644
--- a/audio/py-mad/Makefile
+++ b/audio/py-mad/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2017/01/01 14:43:23 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2018/07/03 05:03:03 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= 34 35 36 # not yet ported as of 0.6
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 5d87c42da0f..782f521342f 100644
--- a/audio/py-musicbrainz/Makefile
+++ b/audio/py-musicbrainz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:23 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2018/07/03 05:03:03 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= 34 35 36
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37
.include "../../audio/libdiscid/buildlink3.mk"
.include "../../lang/python/distutils.mk"
diff --git a/audio/py-musique/Makefile b/audio/py-musique/Makefile
index 4e0e0497560..74c3c8abb8e 100644
--- a/audio/py-musique/Makefile
+++ b/audio/py-musique/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2018/04/16 14:34:08 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2018/07/03 05:03:03 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= 34 35 36 # py-mcrypt, py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 19d53a17405..aaa22573770 100644
--- a/audio/py-ogg/Makefile
+++ b/audio/py-ogg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2017/01/01 14:43:24 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2018/07/03 05:03:03 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= 34 35 36 # not yet ported as of 1.3
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 7c48a00972a..03b9bffeb21 100644
--- a/audio/py-vorbis/Makefile
+++ b/audio/py-vorbis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:24 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2018/07/03 05:03:03 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= 34 35 36 # py-ogg, and itself not ported as of 1.3
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 cce3e42946e..d48ffa891e6 100644
--- a/audio/quodlibet2/Makefile
+++ b/audio/quodlibet2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2018/04/16 14:34:08 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2018/07/03 05:03:03 adam Exp $
DISTNAME= quodlibet-2.6.3
PKGREVISION= 15
@@ -20,7 +20,7 @@ USE_PKGLOCALEDIR= yes
#BUILD_TARGET= _trayicon.so _mmkeys.so
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2, py-gstreamer0.10
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 07eff4f87e0..359758cb7d8 100644
--- a/audio/solfege/Makefile
+++ b/audio/solfege/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2018/04/16 14:34:09 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2018/07/03 05:03:03 adam Exp $
DISTNAME= solfege-3.14.1
PKGREVISION= 29
@@ -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 36 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2
SUBST_CLASSES+= sound
SUBST_STAGE.sound= do-configure
diff --git a/audio/sonata/Makefile b/audio/sonata/Makefile
index ea8223ff060..878b89c9f08 100644
--- a/audio/sonata/Makefile
+++ b/audio/sonata/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2018/04/16 14:34:09 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2018/07/03 05:03:03 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= 34 35 36 # py-xml via py-soappy, py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 2a27e558a64..d72bedee752 100644
--- a/audio/streamtuner/options.mk
+++ b/audio/streamtuner/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2017/01/01 14:43:24 wiz Exp $
+# $NetBSD: options.mk,v 1.8 2018/07/03 05:03:03 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= 34 35 36 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2
. include "../../x11/py-gtk2/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-python
diff --git a/audio/tunapie/Makefile b/audio/tunapie/Makefile
index b0992ac5f55..dcd2fa7669b 100644
--- a/audio/tunapie/Makefile
+++ b/audio/tunapie/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2017/01/01 14:43:24 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2018/07/03 05:03:03 adam Exp $
DISTNAME= tunapie-2.1.18
PKGREVISION= 1
@@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.6:../../x11/py-wxWidgets
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-wxWidgets
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-wxWidgets
USE_LANGUAGES= # none