diff options
495 files changed, 994 insertions, 996 deletions
diff --git a/archivers/py-czipfile/Makefile b/archivers/py-czipfile/Makefile index 9d18a48c536..db5e391f72a 100644 --- a/archivers/py-czipfile/Makefile +++ b/archivers/py-czipfile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2017/09/03 08:53:04 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2018/07/03 05:03:01 adam Exp $ DISTNAME= czipfile-1.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= https://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 36 # for 2.x only +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 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 diff --git a/benchmarks/glmark2/Makefile b/benchmarks/glmark2/Makefile index 245c01a8ba1..5cd52b6e3bd 100644 --- a/benchmarks/glmark2/Makefile +++ b/benchmarks/glmark2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2018/06/02 13:16:42 prlw1 Exp $ +# $NetBSD: Makefile,v 1.12 2018/07/03 05:03:03 adam Exp $ DISTNAME= glmark2-2017.07 CATEGORIES= benchmarks @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v3 AND modified-bsd USE_LANGUAGES= c c++11 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 USE_TOOLS+= pkg-config diff --git a/biology/py-mol/Makefile b/biology/py-mol/Makefile index 2463085ce9e..e77a1835e69 100644 --- a/biology/py-mol/Makefile +++ b/biology/py-mol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2017/01/01 14:43:24 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2018/07/03 05:03:03 adam Exp $ DISTNAME= pymol-v1.5.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pymol-v/mol-/} @@ -15,7 +15,7 @@ COMMENT= Molecular Visualization System DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy PYTHON_VERSIONED_DEPENDENCIES= Pmw -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.5.0.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.5.0.1 WRKSRC= ${WRKDIR}/pymol diff --git a/cad/py-gdscad/Makefile b/cad/py-gdscad/Makefile index e8c4963ca81..ce8539d8613 100644 --- a/cad/py-gdscad/Makefile +++ b/cad/py-gdscad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2018/03/30 14:49:51 mef Exp $ +# $NetBSD: Makefile,v 1.4 2018/07/03 05:03:04 adam Exp $ DISTNAME= gdsCAD-0.4.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Package for creating, reading, and manipulating GDSII layout files LICENSE= gnu-gpl-v3 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # PYSETUPBUILDTARGET= install .include "../../lang/python/egg.mk" diff --git a/chat/empathy/Makefile b/chat/empathy/Makefile index 6dbf78e0cab..942195cc7f7 100644 --- a/chat/empathy/Makefile +++ b/chat/empathy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.94 2018/04/17 22:29:35 wiz Exp $ +# $NetBSD: Makefile,v 1.95 2018/07/03 05:03:04 adam Exp $ DISTNAME= empathy-2.34.0 PKGREVISION= 62 @@ -10,7 +10,7 @@ HOMEPAGE= http://live.gnome.org/Empathy COMMENT= Gnome instant messenger client LICENSE= gnu-gpl-v2 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 GNU_CONFIGURE= yes USE_TOOLS+= gawk gmake gsed intltool msgfmt pkg-config diff --git a/chat/gajim/Makefile b/chat/gajim/Makefile index 7cce07efb25..8d92bd235ff 100644 --- a/chat/gajim/Makefile +++ b/chat/gajim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2018/04/16 14:34:12 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2018/07/03 05:03:04 adam Exp $ DISTNAME= gajim-0.15 PKGREVISION= 18 @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v3 DEPENDS= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat DEPENDS= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2 .include "options.mk" diff --git a/chat/gajim/options.mk b/chat/gajim/options.mk index 759c6ed91ad..b719bccda03 100644 --- a/chat/gajim/options.mk +++ b/chat/gajim/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.9 2017/04/08 18:08:53 riastradh Exp $ +# $NetBSD: options.mk,v 1.10 2018/07/03 05:03:04 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gajim PKG_SUPPORTED_OPTIONS= avahi dbus 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 36 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-ORBit via py-gnome2 .endif # gnome-keyring diff --git a/chat/libtelepathy/Makefile b/chat/libtelepathy/Makefile index 80252585a0a..d7814e95a9f 100644 --- a/chat/libtelepathy/Makefile +++ b/chat/libtelepathy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2017/08/16 20:21:05 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2018/07/03 05:03:04 adam Exp $ DISTNAME= libtelepathy-0.3.3 PKGREVISION= 9 @@ -18,7 +18,7 @@ USE_TOOLS+= gmake pkg-config PKGCONFIG_OVERRIDE+= libtelepathy.pc.in -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.3.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 7313fe14734..47928cb0e1c 100644 --- a/chat/py-xmpppy/Makefile +++ b/chat/py-xmpppy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2017/01/01 14:43:25 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2018/07/03 05:03:04 adam 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 36 # not yet ported as of 0.5.0rc1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 adf55786775..7365a8c5ec0 100644 --- a/chat/spectrum/Makefile +++ b/chat/spectrum/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2018/04/17 22:29:35 wiz Exp $ +# $NetBSD: Makefile,v 1.69 2018/07/03 05:03:04 adam Exp $ DISTNAME= spectrum-1.4.8 PKGREVISION= 45 @@ -20,7 +20,7 @@ USE_LANGUAGES= c++ c REPLACE_PYTHON+= spectrumctl/spectrumctl.py PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-xmpppy +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 750a64df80c..d6aa9e5d973 100644 --- a/chat/telepathy-farsight/Makefile +++ b/chat/telepathy-farsight/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2018/04/16 14:34:14 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2018/07/03 05:03:04 adam Exp $ DISTNAME= telepathy-farsight-0.0.19 PKGREVISION= 5 @@ -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 36 # py-gtk2, py-gstreamer0.10 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2, py-gstreamer0.10 .include "../../lang/python/extension.mk" diff --git a/chat/telepathy-gabble/Makefile b/chat/telepathy-gabble/Makefile index 8d147508f7d..7f5c9e0d338 100644 --- a/chat/telepathy-gabble/Makefile +++ b/chat/telepathy-gabble/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2018/04/17 22:29:35 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2018/07/03 05:03:04 adam Exp $ DISTNAME= telepathy-gabble-0.18.3 PKGREVISION= 10 @@ -18,7 +18,7 @@ USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config CONFIGURE_ENV+= UUID_CFLAGS=" " UUID_LIBS=" " -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.11.10 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 1c5892abac2..ec64fa1e02b 100644 --- a/chat/telepathy-glib/Makefile +++ b/chat/telepathy-glib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2018/04/17 04:25:31 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2018/07/03 05:03:04 adam Exp $ DISTNAME= telepathy-glib-0.24.1 PKGREVISION= 8 @@ -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 36 # not yet ported as of 0.24.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 baac81da872..c0f8bda8046 100644 --- a/chat/telepathy-haze/Makefile +++ b/chat/telepathy-haze/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/09/04 18:08:18 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2018/07/03 05:03:04 adam 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 36 # as of 0.8.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 09a19737f0d..ecd662b6c97 100644 --- a/chat/telepathy-idle/Makefile +++ b/chat/telepathy-idle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2017/08/16 20:21:06 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2018/07/03 05:03:04 adam 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 36 # not yet ported as of 0.1.8 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 4cc21bb2523..ed4807d7c8f 100644 --- a/chat/telepathy-logger/Makefile +++ b/chat/telepathy-logger/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2018/04/14 07:33:52 adam Exp $ +# $NetBSD: Makefile,v 1.44 2018/07/03 05:03:05 adam Exp $ DISTNAME= telepathy-logger-0.2.7 PKGREVISION= 22 @@ -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 36 # not yet ported as of 0.2.7 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 5ac72d9563e..6819a5b1aae 100644 --- a/chat/telepathy-mission-control5/Makefile +++ b/chat/telepathy-mission-control5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2017/09/04 18:00:51 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2018/07/03 05:03:05 adam Exp $ DISTNAME= telepathy-mission-control-5.7.9 PKGNAME= telepathy-mission-control5-5.7.9 @@ -19,7 +19,7 @@ PKGCONFIG_OVERRIDE+= mission-control-plugins.pc.in #PKGCONFIG_OVERRIDE+= libmcclient.pc.in #PKGCONFIG_OVERRIDE+= mission-control.pc.in -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 5.7.9 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 9afbba8272c..9036433e1de 100644 --- a/chat/telepathy-qt/Makefile +++ b/chat/telepathy-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2018/03/12 11:16:11 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2018/07/03 05:03:05 adam Exp $ DISTNAME= telepathy-qt-0.9.6.1 PKGREVISION= 2 @@ -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 36 # not yet ported as of 0.24.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 881e371f0df..5f4c2a3cda1 100644 --- a/chat/xchat-python/Makefile +++ b/chat/xchat-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2017/01/01 14:43:26 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2018/07/03 05:03:05 adam Exp $ .include "../../chat/xchat/Makefile.common" @@ -28,7 +28,7 @@ SUBST_FILES.libutil= configure SUBST_SED.libutil= -e 's/ -lutil//g' .endif -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.8.8 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 b2170e77835..19928ffef1e 100644 --- a/comms/multisync-gui/Makefile +++ b/comms/multisync-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2018/04/16 14:34:15 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2018/07/03 05:03:05 adam Exp $ DISTNAME= multisync-gui-0.91.0 PKGREVISION= 44 @@ -13,7 +13,7 @@ USE_TOOLS+= pkg-config HAS_CONFIGURE= yes REPLACE_PYTHON= waf -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.91.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.91.0 LDFLAGS.DragonFly= -lgthread-2.0 LDFLAGS.SunOS+= -lgthread-2.0 diff --git a/converters/py-jpCodecs/Makefile b/converters/py-jpCodecs/Makefile index 641a046a1c0..146d8910e00 100644 --- a/converters/py-jpCodecs/Makefile +++ b/converters/py-jpCodecs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2017/01/19 18:52:04 agc Exp $ +# $NetBSD: Makefile,v 1.23 2018/07/03 05:03:05 adam Exp $ DISTNAME= JapaneseCodecs-1.4.11 PKGNAME= ${PYPKGPREFIX}-jpCodecs-1.4.11 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.asahi-net.or.jp/~rd6t-kjym/python/ COMMENT= Python Unicode codecs for Japanese charsets -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/converters/py-yenc/Makefile b/converters/py-yenc/Makefile index f9ace584a6e..1011360d229 100644 --- a/converters/py-yenc/Makefile +++ b/converters/py-yenc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2017/01/01 14:43:26 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2018/07/03 05:03:05 adam 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 36 # as of 0.4.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 1820483a667..29191b7a97f 100644 --- a/converters/py-zbase32/Makefile +++ b/converters/py-zbase32/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2017/09/04 18:08:19 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2018/07/03 05:03:05 adam Exp $ DISTNAME= zbase32-1.1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ REPLACE.python.old= /usr/bin/env python REPLACE.python.new= ${PYTHONBIN} REPLACE_FILES.python= zbase32/zbase32.py zbase32/test/test_zbase32.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.1.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 1dd6afac3e3..ccca9f4961c 100644 --- a/converters/py-zfec/Makefile +++ b/converters/py-zfec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2017/09/04 18:08:19 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2018/07/03 05:03:05 adam Exp $ DISTNAME= zfec-1.4.24 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -25,7 +25,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 36 # py-darcsver +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-darcsver .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/converters/py-zhCodecs/Makefile b/converters/py-zhCodecs/Makefile index 05cc727cbf4..c6a38564228 100644 --- a/converters/py-zhCodecs/Makefile +++ b/converters/py-zhCodecs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2017/09/04 18:08:19 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2018/07/03 05:03:05 adam Exp $ DISTNAME= ChineseCodecs1.2.0 PKGNAME= ${PYPKGPREFIX}-zhCodecs-1.2.0 @@ -14,7 +14,7 @@ COMMENT= Python Unicode codecs for Chinese charsets WRKSRC= ${WRKDIR}/${DISTNAME}/Python PYDISTUTILSPKG= # defined -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 post-extract: @${CHMOD} 711 ${WRKSRC}/chinesetw diff --git a/databases/gourmet/Makefile b/databases/gourmet/Makefile index 5db1a5ccf50..da0b48b1607 100644 --- a/databases/gourmet/Makefile +++ b/databases/gourmet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2018/04/16 14:34:16 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2018/07/03 05:03:05 adam Exp $ DISTNAME= gourmet-0.8.5.14 PKGREVISION= 36 @@ -10,7 +10,7 @@ HOMEPAGE= http://grecipe-manager.sourceforge.net/ COMMENT= Recipe database USE_PKGLOCALEDIR= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-metakit, py-imaging, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 ff9bdd73a81..1c2d9270844 100644 --- a/databases/gramps3/Makefile +++ b/databases/gramps3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2018/04/16 14:34:17 wiz Exp $ +# $NetBSD: Makefile,v 1.66 2018/07/03 05:03:05 adam Exp $ DISTNAME= gramps-3.4.4 PKGREVISION= 11 @@ -16,7 +16,7 @@ USE_TOOLS+= msgfmt pkg-config intltool msgconv USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 ec1d6087ef7..93f54fc00c6 100644 --- a/databases/gramps3/options.mk +++ b/databases/gramps3/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.7 2017/01/01 14:43:26 wiz Exp $ +# $NetBSD: options.mk,v 1.8 2018/07/03 05:03:05 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gramps3 PKG_SUPPORTED_OPTIONS= graphviz enchant freefont @@ -7,7 +7,7 @@ PKG_SUPPORTED_OPTIONS= graphviz enchant freefont .if !empty(PKG_OPTIONS:Menchant) DEPENDS+= ${PYPKGPREFIX}-enchant-[0-9]*:../../textproc/py-enchant -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-ORBit via py-gnome2 .include "../../x11/py-gnome2-extras/buildlink3.mk" .endif diff --git a/databases/luma/Makefile b/databases/luma/Makefile index c91bd53e5bb..5ba3af7663f 100644 --- a/databases/luma/Makefile +++ b/databases/luma/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2017/10/24 04:45:18 adam Exp $ +# $NetBSD: Makefile,v 1.44 2018/07/03 05:03:06 adam Exp $ DISTNAME= luma-3.0.7 CATEGORIES= databases @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-ldap-[0-9]*:../../databases/py-ldap REPLACE_PYTHON= luma/luma.py INSTALLATION_DIRS= ${PKGMANDIR}/man1 ${PYSITELIB}/luma/plugins/browser -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ldap +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-ldap SUBST_CLASSES+= luma SUBST_STAGE.luma= pre-configure diff --git a/databases/mongodb/Makefile b/databases/mongodb/Makefile index a771b291736..f471d1e596a 100644 --- a/databases/mongodb/Makefile +++ b/databases/mongodb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2018/04/29 21:31:30 adam Exp $ +# $NetBSD: Makefile,v 1.28 2018/07/03 05:03:06 adam Exp $ DISTNAME= mongodb-src-r3.4.4 PKGNAME= ${DISTNAME:S/src-r//:S/-rc/rc/} @@ -29,7 +29,7 @@ SCONS_ARGS+= --use-system-zlib SCONS_ARGS+= --js-engine=mozjs SCONS_ARGS+= --release -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet supported as of 3.0.4 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 72e22de2a2a..3c6021ca5f0 100644 --- a/databases/py-PgSQL/Makefile +++ b/databases/py-PgSQL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2017/01/01 14:43:27 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2018/07/03 05:03:06 adam Exp $ DISTNAME= pyPgSQL-2.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -11,7 +11,7 @@ HOMEPAGE= http://pypgsql.sourceforge.net/ COMMENT= Python DB-API 2.0 compliant interface to PostgreSQL WRKSRC= ${WRKDIR}/pypgsql -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-mxDateTime +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-mxDateTime .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" diff --git a/databases/py-asyncpg/Makefile b/databases/py-asyncpg/Makefile index b97a054ed9d..775b49f0e46 100644 --- a/databases/py-asyncpg/Makefile +++ b/databases/py-asyncpg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2018/06/12 10:30:39 adam Exp $ +# $NetBSD: Makefile,v 1.6 2018/07/03 05:03:06 adam Exp $ DISTNAME= asyncpg-0.16.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= apache-2.0 TEST_DEPENDS+= ${PYPKGPREFIX}-flake8>=3.5.0:../../devel/py-flake8 TEST_DEPENDS+= ${PYPKGPREFIX}-uvloop>=0.8.0:../../devel/py-uvloop -PYTHON_VERSIONS_ACCEPTED= 36 35 +PYTHON_VERSIONS_ACCEPTED= 37 36 35 # Testing requires postgresql-contrib diff --git a/databases/py-carbon/Makefile b/databases/py-carbon/Makefile index 14732340319..26c2977315b 100644 --- a/databases/py-carbon/Makefile +++ b/databases/py-carbon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/09/03 08:53:06 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2018/07/03 05:03:06 adam 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 36 # py-whisper +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-whisper .include "../../mk/bsd.prefs.mk" .include "options.mk" diff --git a/databases/py-carbon/options.mk b/databases/py-carbon/options.mk index 307375c148c..e86e6ae045c 100644 --- a/databases/py-carbon/options.mk +++ b/databases/py-carbon/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2017/01/01 14:43:27 wiz Exp $ +# $NetBSD: options.mk,v 1.4 2018/07/03 05:03:06 adam 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 36 # py-ldap +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-ldap .endif ### @@ -26,5 +26,5 @@ PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ldap ### .if !empty(PKG_OPTIONS:Mmemcached) DEPENDS+= ${PYPKGPREFIX}-memcached-[0-9]*:../../devel/py-memcached -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-memcached +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-memcached .endif diff --git a/databases/py-cassa/Makefile b/databases/py-cassa/Makefile index 56a14822a98..41617c08255 100644 --- a/databases/py-cassa/Makefile +++ b/databases/py-cassa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2017/04/19 11:24:37 jperkin Exp $ +# $NetBSD: Makefile,v 1.13 2018/07/03 05:03:06 adam Exp $ DISTNAME= pycassa-0.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} @@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/pycassa/pycassa COMMENT= Python client library for Cassandra PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/py-cdb/Makefile b/databases/py-cdb/Makefile index 84b06ec0568..b642baacaef 100644 --- a/databases/py-cdb/Makefile +++ b/databases/py-cdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:27 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2018/07/03 05:03:06 adam Exp $ DISTNAME= python-cdb-0.35 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} @@ -10,7 +10,7 @@ HOMEPAGE= http://pilcrow.madison.wi.us/ COMMENT= Python extension module for cdb LICENSE= gnu-gpl-v2 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 0c9b2637495..d5173889b25 100644 --- a/databases/py-ckanclient/Makefile +++ b/databases/py-ckanclient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2017/09/03 08:53:06 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2018/07/03 05:03:06 adam Exp $ DISTNAME= ckanclient-0.10 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= mit USE_LANGUAGES= # none REPLACE_PYTHON= ckanclient/datastore.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.10 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 22c2dfa01f1..83b251f201e 100644 --- a/databases/py-couchdb/Makefile +++ b/databases/py-couchdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2017/09/03 09:22:57 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2018/07/03 05:03:06 adam 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 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 USE_LANGUAGES= # none diff --git a/databases/py-datapkg/Makefile b/databases/py-datapkg/Makefile index 53cc5e7dd7b..d2cc45c3ec3 100644 --- a/databases/py-datapkg/Makefile +++ b/databases/py-datapkg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2017/07/22 07:08:50 adam Exp $ +# $NetBSD: Makefile,v 1.16 2018/07/03 05:03:06 adam Exp $ DISTNAME= datapkg-0.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-ckanclient>=0.3:../../databases/py-ckanclient CONFLICTS= datapkg-[0-9]* -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ckanclient +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 adef3dc6bbf..763ceb25277 100644 --- a/databases/py-elixir/Makefile +++ b/databases/py-elixir/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2017/09/04 18:00:51 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2018/07/03 05:03:06 adam Exp $ DISTNAME= Elixir-0.7.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-crypto-[0-9]*:../../security/py-crypto USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-sqlite2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-sqlite2 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/py-metakit/Makefile b/databases/py-metakit/Makefile index 96f02b61313..0f8e279e0ca 100644 --- a/databases/py-metakit/Makefile +++ b/databases/py-metakit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2017/01/01 14:43:27 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2018/07/03 05:03:06 adam Exp $ DISTNAME= metakit-2.4.9.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -22,7 +22,7 @@ BUILD_TARGET= python INSTALL_TARGET= install-python MAKE_ENV+= PYINC=${LOCALBASE}/${PYINC} PYSITELIB=${LOCALBASE}/${PYSITELIB} PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.4.9.7 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 80890a52330..ee6e1ccc4a5 100644 --- a/databases/py-mssql/Makefile +++ b/databases/py-mssql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2018/04/17 22:29:36 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2018/07/03 05:03:07 adam Exp $ DISTNAME= pymssql-1.0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -19,7 +19,7 @@ SUBST_FILTER_CMD.crlf= ${TR} -d '\r' BUILDLINK_API_DEPENDS.freetds+= freetds>=0.63 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.0.2; v2 might be better. +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 e037e52cf8d..99dfae71574 100644 --- a/databases/py-mysqldb/Makefile +++ b/databases/py-mysqldb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2017/01/01 14:43:28 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2018/07/03 05:03:07 adam Exp $ DISTNAME= MySQL-python-1.2.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/MySQL-python/mysqldb/} @@ -11,7 +11,7 @@ HOMEPAGE= https://github.com/farcepest/MySQLdb1/ COMMENT= MySQL interface for Python LICENSE= gnu-gpl-v2 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.2.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.2.5 USE_LANGUAGES= c diff --git a/databases/py-sqlite/Makefile b/databases/py-sqlite/Makefile index cc2e007d2e5..f2968b51b48 100644 --- a/databases/py-sqlite/Makefile +++ b/databases/py-sqlite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2017/01/01 14:43:28 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2018/07/03 05:03:07 adam Exp $ DISTNAME= pysqlite-1.0.1 PKGNAME= ${PYPKGPREFIX}-sqlite-1.0.1 @@ -12,7 +12,7 @@ COMMENT= SQLite database adapter for Python WRKSRC= ${WRKDIR}/pysqlite -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-mxDateTime +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 4c4dc22dcdd..a7a6e838c6b 100644 --- a/databases/py-sqlite2/Makefile +++ b/databases/py-sqlite2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2018/04/14 07:34:14 adam Exp $ +# $NetBSD: Makefile,v 1.51 2018/07/03 05:03:07 adam Exp $ DISTNAME= pysqlite-2.8.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pysqlite/sqlite2/} @@ -11,7 +11,7 @@ HOMEPAGE= http://github.com/ghaering/pysqlite/ COMMENT= SQLite database adapter for Python LICENSE= mit -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.6.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 764778dcd63..91719099226 100644 --- a/databases/py-sybase/Makefile +++ b/databases/py-sybase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2018/04/17 22:29:36 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2018/07/03 05:03:07 adam Exp $ DISTNAME= sybase-0.36 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -22,7 +22,7 @@ SUBST_MESSAGE.sybase= Fixing runtime_library_dirs. SUBST_FILES.sybase= setup.py SUBST_SED.sybase= -e "s|\\(runtime_library_dirs = \\)None|\\1['${SYBASE}/lib']|" -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 a9c10df41e1..fa6e311746e 100644 --- a/databases/py-table/Makefile +++ b/databases/py-table/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2017/01/01 14:43:28 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2018/07/03 05:03:07 adam Exp $ DISTNAME= pytable-0.8.3a PKGNAME= ${PYPKGPREFIX}-table-0.8.3a @@ -13,7 +13,7 @@ COMMENT= Python RDBMS wrapper for various databases DEPENDS+= ${PYPKGPREFIX}-basicproperty-[0-9]*:../../lang/py-basicproperty # py-basicproperty isn't compatible to 3.x -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 USE_LANGUAGES= # none diff --git a/databases/py-tokyocabinet/Makefile b/databases/py-tokyocabinet/Makefile index 5c14f1b648a..4bbf1585c2a 100644 --- a/databases/py-tokyocabinet/Makefile +++ b/databases/py-tokyocabinet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2017/09/04 18:55:07 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2018/07/03 05:03:07 adam Exp $ VERSION= 0.5 DISTNAME= tokyocabinet-${VERSION} @@ -11,7 +11,7 @@ HOMEPAGE= https://pypi.python.org/pypi/tokyocabinet/ COMMENT= Python wrapper to tokyocabinet database LICENSE= mit -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 626275514b7..5aabd6e3068 100644 --- a/databases/py-whisper/Makefile +++ b/databases/py-whisper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2017/02/14 10:22:54 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2018/07/03 05:03:07 adam Exp $ DISTNAME= whisper-0.9.15 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= apache-2.0 USE_LANGUAGES= # none -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/databases/skytools/Makefile b/databases/skytools/Makefile index 8bfc35f9604..6f8164a9539 100644 --- a/databases/skytools/Makefile +++ b/databases/skytools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2017/01/01 14:43:28 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2018/07/03 05:03:07 adam 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 36 # not yet ported as of 3.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 3f232e24bde..cde2e669b21 100644 --- a/databases/tdb/Makefile +++ b/databases/tdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2017/01/01 14:43:28 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2018/07/03 05:03:07 adam Exp $ DISTNAME= tdb-1.3.8 CATEGORIES= databases @@ -24,7 +24,7 @@ PKGCONFIG_OVERRIDE= tdb.pc.in PYTHON_FOR_BUILD_ONLY= yes REPLACE_PYTHON+= buildtools/bin/waf -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.2.12 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.2.12 USE_GCC_RUNTIME= yes diff --git a/devel/ExmanIDE/Makefile b/devel/ExmanIDE/Makefile index cc2df88cabf..94e3183f9fc 100644 --- a/devel/ExmanIDE/Makefile +++ b/devel/ExmanIDE/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2017/01/01 14:43:29 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2018/07/03 05:03:07 adam Exp $ DISTNAME= ExmanIDE-0.9.4 PKGREVISION= 7 @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/${PKGBASE} NO_CONFIGURE= yes NO_BUILD= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-wxWidgets SUBST_CLASSES+= mod SUBST_MESSAGE.mod= Fixing deprecated module names. diff --git a/devel/RBTools/Makefile b/devel/RBTools/Makefile index 3ebc067595a..4eff51b9f20 100644 --- a/devel/RBTools/Makefile +++ b/devel/RBTools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2017/09/04 18:08:20 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2018/07/03 05:03:08 adam 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 36 # not yet ported as of 0.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 614e9bba044..38235e5e78b 100644 --- a/devel/accerciser/Makefile +++ b/devel/accerciser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2017/07/30 22:47:49 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2018/07/03 05:03:08 adam Exp $ DISTNAME= accerciser-1.12.1 PKGREVISION= 3 @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.8:../../x11/py-gtk2 DEPENDS+= ${PYPKGPREFIX}-at-spi>=1.23.4:../../devel/py-at-spi DEPENDS+= ${PYPKGPREFIX}-ipython<0.11:../../devel/py-ipython010 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit via py-gnome2, py-ipython, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 b83aa2bbb63..9dd0c9cf774 100644 --- a/devel/boa-constructor/Makefile +++ b/devel/boa-constructor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2018/04/16 14:34:18 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2018/07/03 05:03:08 adam Exp $ VERSION= 0.6.1 DISTNAME= boa-constructor-${VERSION}.src @@ -24,7 +24,7 @@ SEDSUBSTS= -e "s|@PYTHONBIN@|${PYTHONBIN}|" SEDSUBSTS+= -e "s|@PREFIX@|${PREFIX}|" SEDSUBSTS+= -e "s|@VERSION@|${VERSION}|" -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-wxWidgets REPLACE_PYTHON+= Boa.py REPLACE_PYTHON+= Examples/advanced/FramePanels/wxApp1.py diff --git a/devel/bugs-everywhere/Makefile b/devel/bugs-everywhere/Makefile index d201825cfab..bf706266603 100644 --- a/devel/bugs-everywhere/Makefile +++ b/devel/bugs-everywhere/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:29 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2018/07/03 05:03:08 adam 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 36 # not ported yet as of 1.1.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 0a68c863961..01c723516bd 100644 --- a/devel/bzr-explorer/Makefile +++ b/devel/bzr-explorer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:29 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2018/07/03 05:03:08 adam Exp $ DISTNAME= bzr-explorer-${VER} PKGREVISION= 2 @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-qt4>=4.4:../../x11/py-qt4 USE_TOOLS+= msgfmt -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # qbzr +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # qbzr EGG_NAME= ${DISTNAME:S/bzr-//} diff --git a/devel/bzr-gtk/Makefile b/devel/bzr-gtk/Makefile index b88f770ab8d..31f75e64f30 100644 --- a/devel/bzr-gtk/Makefile +++ b/devel/bzr-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2017/12/03 00:12:04 joerg Exp $ +# $NetBSD: Makefile,v 1.25 2018/07/03 05:03:08 adam Exp $ DISTNAME= bzr-gtk-${VER} PKGREVISION= 1 @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.8:../../x11/py-gtk2 DEPENDS+= ${PYPKGPREFIX}-cairo-[0-9]*:../../graphics/py-cairo PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 6a8618b051f..255b9ab339a 100644 --- a/devel/bzr-svn/Makefile +++ b/devel/bzr-svn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2018/02/11 15:38:51 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2018/07/03 05:03:08 adam Exp $ DISTNAME= bzr-svn-${VER} CATEGORIES= devel scm @@ -25,7 +25,7 @@ USE_LANGUAGES= #none #TEST_DEPENDS+= ${PYPKGPREFIX}-paramiko-[0-9]*:../../security/py-paramiko #TEST_TARGET= check-verbose -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-subvertpy +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-subvertpy .include "../../devel/bzr/plugin.mk" .include "../../lang/python/application.mk" diff --git a/devel/bzrtools/Makefile b/devel/bzrtools/Makefile index 64c36af16a2..19e19995b97 100644 --- a/devel/bzrtools/Makefile +++ b/devel/bzrtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2017/01/01 14:43:29 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2018/07/03 05:03:08 adam Exp $ PKGNAME= bzrtools-${VER} DISTNAME= bzrtools-${VER:R} @@ -12,7 +12,7 @@ COMMENT= Collection of plugins for Bazaar LICENSE= gnu-gpl-v2 REPLACE_PYTHON= check-release.py test.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.5.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 2.5.0 WRKSRC= ${WRKDIR}/bzrtools diff --git a/devel/codeville/Makefile b/devel/codeville/Makefile index 14412c034b6..010861a88ea 100644 --- a/devel/codeville/Makefile +++ b/devel/codeville/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2017/01/01 14:43:30 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2018/07/03 05:03:08 adam Exp $ DISTNAME= Codeville-0.8.0 PKGNAME= codeville-0.8.0 @@ -13,7 +13,7 @@ LICENSE= modified-bsd REPLACE_PYTHON= *.py REPLACE_PYTHON+= */*.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.8.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 a326c5c84ad..8d01f64a6aa 100644 --- a/devel/cvs2svn/Makefile +++ b/devel/cvs2svn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2017/01/01 14:43:30 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2018/07/03 05:03:08 adam Exp $ DISTNAME= cvs2svn-2.3.0 PKGREVISION= 2 @@ -16,7 +16,7 @@ CONFLICTS+= py*-subversion<1.0.1 PYDISTUTILSPKG= yes REPLACE_PYTHON= run-tests.py cvs2svn_rcsparse/run-tests.py \ cvs2svn_rcsparse/parse_rcs_file.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.3.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 bafcc359c45..64bed69a9c3 100644 --- a/devel/diffuse/Makefile +++ b/devel/diffuse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2017/01/01 14:43:30 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2018/07/03 05:03:08 adam 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 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2 USE_TOOLS+= msgfmt USE_LANGUAGES= # none diff --git a/devel/distcc-pump/Makefile b/devel/distcc-pump/Makefile index b4f2eb55f63..4323ee66e4d 100644 --- a/devel/distcc-pump/Makefile +++ b/devel/distcc-pump/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2017/01/01 14:43:30 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2018/07/03 05:03:08 adam Exp $ PKGNAME= ${DISTNAME:S/-/-pump-/:S/rc1//} COMMENT= Accelerated remote compilation with distcc @@ -6,7 +6,7 @@ COMMENT= Accelerated remote compilation with distcc .include "../../devel/distcc/Makefile.common" PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 3.1 # check patch-ae for build and install targets BUILD_TARGET= pump include-server diff --git a/devel/epydoc/Makefile b/devel/epydoc/Makefile index a8c902fc734..d6b056dff2a 100644 --- a/devel/epydoc/Makefile +++ b/devel/epydoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2017/07/23 20:10:02 adam Exp $ +# $NetBSD: Makefile,v 1.24 2018/07/03 05:03:09 adam Exp $ DISTNAME= epydoc-3.0.1 CATEGORIES= devel python @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk USE_LANGUAGES= #none USE_TOOLS+= pax -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 3.0.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 3.0.1 INSTALLATION_DIRS= ${PKGMANDIR}/man1 share/doc/epydoc diff --git a/devel/eric4/Makefile b/devel/eric4/Makefile index d3312e1e609..3ec876bb13f 100644 --- a/devel/eric4/Makefile +++ b/devel/eric4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2018/03/12 11:16:16 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2018/07/03 05:03:09 adam Exp $ VERS= 4.5.24 DISTNAME= eric4-${VERS} @@ -15,7 +15,7 @@ NO_BUILD= yes EXTRACT_USING= bsdtar PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 4.5.18 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 5d0aa3d3122..b2488902a77 100644 --- a/devel/gdb/options.mk +++ b/devel/gdb/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2017/01/01 14:43:30 wiz Exp $ +# $NetBSD: options.mk,v 1.5 2018/07/03 05:03:09 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gdb PKG_SUPPORTED_OPTIONS= python @@ -8,6 +8,6 @@ PKG_SUGGESTED_OPTIONS= python .if !empty(PKG_OPTIONS:Mpython) CONFIGURE_ARGS+= --with-python=${PYTHONBIN} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 .include "../../lang/python/application.mk" .endif diff --git a/devel/gdb7/options.mk b/devel/gdb7/options.mk index 0f2f3e4cbec..f62ce7541a6 100644 --- a/devel/gdb7/options.mk +++ b/devel/gdb7/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2017/06/05 10:41:28 maya Exp $ +# $NetBSD: options.mk,v 1.2 2018/07/03 05:03:09 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gdb PKG_SUPPORTED_OPTIONS= python @@ -8,6 +8,6 @@ PKG_SUGGESTED_OPTIONS= python .if !empty(PKG_OPTIONS:Mpython) CONFIGURE_ARGS+= --with-python=${PYTHONBIN} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 .include "../../lang/python/application.mk" .endif diff --git a/devel/gnatpython/Makefile b/devel/gnatpython/Makefile index ad98e526cc0..60ad4164006 100644 --- a/devel/gnatpython/Makefile +++ b/devel/gnatpython/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2018/04/02 09:30:06 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2018/07/03 05:03:09 adam Exp $ DISTNAME= gnatpython-${SNAPSHOT} PKGREVISION= 2 @@ -14,7 +14,7 @@ SNAPSHOT= 20110912 EGG_NAME= gnatpython-1.2 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 20110912 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 7e6da34cab7..eb7cd9c1cc8 100644 --- a/devel/gps/options.mk +++ b/devel/gps/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.11 2017/01/01 14:43:30 wiz Exp $ +# $NetBSD: options.mk,v 1.12 2018/07/03 05:03:09 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gps PKG_SUPPORTED_OPTIONS= syslog sqlite readline python pgsql @@ -60,7 +60,7 @@ CONFIGURE_ARGS+= --without-python --disable-pygtk --disable-pygobject .else MY_CONFIGURE_ENV+= PYTHON=${PYTHONBIN} CONFIGURE_ARGS+= --with-python=${PREFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 adaf3ef3645..ce427dc51db 100644 --- a/devel/gyp/Makefile +++ b/devel/gyp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2017/01/11 14:47:51 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2018/07/03 05:03:09 adam Exp $ GIT_VERSION= 20161117.940a15ee3f1c89f193cb4c19373b3f6e9ad15b95 DIST_VERSION= 0.1 @@ -12,7 +12,7 @@ HOMEPAGE= https://gyp.gsrc.io/ COMMENT= GYP can Generate Your Projects LICENSE= modified-bsd -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.1pre20161117.940a15ee3f1c89f193cb4c19373b3f6e9ad15b95 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.1pre20161117.940a15ee3f1c89f193cb4c19373b3f6e9ad15b95 EGG_NAME= gyp-${DIST_VERSION} WRKSRC= ${WRKDIR}/gyp diff --git a/devel/ko-po-check/Makefile b/devel/ko-po-check/Makefile index 48c8e70bc35..0d44f949f74 100644 --- a/devel/ko-po-check/Makefile +++ b/devel/ko-po-check/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2017/01/01 14:43:31 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2018/07/03 05:03:09 adam Exp $ DISTNAME= ko-po-check-0.8 PKGREVISION= 3 @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} REPLACE_PYTHON= scripts/ko-po-check.in -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.8 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 41114c08583..7616a51c08d 100644 --- a/devel/lettuce/Makefile +++ b/devel/lettuce/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:31 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2018/07/03 05:03:09 adam Exp $ DISTNAME= lettuce-0.2.18 CATEGORIES= devel @@ -10,7 +10,7 @@ COMMENT= Behaviour-driven development test tool LICENSE= gnu-gpl-v3 REPLACE_PYTHON= lettuce/bin.py lettuce/plugins/autopdb.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.2.18 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 54ed8237f30..d11eaf5a49d 100644 --- a/devel/libappindicator/Makefile +++ b/devel/libappindicator/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2018/04/16 14:33:47 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2018/07/03 05:03:09 adam Exp $ USE_GTK_VERSION= 2 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2 PKGREVISION= 5 .include "Makefile.common" diff --git a/devel/libappindicator3/Makefile b/devel/libappindicator3/Makefile index c6ba977d914..3b06891d056 100644 --- a/devel/libappindicator3/Makefile +++ b/devel/libappindicator3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2018/04/16 14:33:47 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2018/07/03 05:03:09 adam Exp $ USE_GTK_VERSION= 3 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2 PKGREVISION= 6 .include "../../devel/libappindicator/Makefile.common" diff --git a/devel/libftdi1/Makefile b/devel/libftdi1/Makefile index a434d3183e5..1b54ca1022d 100644 --- a/devel/libftdi1/Makefile +++ b/devel/libftdi1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2018/04/29 21:31:33 adam Exp $ +# $NetBSD: Makefile,v 1.25 2018/07/03 05:03:10 adam Exp $ DISTNAME= libftdi1-1.1 PKGREVISION= 10 @@ -17,7 +17,7 @@ USE_CMAKE= yes USE_TOOLS+= pkg-config cmake USE_LANGUAGES= c c++ -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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/py-InlineEgg/Makefile b/devel/py-InlineEgg/Makefile index 14c7c13cfaa..bf5a2888488 100644 --- a/devel/py-InlineEgg/Makefile +++ b/devel/py-InlineEgg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2017/09/04 18:00:52 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2018/07/03 05:03:10 adam Exp $ DISTNAME= InlineEgg-1.08 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,7 +17,7 @@ REPLACE_PYTHON= examples/example1.py examples/example2.py \ xored_shell_client.py PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.08 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 402e3d2c78b..a88b34d99b5 100644 --- a/devel/py-Optik/Makefile +++ b/devel/py-Optik/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2017/01/01 14:43:31 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2018/07/03 05:03:10 adam Exp $ DISTNAME= optik-1.5.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/optik/Optik/} @@ -13,7 +13,7 @@ LICENSE= modified-bsd USE_LANGUAGES= #none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 do-test: cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} test/test_optik.py diff --git a/devel/py-async_generator/Makefile b/devel/py-async_generator/Makefile index a939e5afecb..3eaf8924f01 100644 --- a/devel/py-async_generator/Makefile +++ b/devel/py-async_generator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2018/02/05 16:22:42 adam Exp $ +# $NetBSD: Makefile,v 1.2 2018/07/03 05:03:10 adam Exp $ DISTNAME= async_generator-1.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= mit USE_LANGUAGES= # none -PYTHON_VERSIONS_ACCEPTED= 36 35 +PYTHON_VERSIONS_ACCEPTED= 37 36 35 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-at-spi/Makefile b/devel/py-at-spi/Makefile index 7fc52dbae9f..867d7bf2a9c 100644 --- a/devel/py-at-spi/Makefile +++ b/devel/py-at-spi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2017/07/30 22:47:50 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2018/07/03 05:03:10 adam Exp $ DISTNAME= at-spi-1.32.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -20,7 +20,7 @@ USE_LANGUAGES= #none NO_BUILD= yes PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit, py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-ORBit, py-gnome2 PYATSPIDIR= ${PREFIX}/${PYSITELIB}/pyatspi INSTALLATION_DIRS= ${PYATSPIDIR} diff --git a/devel/py-checker/Makefile b/devel/py-checker/Makefile index 706ea4cda9c..f04257fb5dc 100644 --- a/devel/py-checker/Makefile +++ b/devel/py-checker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2017/01/03 13:23:01 jperkin Exp $ +# $NetBSD: Makefile,v 1.25 2018/07/03 05:03:10 adam 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 36 # not yet ported as of 0.8.19 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.8.19 post-install: ${MV} ${DESTDIR}${PREFIX}/bin/pychecker ${DESTDIR}${PREFIX}/bin/pychecker${PYVERSSUFFIX} || ${TRUE} diff --git a/devel/py-cheetah/Makefile b/devel/py-cheetah/Makefile index 62e838dedfc..428aeb6d207 100644 --- a/devel/py-cheetah/Makefile +++ b/devel/py-cheetah/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2017/01/01 14:43:32 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2018/07/03 05:03:10 adam Exp $ DISTNAME= Cheetah-2.4.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-markdown>=2.0.1:../../textproc/py-markdown USE_LANGUAGES= c -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.4.4 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 19fbc8ed459..2e32fcd181d 100644 --- a/devel/py-compizconfig/Makefile +++ b/devel/py-compizconfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2018/04/16 14:34:21 wiz Exp $ +# $NetBSD: Makefile,v 1.64 2018/07/03 05:03:10 adam Exp $ PKGVER= 0.8.4 DISTNAME= compizconfig-python-${PKGVER} @@ -19,7 +19,7 @@ USE_LIBTOOL= yes USE_TOOLS+= pkg-config gmake PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-pyrex +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-pyrex .include "../../wm/compiz/buildlink3.mk" .include "../../devel/libcompizconfig/buildlink3.mk" diff --git a/devel/py-darcsver/Makefile b/devel/py-darcsver/Makefile index ec77d673e9f..a25b2986153 100644 --- a/devel/py-darcsver/Makefile +++ b/devel/py-darcsver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2017/01/01 14:43:32 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2018/07/03 05:03:10 adam Exp $ DISTNAME= darcsver-1.7.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.7.4 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 47fdfd51a66..dd78dd0ccc2 100644 --- a/devel/py-dialog2/Makefile +++ b/devel/py-dialog2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:32 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2018/07/03 05:03:10 adam 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 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 .include "../../misc/dialog/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/devel/py-doctor/Makefile b/devel/py-doctor/Makefile index f23e62fa3f6..e0c98c9f9ca 100644 --- a/devel/py-doctor/Makefile +++ b/devel/py-doctor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2017/12/18 08:54:18 adam Exp $ +# $NetBSD: Makefile,v 1.12 2018/07/03 05:03:10 adam Exp $ DISTNAME= pydoctor-0.5 PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-nevow>=0.9.18:../../www/py-nevow USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-xml via py-nevow +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 f411643b68f..096b7d070d0 100644 --- a/devel/py-expect/Makefile +++ b/devel/py-expect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2017/09/04 18:08:20 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2018/07/03 05:03:10 adam Exp $ DISTNAME= ExpectPy-1.9b1 PKGNAME= ${PYPKGPREFIX}-expect-1.9b1 @@ -20,7 +20,7 @@ CONFIGURE_ENV+= PYTH_CONFIGDIR=${BUILDLINK_PREFIX.${PYPACKAGE}}/${PYLIB}/config INSTALL_TARGET= installshared PY_PATCHPLIST= yes PLIST_SUBST+= PYLIB=${PYLIB:Q} PYPKGPREFIX=${PYPKGPREFIX:Q} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.9b1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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-flufl.i18n/Makefile b/devel/py-flufl.i18n/Makefile index 3a9386a5654..f31db380e08 100644 --- a/devel/py-flufl.i18n/Makefile +++ b/devel/py-flufl.i18n/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2018/05/18 13:07:38 fhajny Exp $ +# $NetBSD: Makefile,v 1.3 2018/07/03 05:03:11 adam Exp $ DISTNAME= flufl.i18n-2.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-atpublic-[0-9]*:../../devel/py-atpublic -PYTHON_VERSIONS_ACCEPTED= 36 35 34 +PYTHON_VERSIONS_ACCEPTED= 37 36 35 34 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-flufl.lock/Makefile b/devel/py-flufl.lock/Makefile index 242f93a6587..5b7c8756979 100644 --- a/devel/py-flufl.lock/Makefile +++ b/devel/py-flufl.lock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2018/05/18 13:12:20 fhajny Exp $ +# $NetBSD: Makefile,v 1.3 2018/07/03 05:03:11 adam Exp $ DISTNAME= flufl.lock-3.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= https://launchpad.net/flufl.lock/ COMMENT= NFS-safe file locking with timeouts for POSIX systems LICENSE= apache-2.0 -PYTHON_VERSIONS_ACCEPTED= 36 35 34 +PYTHON_VERSIONS_ACCEPTED= 37 36 35 34 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-flufl.testing/Makefile b/devel/py-flufl.testing/Makefile index 444734bdc30..e864263d6df 100644 --- a/devel/py-flufl.testing/Makefile +++ b/devel/py-flufl.testing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2017/04/26 10:16:43 fhajny Exp $ +# $NetBSD: Makefile,v 1.2 2018/07/03 05:03:11 adam Exp $ DISTNAME= flufl.testing-0.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= https://gitlab.com/warsaw/flufl.testing/ COMMENT= Small collection of test tool plugins LICENSE= apache-2.0 -PYTHON_VERSIONS_ACCEPTED= 36 35 34 +PYTHON_VERSIONS_ACCEPTED= 37 36 35 34 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-futures/Makefile b/devel/py-futures/Makefile index 8abe4e7dc77..ba94ffa14cb 100644 --- a/devel/py-futures/Makefile +++ b/devel/py-futures/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/12/01 10:27:25 adam Exp $ +# $NetBSD: Makefile,v 1.6 2018/07/03 05:03:11 adam Exp $ DISTNAME= futures-3.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/agronholm/pythonfutures COMMENT= Library brings asynchronous computations from Python 3.x LICENSE= python-software-foundation -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # included in 3+ +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # included in 3+ USE_LANGUAGES= # none diff --git a/devel/py-google-apputils/Makefile b/devel/py-google-apputils/Makefile index 67543b98cac..07b6baba91b 100644 --- a/devel/py-google-apputils/Makefile +++ b/devel/py-google-apputils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:33 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2018/07/03 05:03:11 adam Exp $ DISTNAME= google-apputils-0.4.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= https://github.com/google/google-apputils COMMENT= Google Application Utilities for Python LICENSE= apache-2.0 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 17ac0435daf..c2cb7f744b8 100644 --- a/devel/py-hg-fastimport/Makefile +++ b/devel/py-hg-fastimport/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2017/09/04 18:00:52 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2018/07/03 05:03:11 adam Exp $ DISTNAME= danielj7-hg-fastimport-d41a42894dfa PKGNAME= ${PYPKGPREFIX}-hg-fastimport-20170211 @@ -19,7 +19,7 @@ USE_LANGUAGES= # none INSTALLATION_DIRS+= ${PYSITELIB}/hgfastimport share/doc/py-hg-fastimport -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-mercurial +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-mercurial PY_PATCHPLIST= yes do-build: diff --git a/devel/py-hg-git/Makefile b/devel/py-hg-git/Makefile index ba57f249ec9..9be5e05eed2 100644 --- a/devel/py-hg-git/Makefile +++ b/devel/py-hg-git/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2017/11/07 15:14:58 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2018/07/03 05:03:11 adam Exp $ DISTNAME= 0.8.10 PKGNAME= ${PYPKGPREFIX}-hg-git-${DISTNAME} @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/durin42-hg-git-6ef27582bfa5 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 0.8.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 d9c23a275bb..29886e31870 100644 --- a/devel/py-hglist/Makefile +++ b/devel/py-hglist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/09/04 18:08:20 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2018/07/03 05:03:11 adam Exp $ DISTNAME= hglist-0.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ USE_LANGUAGES= # none DEPENDS+= ${PYPKGPREFIX}-mercurial-[0-9]*:../../devel/py-mercurial -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-hgnested/Makefile b/devel/py-hgnested/Makefile index 257eefd670a..4c37e005d1c 100644 --- a/devel/py-hgnested/Makefile +++ b/devel/py-hgnested/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2017/09/04 18:08:20 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2018/07/03 05:03:11 adam 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 36 # XXX: devel/py-mercurial +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 8730baac13a..7cb5dd00efc 100644 --- a/devel/py-hgview/Makefile +++ b/devel/py-hgview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2018/03/12 11:16:20 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2018/07/03 05:03:11 adam Exp $ DISTNAME= hgview-1.8.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,7 +17,7 @@ BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto REPLACE_PYTHON= *.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.8.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.8.0 USE_TOOLS+= gmake diff --git a/devel/py-ipaddr/Makefile b/devel/py-ipaddr/Makefile index 8eefc9e6f1e..02aae98cbac 100644 --- a/devel/py-ipaddr/Makefile +++ b/devel/py-ipaddr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2017/09/17 10:20:58 adam Exp $ +# $NetBSD: Makefile,v 1.12 2018/07/03 05:03:11 adam Exp $ DISTNAME= ipaddr-2.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= https://github.com/google/ipaddr-py COMMENT= Google open source IPv4/IPv6 manipulation library in Python LICENSE= apache-2.0 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.1.10 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 71bd0ad0eaf..e4acb84aa3b 100644 --- a/devel/py-ipython010/Makefile +++ b/devel/py-ipython010/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/01/01 14:43:33 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2018/07/03 05:03:12 adam Exp $ DISTNAME= ipython-0.10.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline DEPENDS+= ${PYPKGPREFIX}-pexpect-[0-9]*:../../devel/py-pexpect PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.10.2 (1.0 is out) +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.10.2 (1.0 is out) USE_LANGUAGES= # none USE_TOOLS+= gunzip diff --git a/devel/py-jersey/Makefile b/devel/py-jersey/Makefile index f133fb644af..ff5f145d266 100644 --- a/devel/py-jersey/Makefile +++ b/devel/py-jersey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2017/09/04 18:08:20 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2018/07/03 05:03:12 adam Exp $ DISTNAME= jersey-0.1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ LICENSE= modified-bsd DEPENDS+= ${PYPKGPREFIX}-twisted>=10.0.0:../../net/py-twisted DEPENDS+= ${PYPKGPREFIX}-automat-[0-9]*:../../devel/py-automat -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 0.1.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # as of 0.1.5 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-kjbuckets/Makefile b/devel/py-kjbuckets/Makefile index 104f3d96e45..dd5f256bd5f 100644 --- a/devel/py-kjbuckets/Makefile +++ b/devel/py-kjbuckets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2017/01/01 14:43:34 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2018/07/03 05:03:12 adam Exp $ DISTNAME= gadfly-1.0.0 PKGNAME= ${PYPKGPREFIX}-kjbuckets-2.2 @@ -15,7 +15,7 @@ EXTRACT_ELEMENTS+= ${DISTNAME}/doc/kjbuckets.txt WRKSRC= ${WRKDIR}/${DISTNAME}/kjbuckets PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.0.0 resp. 2.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 ab43e5a397f..97f98dbe66d 100644 --- a/devel/py-kqueue/Makefile +++ b/devel/py-kqueue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:34 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2018/07/03 05:03:12 adam Exp $ DISTNAME= py-kqueue-2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py-//} @@ -18,7 +18,7 @@ PKG_SKIP_REASON+= "${PKGNAME} is not available for ${MACHINE_PLATFORM}; needs OS .endif EGG_NAME= ${DISTNAME:S/py-//} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 2.0 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-mercurial/Makefile.version b/devel/py-mercurial/Makefile.version index 1c68aaffcf2..5cc1be5f3f7 100644 --- a/devel/py-mercurial/Makefile.version +++ b/devel/py-mercurial/Makefile.version @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.version,v 1.62 2018/06/17 11:24:12 wiz Exp $ +# $NetBSD: Makefile.version,v 1.63 2018/07/03 05:03:12 adam Exp $ VERSION= 4.6.1 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 4.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 4.3 # see also https://www.mercurial-scm.org/wiki/SupportedPythonVersions # # the following setup argument was requested when compiling diff --git a/devel/py-newt/Makefile b/devel/py-newt/Makefile index e9d68855d2e..34e3c5a4a31 100644 --- a/devel/py-newt/Makefile +++ b/devel/py-newt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2018/03/22 08:14:52 adam Exp $ +# $NetBSD: Makefile,v 1.16 2018/07/03 05:03:12 adam Exp $ DISTNAME= newt-0.52.16 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -19,7 +19,7 @@ USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= libnewt.pc.in PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 pre-configure: cd ${WRKSRC}; \ diff --git a/devel/py-ode/Makefile b/devel/py-ode/Makefile index f9ebd5fd639..e4f74240f78 100644 --- a/devel/py-ode/Makefile +++ b/devel/py-ode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2017/01/01 14:43:34 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2018/07/03 05:03:12 adam 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 36 # as of 1.2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 dadc4bedf49..18956b89e98 100644 --- a/devel/py-open-vcdiff/Makefile +++ b/devel/py-open-vcdiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:34 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2018/07/03 05:03:12 adam Exp $ DISTNAME= 06d46e3de6f7 PKGNAME= ${PYPKGPREFIX}-open-vcdiff-0.1pre${DISTNAME} @@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}/bluehorn-openvcdiff-python-${DISTNAME} USE_LANGUAGES= c c++ -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 06d46e3de6f7 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 fb0ef1b1242..83d529fe8c5 100644 --- a/devel/py-pqueue/Makefile +++ b/devel/py-pqueue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2017/09/04 18:00:52 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2018/07/03 05:03:12 adam Exp $ DISTNAME= PQueue-0.2 PKGNAME= ${PYPKGPREFIX}-pqueue-0.2 @@ -19,7 +19,7 @@ BUILD_TARGET= default PY_PATCHPLIST= yes PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 22e3a4a8232..0b74f9f4ce8 100644 --- a/devel/py-proteus/options.mk +++ b/devel/py-proteus/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.5 2017/01/01 14:43:34 wiz Exp $ +# $NetBSD: options.mk,v 1.6 2018/07/03 05:03:12 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.py-proteus PKG_SUPPORTED_OPTIONS+= cdecimal simplejson @@ -12,7 +12,7 @@ PKG_SUGGESTED_OPTIONS+= simplejson # XXX python-Levenshtein (http://github.com/miohtama/python-Levenshtein) options .if !empty(PKG_OPTIONS:Mcdecimal) -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-cdecimal is obsolete for that version and thus not available +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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-pytemplate/Makefile b/devel/py-pytemplate/Makefile index 91aebd86e0b..1b277964170 100644 --- a/devel/py-pytemplate/Makefile +++ b/devel/py-pytemplate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:35 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2018/07/03 05:03:12 adam Exp $ DISTNAME= pytemplate-1.5.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ COMMENT= Pytemplate gives python developpers a starting framework USE_LANGUAGES= # none REPLACE_PYTHON= ${WRKSRC}/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.5.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 422cd041cd7..f5eaa4d06ff 100644 --- a/devel/py-pyutil/Makefile +++ b/devel/py-pyutil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2018/04/09 07:53:31 adam Exp $ +# $NetBSD: Makefile,v 1.20 2018/07/03 05:03:12 adam Exp $ DISTNAME= pyutil-3.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,7 +17,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-twisted>=15.5.0:../../net/py-twisted USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-zbase32 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-zbase32 post-extract: ${FIND} ${WRKSRC} -name __pycache__ -or -name '*.pyc' -exec ${RM} -R {} + diff --git a/devel/py-quixote/Makefile b/devel/py-quixote/Makefile index 84b89a13217..44bb186e0c7 100644 --- a/devel/py-quixote/Makefile +++ b/devel/py-quixote/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2018/03/24 08:20:06 adam Exp $ +# $NetBSD: Makefile,v 1.11 2018/07/03 05:03:13 adam Exp $ DISTNAME= Quixote-2.9.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -10,7 +10,7 @@ HOMEPAGE= http://quixote.ca/ COMMENT= Framework for writing Python web application LICENSE= mit -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # v3.0 is for Python 3.x only +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # v3.0 is for Python 3.x only .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-stompclient/Makefile b/devel/py-stompclient/Makefile index ef7e2757834..97a143f3134 100644 --- a/devel/py-stompclient/Makefile +++ b/devel/py-stompclient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2017/01/01 14:43:35 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2018/07/03 05:03:13 adam Exp $ DISTNAME= stompclient-0.3.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,7 @@ COMMENT= Lightweight and extensible STOMP messaging client LICENSE= apache-2.0 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-subprocess32/Makefile b/devel/py-subprocess32/Makefile index 0c42270b942..c854a2d21f4 100644 --- a/devel/py-subprocess32/Makefile +++ b/devel/py-subprocess32/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2018/06/17 09:08:48 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2018/07/03 05:03:13 adam Exp $ DISTNAME= subprocess32-3.5.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= https://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 36 # for 2.x only +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 fdc01cf0ff3..b0f3be694f5 100644 --- a/devel/py-subvertpy/Makefile +++ b/devel/py-subvertpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2018/04/14 07:34:18 adam Exp $ +# $NetBSD: Makefile,v 1.44 2018/07/03 05:03:13 adam Exp $ DISTNAME= subvertpy-0.9.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= gnu-lgpl-v2.1 MAKE_ENV+= SVN_PREFIX=${BUILDLINK_PREFIX.subversion-base} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.9.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 c2620619eac..51007374e3f 100644 --- a/devel/py-tabular/Makefile +++ b/devel/py-tabular/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2018/01/30 09:09:06 adam Exp $ +# $NetBSD: Makefile,v 1.11 2018/07/03 05:03:13 adam Exp $ DISTNAME= tabular-0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.1 BUILDLINK_API_DEPENDS.pynumpy+= ${PYPKGPREFIX}-numpy>=1.6 .include "../../math/py-numpy/buildlink3.mk" diff --git a/devel/py-tortoisehg/Makefile b/devel/py-tortoisehg/Makefile index 693a04bbebe..18f9bc7beef 100644 --- a/devel/py-tortoisehg/Makefile +++ b/devel/py-tortoisehg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2018/04/22 22:21:09 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2018/07/03 05:03:13 adam Exp $ DISTNAME= tortoisehg-4.5.3 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 36 # py-iniparse, py-mercurial +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 caba453c791..49ae859ec9c 100644 --- a/devel/py-tryton/Makefile +++ b/devel/py-tryton/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2018/04/16 14:34:21 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2018/07/03 05:03:13 adam Exp $ TRYTON_MODULE_NAME= tryton PKGREVISION= 4 .include "../../devel/py-trytond/Makefile.common" @@ -11,7 +11,7 @@ LICENSE= gnu-gpl-v3 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 .include "options.mk" diff --git a/devel/py-tryton/options.mk b/devel/py-tryton/options.mk index 5614c18b85c..3d568c7fdc0 100644 --- a/devel/py-tryton/options.mk +++ b/devel/py-tryton/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.8 2017/01/01 14:43:35 wiz Exp $ +# $NetBSD: options.mk,v 1.9 2018/07/03 05:03:13 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.py-tryton PKG_SUPPORTED_OPTIONS= cdecimal goocalendar pytz simplejson @@ -7,12 +7,12 @@ PKG_SUGGESTED_OPTIONS+= cdecimal pytz simplejson .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mcdecimal) -PYTHON_VERSIONS_INCOMPATIBLE+= 34 35 36 # py-cdecimal not available because obsolete +PYTHON_VERSIONS_INCOMPATIBLE+= 34 35 36 37 # 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 36 # py-gtk2 via py-goocanvas via py-goocalendar +PYTHON_VERSIONS_INCOMPATIBLE+= 34 35 36 37 # 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 62447496acd..493fec0dd14 100644 --- a/devel/py-trytond/Makefile.common +++ b/devel/py-trytond/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2017/01/10 23:07:41 rodent Exp $ +# $NetBSD: Makefile.common,v 1.14 2018/07/03 05:03:13 adam 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 36 # py-gtk2 via py-pycha via py-relatorio +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 ad0e589feb3..2f8dd8a21fb 100644 --- a/devel/py-trytond/options.mk +++ b/devel/py-trytond/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.11 2017/01/01 14:43:36 wiz Exp $ +# $NetBSD: options.mk,v 1.12 2018/07/03 05:03:13 adam 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 36 # py-cdecimal is obsolete for that version and thus not available +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 36 # py-mysqldb +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-mysqldb DEPENDS+= ${PYPKGPREFIX}-mysqldb-[0-9]*:../../databases/py-mysqldb .endif diff --git a/devel/py-typing/Makefile b/devel/py-typing/Makefile index c73c202ffd5..ee0225c7a61 100644 --- a/devel/py-typing/Makefile +++ b/devel/py-typing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2018/01/30 08:44:31 adam Exp $ +# $NetBSD: Makefile,v 1.6 2018/07/03 05:03:13 adam Exp $ DISTNAME= typing-3.6.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= python-software-foundation USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 35 36 # introduced in Python 3.5 +PYTHON_VERSIONS_INCOMPATIBLE= 35 36 37 # introduced in Python 3.5 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-unit/Makefile b/devel/py-unit/Makefile index 67abf0e5d04..d664e6e8e9a 100644 --- a/devel/py-unit/Makefile +++ b/devel/py-unit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2017/01/01 14:43:36 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2018/07/03 05:03:13 adam Exp $ DISTNAME= pyunit-1.4.1 PKGNAME= ${PYPKGPREFIX}-unit-1.4.1 @@ -13,7 +13,7 @@ COMMENT= Unit testing framework for python EGG_NAME= PyUnit-${PKGVERSION_NOREV} PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-unitgui/Makefile b/devel/py-unitgui/Makefile index b0dd32d5f60..559a91bc5c9 100644 --- a/devel/py-unitgui/Makefile +++ b/devel/py-unitgui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2017/01/01 14:43:36 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2018/07/03 05:03:13 adam Exp $ DISTNAME= pyunit-1.4.1 PKGNAME= ${PYPKGPREFIX}-unitgui-1.4.1 @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk EGG_NAME= PyUnit-${PKGVERSION_NOREV} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-usb/Makefile b/devel/py-usb/Makefile index 0303a659a6d..dab49a5c7c2 100644 --- a/devel/py-usb/Makefile +++ b/devel/py-usb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2018/02/27 23:56:09 khorben Exp $ +# $NetBSD: Makefile,v 1.17 2018/07/03 05:03:13 adam Exp $ VERSION= 1.0.0 PKGREVISION= 1 @@ -15,7 +15,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 36 # not yet ported as of 0.4.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.4.2 .include "../../mk/libusb.buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/devel/py-uuid/Makefile b/devel/py-uuid/Makefile index 6ce5b317a8e..dbf19b8a18c 100644 --- a/devel/py-uuid/Makefile +++ b/devel/py-uuid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2017/01/01 14:43:36 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2018/07/03 05:03:14 adam Exp $ DISTNAME= uuid-1.30 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= generic-nonlicense USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.30 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.30 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-uvloop/Makefile b/devel/py-uvloop/Makefile index 5c674647cf0..b5f095ea494 100644 --- a/devel/py-uvloop/Makefile +++ b/devel/py-uvloop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2018/06/26 04:22:32 adam Exp $ +# $NetBSD: Makefile,v 1.10 2018/07/03 05:03:14 adam Exp $ DISTNAME= uvloop-0.10.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= mit AND apache-2.0 BUILD_DEPENDS+= ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython -PYTHON_VERSIONS_ACCEPTED= 36 35 +PYTHON_VERSIONS_ACCEPTED= 37 36 35 .include "../../devel/libuv/buildlink3.mk" .include "../../lang/python/egg.mk" diff --git a/devel/py-windbg/Makefile b/devel/py-windbg/Makefile index 9796c70be67..c19c20065ba 100644 --- a/devel/py-windbg/Makefile +++ b/devel/py-windbg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2017/01/01 14:43:36 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2018/07/03 05:03:14 adam Exp $ DISTNAME= winpdb-1.4.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 # or later DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.6:../../x11/py-wxWidgets -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-wxWidgets USE_LANGUAGES= #none diff --git a/devel/py-zanata-python-client/Makefile b/devel/py-zanata-python-client/Makefile index fcd6223acd5..1bfef9c730f 100644 --- a/devel/py-zanata-python-client/Makefile +++ b/devel/py-zanata-python-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:36 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2018/07/03 05:03:14 adam 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 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 USE_LANGUAGES= # none SUBST_CLASSES+= version diff --git a/devel/qbzr/Makefile b/devel/qbzr/Makefile index 642480083c0..9967bb1d91f 100644 --- a/devel/qbzr/Makefile +++ b/devel/qbzr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2017/01/01 14:43:36 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2018/07/03 05:03:14 adam Exp $ DISTNAME= qbzr-${VER} PKGREVISION= 3 @@ -17,7 +17,7 @@ USE_TOOLS+= msgfmt WRKSRC= ${WRKDIR}/qbzr -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.22.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.22.1 REPLACE_PYTHON= lib/uifactory.py .include "../../devel/bzr/plugin.mk" diff --git a/devel/roundup/Makefile b/devel/roundup/Makefile index 878df649d1b..4194f829df6 100644 --- a/devel/roundup/Makefile +++ b/devel/roundup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2017/01/01 14:43:36 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2018/07/03 05:03:14 adam Exp $ DISTNAME= roundup-1.4.19 PKGREVISION= 2 @@ -13,7 +13,7 @@ LICENSE= mit AND zpl-2.0 USE_LANGUAGES= # empty USE_TOOLS+= pax -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.4.19 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 403072a6653..571faca103f 100644 --- a/devel/rox-lib/Makefile +++ b/devel/rox-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2017/01/01 14:43:37 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2018/07/03 05:03:14 adam Exp $ DISTNAME= rox-lib-2.0.2 PKGREVISION= 14 @@ -24,7 +24,7 @@ USE_TOOLS+= pax REPLACE_PYTHON= AppRun MakeDist REPLACE_PYTHON+= python/make_docs.py REPLACE_PYTHON+= tests/python/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2 INSTALLATION_DIRS= share/rox/ROX-Lib2 diff --git a/devel/stgit/Makefile b/devel/stgit/Makefile index a603bc5d2b2..b964a54d967 100644 --- a/devel/stgit/Makefile +++ b/devel/stgit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2017/01/01 14:43:37 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2018/07/03 05:03:14 adam 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 36 # not yet ported as of 0.17.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 f73c43d2259..86809ad529d 100644 --- a/devel/tailor/Makefile +++ b/devel/tailor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2017/01/01 14:43:37 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2018/07/03 05:03:14 adam Exp $ DISTNAME= tailor-0.9.35 PKGREVISION= 5 @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v3 USE_LANGUAGES= #none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.9.35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 0096db47de2..071d5f0b783 100644 --- a/devel/talloc/Makefile +++ b/devel/talloc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2018/04/16 21:33:00 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2018/07/03 05:03:14 adam Exp $ DISTNAME= talloc-2.1.13 CATEGORIES= devel @@ -19,7 +19,7 @@ PKGCONFIG_OVERRIDE+= talloc.pc.in PKGCONFIG_OVERRIDE+= pytalloc-util.pc.in PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.1.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 2.1.0 # include/talloc.h CONFLICTS+= samba<=4.6.8nb3 diff --git a/devel/umbrello/Makefile b/devel/umbrello/Makefile index 29ed6ee5ccb..d12f796d009 100644 --- a/devel/umbrello/Makefile +++ b/devel/umbrello/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.42 2018/04/29 21:31:34 adam Exp $ +# $NetBSD: Makefile,v 1.43 2018/07/03 05:03:14 adam Exp $ DISTNAME= umbrello-${_KDE_VERSION} PKGREVISION= 10 CATEGORIES= devel COMMENT= UML Modeller -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 4.11.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 4.11.3 .include "../../meta-pkgs/kde4/Makefile.kde4" diff --git a/devel/xulrunner192/mozilla-common.mk b/devel/xulrunner192/mozilla-common.mk index aff84ea91c8..a9ed45ba9eb 100644 --- a/devel/xulrunner192/mozilla-common.mk +++ b/devel/xulrunner192/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.12 2018/06/21 10:42:22 jperkin Exp $ +# $NetBSD: mozilla-common.mk,v 1.13 2018/07/03 05:03:15 adam 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 36 # not yet ported as of 1.9.2.28 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 6cc04206526..33f1f2ab2e2 100644 --- a/editors/gedit-python/Makefile +++ b/editors/gedit-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2018/04/16 14:34:23 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2018/07/03 05:03:15 adam Exp $ DISTNAME= gedit-2.30.4 PKGNAME= gedit-python-2.30.4 @@ -25,7 +25,7 @@ BUILD_DIRS= plugin-loaders/python BUILD_DIRS+= plugins/pythonconsole plugins/quickopen plugins/snippets INSTALL_DIRS= ${BUILD_DIRS} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2 .include "../../lang/python/application.mk" .include "../../devel/py-gobject/buildlink3.mk" diff --git a/editors/lyx/Makefile b/editors/lyx/Makefile index c230e8982d0..da299308b6c 100644 --- a/editors/lyx/Makefile +++ b/editors/lyx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2018/06/03 02:28:07 youri Exp $ +# $NetBSD: Makefile,v 1.68 2018/07/03 05:03:15 adam Exp $ DISTNAME= lyx-2.2.2 PKGREVISION= 6 @@ -63,7 +63,7 @@ GNU_CONFIGURE= YES USE_TOOLS+= gmake perl:run pkg-config xgettext USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.6.10 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 698afb3d337..98a64ddb43d 100644 --- a/editors/medit/Makefile +++ b/editors/medit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2018/04/16 14:34:24 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2018/07/03 05:03:15 adam Exp $ DISTNAME= medit-1.2.0 PKGREVISION= 7 @@ -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 36 # not yet ported as of 1.2.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 3d5cac40645..26b6fb6cf6c 100644 --- a/editors/nts/Makefile +++ b/editors/nts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2017/02/20 17:00:35 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2018/07/03 05:03:15 adam Exp $ DISTNAME= nts-78 PKGREVISION= 1 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.8.7:../../x11/py-wxWidgets -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-wxWidgets USE_LANGUAGES= # none diff --git a/editors/pluma/options.mk b/editors/pluma/options.mk index 1ee3268e04c..e7bd9db1b57 100644 --- a/editors/pluma/options.mk +++ b/editors/pluma/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.6 2018/05/14 13:23:50 youri Exp $ +# $NetBSD: options.mk,v 1.7 2018/07/03 05:03:15 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.pluma PKG_SUPPORTED_OPTIONS= enchant @@ -26,7 +26,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 36 # py-gtk2, also via py-gtksourceview +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2, also via py-gtksourceview .include "../../devel/py-gobject/buildlink3.mk" .include "../../x11/py-gtk2/buildlink3.mk" .include "../../x11/py-gtksourceview/buildlink3.mk" diff --git a/editors/zim/Makefile b/editors/zim/Makefile index cb0ef6c44ba..1764c886f11 100644 --- a/editors/zim/Makefile +++ b/editors/zim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2018/04/16 14:34:25 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2018/07/03 05:03:15 adam Exp $ DISTNAME= zim-0.59 PKGREVISION= 14 @@ -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 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2 SUBST_CLASSES+= data-path SUBST_STAGE.data-path= pre-configure diff --git a/emulators/fs-uae-arcade/Makefile b/emulators/fs-uae-arcade/Makefile index 15aa0aefbab..b88721075f3 100644 --- a/emulators/fs-uae-arcade/Makefile +++ b/emulators/fs-uae-arcade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2018/02/08 20:58:50 adam Exp $ +# $NetBSD: Makefile,v 1.2 2018/07/03 05:03:15 adam Exp $ DISTNAME= fs-uae-arcade-2.8.3 CATEGORIES= emulators @@ -23,7 +23,7 @@ DEPENDS+= ${PYPKGPREFIX}-pyobjc-framework-Quartz>=3:../../devel/py-pyobjc-framew INSTALL_TARGET= install-data USE_TOOLS+= gmake msgfmt -PYTHON_VERSIONS_ACCEPTED= 36 35 34 # import urllib.parse +PYTHON_VERSIONS_ACCEPTED= 37 36 35 34 # import urllib.parse PYSETUPINSTALLARGS= --install-lib=${PREFIX:Q}/share/fs-uae-arcade PYSETUPINSTALLARGS+= --install-scripts=${PREFIX:Q}/share/fs-uae-arcade diff --git a/emulators/fs-uae-launcher/Makefile b/emulators/fs-uae-launcher/Makefile index 5599ca6e68a..15d843a4c19 100644 --- a/emulators/fs-uae-launcher/Makefile +++ b/emulators/fs-uae-launcher/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2018/02/08 20:57:27 adam Exp $ +# $NetBSD: Makefile,v 1.9 2018/07/03 05:03:15 adam Exp $ DISTNAME= fs-uae-launcher-2.8.3 CATEGORIES= emulators @@ -23,7 +23,7 @@ DEPENDS+= ${PYPKGPREFIX}-pyobjc-framework-Quartz>=3:../../devel/py-pyobjc-framew INSTALL_TARGET= install-data USE_TOOLS+= gmake msgfmt -PYTHON_VERSIONS_ACCEPTED= 36 35 34 # import urllib.parse +PYTHON_VERSIONS_ACCEPTED= 37 36 35 34 # import urllib.parse 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 c1d051af5c2..0b0225bc249 100644 --- a/emulators/gns3/Makefile +++ b/emulators/gns3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2017/08/16 20:45:36 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2018/07/03 05:03:15 adam Exp $ DISTNAME= GNS3-0.8.3.1-src PKGNAME= gns3-0.8.3.1 @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= dynamips>=0.2.8rc1:../../emulators/dynamips -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.8.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 8305f153366..d2aaec41906 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2017/01/01 14:43:38 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2018/07/03 05:03:15 adam 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 36 # not yet ported as of 1.7.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 035f0d52bd3..747ad728ca5 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.85 2018/06/05 18:29:39 wiz Exp $ +# $NetBSD: Makefile,v 1.86 2018/07/03 05:03:15 adam Exp $ DISTNAME= mame-0.198 CATEGORIES= emulators @@ -87,7 +87,7 @@ MAKE_ENV+= BIGENDIAN=1 .endif PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.151 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 7d4d9831f6f..b0455aca65a 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2018/03/17 23:13:25 ryoon Exp $ +# $NetBSD: Makefile,v 1.47 2018/07/03 05:03:16 adam Exp $ DISTNAME= openmsx-0.9.0 PKGREVISION= 5 @@ -23,7 +23,7 @@ INSTALL_MAKE_FLAGS+= SYMLINK_FOR_BINARY=false INSTALL_MAKE_FLAGS+= INSTALL_BASE=${PREFIX}/openmsx MAKE_ENV+= OPENMSX_INSTALL=${PREFIX}/openmsx -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.9.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.9.0 .include "../../mk/bsd.prefs.mk" diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 87e79c321d2..4eb8e5cc0b9 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.185 2018/04/29 21:31:35 adam Exp $ +# $NetBSD: Makefile,v 1.186 2018/07/03 05:03:16 adam Exp $ DISTNAME= qemu-2.12.0 PKGREVISION= 1 @@ -80,7 +80,7 @@ PKG_SYSCONFSUBDIR= qemu REPLACE_PERL+= scripts/texi2pod.pl -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported yet as of 2.10.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported yet as of 2.10.0 INSTALLATION_DIRS= ${PKGMANDIR}/man1 share/doc/qemu diff --git a/emulators/unicorn/Makefile b/emulators/unicorn/Makefile index 3299c17b15a..536fa5e9336 100644 --- a/emulators/unicorn/Makefile +++ b/emulators/unicorn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2018/02/26 02:25:28 khorben Exp $ +# $NetBSD: Makefile,v 1.7 2018/07/03 05:03:16 adam Exp $ .include "Makefile.common" @@ -8,7 +8,7 @@ LICENSE= gnu-gpl-v2 USE_TOOLS+= gmake pkg-config -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 1.0.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # as of 1.0.1 .include "../../lang/python/application.mk" diff --git a/filesystems/fuse-gmailfs/Makefile b/filesystems/fuse-gmailfs/Makefile index bbd4bb4ea16..72f83c9c796 100644 --- a/filesystems/fuse-gmailfs/Makefile +++ b/filesystems/fuse-gmailfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2017/08/01 17:40:11 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2018/07/03 05:03:16 adam Exp $ DISTNAME= gmailfs-0.7.2 PKGREVISION= 3 @@ -12,7 +12,7 @@ COMMENT= FUSE filesystem which uses Google mail for free space NO_BUILD= yes REPLACE_PYTHON= gmailfs.py mount.gmailfs -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-fuse-bindings +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 7c4ed2ff7c1..bf593c402cc 100644 --- a/filesystems/fuse-pcachefs/Makefile +++ b/filesystems/fuse-pcachefs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2017/01/01 14:43:39 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2018/07/03 05:03:16 adam 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 36 # py-fuse-bindings +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 993516882cf..6a4072d4236 100644 --- a/filesystems/fuse-wikipediafs/Makefile +++ b/filesystems/fuse-wikipediafs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:39 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2018/07/03 05:03:16 adam 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 36 # py-fuse-bindings +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-fuse-bindings EGG_NAME= wikipediafs-0.0.0 SUBST_CLASSES+= config diff --git a/filesystems/glusterfs/Makefile b/filesystems/glusterfs/Makefile index 3a8f33f4e5a..aeb24b5e7f2 100644 --- a/filesystems/glusterfs/Makefile +++ b/filesystems/glusterfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2018/04/19 02:49:04 manu Exp $ +# $NetBSD: Makefile,v 1.85 2018/07/03 05:03:16 adam Exp $ DISTNAME= glusterfs-3.12.8 #PKGREVISION= 1 @@ -21,7 +21,7 @@ CONFIGURE_ARGS+= --localstatedir=${VARBASE} # Only libfl.a is available, and libtool wants libfl.so MAKE_FLAGS+= LEXLIB="" -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # only 2.x supported as of 3.8.x +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # only 2.x supported as of 3.8.x REPLACE_PYTHON+= contrib/ipaddr-py/ipaddr.py REPLACE_PYTHON+= events/src/glustereventsd.py diff --git a/filesystems/py-filesystem/Makefile b/filesystems/py-filesystem/Makefile index 92c51fdb4a8..d44866905f6 100644 --- a/filesystems/py-filesystem/Makefile +++ b/filesystems/py-filesystem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2017/09/04 18:55:08 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2018/07/03 05:03:16 adam Exp $ VERSION= 0.4.0 DISTNAME= fs-${VERSION} @@ -15,7 +15,7 @@ LICENSE= modified-bsd USE_LANGUAGES= # none PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.4.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 d7c54c7c3c0..bd2c227efcf 100644 --- a/filesystems/py-fuse-bindings/Makefile +++ b/filesystems/py-fuse-bindings/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2017/09/08 06:23:13 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2018/07/03 05:03:16 adam Exp $ VERSION= 0.2.1 DISTNAME= fuse-python-${VERSION} @@ -15,7 +15,7 @@ PYDISTUTILSPKG= yes PY_PATCHLIST= yes USE_TOOLS+= pkg-config -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 1ef4cb22465..f8d3f9275b1 100644 --- a/filesystems/tahoe-lafs/Makefile +++ b/filesystems/tahoe-lafs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2017/02/14 10:26:28 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2018/07/03 05:03:16 adam Exp $ DISTNAME= tahoe-lafs-1.12.1 CATEGORIES= filesystems @@ -39,7 +39,7 @@ DEPENDS+= ${PYPKGPREFIX}-nevow>=0.11.1:../../www/py-nevow DEPENDS+= ${PYPKGPREFIX}-service_identity-[0-9]*:../../security/py-service_identity DEPENDS+= ${PYPKGPREFIX}-yaml>=3.11:../../textproc/py-yaml -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-xml via py-nevow, py-zbase32, py-cryptopp, py-darcsver +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-xml via py-nevow, py-zbase32, py-cryptopp, py-darcsver # 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/gnucash2/Makefile b/finance/gnucash2/Makefile index 8dfc941e39a..d4c21b81b7d 100644 --- a/finance/gnucash2/Makefile +++ b/finance/gnucash2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2018/04/16 14:34:27 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2018/07/03 05:03:16 adam Exp $ DISTNAME= gnucash-2.6.21 PKGREVISION= 2 @@ -37,7 +37,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 36 # not yet ported as of 2.6.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 9538a612b41..d6db3ec1b8a 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.6 2017/01/01 14:43:39 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2018/07/03 05:03:17 adam 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 36 # py-simplesoap via py-stdnum and py-trytond-bank +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 42a5d0ffa61..8286c2e8ad8 100644 --- a/finance/py-trytond-bank/Makefile +++ b/finance/py-trytond-bank/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/01/01 14:43:39 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2018/07/03 05:03:17 adam 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 36 # py-simplesoap via py-stdnum +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 9d3604d2aab..9911ad2c019 100644 --- a/finance/py-vatnumber/Makefile +++ b/finance/py-vatnumber/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2017/09/04 18:55:08 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2018/07/03 05:03:17 adam 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 36 # py-simplesoap via py-stdnum +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 fffb8c7bdac..0a96b3a8f75 100644 --- a/fonts/mftrace/Makefile +++ b/fonts/mftrace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2017/01/01 14:43:40 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2018/07/03 05:03:17 adam Exp $ DISTNAME= mftrace-1.2.15 PKGREVISION= 3 @@ -22,7 +22,7 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} MAKE_FILE= GNUmakefile PLIST_SUBST+= PYSITELIB=${PYSITELIB:Q} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.2.15 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 dbeac701568..2077c2602ba 100644 --- a/fonts/py-TTFQuery/Makefile +++ b/fonts/py-TTFQuery/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2017/01/01 14:43:40 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2018/07/03 05:03:17 adam 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 36 # py-fonttools +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 f44d9e040a9..b9f2cfc967b 100644 --- a/games/4stAttack/Makefile +++ b/games/4stAttack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2018/01/14 17:33:57 rillig Exp $ +# $NetBSD: Makefile,v 1.32 2018/07/03 05:03:17 adam Exp $ DISTNAME= 4stAttack-2.1.4 PKGREVISION= 18 @@ -14,7 +14,7 @@ INSTALLATION_DIRS= bin share/${PKGBASE} USE_TOOLS+= pax REPLACE_PYTHON= 4stattack.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.1.4 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 bbb092c79cd..12ef82a9c01 100644 --- a/games/accelerator3d/Makefile +++ b/games/accelerator3d/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2017/01/01 14:43:40 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2018/07/03 05:03:17 adam 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 36 # py-ode +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-ode REPLACE_PYTHON+= accelerator.py diff --git a/games/blindmine/Makefile b/games/blindmine/Makefile index 46b9e2773e9..f100aef29c3 100644 --- a/games/blindmine/Makefile +++ b/games/blindmine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2018/01/14 17:33:58 rillig Exp $ +# $NetBSD: Makefile,v 1.29 2018/07/03 05:03:17 adam Exp $ DISTNAME= blindmine-0.3-src PKGNAME= ${DISTNAME:S/-src//} @@ -22,7 +22,7 @@ SUBST_FILES.path= blindmine.py sdl_ui.py SUBST_SED.path= -e 's,/usr/bin/env python,${PYTHONBIN},g' PYCOMPILEALL= ${BUILDLINK_PREFIX.${PYPACKAGE}}/${PYLIB}/compileall.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 dee0735d61c..f777e292c99 100644 --- a/games/freeciv-share/Makefile.common +++ b/games/freeciv-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.50 2018/01/14 17:33:58 rillig Exp $ +# $NetBSD: Makefile.common,v 1.51 2018/07/03 05:03:18 adam Exp $ # used by games/freeciv-share/Makefile # used by games/freeciv-client/Makefile @@ -25,7 +25,7 @@ DISTINFO_FILE= ${.CURDIR}/../../games/freeciv-share/distinfo PATCHDIR= ${.CURDIR}/../../games/freeciv-share/patches REPLACE_PYTHON= ${WRKSRC}/common/generate_packets.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.3.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 0b89b433cd5..bd9088b6941 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2018/04/16 14:34:29 wiz Exp $ +# $NetBSD: Makefile,v 1.83 2018/07/03 05:03:18 adam Exp $ DISTNAME= gcompris-12.11 PKGREVISION= 33 @@ -23,7 +23,7 @@ INFO_FILES= yes PTHREAD_AUTO_VARS= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-sqlite2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-sqlite2, py-gtk2 PKG_SUPPORTED_OPTIONS= gnet PKG_OPTIONS_VAR= PKG_OPTIONS.gcompris diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 6507105db84..84a681ab2f1 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.162 2018/04/16 14:34:30 wiz Exp $ +# $NetBSD: Makefile,v 1.163 2018/07/03 05:03:18 adam Exp $ DISTNAME= gnome-games-2.32.1 PKGREVISION= 37 @@ -11,7 +11,7 @@ HOMEPAGE= https://www.gnome.org/ COMMENT= GNOME2 games collection #LICENSE= gnu-gpl-v2 AND gnu-fdl-v1.1 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-ORBit via py-gnome2 CONFLICTS= xbill-[0-9]* SUPERSEDES= glchess-[0-9]* diff --git a/games/jools/Makefile b/games/jools/Makefile index a2feb69972f..545091cd670 100644 --- a/games/jools/Makefile +++ b/games/jools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2018/01/14 17:33:59 rillig Exp $ +# $NetBSD: Makefile,v 1.16 2018/07/03 05:03:18 adam Exp $ DISTNAME= jools-0.20 PKGREVISION= 4 @@ -12,7 +12,7 @@ COMMENT= Bejeweled clone DEPENDS+= ${PYPKGPREFIX}-game>=1.4:../../devel/py-game -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.20 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 1f5850505dd..c380b50dd78 100644 --- a/games/kajongg/Makefile +++ b/games/kajongg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2018/04/29 21:31:37 adam Exp $ +# $NetBSD: Makefile,v 1.45 2018/07/03 05:03:18 adam Exp $ DISTNAME= kajongg-${_KDE_VERSION} PKGREVISION= 18 @@ -9,7 +9,7 @@ COMMENT= Maj Jong game DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 4.14.3, configure does not detect twisted due to using 2.x syntax +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # as of 4.14.3, configure does not detect twisted due to using 2.x syntax REPLACE_PYTHON+= setup.py REPLACE_PYTHON+= src/deferredutil.py diff --git a/games/kye/Makefile b/games/kye/Makefile index f0aa0b651f7..625b18172a6 100644 --- a/games/kye/Makefile +++ b/games/kye/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2018/04/16 14:34:31 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2018/07/03 05:03:18 adam Exp $ DISTNAME= kye-1.0 PKGREVISION= 25 @@ -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 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2 .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" diff --git a/games/monsterz/Makefile b/games/monsterz/Makefile index 216b341c5ef..38ae1d3cedc 100644 --- a/games/monsterz/Makefile +++ b/games/monsterz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2018/06/17 13:48:16 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2018/07/03 05:03:18 adam Exp $ DISTNAME= monsterz-0.7.1 PKGREVISION= 4 @@ -13,7 +13,7 @@ DEPENDS+= ${PYPKGPREFIX}-game-[0-9]*:../../devel/py-game DEPENDS+= ${PYPKGPREFIX}-Numeric-[0-9]*:../../math/py-Numeric REPLACE_PYTHON= monsterz.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-Numeric +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 26a6de89133..4b5ad1a5124 100644 --- a/games/py-easyAI/Makefile +++ b/games/py-easyAI/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2018/01/14 17:34:01 rillig Exp $ +# $NetBSD: Makefile,v 1.8 2018/07/03 05:03:18 adam Exp $ DISTNAME= easyAI-1.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 36 # not yet ported as of 0.0.0.4 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 3419bf1dfb4..7a53219bf3e 100644 --- a/games/py-renpy/Makefile +++ b/games/py-renpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2018/03/12 11:16:35 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2018/07/03 05:03:18 adam Exp $ DISTNAME= renpy-6.18.3-source PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-source//} @@ -16,7 +16,7 @@ USE_TOOLS+= pax PYSETUPSUBDIR= module EGG_NAME= Ren_Py-${PKGVERSION_NOREV}.761 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported RENPY_DEPS_INSTALL+= ${BUILDLINK_PREFIX.SDL} RENPY_DEPS_INSTALL+= ${BUILDLINK_PREFIX.freetype2} diff --git a/games/pysolfc/Makefile b/games/pysolfc/Makefile index 1e89b7941be..d3195bacb9b 100644 --- a/games/pysolfc/Makefile +++ b/games/pysolfc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2018/01/14 17:34:01 rillig Exp $ +# $NetBSD: Makefile,v 1.24 2018/07/03 05:03:18 adam Exp $ DISTNAME= PySolFC-2.0 PKGNAME= ${DISTNAME:tl} @@ -13,7 +13,7 @@ COMMENT= Over 1000 solitaire games LICENSE= gnu-gpl-v3 PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-imaging +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-imaging REPLACE_PYTHON+= \ data/themes/clearlooks/create_imgs.py \ diff --git a/games/pytraffic/Makefile b/games/pytraffic/Makefile index e86d2ff243b..3454873879e 100644 --- a/games/pytraffic/Makefile +++ b/games/pytraffic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2018/04/16 14:34:31 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2018/07/03 05:03:18 adam Exp $ DISTNAME= pytraffic-2.5.4 PKGREVISION= 33 @@ -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 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2 .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" diff --git a/games/teeworlds/Makefile b/games/teeworlds/Makefile index 3ab70ab436c..600f719d3b0 100644 --- a/games/teeworlds/Makefile +++ b/games/teeworlds/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2018/01/14 17:34:01 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2018/07/03 05:03:19 adam 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 36 # hardcoded to 2.7 in a patch +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # hardcoded to 2.7 in a patch do-configure: set -e; cd ${WRKSRC}; bam config diff --git a/geography/gpsd/Makefile b/geography/gpsd/Makefile index 47c57c2fcbc..5d53257ebe5 100644 --- a/geography/gpsd/Makefile +++ b/geography/gpsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2017/03/20 00:31:57 roy Exp $ +# $NetBSD: Makefile,v 1.38 2018/07/03 05:03:19 adam Exp $ # gpsd 3.11 has been released. It has only not been updated because # newer versions use scons. @@ -19,7 +19,7 @@ BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto GNU_CONFIGURE= YES CONFIGURE_ENV+= PYTHON=${PYTHONBIN} PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.96 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 d96d47b215a..931f4c2c247 100644 --- a/geography/proj-swig/Makefile +++ b/geography/proj-swig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2018/03/02 01:19:24 gdt Exp $ +# $NetBSD: Makefile,v 1.30 2018/07/03 05:03:19 adam Exp $ DISTNAME= proj-swig-0.02 PKGREVISION= 9 @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes # Defines PYSITELIB, apparently. PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.02 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.02 # Find guile20's includes CFLAGS+= -I${BUILDLINK_PREFIX.guile20}/include/guile/2.0 diff --git a/graphics/MesaLib/Makefile b/graphics/MesaLib/Makefile index 1411702d500..6aa4daf1ec0 100644 --- a/graphics/MesaLib/Makefile +++ b/graphics/MesaLib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.140 2018/01/25 10:44:51 jperkin Exp $ +# $NetBSD: Makefile,v 1.141 2018/07/03 05:03:19 adam Exp $ DISTNAME= mesa-11.2.2 PKGNAME= ${DISTNAME:S/mesa/MesaLib/} @@ -79,7 +79,7 @@ SUBST_SED.tr1+= -e 's,include <tr1/,include <,g' .endif PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 11.2.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 a2ff24b716d..6417fb89713 100644 --- a/graphics/MesaLib7/Makefile +++ b/graphics/MesaLib7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2018/03/07 11:57:30 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2018/07/03 05:03:19 adam 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 36 # not yet ported as of 7.11.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 7.11.2 MAKE_ENV+= MAKE=${GMAKE:Q} diff --git a/graphics/comix/Makefile b/graphics/comix/Makefile index 2d96981f28c..b372d80bfe7 100644 --- a/graphics/comix/Makefile +++ b/graphics/comix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2018/04/16 14:34:34 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2018/07/03 05:03:19 adam Exp $ DISTNAME= comix-4.0.4 PKGREVISION= 32 @@ -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 36 # py-imaging, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-imaging, py-gtk2 do-build: diff --git a/graphics/dia-python/Makefile b/graphics/dia-python/Makefile index bff4a7326c8..caa2a171a3c 100644 --- a/graphics/dia-python/Makefile +++ b/graphics/dia-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2018/04/16 14:34:34 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2018/07/03 05:03:19 adam Exp $ DIA_SUBPKG= -python PKGREVISION= 5 @@ -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 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2 BUILD_DIRS+= plug-ins/python INSTALL_DIRS+= plug-ins/python diff --git a/graphics/eom/options.mk b/graphics/eom/options.mk index 61d98f35b10..421dbdeb1fa 100644 --- a/graphics/eom/options.mk +++ b/graphics/eom/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2017/06/28 16:06:30 jperkin Exp $ +# $NetBSD: options.mk,v 1.5 2018/07/03 05:03:19 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.eog PKG_SUPPORTED_OPTIONS= dbus exif jpeg lcms rsvg xmp @@ -39,7 +39,7 @@ CONFIGURE_ARGS+= --without-cms # 3.x as being incompatible, yet eom depends on libpeas which itself sets 2.x # as being incompatible, leaving us with no remaining choices. .if !empty(PKG_OPTIONS:Mpython) -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 9cdb59c535d..f0003e750fd 100644 --- a/graphics/gimp-docs-en/Makefile.common +++ b/graphics/gimp-docs-en/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.15 2017/08/16 20:21:09 wiz Exp $ +# $NetBSD: Makefile.common,v 1.16 2018/07/03 05:03:19 adam Exp $ # # used by graphics/gimp-docs-de/Makefile # used by graphics/gimp-docs-en/Makefile @@ -40,7 +40,7 @@ CONFIGURE_ENV= ALL_LINGUAS=${HELPLANGUAGE} MAKE_FLAGS= VERBOSE=2 REPLACE_PYTHON= tools/xml2po.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.8.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 d0c5c9596ca..07950af29f0 100644 --- a/graphics/libscigraphica/Makefile +++ b/graphics/libscigraphica/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2018/04/16 14:33:52 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2018/07/03 05:03:19 adam Exp $ DISTNAME= libscigraphica-2.1.1 PKGREVISION= 32 @@ -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 36 # py-numarray +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-numarray pre-configure: ln -s ${PYTHONBIN} ${TOOLS_DIR}/bin/python diff --git a/graphics/mypaint/Makefile b/graphics/mypaint/Makefile index c6cb2821949..3cce054ec34 100644 --- a/graphics/mypaint/Makefile +++ b/graphics/mypaint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2018/04/16 14:34:39 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2018/07/03 05:03:19 adam Exp $ DISTNAME= mypaint-1.1.0 PKGREVISION= 6 @@ -19,7 +19,7 @@ USE_LANGUAGES= c c++ USE_TOOLS+= bash:run msgfmt pkg-config -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2 USE_PKGLOCALEDIR= yes diff --git a/graphics/py-biggles/Makefile b/graphics/py-biggles/Makefile index ad39d94702f..60d23c7a902 100644 --- a/graphics/py-biggles/Makefile +++ b/graphics/py-biggles/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2017/01/01 14:43:42 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2018/07/03 05:03:19 adam Exp $ DISTNAME= python2-biggles-1.6.6 PKGNAME= ${PYPKGPREFIX}${DISTNAME:S/python2//} @@ -9,7 +9,7 @@ MAINTAINER= Kai.Puolamaki@iki.fi HOMEPAGE= http://biggles.sourceforge.net/ COMMENT= Python module for creating 2D scientific plots -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not ported yet as of 1.6.6 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not ported yet as of 1.6.6 .include "../../lang/python/distutils.mk" .include "../../math/py-numpy/buildlink3.mk" diff --git a/graphics/py-chart/Makefile b/graphics/py-chart/Makefile index cd4eefcf4a2..0ef8005eef8 100644 --- a/graphics/py-chart/Makefile +++ b/graphics/py-chart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2017/09/03 09:22:57 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2018/07/03 05:03:20 adam Exp $ DISTNAME= PyChart-1.39 PKGNAME= ${PYPKGPREFIX}-chart-1.39 @@ -10,7 +10,7 @@ HOMEPAGE= https://wiki.python.org/moin/PyChart COMMENT= Create high quality Encapsulated Postscript, PDF, or PNG charts LICENSE= gnu-gpl-v2 -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/graphics/py-gdchart/Makefile b/graphics/py-gdchart/Makefile index 7509103c534..f0d1ae0d3ce 100644 --- a/graphics/py-gdchart/Makefile +++ b/graphics/py-gdchart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2018/03/12 11:16:48 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2018/07/03 05:03:20 adam Exp $ DISTNAME= gdchart-py-0.6 PKGNAME= ${PYPKGPREFIX}-gdchart-0.6 @@ -21,7 +21,7 @@ MODULE_FILES= chart.py gdchart.so EXAMPLE_FILES= test.html test.py CHANGES EXAMPLE_DIR= ${PREFIX}/share/examples/${PYPKGPREFIX}-gdchart PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.6 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 53b47a5fb76..1bcb8c8ade5 100644 --- a/graphics/py-gdmodule/Makefile +++ b/graphics/py-gdmodule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2018/03/12 11:16:48 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2018/07/03 05:03:20 adam Exp $ DISTNAME= gdmodule-0.59 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ HOMEPAGE= https://github.com/Solomoriah/gdmodule COMMENT= Python interface to gd graphics library LICENSE= original-bsd -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.59 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 f94e8274427..11bdc19277b 100644 --- a/graphics/py-gnuplot/Makefile +++ b/graphics/py-gnuplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2017/01/01 14:43:42 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2018/07/03 05:03:20 adam Exp $ DISTNAME= gnuplot-py-1.8 PKGNAME= ${PYPKGPREFIX}-gnuplot-1.8 @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy USE_LANGUAGES= # empty -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.8 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 2d3a9c61ff6..e8a7c374842 100644 --- a/graphics/py-goocanvas/Makefile +++ b/graphics/py-goocanvas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2018/04/16 14:34:40 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2018/07/03 05:03:20 adam Exp $ DISTNAME= pygoocanvas-0.14.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} @@ -20,7 +20,7 @@ PKGCONFIG_OVERRIDE+= pygoocanvas.pc.in CONFIGURE_ARGS+= --disable-docs PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2 .include "../../lang/python/pyversion.mk" diff --git a/graphics/py-gtkglext/Makefile b/graphics/py-gtkglext/Makefile index 99bf99e4123..0d8a4c05b59 100644 --- a/graphics/py-gtkglext/Makefile +++ b/graphics/py-gtkglext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2018/04/16 14:34:40 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2018/07/03 05:03:20 adam Exp $ DISTNAME= pygtkglext-1.1.0 PKGNAME= ${PYPKGPREFIX}-pygtkglext-1.1.0 @@ -16,7 +16,7 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN} USE_LIBTOOL= yes USE_TOOLS+= pkg-config PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2 PKGCONFIG_OVERRIDE+= pygtkglext.pc.in diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile index d7586151ed1..a8c56fd8d94 100644 --- a/graphics/py-imaging/Makefile +++ b/graphics/py-imaging/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2017/01/01 14:43:43 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2018/07/03 05:03:20 adam Exp $ DISTNAME= Imaging-1.1.7 PKGNAME= ${PYPKGPREFIX}-imaging-1.1.7 @@ -22,7 +22,7 @@ SUBST_SED.fix-path+= -e 's,FREETYPE_ROOT = None,FREETYPE_ROOT = libinclude("${BU INSTALLATION_DIRS= ${PYINC}/PIL -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.1.7, use Pillow instead +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 dfa62d2fd95..356b82f8000 100644 --- a/graphics/py-imagingtk/Makefile +++ b/graphics/py-imagingtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2018/03/12 11:16:49 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2018/07/03 05:03:20 adam Exp $ DISTNAME= Imaging-1.1.7 PKGNAME= ${PYPKGPREFIX}-imagingtk-1.1.7 @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk DIST_SUBDIR= python EGG_NAME= ${DISTNAME:S/Imaging/PIL/} PY_NO_EGG= yes # same egg installed by py-imaging -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-imaging +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-imaging PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX} diff --git a/graphics/py-mcomix/Makefile b/graphics/py-mcomix/Makefile index 2e02b0d25bc..820314497a7 100644 --- a/graphics/py-mcomix/Makefile +++ b/graphics/py-mcomix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2018/01/22 12:50:59 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2018/07/03 05:03:20 adam 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 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 ac8b9932028..b2ce06c2490 100644 --- a/graphics/py-piddle/Makefile +++ b/graphics/py-piddle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2017/01/01 14:43:43 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2018/07/03 05:03:20 adam Exp $ DISTNAME= piddle-1.0.15 PKGREVISION= 3 @@ -12,7 +12,7 @@ COMMENT= Python Plug In Drawing, Does Little Else USE_LANGUAGES= # empty -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/py-pycha/Makefile b/graphics/py-pycha/Makefile index 2b1a528b0a1..18b4d097e25 100644 --- a/graphics/py-pycha/Makefile +++ b/graphics/py-pycha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2017/11/24 22:15:59 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2018/07/03 05:03:20 adam Exp $ DISTNAME= pycha-0.7.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-cairo-[0-9]*:../../graphics/py-cairo USE_LANGUAGES= #none PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/py-sk1libs/Makefile b/graphics/py-sk1libs/Makefile index 2a63d07d045..15bfc4180ec 100644 --- a/graphics/py-sk1libs/Makefile +++ b/graphics/py-sk1libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2018/03/04 16:25:45 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2018/07/03 05:03:21 adam Exp $ DISTNAME= sk1libs-0.9.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Set of python non-GUI extensions for sK1 Project LICENSE= gnu-lgpl-v2 USE_LANGUAGES= c -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.9.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 9fa906aedef..3d2af1ed9ef 100644 --- a/graphics/py-uniconvertor/Makefile +++ b/graphics/py-uniconvertor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2018/03/04 16:25:24 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2018/07/03 05:03:21 adam Exp $ DISTNAME= uniconvertor-1.1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-sk1libs-[0-9]*:../../graphics/py-sk1libs USE_LANGUAGES= c PYDISTUTILSPKG= yes PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-sk1libs +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-sk1libs REPLACE_PYTHON+= src/__init__.py .include "../../lang/python/application.mk" diff --git a/graphics/scigraphica/Makefile b/graphics/scigraphica/Makefile index 500d0bae1f4..6e7f847f7f3 100644 --- a/graphics/scigraphica/Makefile +++ b/graphics/scigraphica/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2018/04/16 14:34:41 wiz Exp $ +# $NetBSD: Makefile,v 1.83 2018/07/03 05:03:21 adam Exp $ DISTNAME= scigraphica-2.1.0 PKGREVISION= 31 @@ -22,7 +22,7 @@ CONFIGURE_ENV+= PYTHONBIN=${PYTHONBIN:Q} USE_LIBTOOL= YES PTHREAD_AUTO_VARS= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-numarray via libscigraphica +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-numarray via libscigraphica pre-configure: ln -s ${PYTHONBIN} ${TOOLS_DIR}/bin/python diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile index ae0a7deac28..0ec6870550a 100644 --- a/graphics/skencil/Makefile +++ b/graphics/skencil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2018/03/12 11:16:50 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2018/07/03 05:03:21 adam Exp $ DISTNAME= skencil-0.6.17 PKGREVISION= 14 @@ -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 36 # py-imaging +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 66309a04b88..d177fd438ed 100644 --- a/graphics/xdot/Makefile +++ b/graphics/xdot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2017/09/06 11:30:41 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2018/07/03 05:03:21 adam Exp $ DISTNAME= xdot PKGNAME= xdot-20121124 @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR} USE_LANGUAGES= # none DIST_SUBDIR= ${PKGNAME_NOREV} REPLACE_PYTHON= xdot.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2 INSTALLATION_DIRS= bin do-build: diff --git a/ham/gnuradio-core/Makefile.common b/ham/gnuradio-core/Makefile.common index 9826b683819..740a83dd534 100644 --- a/ham/gnuradio-core/Makefile.common +++ b/ham/gnuradio-core/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.14 2017/01/13 22:03:35 mef Exp $ +# $NetBSD: Makefile.common,v 1.15 2018/07/03 05:03:21 adam Exp $ # This Makefile fragment is included in the package Makefiles for # GNU Radio distributed packages (they all share common configure and build # settings). @@ -51,7 +51,7 @@ DEPENDS+= ${PYPKGPREFIX}-qwt-qt4-[0-9]*:../../x11/py-qwt-qt4 DISTINFO_FILE= ${.CURDIR}/../../ham/gnuradio-core/distinfo PATCHDIR= ${.CURDIR}/../../ham/gnuradio-core/patches -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 3.3.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 3.3.0 PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} PLIST_SUBST+= PYSITELIB=${PYSITELIB} PY_PATCHPLIST= yes diff --git a/ham/uhd/Makefile b/ham/uhd/Makefile index 80761e0694e..3cc98405971 100644 --- a/ham/uhd/Makefile +++ b/ham/uhd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2018/04/29 21:31:48 adam Exp $ +# $NetBSD: Makefile,v 1.34 2018/07/03 05:03:21 adam Exp $ DISTNAME= uhd-3.11.0.0 PKGREVISION= 1 @@ -15,7 +15,7 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-cheetah-[0-9]*:../../devel/py-cheetah BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils BUILD_DEPENDS+= ${PYPKGPREFIX}-mako-[0-9]*:../../devel/py-mako -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-cheetah +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-cheetah CMAKE_ARGS+= -DRST2HTML_EXECUTABLE=${PREFIX}/bin/rst2html-${PYVERSSUFFIX}.py CMAKE_ARGS+= -Wno-dev diff --git a/inputmethod/ibus-python/Makefile b/inputmethod/ibus-python/Makefile index 12db647a5ae..db263e48977 100644 --- a/inputmethod/ibus-python/Makefile +++ b/inputmethod/ibus-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2018/04/28 01:40:07 tsutsui Exp $ +# $NetBSD: Makefile,v 1.15 2018/07/03 05:03:21 adam Exp $ .include "../../inputmethod/ibus/Makefile.common" @@ -42,7 +42,7 @@ CONFIGURE_ARGS+= --disable-gconf CONFIGURE_ARGS+= --enable-python-library CONFIGURE_ENV+= PYTHON2=${PYTHONBIN} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2 PY_PATCHPLIST= yes .include "../../lang/python/extension.mk" diff --git a/inputmethod/ibus-tegaki/Makefile b/inputmethod/ibus-tegaki/Makefile index 6519f335d8a..adf6ebcc850 100644 --- a/inputmethod/ibus-tegaki/Makefile +++ b/inputmethod/ibus-tegaki/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2017/01/01 14:43:44 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2018/07/03 05:03:21 adam Exp $ DISTNAME= ibus-tegaki-0.3.1 PKGREVISION= 2 @@ -21,7 +21,7 @@ SUBST_STAGE.epython= pre-configure SUBST_FILES.epython= ibus-engine-tegaki.in SUBST_SED.epython= -e 's;exec python;exec ${PYTHONBIN};g' -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 via py-ibus-python +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 ce57af8932a..408912b8a7c 100644 --- a/inputmethod/py-input-pad/Makefile +++ b/inputmethod/py-input-pad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2018/04/16 14:34:45 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2018/07/03 05:03:21 adam Exp $ .include "../../inputmethod/input-pad/Makefile.common" @@ -27,7 +27,7 @@ post-configure: ${LN} -s ${BUILDLINK_DIR}/lib/libinput-pad.la ${WRKSRC}/input-pad PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 15cd112ca16..279f7bca1ef 100644 --- a/inputmethod/py-zinnia/Makefile +++ b/inputmethod/py-zinnia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2017/01/01 14:43:44 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2018/07/03 05:03:21 adam 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 36 # not yet ported as of 0.06 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.06 EGG_NAME= zinnia_python-0.0.0 diff --git a/inputmethod/tegaki-pygtk/Makefile b/inputmethod/tegaki-pygtk/Makefile index 7523b381974..ea6413ab144 100644 --- a/inputmethod/tegaki-pygtk/Makefile +++ b/inputmethod/tegaki-pygtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:44 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2018/07/03 05:03:21 adam Exp $ DISTNAME= tegaki-pygtk-0.3.1 PKGREVISION= 2 @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.10:../../x11/py-gtk2 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 1c199b6dba7..387254819dc 100644 --- a/inputmethod/tegaki-python/Makefile +++ b/inputmethod/tegaki-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:44 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2018/07/03 05:03:22 adam Exp $ DISTNAME= tegaki-python-0.3.1 PKGREVISION= 1 @@ -23,7 +23,7 @@ SUBST_STAGE.prefix= pre-configure SUBST_FILES.prefix= tegaki/engine.py SUBST_SED.prefix= -e 's|/usr/local/share|${PREFIX}/share|g' -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-zinnia +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 6dfc3b0b84d..4b71b6b92fd 100644 --- a/inputmethod/tegaki-recognize/Makefile +++ b/inputmethod/tegaki-recognize/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2017/01/01 14:43:44 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2018/07/03 05:03:22 adam Exp $ DISTNAME= tegaki-recognize-0.3.1.2 PKGREVISION= 1 @@ -15,7 +15,7 @@ DEPENDS+= tegaki-pygtk>=0.2:../../inputmethod/tegaki-pygtk USE_LANGUAGES= # none REPLACE_PYTHON= bin/tegaki-recognize -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.3.1.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 2782a484163..9290a9bbf57 100644 --- a/inputmethod/tegaki-tools/Makefile +++ b/inputmethod/tegaki-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:44 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2018/07/03 05:03:22 adam Exp $ DISTNAME= tegaki-tools-0.3.1 PKGREVISION= 1 @@ -15,7 +15,7 @@ DEPENDS+= tegaki-pygtk>=0.3:../../inputmethod/tegaki-pygtk USE_LANGUAGES= c c++ -PYTHON_VERSIONS_INCOMPATIBLE= 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/application.mk" .include "../../lang/python/distutils.mk" diff --git a/inputmethod/tegaki-train/Makefile b/inputmethod/tegaki-train/Makefile index 369943c2dd1..d31e1840de7 100644 --- a/inputmethod/tegaki-train/Makefile +++ b/inputmethod/tegaki-train/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:44 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2018/07/03 05:03:22 adam Exp $ DISTNAME= tegaki-train-0.3.1 PKGREVISION= 1 @@ -14,7 +14,7 @@ DEPENDS+= tegaki-pygtk>=0.2:../../inputmethod/tegaki-pygtk USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 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/application.mk" .include "../../lang/python/distutils.mk" diff --git a/inputmethod/tegaki-wagomu/Makefile b/inputmethod/tegaki-wagomu/Makefile index f40a6b7e438..85f3f7427f1 100644 --- a/inputmethod/tegaki-wagomu/Makefile +++ b/inputmethod/tegaki-wagomu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2017/01/19 18:52:13 agc Exp $ +# $NetBSD: Makefile,v 1.20 2018/07/03 05:03:22 adam Exp $ DISTNAME= tegaki-wagomu-0.3.1 PKGREVISION= 6 @@ -29,7 +29,7 @@ SUBST_STAGE.fixver= pre-configure SUBST_FILES.fixver= tegakiwagomu.py SUBST_SED.fixver= -e 's|0\.3|${PKGVERSION_NOREV}|' -PYTHON_VERSIONS_INCOMPATIBLE= 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 "../../devel/glib2/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/lang/nodejs/Makefile.common b/lang/nodejs/Makefile.common index d42f3247e91..1fed370f1f6 100644 --- a/lang/nodejs/Makefile.common +++ b/lang/nodejs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.20 2018/05/12 08:59:56 fhajny Exp $ +# $NetBSD: Makefile.common,v 1.21 2018/07/03 05:03:22 adam Exp $ # used by lang/nodejs/Makefile # used by lang/nodejs6/Makefile # used by lang/nodejs8/Makefile @@ -17,7 +17,7 @@ USE_TOOLS+= bash gmake pkg-config USE_LANGUAGES= c c++ PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.10.24 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.10.24 GCC_REQD+= 4.8 diff --git a/lang/npm/Makefile b/lang/npm/Makefile index e5dad9c3ddf..986f0986244 100644 --- a/lang/npm/Makefile +++ b/lang/npm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2018/06/28 11:28:01 fhajny Exp $ +# $NetBSD: Makefile,v 1.8 2018/07/03 05:03:22 adam Exp $ DISTNAME= npm-6.1.0 CATEGORIES= lang @@ -17,7 +17,7 @@ SITES.${MARKED}.tar.gz= -https://github.com/markedjs/marked/archive/v${MARKED:S/ USE_TOOLS+= gmake perl -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # required by gyp scripts included +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # required by gyp scripts included REPLACE_INTERPRETER+= node REPLACE.node.old= .*node diff --git a/lang/py-basicproperty/Makefile b/lang/py-basicproperty/Makefile index dca7d5132f7..3aff2d9e0a2 100644 --- a/lang/py-basicproperty/Makefile +++ b/lang/py-basicproperty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:45 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2018/07/03 05:03:22 adam Exp $ DISTNAME= basicproperty-0.6.9a PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ USE_LANGUAGES= c REPLACE_PYTHON= basicproperty/tests/test.py EGG_NAME= ${DISTNAME}0 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 post-extract: # wrong architecture binary diff --git a/lang/py-pyrex/Makefile b/lang/py-pyrex/Makefile index b975973ae19..ae99346ad32 100644 --- a/lang/py-pyrex/Makefile +++ b/lang/py-pyrex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2017/01/01 14:43:45 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2018/07/03 05:03:22 adam Exp $ DISTNAME= Pyrex-0.9.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/P/p/} @@ -14,7 +14,7 @@ LICENSE= apache-2.0 USE_TOOLS+= pax PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.9.9 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 3b3c1e5afde..bc7d91f7ae7 100644 --- a/lang/py-pythonz/Makefile +++ b/lang/py-pythonz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2017/09/16 19:26:58 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2018/07/03 05:03:22 adam 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 36 # not yet ported as of 1.2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 b93ee2c96ea..4978136f0e5 100644 --- a/mail/archivemail/Makefile +++ b/mail/archivemail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2017/01/01 14:43:45 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2018/07/03 05:03:22 adam Exp $ DISTNAME= archivemail-0.9.0 PKGREVISION= 1 @@ -14,7 +14,7 @@ USE_LANGUAGES= # none INSTALLATION_DIRS= share/archivemail -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.9.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 f6ffec91365..16789dcce26 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.96 2018/05/22 09:23:33 triaxx Exp $ +# $NetBSD: Makefile,v 1.97 2018/07/03 05:03:22 adam Exp $ DISTNAME= fetchmail-6.3.26 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} @@ -30,7 +30,7 @@ INSTALL_TARGET= install-pythonPYTHON PLIST_SUBST+= PYSITELIB=${PYSITELIB} REPLACE_PYTHON= fetchmailconf.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 6.3.22 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 e417a6466b0..3ab5b1e7ac2 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.160 2018/04/03 03:23:28 schmonz Exp $ +# $NetBSD: Makefile,v 1.161 2018/07/03 05:03:23 adam Exp $ DISTNAME= getmail-5.6 CATEGORIES= mail @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= # none REPLACE_PYTHON= *.py getmailcore/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 4.53.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 4.53.0 .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile index 9d010a31f53..ebcd31a5e96 100644 --- a/mail/mailman/Makefile +++ b/mail/mailman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.80 2017/12/04 01:52:58 maya Exp $ +# $NetBSD: Makefile,v 1.81 2018/07/03 05:03:23 adam Exp $ DISTNAME= mailman-2.1.25 PKGNAME= mailman-2.1.25 @@ -68,7 +68,7 @@ RCD_SCRIPTS= mailman INSTALL_TEMPLATES+= ${FILESDIR}/INSTALL DEINSTALL_TEMPLATES+= ${FILESDIR}/DEINSTALL -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.1.14.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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/py-flufl.bounce/Makefile b/mail/py-flufl.bounce/Makefile index 5e5e9c50b46..a94a4340d71 100644 --- a/mail/py-flufl.bounce/Makefile +++ b/mail/py-flufl.bounce/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2017/04/25 20:17:03 fhajny Exp $ +# $NetBSD: Makefile,v 1.2 2018/07/03 05:03:23 adam Exp $ DISTNAME= flufl.bounce-3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= https://launchpad.net/flufl.bounce/ COMMENT= Email bounce detectors LICENSE= apache-2.0 -PYTHON_VERSIONS_ACCEPTED= 36 35 34 +PYTHON_VERSIONS_ACCEPTED= 37 36 35 34 DEPENDS+= ${PYPKGPREFIX}-atpublic-[0-9]*:../../devel/py-atpublic DEPENDS+= ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface diff --git a/mail/py-libgmail/Makefile b/mail/py-libgmail/Makefile index ed6f25690c0..aa7e0dc07f9 100644 --- a/mail/py-libgmail/Makefile +++ b/mail/py-libgmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2017/01/01 14:43:45 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2018/07/03 05:03:23 adam Exp $ DISTNAME= libgmail-0.1.11 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-mechanize-[0-9]*:../../www/py-mechanize USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-mechanize +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 3a2cad87ae2..e8dae69b1d4 100644 --- a/mail/thunderbird-enigmail/Makefile.common +++ b/mail/thunderbird-enigmail/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.19 2017/12/26 12:43:43 wiz Exp $ +# $NetBSD: Makefile.common,v 1.20 2018/07/03 05:03:23 adam 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 36 # as of 1.8.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 2f6fe0a44f9..3d431e0887e 100644 --- a/mail/tmda/Makefile +++ b/mail/tmda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2017/12/24 10:18:20 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2018/07/03 05:03:23 adam Exp $ DISTNAME= tmda-1.1.12 PKGREVISION= 5 @@ -13,7 +13,7 @@ COMMENT= Python-based SPAM reduction system REPLACE_PYTHON= ${TMDA_PROGRAMS} PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.1.12 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.1.12 PKG_SYSCONFSUBDIR= ${PKGBASE} diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index c7123bc786f..c3c8d6abe27 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.190 2018/04/16 14:34:51 wiz Exp $ +# $NetBSD: Makefile,v 1.191 2018/07/03 05:03:23 adam Exp $ DISTNAME= gnumeric-1.8.4 PKGREVISION= 47 @@ -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 36 # not yet ported as of 1.8.4 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 3916c3cde10..b53eb23dabe 100644 --- a/math/gnumeric110/Makefile +++ b/math/gnumeric110/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2018/04/16 14:34:52 wiz Exp $ +# $NetBSD: Makefile,v 1.69 2018/07/03 05:03:23 adam Exp $ DISTNAME= gnumeric-1.10.17 PKGREVISION= 30 @@ -29,7 +29,7 @@ PLIST_SUBST+= GOFFICE_VERSION=${GOFFICE_VERSION} CONFIGURE_ARGS+= --with-python CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.10.17 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 87b4d37c4c9..895dc2349bf 100644 --- a/math/gnumeric112/Makefile +++ b/math/gnumeric112/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2018/05/26 22:11:32 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2018/07/03 05:03:23 adam Exp $ DISTNAME= gnumeric-1.12.41 CATEGORIES= math gnome @@ -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 36 # not yet ported as of 1.12.9 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.12.9 #CONFIGURE_ARGS+= --with-gnome diff --git a/math/py-Numeric/Makefile b/math/py-Numeric/Makefile index 644cda799ec..a8da7d8daba 100644 --- a/math/py-Numeric/Makefile +++ b/math/py-Numeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2017/09/04 17:58:31 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2018/07/03 05:03:23 adam Exp $ DISTNAME= Numeric-24.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://www.numpy.org/ COMMENT= Adds multidimensional numeric arrays to Python PYSETUP= setup.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 24.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 8673552ad99..a106a11a63a 100644 --- a/math/py-Scientific/Makefile +++ b/math/py-Scientific/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2018/04/29 21:31:52 adam Exp $ +# $NetBSD: Makefile,v 1.52 2018/07/03 05:03:23 adam Exp $ DISTNAME= ScientificPython-2.8.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Python//} @@ -16,7 +16,7 @@ MAKE_ENV+= NETCDF_PREFIX=${BUILDLINK_PREFIX.netcdf} PLIST_SUBST+= OSNAME=${LOWER_OPSYS:S/solaris/sunos/} PLIST_SUBST+= OSVER=${OS_VERSION:C/^(.).*/\1/} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.8.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 2.8.1 INSTALLATION_DIRS= bin diff --git a/math/py-cdecimal/Makefile b/math/py-cdecimal/Makefile index dc5ac3dee30..4db25ceed29 100644 --- a/math/py-cdecimal/Makefile +++ b/math/py-cdecimal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:46 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2018/07/03 05:03:24 adam Exp $ DISTNAME= cdecimal-2.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,7 +17,7 @@ USE_LANGUAGES= c GNU_CONFIGURE= yes #PKG_FAIL_REASON+= "${DISTNAME} is obsoleted by the builtin \`decimal\` in python3.3." -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 #.include "../../devel/gmp/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/math/py-fftw/Makefile b/math/py-fftw/Makefile index da17a4afc14..33c13848b5f 100644 --- a/math/py-fftw/Makefile +++ b/math/py-fftw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:46 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2018/07/03 05:03:24 adam Exp $ DISTNAME= PyFFTW3-0.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//S/FFTW/fftw/S/3//} @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v3 USE_LANGUAGES= c -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 0.2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # as of 0.2.1 MAKE_ENV+= FFTW_PATH=${PREFIX}/lib diff --git a/math/py-fpconst/Makefile b/math/py-fpconst/Makefile index 346f6866358..d1f031861ea 100644 --- a/math/py-fpconst/Makefile +++ b/math/py-fpconst/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2017/01/01 14:43:46 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2018/07/03 05:03:24 adam Exp $ DISTNAME= fpconst-0.7.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= https://pypi.python.org/pypi/fpconst COMMENT= IEEE 754 floating point special handling for Python PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.7.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 0798a636b7e..0444a229bca 100644 --- a/math/py-numarray/Makefile +++ b/math/py-numarray/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2017/01/01 14:43:46 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2018/07/03 05:03:24 adam Exp $ DISTNAME= numarray-1.5.2 PKGNAME= ${PYPKGPREFIX}-numarray-1.5.2 @@ -15,7 +15,7 @@ PLIST_VARS+= blas PLIST.blas= yes .endif -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.5.2; use py-numpy +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.5.2; use py-numpy do-test: (cd ${WRKSRC}/Lib && ${PYTHONBIN} testall.py) diff --git a/meta-pkgs/bulk-large/Makefile b/meta-pkgs/bulk-large/Makefile index e32b77d4e9a..43425af97f0 100644 --- a/meta-pkgs/bulk-large/Makefile +++ b/meta-pkgs/bulk-large/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2017/09/29 12:40:27 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2018/07/03 05:03:24 adam Exp $ DISTNAME= bulk-large-20170929 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 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 5b49090bac7..9cf4e4d8338 100644 --- a/meta-pkgs/bulk-medium/Makefile +++ b/meta-pkgs/bulk-medium/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2017/10/28 05:22:37 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2018/07/03 05:03:24 adam Exp $ DISTNAME= bulk-medium-20171028 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 36 # py-matplotlib-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 fe4ace0c9f7..5be8e3714f3 100644 --- a/meta-pkgs/gnome/Makefile +++ b/meta-pkgs/gnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.139 2018/05/17 08:36:34 jperkin Exp $ +# $NetBSD: Makefile,v 1.140 2018/07/03 05:03:24 adam Exp $ DISTNAME= gnome-2.26.2 PKGREVISION= 5 @@ -11,7 +11,7 @@ COMMENT= Meta-package for the GNOME desktop META_PACKAGE= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 16e0cd8b56f..40f44e0c6d5 100644 --- a/meta-pkgs/py-gnome-bindings/Makefile +++ b/meta-pkgs/py-gnome-bindings/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2017/07/30 22:47:52 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2018/07/03 05:03:24 adam Exp $ DISTNAME= ${PYPKGPREFIX}-gnome-bindings-2.26.2 CATEGORIES= meta-pkgs x11 gnome @@ -10,7 +10,7 @@ COMMENT= Meta-package for Python bindings for the GNOME desktop META_PACKAGE= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit, py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 8b610f2fd0a..43e5de498f9 100644 --- a/meta-pkgs/py-tryton-platform/Makefile +++ b/meta-pkgs/py-tryton-platform/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/01/01 14:43:47 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2018/07/03 05:03:24 adam 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 36 # py-simplesoap via py-stdnum and py-trytond-bank +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 19c016391cf..aa8b860f792 100644 --- a/misc/byobu/Makefile +++ b/misc/byobu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2018/01/14 10:05:03 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2018/07/03 05:03:24 adam 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 36 # py-newt +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-newt EGDIR= share/examples/byobu CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/${EGDIR} diff --git a/misc/deskbar-applet/Makefile b/misc/deskbar-applet/Makefile index 72ce2156b26..ee5ee630bf2 100644 --- a/misc/deskbar-applet/Makefile +++ b/misc/deskbar-applet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.109 2018/04/16 14:34:53 wiz Exp $ +# $NetBSD: Makefile,v 1.110 2018/07/03 05:03:24 adam Exp $ DISTNAME= deskbar-applet-2.32.0 PKGREVISION= 53 @@ -20,7 +20,7 @@ PKGCONFIG_OVERRIDE= data/deskbar-applet.pc.in GCONF_SCHEMAS= deskbar-applet.schemas -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-ORBit via py-gnome2, py-gtk2 REPLACE_PYTHON= deskbar/deskbar-applet.py PY_PATCHPLIST= yes diff --git a/misc/mnemosyne/Makefile b/misc/mnemosyne/Makefile index 558401e057c..2e55f507947 100644 --- a/misc/mnemosyne/Makefile +++ b/misc/mnemosyne/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2017/09/03 08:53:11 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2018/07/03 05:03:24 adam Exp $ DISTNAME= Mnemosyne-2.3.1 PKGNAME= ${DISTNAME:S/M/m/} @@ -19,7 +19,7 @@ DEPENDS+= ${PYPKGPREFIX}-WebOb-[0-9]*:../../www/py-WebOb USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 9ab0ed26801..1bded2a9814 100644 --- a/misc/orca/Makefile +++ b/misc/orca/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2017/11/24 22:15:59 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2018/07/03 05:03:25 adam Exp $ DISTNAME= orca-2.32.1 PKGREVISION= 1 @@ -31,7 +31,7 @@ USE_PKGLOCALEDIR= yes CONFIGURE_ENV+= PYTHON=${PYTHONBIN} PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit, py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-ORBit, py-gnome2, py-gtk2 .include "../../mk/bsd.prefs.mk" .if ${X11_TYPE} == "modular" || !exists(${X11BASE}/bin/xmodmap) diff --git a/misc/py-anita/Makefile b/misc/py-anita/Makefile index b09b170a2b6..2728b69349b 100644 --- a/misc/py-anita/Makefile +++ b/misc/py-anita/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2018/03/08 16:43:40 gson Exp $ +# $NetBSD: Makefile,v 1.48 2018/07/03 05:03:25 adam Exp $ DISTNAME= anita-1.44 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-pexpect>=2.1:../../devel/py-pexpect USE_LANGUAGES= #none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.44 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.44 SUBST_CLASSES+= manpath SUBST_STAGE.manpath= pre-configure diff --git a/misc/py-anki2/Makefile b/misc/py-anki2/Makefile index 595572693e3..5ed09956f12 100644 --- a/misc/py-anki2/Makefile +++ b/misc/py-anki2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2018/06/22 11:51:28 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2018/07/03 05:03:25 adam Exp $ DISTNAME= anki-2.0.52-source PKGNAME= ${PYPKGPREFIX}-${DISTNAME:C/anki/anki2/:C/-source//} @@ -22,7 +22,7 @@ DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 WRKSRC= ${WRKDIR}/${DISTNAME:S/-source//} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.0.21 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 2.0.21 .include "options.mk" diff --git a/misc/py-carddav/Makefile b/misc/py-carddav/Makefile index 3cc6a7c46bb..7be24d193c6 100644 --- a/misc/py-carddav/Makefile +++ b/misc/py-carddav/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2017/01/01 14:43:48 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2018/07/03 05:03:25 adam Exp $ DISTNAME= pyCardDAV-0.7.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyCardDAV/carddav/} @@ -19,7 +19,7 @@ DEPENDS+= ${PYPKGPREFIX}-xdg-[0-9]*:../../devel/py-xdg USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 0.7.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # as of 0.7.0 REPLACE_PYTHON= pycarddav/ui.py REPLACE_PYTHON+= pycarddav/controllers/__init__.py diff --git a/misc/py-trytond-party/options.mk b/misc/py-trytond-party/options.mk index 85bda7310d6..277a118d420 100644 --- a/misc/py-trytond-party/options.mk +++ b/misc/py-trytond-party/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2017/01/01 14:43:48 wiz Exp $ +# $NetBSD: options.mk,v 1.4 2018/07/03 05:03:25 adam 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 36 # py-simplesoap via py-stdnum and py-vatnumber +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-simplesoap via py-stdnum and py-vatnumber DEPENDS+= ${PYPKGPREFIX}-vatnumber-[0-9]*:../../finance/py-vatnumber .endif diff --git a/misc/superkaramba/Makefile b/misc/superkaramba/Makefile index bd7fc7ad41b..0419c16b9d8 100644 --- a/misc/superkaramba/Makefile +++ b/misc/superkaramba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2018/04/29 21:31:56 adam Exp $ +# $NetBSD: Makefile,v 1.44 2018/07/03 05:03:25 adam Exp $ DISTNAME= superkaramba-15.08.3 PKGREVISION= 8 @@ -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 36 # not yet ported as of 4.11.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 b86b054c1f1..652ff9e5892 100644 --- a/multimedia/farsight2/Makefile +++ b/multimedia/farsight2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2018/04/17 22:29:43 wiz Exp $ +# $NetBSD: Makefile,v 1.70 2018/07/03 05:03:25 adam Exp $ DISTNAME= farsight2-0.0.31 PKGREVISION= 30 @@ -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 36 # py-gtk2, py-gstreamer0.10 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2, py-gstreamer0.10 .include "../../lang/python/pyversion.mk" diff --git a/multimedia/kodi/Makefile b/multimedia/kodi/Makefile index b3443fd6ef8..14a68c30071 100644 --- a/multimedia/kodi/Makefile +++ b/multimedia/kodi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2018/04/29 21:31:57 adam Exp $ +# $NetBSD: Makefile,v 1.38 2018/07/03 05:03:25 adam Exp $ PKGNAME= kodi-15.2 PKGREVISION= 28 @@ -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 36 # insists on < 3.0 as of 15.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 b8ff544818e..f1a0558d11b 100644 --- a/multimedia/libkate/options.mk +++ b/multimedia/libkate/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.7 2017/01/01 14:43:48 wiz Exp $ +# $NetBSD: options.mk,v 1.8 2018/07/03 05:03:25 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.libkate PKG_SUPPORTED_OPTIONS= debug doc oggz python valgrind vorbis @@ -24,7 +24,7 @@ CONFIGURE_ARGS+= --disable-doc .if !empty(PKG_OPTIONS:Mpython) REPLACE_PYTHON= tools/KateDJ/KateDJ PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 18dfa3c2855..67e4da6fbf3 100644 --- a/multimedia/pitivi/Makefile +++ b/multimedia/pitivi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2018/04/16 14:34:58 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2018/07/03 05:03:25 adam Exp $ DISTNAME= pitivi-0.15.2 PKGREVISION= 12 @@ -18,7 +18,7 @@ USE_TOOLS+= pkg-config intltool gmake msgfmt CONFIGURE_ENV+= ac_cv_path_PYTHON=${PYTHONBIN} REPLACE_PYTHON= bin/pitivi.in -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2, py-gstreamer0.10 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 b4fed6df7cd..3fc66bc5062 100644 --- a/multimedia/py-gstreamer0.10/Makefile +++ b/multimedia/py-gstreamer0.10/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2017/08/16 20:21:12 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2018/07/03 05:03:25 adam Exp $ DISTNAME= gst-python-0.10.22 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/gst-python/gstreamer0.10/} @@ -20,7 +20,7 @@ USE_TOOLS+= pkg-config gmake GNU_CONFIGURE= yes CONFIGURE_ENV+= PYTHON=${PYTHONBIN} PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.10.22; use py-gobjects +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 aaf71d6a030..1fa0e0a265e 100644 --- a/multimedia/py-ming/Makefile +++ b/multimedia/py-ming/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2017/01/01 14:43:48 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2018/07/03 05:03:26 adam Exp $ .include "../../multimedia/ming/Makefile.common" @@ -15,7 +15,7 @@ PY_PATCHPLIST= yes PYSETUPSUBDIR= py_ext EGG_NAME= ${DISTNAME:S/ming/mingc/} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 SUBST_CLASSES+= giflib SUBST_STAGE.giflib= pre-configure diff --git a/multimedia/sickbeard/Makefile b/multimedia/sickbeard/Makefile index 24e58855931..96fad433b98 100644 --- a/multimedia/sickbeard/Makefile +++ b/multimedia/sickbeard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2017/01/01 14:43:49 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2018/07/03 05:03:26 adam 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 36 # py-cheetah +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 7f1602e25ed..b8b2080799d 100644 --- a/multimedia/totem/Makefile.common +++ b/multimedia/totem/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.66 2017/07/30 22:47:53 wiz Exp $ +# $NetBSD: Makefile.common,v 1.67 2018/07/03 05:03:26 adam Exp $ # # used by multimedia/totem-browser-plugin/Makefile # used by multimedia/totem-nautilus/Makefile @@ -28,7 +28,7 @@ GCONF_SCHEMAS+= totem-video-thumbnail.schemas CONFIGURE_ARGS+= --enable-vala=no -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2, py-gdata +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 cfc76b8a19c..ebc7b0c02b5 100644 --- a/net/Radicale/options.mk +++ b/net/Radicale/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.6 2017/01/01 14:43:49 wiz Exp $ +# $NetBSD: options.mk,v 1.7 2018/07/03 05:03:26 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.Radicale PKG_SUPPORTED_OPTIONS= git ldap @@ -10,6 +10,6 @@ DEPENDS+= ${PYPKGPREFIX}-dulwich-[0-9]*:../../devel/py-dulwich .endif .if !empty(PKG_OPTIONS:Mldap) -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ldap +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-ldap DEPENDS+= ${PYPKGPREFIX}-ldap-[0-9]*:../../databases/py-ldap .endif diff --git a/net/Radicale2/options.mk b/net/Radicale2/options.mk index 0c2f7dbdbde..c7b61778fcd 100644 --- a/net/Radicale2/options.mk +++ b/net/Radicale2/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2017/07/12 07:30:46 jperkin Exp $ +# $NetBSD: options.mk,v 1.3 2018/07/03 05:03:26 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.Radicale @@ -8,6 +8,6 @@ PKG_OPTIONS_VAR= PKG_OPTIONS.Radicale .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mldap) -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ldap +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-ldap DEPENDS+= ${PYPKGPREFIX}-ldap-[0-9]*:../../databases/py-ldap .endif diff --git a/net/avahi/options.mk b/net/avahi/options.mk index f8fae77a87e..e3eecd4b163 100644 --- a/net/avahi/options.mk +++ b/net/avahi/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.10 2017/09/26 06:56:23 wiz Exp $ +# $NetBSD: options.mk,v 1.11 2018/07/03 05:03:26 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.avahi PKG_SUPPORTED_OPTIONS= avahi-howl gdbm introspection gtk2 gtk3 mono python @@ -71,7 +71,7 @@ CONFIGURE_ARGS+= --disable-qt4 ### .if !empty(PKG_OPTIONS:Mpython) PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 39ecd8805ec..aede5986467 100644 --- a/net/bittornado-gui/Makefile +++ b/net/bittornado-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2017/01/01 14:43:49 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2018/07/03 05:03:26 adam Exp $ .include "../../net/bittornado/Makefile.common" @@ -16,7 +16,7 @@ NO_BUILD= yes REPLACE_PYTHON= btcompletedirgui.py btdownloadgui.py REPLACE_PYTHON+= btmaketorrentgui.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-wxWidgets INSTALLATION_DIRS= bin diff --git a/net/bittornado/Makefile b/net/bittornado/Makefile index c08f6be6f70..85fb8ee02cf 100644 --- a/net/bittornado/Makefile +++ b/net/bittornado/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2017/01/01 14:43:49 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2018/07/03 05:03:26 adam Exp $ .include "Makefile.common" @@ -9,7 +9,7 @@ CONFLICTS= bittorrent-[0-9]* DEPENDS+= ${PYPKGPREFIX}-cursespanel-[0-9]*:../../devel/py-cursespanel DEPENDS+= ${PYPKGPREFIX}-crypto>=2.0:../../security/py-crypto -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.3.18 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 78df1e8ac26..b4faa58f23a 100644 --- a/net/bittorrent-gui/Makefile +++ b/net/bittorrent-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2017/01/01 14:43:49 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2018/07/03 05:03:26 adam Exp $ .include "../../net/bittorrent/Makefile.common" @@ -11,7 +11,7 @@ DEPENDS+= bittorrent>=${PKGVERSION_NOREV}:../../net/bittorrent DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.6:../../x11/py-gtk2 REPLACE_PYTHON= bittorrent maketorrent -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2 CONFLICTS+= bittornado-gui-[0-9]* diff --git a/net/bittorrent/Makefile b/net/bittorrent/Makefile index 051c1e60fe6..4be7fa4a6a9 100644 --- a/net/bittorrent/Makefile +++ b/net/bittorrent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2017/01/01 14:43:49 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2018/07/03 05:03:26 adam Exp $ .include "Makefile.common" @@ -28,7 +28,7 @@ SUBST_FILES.sha+= khashmir/utkhashmir.py SUBST_FILES.sha+= torrentinfo-console.py SUBST_SED.sha= -e "s/^from sha import .*/from hashlib import sha1 as sha/" -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 4.4.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 baf2d651145..0fdbe5f3f76 100644 --- a/net/calypso/Makefile +++ b/net/calypso/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2017/01/01 14:43:49 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2018/07/03 05:03:26 adam Exp $ DISTNAME= calypso-1.3 PKGREVISION= 1 @@ -16,7 +16,7 @@ DEPENDS+= git-base-[0-9]*:../../devel/git-base INSTALLATION_DIRS= share/examples/calypso INSTALLATION_DIRS+= ${PKGMANDIR}/man1 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 1.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # as of 1.3 REPLACE_PYTHON= calypso.py post-install: diff --git a/net/coherence/Makefile b/net/coherence/Makefile index 2fbf4b5923a..b469dbddd3b 100644 --- a/net/coherence/Makefile +++ b/net/coherence/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2017/09/06 10:40:31 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2018/07/03 05:03:26 adam Exp $ DISTNAME= Coherence-0.6.6.2 PKGNAME= coherence-0.6.6.2 @@ -14,7 +14,7 @@ USE_LANGUAGES= # none DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 0.6.6.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # as of 0.6.6.2 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/coilmq/Makefile b/net/coilmq/Makefile index 7ba747fbcc2..a82b4655dc7 100644 --- a/net/coilmq/Makefile +++ b/net/coilmq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2017/09/03 09:22:57 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2018/07/03 05:03:27 adam Exp $ DISTNAME= CoilMQ-0.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -26,7 +26,7 @@ SUBST_STAGE.cfg= post-patch SUBST_FILES.cfg= coilmq/config/__init__.py SUBST_SED.cfg= -e 's,/path/to/config.cfg,${PKG_SYSCONFDIR}/defaults.cfg,' -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-stompclient, py-daemon +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-stompclient, py-daemon EGDIR= ${PREFIX}/share/examples/coilmq diff --git a/net/exabgp/Makefile b/net/exabgp/Makefile index e179931ef42..e487ec1f3c8 100644 --- a/net/exabgp/Makefile +++ b/net/exabgp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2018/03/10 16:32:18 he Exp $ +# $NetBSD: Makefile,v 1.24 2018/07/03 05:03:27 adam Exp $ VERSION= 3.4.23 DISTNAME= ${VERSION} @@ -55,7 +55,7 @@ REPLACE_PYTHON+= qa/conf/api-vpnv4.run REPLACE_PYTHON+= qa/conf/manual-eor.run REPLACE_PYTHON+= qa/conf/watchdog.run -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 3.2.19 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 3.2.19 USE_LANGUAGES= # none diff --git a/net/gitso/Makefile b/net/gitso/Makefile index b923cf0c70d..6c6ccee66c0 100644 --- a/net/gitso/Makefile +++ b/net/gitso/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2018/04/16 14:35:00 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2018/07/03 05:03:27 adam Exp $ DISTNAME= gitso-0.6 PKGREVISION= 18 @@ -17,7 +17,7 @@ DEPENDS+= x11vnc-[0-9]*:../../x11/x11vnc WRKSRC= ${WRKDIR}/Gitso PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-wxWidgets USE_TOOLS+= bash:run diff --git a/net/gtk-vnc/options.mk b/net/gtk-vnc/options.mk index c3c566d2ff4..122bb9fbd77 100644 --- a/net/gtk-vnc/options.mk +++ b/net/gtk-vnc/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.10 2017/01/01 14:43:50 wiz Exp $ +# $NetBSD: options.mk,v 1.11 2018/07/03 05:03:27 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gtk-vnc PKG_SUPPORTED_OPTIONS= python vnc-sasl pulseaudio @@ -8,7 +8,7 @@ PKG_SUGGESTED_OPTIONS= python vnc-sasl PLIST_VARS= python .if !empty(PKG_OPTIONS:Mpython) -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 c3654db34c5..453ae66ade6 100644 --- a/net/mimms/Makefile +++ b/net/mimms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2017/01/01 14:43:50 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2018/07/03 05:03:27 adam Exp $ DISTNAME= mimms-3.2.1 CATEGORIES= net multimedia @@ -15,7 +15,7 @@ LICENSE= gnu-gpl-v3 EGG_NAME?= ${DISTNAME:C/-([^0-9])/_\1/gC/([0-9])\.([0-9])\.([0-9])/\1.\2/} USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 3.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 3.2 SUBST_CLASSES+= man SUBST_FILES.man+= setup.py diff --git a/net/nagstamon/Makefile b/net/nagstamon/Makefile index b8e15507db9..05e358756e0 100644 --- a/net/nagstamon/Makefile +++ b/net/nagstamon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2018/04/16 14:35:02 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2018/07/03 05:03:27 adam 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 36 # py-libxslt, py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 ba86c345fa6..18a0464bcc5 100644 --- a/net/nicotine/Makefile +++ b/net/nicotine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2018/01/01 18:16:38 rillig Exp $ +# $NetBSD: Makefile,v 1.50 2018/07/03 05:03:27 adam Exp $ DISTNAME= nicotine-1.0.8 PKGREVISION= 16 @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2>=1.99.16:../../x11/py-gtk2 USE_PKGLOCALEDIR= yes USE_LANGUAGES= # empty -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2 MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q} diff --git a/net/omniORB/Makefile b/net/omniORB/Makefile index 8c9fa1ee93a..b977c233b87 100644 --- a/net/omniORB/Makefile +++ b/net/omniORB/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2017/01/01 14:43:50 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2018/07/03 05:03:27 adam 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 36 # not yet ported as of 4.1.7 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 c37eee1fc09..d330b140e01 100644 --- a/net/py-ORBit/Makefile +++ b/net/py-ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2017/07/30 22:47:54 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2018/07/03 05:03:27 adam Exp $ DISTNAME= pyorbit-2.24.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyorbit/ORBit/} @@ -23,7 +23,7 @@ PYTHON_SELF_CONFLICT= YES BUILDLINK_API_DEPENDS.python26+= python26>=2.6.2nb4 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # dead upstream, no plans to port +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 3b9690942dd..841e2b80f8c 100644 --- a/net/py-adns/Makefile +++ b/net/py-adns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2017/09/03 09:22:58 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2018/07/03 05:03:27 adam Exp $ DISTNAME= adns-python-1.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 CONFLICTS= ${PYPKGPREFIX}-adns-python-[0-9]* -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 e62eb5c3aac..40c3882dced 100644 --- a/net/py-beanstalkc/Makefile +++ b/net/py-beanstalkc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2017/09/16 19:27:05 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2018/07/03 05:03:27 adam Exp $ DISTNAME= beanstalkc-0.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= apache-2.0 USE_LANGUAGES= # none REPLACE_PYTHON+= beanstalkc.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" diff --git a/net/py-bitmessage/Makefile b/net/py-bitmessage/Makefile index dc704b71a9b..aebdcd4b6b1 100644 --- a/net/py-bitmessage/Makefile +++ b/net/py-bitmessage/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:50 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2018/07/03 05:03:28 adam 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 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 HAS_CONFIGURE= yes USE_LANGUAGES= # none diff --git a/net/py-caldav/Makefile b/net/py-caldav/Makefile index d779f3a3cc3..f4c2d3a623c 100644 --- a/net/py-caldav/Makefile +++ b/net/py-caldav/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2017/09/16 19:27:05 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2018/07/03 05:03:28 adam Exp $ DISTNAME= caldav-0.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-vobject-[0-9]*:../../textproc/py-vobject USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 0.2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 9715feb4e3c..14be7dda63a 100644 --- a/net/py-dpkt/Makefile +++ b/net/py-dpkt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2017/09/04 18:55:09 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2018/07/03 05:03:28 adam Exp $ DISTNAME= dpkt-1.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= modified-bsd USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.8 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 903090984af..f284e0738ee 100644 --- a/net/py-eventlib/Makefile +++ b/net/py-eventlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2017/09/16 19:27:05 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2018/07/03 05:03:28 adam 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 36 # not yet ported as of 0.1.5 +PYTHON_VERSIONS_INCOMPATIBLE+= 34 35 36 37 # 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 f43c1cf9249..7426b5dced1 100644 --- a/net/py-foolscap/Makefile +++ b/net/py-foolscap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2017/10/07 11:58:09 adam Exp $ +# $NetBSD: Makefile,v 1.29 2018/07/03 05:03:28 adam Exp $ DISTNAME= foolscap-0.12.7 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 36 # as of 0.12.7 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # as of 0.12.7 TEST_TARGET= test diff --git a/net/py-google/Makefile b/net/py-google/Makefile index 92372d19516..90bb105e1aa 100644 --- a/net/py-google/Makefile +++ b/net/py-google/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2017/01/01 14:43:51 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2018/07/03 05:03:28 adam Exp $ DISTNAME= pygoogle-0.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-SOAPpy-[0-9]*:../../net/py-soappy EGG_NAME= pygoogle-0.5 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-xml via py-soappy +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-xml via py-soappy .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-kenosis/Makefile b/net/py-kenosis/Makefile index a2bbf312b22..e4dd3f76cde 100644 --- a/net/py-kenosis/Makefile +++ b/net/py-kenosis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2017/01/01 14:43:51 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2018/07/03 05:03:28 adam Exp $ DISTNAME= kenosis-0.96 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat USE_LANGUAGES= # empty PYSETUP= kenosis_setup.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.96 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 23ee51639d8..a653907a7df 100644 --- a/net/py-libdnet/Makefile +++ b/net/py-libdnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2017/08/16 21:22:14 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2018/07/03 05:03:28 adam Exp $ DISTNAME= libdnet-1.12 PKGNAME= ${PYPKGPREFIX}-libdnet-1.12 @@ -14,7 +14,7 @@ LICENSE= modified-bsd GNU_CONFIGURE= yes PYSETUPSUBDIR= python -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.12 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 297c2a9af13..d9d24621fe6 100644 --- a/net/py-libpcap/Makefile +++ b/net/py-libpcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:51 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2018/07/03 05:03:28 adam Exp $ DISTNAME= pylibpcap-0.6.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} @@ -12,7 +12,7 @@ LICENSE= modified-bsd BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.9.3nb1 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.6.4 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 9ff25fd0416..b419371477d 100644 --- a/net/py-medusa/Makefile +++ b/net/py-medusa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2017/09/04 18:00:58 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2018/07/03 05:03:28 adam Exp $ DISTNAME= medusa-0.5.4 PKGREVISION= 1 @@ -12,7 +12,7 @@ COMMENT= Framework for writing asynchronous socket-based servers USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-metar/Makefile b/net/py-metar/Makefile index aa02a4a9e63..c15f5650cbe 100644 --- a/net/py-metar/Makefile +++ b/net/py-metar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2017/01/01 14:43:51 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2018/07/03 05:03:28 adam 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 36 # not yet ported as of 0.19 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.19 SUBST_CLASSES+= manpath SUBST_SED.manpath= -e 's,share/man,${PKGMANDIR},' diff --git a/net/py-netsnmp/Makefile b/net/py-netsnmp/Makefile index 72037d3255d..1034e5b598f 100644 --- a/net/py-netsnmp/Makefile +++ b/net/py-netsnmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/01/01 14:43:52 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2018/07/03 05:03:28 adam Exp $ .include "../../net/net-snmp/Makefile.common" @@ -8,7 +8,7 @@ CATEGORIES= net python MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Python bindings to extensible SNMP implementation -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 USE_LANGUAGES= c EGG_NAME= netsnmp_python-1.0a1 diff --git a/net/py-omniORBpy/Makefile b/net/py-omniORBpy/Makefile index b2cf6902578..a4a8079a3e4 100644 --- a/net/py-omniORBpy/Makefile +++ b/net/py-omniORBpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2017/04/19 11:24:38 jperkin Exp $ +# $NetBSD: Makefile,v 1.14 2018/07/03 05:03:29 adam Exp $ DISTNAME= omniORBpy-3.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -18,7 +18,7 @@ USE_LANGUAGES+= c c++ MAKE_FILE= GNUmakefile PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # omniORB +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # omniORB .include "../../lang/python/application.mk" .include "../../net/omniORB/buildlink3.mk" diff --git a/net/py-pcap/Makefile b/net/py-pcap/Makefile index 7a5ae934777..ae11924f069 100644 --- a/net/py-pcap/Makefile +++ b/net/py-pcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2017/09/04 18:55:09 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2018/07/03 05:03:29 adam 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 36 # py-pyrex +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-pyrex FILES_SUBST+= PYTHONBIN=${PYTHONBIN:Q} diff --git a/net/py-s3cmd/Makefile b/net/py-s3cmd/Makefile index b05b8b7cb45..4d1e33f2513 100644 --- a/net/py-s3cmd/Makefile +++ b/net/py-s3cmd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2017/01/01 14:43:52 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2018/07/03 05:03:29 adam Exp $ DISTNAME= s3cmd-1.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ PYDISTUTILSPKG= yes MAKE_ENV+= S3CMD_INSTPATH_MAN=${PKGMANDIR} PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.0.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.0.1 .include "../../lang/python/pyversion.mk" diff --git a/net/py-socketpool/Makefile b/net/py-socketpool/Makefile index 3ec94338847..9057b746256 100644 --- a/net/py-socketpool/Makefile +++ b/net/py-socketpool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2017/09/16 19:27:06 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2018/07/03 05:03:29 adam Exp $ DISTNAME= socketpool-0.5.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ USE_LANGUAGES= # none DOCDIR= share/doc/${PKGBASE:S/${PYPKGPREFIX}/py/1} INSTALLATION_DIRS+= ${DOCDIR} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.5.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.5.3 post-install: ${INSTALL_DATA} ${DESTDIR}${PREFIX}/socketpool/README.rst \ diff --git a/net/py-txamqp/Makefile b/net/py-txamqp/Makefile index 3bf6388c049..a51e87d1c69 100644 --- a/net/py-txamqp/Makefile +++ b/net/py-txamqp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/09/04 18:08:26 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2018/07/03 05:03:29 adam Exp $ DISTNAME= python-txamqp_0.3.orig PKGNAME= ${PYPKGPREFIX}-txamqp-0.3 @@ -12,7 +12,7 @@ LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 0.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # as of 0.3 USE_LANGUAGES= # none diff --git a/net/py-zsi/Makefile b/net/py-zsi/Makefile index 24c054d548a..e94416ee4d5 100644 --- a/net/py-zsi/Makefile +++ b/net/py-zsi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2017/01/01 14:43:53 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2018/07/03 05:03:29 adam Exp $ DISTNAME= ZSI-2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-xml>=0.8.3:../../textproc/py-xml USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-xml post-extract: ${MV} ${WRKSRC}/scripts/wsdl2py \ diff --git a/net/pygopherd/Makefile b/net/pygopherd/Makefile index 1b940691316..513c3f3ea3b 100644 --- a/net/pygopherd/Makefile +++ b/net/pygopherd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2017/01/01 14:43:53 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2018/07/03 05:03:29 adam Exp $ DISTNAME= pygopherd_2.0.16 PKGREVISION= 4 @@ -33,7 +33,7 @@ RCD_SCRIPTS= pygopherd FILES_SUBST+= RUNTIMEDIR=${RUNTIMEDIR:Q} FILES_SUBST+= PYTHONBIN=${PYTHONBIN:Q} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.0.16 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 69432ab663c..aa320113659 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2018/04/17 22:29:46 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2018/07/03 05:03:29 adam Exp $ DISTNAME= samba-${VERSION} PKGREVISION= 7 @@ -185,7 +185,7 @@ REPLACE_PYTHON= buildtools/bin/waf \ source4/scripting/bin/* \ lib/tevent/tevent.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 4.3.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # as of 4.3.2 .include "../../lang/python/application.mk" diff --git a/net/scapy/Makefile b/net/scapy/Makefile index b87c6ade0b1..5f35f5d568d 100644 --- a/net/scapy/Makefile +++ b/net/scapy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2017/01/01 14:43:53 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2018/07/03 05:03:29 adam 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 36 # py-libpcap, py-libdnet +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-libpcap, py-libdnet INSTALLATION_DIRS+= share/examples/scapy diff --git a/net/scapy/options.mk b/net/scapy/options.mk index 61d3fa38d0f..248208a776e 100644 --- a/net/scapy/options.mk +++ b/net/scapy/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.7 2017/01/01 14:43:53 wiz Exp $ +# $NetBSD: options.mk,v 1.8 2018/07/03 05:03:29 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.scapy @@ -18,7 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-amkCrypto-[0-9]*:../../security/py-amkCrypto ### .if !empty(PKG_OPTIONS:Mgnuplot) DEPENDS+= ${PYPKGPREFIX}-gnuplot-[0-9]*:../../graphics/py-gnuplot -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gnuplot +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gnuplot .endif ### diff --git a/net/upnpinspector/Makefile b/net/upnpinspector/Makefile index 8b01017c3e8..98dfca10205 100644 --- a/net/upnpinspector/Makefile +++ b/net/upnpinspector/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2017/09/06 10:40:31 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2018/07/03 05:03:29 adam Exp $ DISTNAME= UPnP-Inspector-0.2.2 PKGREVISION= 3 @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index b971df7c5e6..f2386e8329d 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.190 2018/06/21 12:22:10 adam Exp $ +# $NetBSD: Makefile,v 1.191 2018/07/03 05:03:29 adam Exp $ DISTNAME= wireshark-2.6.1 PKGREVISION= 1 @@ -33,7 +33,7 @@ CONFIGURE_ENV+= ac_cv_path_LEXDUMMY=${TOOLS_PATH.lex} PTHREAD_OPTS+= require PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.10.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 87cc68e8200..a0d554cd21d 100644 --- a/news/hellanzb/Makefile +++ b/news/hellanzb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2017/02/14 10:26:29 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2018/07/03 05:03:30 adam Exp $ # .include "../../news/hellanzb/Makefile.version" @@ -18,7 +18,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 36 # as of 0.14 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # as of 0.14 USE_LANGUAGES= #none diff --git a/news/lottanzb/Makefile b/news/lottanzb/Makefile index 0281c7abf7e..027615e18f6 100644 --- a/news/lottanzb/Makefile +++ b/news/lottanzb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2017/01/01 14:43:53 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2018/07/03 05:03:30 adam Exp $ DISTNAME= lottanzb-0.4.1 PKGREVISION= 1 @@ -18,7 +18,7 @@ USE_PKGLOCALEDIR= yes USE_TOOLS+= intltool msgfmt REPLACE_PYTHON= lottanzb/postprocessor.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 via py-kiwi +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 b4500aecc1f..89fe6118a64 100644 --- a/pkgtools/gnome-packagekit/Makefile +++ b/pkgtools/gnome-packagekit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2018/04/16 14:35:04 wiz Exp $ +# $NetBSD: Makefile,v 1.68 2018/07/03 05:03:30 adam Exp $ DISTNAME= gnome-packagekit-0.4.0 PKGREVISION= 52 @@ -18,7 +18,7 @@ USE_PKGLOCALEDIR= yes GCONF_SCHEMAS+= gnome-packagekit.schemas PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.4.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 c87b41bb3fc..5f4738cae3c 100644 --- a/pkgtools/packagekit/Makefile +++ b/pkgtools/packagekit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2018/04/16 14:35:04 wiz Exp $ +# $NetBSD: Makefile,v 1.66 2018/07/03 05:03:30 adam Exp $ DISTNAME= PackageKit-0.4.0 PKGREVISION= 47 @@ -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 36 # not yet ported as of 0.4.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 ee3199f1cad..abad5f79b28 100644 --- a/print/hplip/options.mk +++ b/print/hplip/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.13 2017/01/01 14:43:53 wiz Exp $ +# $NetBSD: options.mk,v 1.14 2018/07/03 05:03:30 adam 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 36 # py-notify +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 e819561e0f6..63c38939989 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.116 2018/04/16 14:35:06 wiz Exp $ +# $NetBSD: Makefile,v 1.117 2018/07/03 05:03:30 adam Exp $ DISTNAME= lilypond-2.18.2 PKGREVISION= 11 @@ -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 36 # not yet ported as of 2.18.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 e6920e50ea2..77f3fd7faeb 100644 --- a/print/pdfshuffler/Makefile +++ b/print/pdfshuffler/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/09/03 08:53:13 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2018/07/03 05:03:30 adam Exp $ DISTNAME= pdfshuffler-0.6.0 CATEGORIES= print @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2 USE_LANGUAGES= # none REPLACE_PYTHON= pdfshuffler/pdfshuffler.py pdfshuffler/pdfshuffler_iconview.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2 SUBST_CLASSES+= manpath SUBST_FILES.manpath+= setup.py diff --git a/print/py-pisa/Makefile b/print/py-pisa/Makefile index b5eedd98100..cdf054c452e 100644 --- a/print/py-pisa/Makefile +++ b/print/py-pisa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2018/01/08 22:11:06 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2018/07/03 05:03:30 adam 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 36 # not ported as of 3.0.33 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 5f1eae1cc41..6b9f83a1c9f 100644 --- a/print/py-poppler/Makefile +++ b/print/py-poppler/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2018/06/24 11:16:12 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2018/07/03 05:03:30 adam Exp $ DISTNAME= pypoppler-0.12.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2 .include "../../graphics/py-cairo/buildlink3.mk" .include "../../lang/python/extension.mk" diff --git a/print/scribus-qt4/Makefile b/print/scribus-qt4/Makefile index fca4db16dcb..273610dc95f 100644 --- a/print/scribus-qt4/Makefile +++ b/print/scribus-qt4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2018/04/29 04:45:30 dholland Exp $ +# $NetBSD: Makefile,v 1.57 2018/07/03 05:03:30 adam Exp $ DISTNAME= scribus-1.4.3 PKGREVISION= 17 @@ -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 36 # not yet ported as of 1.4.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.4.3 INSTALLATION_DIRS+= share/pixmaps diff --git a/security/botan/Makefile b/security/botan/Makefile index 8e283f9b9d9..e2693e8da3c 100644 --- a/security/botan/Makefile +++ b/security/botan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2018/07/01 17:23:43 joerg Exp $ +# $NetBSD: Makefile,v 1.46 2018/07/03 05:03:30 adam Exp $ DISTNAME= Botan-1.10.17 PKGNAME= ${DISTNAME:tl} @@ -15,7 +15,7 @@ HAS_CONFIGURE= yes USE_LANGUAGES= c++ PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.8.14; 1.10 is supposedly better +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 9a9ce2ef33d..534707f1bc1 100644 --- a/security/lasso/Makefile +++ b/security/lasso/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.31 2017/01/01 14:43:54 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2018/07/03 05:03:30 adam Exp $ CONFIGURE_ARGS+= --disable-python CONFIGURE_ARGS+= --disable-php5 CONFIGURE_ARGS+= --disable-perl -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.4.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 754d5153471..a5dda8782fd 100644 --- a/security/libprelude-python/Makefile +++ b/security/libprelude-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2018/04/17 22:29:49 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2018/07/03 05:03:31 adam Exp $ PKGNAME= libprelude-python-${VERSION} PKGREVISION= 11 @@ -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 36 # not yet ported as of 0.9.24.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 48178411eb2..6ac1a53ecce 100644 --- a/security/libpreludedb-python/Makefile +++ b/security/libpreludedb-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2018/04/17 22:29:50 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2018/07/03 05:03:31 adam Exp $ PKGNAME= libpreludedb-python-${VERSION} PKGREVISION= 14 @@ -16,7 +16,7 @@ PYBINMODULE= yes PY_PATCHPLIST= yes BUILD_DIRS= bindings -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.9.24.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 d6756272187..06a46a316b3 100644 --- a/security/mixminion/Makefile +++ b/security/mixminion/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2017/09/03 08:53:14 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2018/07/03 05:03:31 adam Exp $ DISTNAME= Mixminion-0.0.8alpha3 PKGNAME= ${DISTNAME:S/M/m/} @@ -12,7 +12,7 @@ COMMENT= Anonymous Type 3 remailer LICENSE= mit REPLACE_PYTHON= lib/mixminion/Main.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.0.8alpha3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.0.8alpha3 TEST_TARGET= test diff --git a/security/prelude-correlator/Makefile b/security/prelude-correlator/Makefile index f8dc3fe08cc..0e2357a7efb 100644 --- a/security/prelude-correlator/Makefile +++ b/security/prelude-correlator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2017/01/01 14:43:54 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2018/07/03 05:03:31 adam Exp $ DISTNAME= prelude-correlator-0.9.0-beta8 PKGNAME= prelude-correlator-${DISTNAME:S/-beta/beta/:C/.*-//} @@ -50,7 +50,7 @@ REQD_DIRS+= ${PRELUDE_HOME} REQD_DIRS_PERMS+= ${PRELUDE_HOME} ${PRELUDE_USER} ${PRELUDE_GROUP} 0700 REPLACE_PYTHON= PreludeCorrelator/main.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.9.0beta8 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 b3f990aa155..c9220034dbb 100644 --- a/security/py-SSLCrypto/Makefile +++ b/security/py-SSLCrypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2017/01/01 14:43:55 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2018/07/03 05:03:31 adam Exp $ DISTNAME= SSLCrypto-0.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Python bindings for openssl DEPENDS+= ${PYPKGPREFIX}-pyrex>=0.9.4.1:../../lang/py-pyrex -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-pyrex +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 f4f227c6b67..116c8b08306 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.9 2017/11/23 15:05:03 gson Exp $ +# $NetBSD: Makefile,v 1.10 2018/07/03 05:03:31 adam Exp $ DISTNAME= backports.ssl_match_hostname-3.5.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= python-software-foundation DEPENDS+= ${PYPKGPREFIX}-backports-[0-9]*:../../devel/py-backports -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # included in 3.2+ +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # included in 3.2+ post-install: rm ${DESTDIR}${PREFIX}/${PYSITELIB}/backports/__init__.* diff --git a/security/py-cryptkit/Makefile b/security/py-cryptkit/Makefile index eead8e4ccf6..33ad1b12923 100644 --- a/security/py-cryptkit/Makefile +++ b/security/py-cryptkit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2017/09/03 08:53:14 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2018/07/03 05:03:31 adam Exp $ DISTNAME= cryptkit-0.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://sourceforge.net/projects/cryptkit/ COMMENT= Python Cryptographic Toolkit -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.9 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 65fb1f2e327..931487d06ee 100644 --- a/security/py-cryptopp/Makefile +++ b/security/py-cryptopp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2017/09/03 08:53:15 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2018/07/03 05:03:31 adam Exp $ VERSION= 0.6.0 VERSION_EXCESSIVE= 1206569328141510525648634803928199668821045408958 @@ -17,7 +17,7 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= c c++ REPLACE_PYTHON= pycryptopp/test/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.6.0.120... +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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-denyhosts/Makefile b/security/py-denyhosts/Makefile index 8b8044e9451..2639ed50d59 100644 --- a/security/py-denyhosts/Makefile +++ b/security/py-denyhosts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2017/01/01 14:43:55 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2018/07/03 05:03:31 adam Exp $ VER= 2.6 DISTNAME= DenyHosts-${VER} @@ -29,7 +29,7 @@ REPLACE_PYTHON+= scripts/restricted_from_invalid.py REPLACE_PYTHON+= scripts/restricted_from_passwd.py PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 RCD_SCRIPTS+= denyhosts SMF_NAME= denyhost diff --git a/security/py-gnupg/Makefile b/security/py-gnupg/Makefile index a4c8d1b3c46..960a5a78849 100644 --- a/security/py-gnupg/Makefile +++ b/security/py-gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2017/01/01 14:43:55 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2018/07/03 05:03:31 adam Exp $ DISTNAME= GnuPGInterface-0.3.2 PKGNAME= ${PYPKGPREFIX}-gnupg-0.3.2 @@ -15,7 +15,7 @@ DEPENDS+= gnupg>=1.0.0:../../security/gnupg USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-lasso/Makefile b/security/py-lasso/Makefile index c89f82543e3..e36868dc70c 100644 --- a/security/py-lasso/Makefile +++ b/security/py-lasso/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2017/01/01 14:43:55 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2018/07/03 05:03:31 adam 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 36 # not yet ported as of 2.4.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 9d78de7367d..dd23e4345c7 100644 --- a/security/py-libtaxii/Makefile +++ b/security/py-libtaxii/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2018/04/18 19:59:36 kamil Exp $ +# $NetBSD: Makefile,v 1.9 2018/07/03 05:03:32 adam Exp $ GITHUB_PROJECT= libtaxii DISTNAME= libtaxii-1.1.101 @@ -11,7 +11,7 @@ MAINTAINER= khorben@defora.org COMMENT= Python library for handling TAXII Messages and Services LICENSE= modified-bsd -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/security/py-mcrypt/Makefile b/security/py-mcrypt/Makefile index d3837873d53..e29ff801c6e 100644 --- a/security/py-mcrypt/Makefile +++ b/security/py-mcrypt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2017/01/01 14:43:55 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2018/07/03 05:03:32 adam Exp $ DISTNAME= python-mcrypt-1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} @@ -11,7 +11,7 @@ HOMEPAGE= http://labix.org/python-mcrypt COMMENT= Python interface to mcrypt library LICENSE= gnu-lgpl-v2.1 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 320b8064e83..ff2cd1893b5 100644 --- a/security/py-oauth2/Makefile +++ b/security/py-oauth2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2017/07/31 05:29:30 adam Exp $ +# $NetBSD: Makefile,v 1.9 2018/07/03 05:03:32 adam Exp $ DISTNAME= oauth2-1.5.211 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-httplib2>=0.7.7:../../www/py-httplib2 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.5.211 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 3f76731d9ba..af21a8391cc 100644 --- a/security/py-openid/Makefile +++ b/security/py-openid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2017/01/01 14:43:56 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2018/07/03 05:03:32 adam Exp $ DISTVERS= 2.2.5 GITREF= b666238 @@ -14,7 +14,7 @@ COMMENT= Python module for OpenID LICENSE= apache-2.0 PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-prewikka/Makefile b/security/py-prewikka/Makefile index 3cea92fadbd..0a00b3e7605 100644 --- a/security/py-prewikka/Makefile +++ b/security/py-prewikka/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2017/09/03 08:37:00 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2018/07/03 05:03:32 adam Exp $ DISTNAME= prewikka-${VERSION} PKGNAME= ${PYPKGPREFIX}-prewikka-${VERSION} @@ -24,7 +24,7 @@ USE_TOOLS+= msgfmt PYDISTUTILSPKG= yes PYSETUP= setup.py REPLACE_PYTHON= scripts/prewikka-httpd -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-cheetah +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-cheetah PREWIKKA_USER?= prewikka PREWIKKA_GROUP?= prewikka diff --git a/security/py-slowaes/Makefile b/security/py-slowaes/Makefile index 42c892e646e..3bb8001a588 100644 --- a/security/py-slowaes/Makefile +++ b/security/py-slowaes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2017/10/09 08:25:56 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2018/07/03 05:03:32 adam Exp $ DISTNAME= slowaes-0.1a1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= https://pypi.python.org/pypi/slowaes/ COMMENT= Implementation of AES in pure Python LICENSE= apache-2.0 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 0.1a1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # as of 0.1a1 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-urllib2-kerberos/Makefile b/security/py-urllib2-kerberos/Makefile index 1239df2d94b..bd0dd7baf8b 100644 --- a/security/py-urllib2-kerberos/Makefile +++ b/security/py-urllib2-kerberos/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2017/01/01 14:43:56 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2018/07/03 05:03:32 adam 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 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-xmlsec/Makefile b/security/py-xmlsec/Makefile index 79bc2cd2662..3c3fe06b915 100644 --- a/security/py-xmlsec/Makefile +++ b/security/py-xmlsec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2017/01/01 14:43:56 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2018/07/03 05:03:32 adam Exp $ DISTNAME= pyxmlsec-0.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2 USE_TOOLS+= pkg-config PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 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 "../../security/openssl/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" diff --git a/security/py-yara/Makefile b/security/py-yara/Makefile index 7829ac32a75..c411339c320 100644 --- a/security/py-yara/Makefile +++ b/security/py-yara/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/06/07 20:46:34 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2018/07/03 05:03:32 adam Exp $ DISTNAME= yara-python-${VERSION} PKGNAME= ${PYPKGPREFIX}-yara-${VERSION} @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_GITHUB:=VirusTotal/} COMMENT= Yara python bindings -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 .include "../../security/yara/Makefile.common" .include "../../security/yara/buildlink3.mk" diff --git a/security/py-yubiauth/Makefile b/security/py-yubiauth/Makefile index 11129adc13e..0789666e4a2 100644 --- a/security/py-yubiauth/Makefile +++ b/security/py-yubiauth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/01/01 14:43:56 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2018/07/03 05:03:32 adam Exp $ DISTNAME= yubiauth-0.3.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -16,7 +16,7 @@ PYSETUP= setup.py USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.3.9 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.3.9 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/sqlmap/Makefile b/security/sqlmap/Makefile index f0c51aa9db2..92d33869497 100644 --- a/security/sqlmap/Makefile +++ b/security/sqlmap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2018/01/21 21:46:34 leot Exp $ +# $NetBSD: Makefile,v 1.6 2018/07/03 05:03:32 adam Exp $ DISTNAME= sqlmap-1.2 CATEGORIES= security @@ -30,7 +30,7 @@ REPLACE_PYTHON+= sqlmap/extra/shutils/regressiontest.py USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.2 .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" diff --git a/security/volatility/Makefile b/security/volatility/Makefile index 45a913a1673..adfc9b6518f 100644 --- a/security/volatility/Makefile +++ b/security/volatility/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2017/01/01 14:43:56 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2018/07/03 05:03:32 adam Exp $ DISTNAME= volatility-2.4 CATEGORIES= security @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-distorm3-[0-9]*:../../devel/py-distorm3 PYDISTUTILSPKG= yes REPLACE_PYTHON= tools/vtype_diff.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 .include "../../lang/python/egg.mk" .include "../../lang/python/application.mk" diff --git a/shells/lshell/Makefile b/shells/lshell/Makefile index 0752bdfb903..21d26ea8030 100644 --- a/shells/lshell/Makefile +++ b/shells/lshell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2017/01/01 14:43:56 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2018/07/03 05:03:33 adam Exp $ DISTNAME= lshell-0.9.16 CATEGORIES= shells python @@ -17,7 +17,7 @@ PKG_SHELL= bin/lshell USE_LANGUAGES= # none PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.9.16 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.9.16 EGDIR= share/examples/lshell diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile index 547c9ad9a08..0cc9ba8e209 100644 --- a/sysutils/ansible/Makefile +++ b/sysutils/ansible/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2017/08/07 17:56:13 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2018/07/03 05:03:33 adam Exp $ DISTNAME= ansible-1.9.4 PKGREVISION= 2 @@ -47,7 +47,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 36 # py-paramiko +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 cdfaf3b2e65..cdb61c1ed2a 100644 --- a/sysutils/bup/Makefile +++ b/sysutils/bup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2017/07/30 22:32:22 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2018/07/03 05:03:33 adam 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 36 # py-fuse-bindings +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-fuse-bindings DOCDIR= ${WRKDIR}/bup-man diff --git a/sysutils/caja-dropbox/Makefile b/sysutils/caja-dropbox/Makefile index 216dcb7de94..309a7a5dfa9 100644 --- a/sysutils/caja-dropbox/Makefile +++ b/sysutils/caja-dropbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2018/05/14 12:38:02 youri Exp $ +# $NetBSD: Makefile,v 1.12 2018/07/03 05:03:33 adam Exp $ .include "../../meta-pkgs/mate/Makefile.common" @@ -11,7 +11,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 36 # py-gtk2, py-gobject +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2, py-gobject REPLACE_PYTHON= caja-dropbox.in diff --git a/sysutils/cuisine/Makefile b/sysutils/cuisine/Makefile index be6134fb8d9..89eb2d433bf 100644 --- a/sysutils/cuisine/Makefile +++ b/sysutils/cuisine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2017/01/01 14:43:57 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2018/07/03 05:03:33 adam 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 36 # not yet ported as of 0.6.4 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.6.4 WRKSRC= ${WRKDIR}/cuisine-${VERSION} diff --git a/sysutils/duplicity/Makefile b/sysutils/duplicity/Makefile index 4456a8368b6..a251ef4c6bb 100644 --- a/sysutils/duplicity/Makefile +++ b/sysutils/duplicity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2018/02/27 06:44:07 wen Exp $ +# $NetBSD: Makefile,v 1.44 2018/07/03 05:03:33 adam Exp $ DISTNAME= duplicity-0.7.17 CATEGORIES= sysutils net @@ -29,7 +29,7 @@ DEPENDS+= ${PYPKGPREFIX}-gdata-[0-9]*:../../www/py-gdata REPLACE_PYTHON+= bin/duplicity \ bin/rdiffdir -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.6.22 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.6.22 EGG_NAME= ${DISTNAME:S/09/9/} SUBST_CLASSES+= fix-paths diff --git a/sysutils/fabric/Makefile b/sysutils/fabric/Makefile index fec07009fb7..a30d3543561 100644 --- a/sysutils/fabric/Makefile +++ b/sysutils/fabric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2017/01/01 14:43:57 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2018/07/03 05:03:33 adam 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= 34 35 36 # no support yet +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # no support yet USE_TOOLS+= pax diff --git a/sysutils/gnome-commander/Makefile b/sysutils/gnome-commander/Makefile index 72e55c3ae85..719b30d9c85 100644 --- a/sysutils/gnome-commander/Makefile +++ b/sysutils/gnome-commander/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.99 2018/06/24 11:16:13 wiz Exp $ +# $NetBSD: Makefile,v 1.100 2018/07/03 05:03:33 adam Exp $ DISTNAME= gnome-commander-1.2.8.15 PKGREVISION= 66 @@ -16,7 +16,7 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake intltool msgfmt pkg-config perl -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.2.8.15 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 5c5a2eb345a..0463daff059 100644 --- a/sysutils/libvirt/Makefile +++ b/sysutils/libvirt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2018/04/17 22:29:51 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2018/07/03 05:03:33 adam Exp $ DISTNAME= libvirt-1.2.9 PKGREVISION= 23 @@ -18,7 +18,7 @@ USE_LIBTOOL= yes BUILD_DEFS+= VARBASE -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-xml PY_PATCHPLIST= yes REPLACE_PYTHON+= docs/apibuild.py diff --git a/sysutils/manifold/Makefile b/sysutils/manifold/Makefile index a434f8b3eba..28ed219c2e8 100644 --- a/sysutils/manifold/Makefile +++ b/sysutils/manifold/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2017/09/03 09:22:58 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2018/07/03 05:03:33 adam Exp $ PKGNAME= ${DISTNAME:S/^M/m/} DISTNAME= Manifold-0.2.0 @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-genshi-[0-9]*:../../www/py-genshi USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.2.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 04150766b40..bf59e104541 100644 --- a/sysutils/monitoring/Makefile +++ b/sysutils/monitoring/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:57 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2018/07/03 05:03:33 adam Exp $ VERSION= e518a90eade4ca538468b6640dccb651e6034b9e DISTNAME= ${VERSION} @@ -14,7 +14,7 @@ LICENSE= modified-bsd WRKSRC= ${WRKDIR}/monitoring-${VERSION} REPLACE_PYTHON+= Sources/monitoring.py Scripts/monitoring -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.9.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 34ff2192f62..05b1b69d6b0 100644 --- a/sysutils/openxenmanager/Makefile +++ b/sysutils/openxenmanager/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2018/04/17 22:29:51 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2018/07/03 05:03:34 adam Exp $ DISTNAME= openxenmanager_0.r80+dfsg.orig PKGNAME= openxenmanager-0.0.80 @@ -21,7 +21,7 @@ DEPENDS+= ${PYPKGPREFIX}-httplib2>=0.7.7:../../www/py-httplib2 INSTALLATION_DIRS= bin share REPLACE_PYTHON= openxenmanager/*py openxenmanager/pygtk_chart/*py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2 OXMDIR= ${PREFIX} diff --git a/sysutils/polysh/Makefile b/sysutils/polysh/Makefile index 26e9145ffad..ea099923474 100644 --- a/sysutils/polysh/Makefile +++ b/sysutils/polysh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2017/01/01 14:43:58 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2018/07/03 05:03:34 adam Exp $ DISTNAME= polysh-0.4 PKGREVISION= 1 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.4 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 324c9d540d6..3068b52e5b1 100644 --- a/sysutils/py-gnome-menus/Makefile +++ b/sysutils/py-gnome-menus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2017/07/30 22:47:56 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2018/07/03 05:03:34 adam Exp $ DISTNAME= gnome-menus-2.30.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -22,7 +22,7 @@ CONFIGURE_ARGS+= --enable-python BUILD_DIRS= python INSTALL_DIRS= python PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.30.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 b0b6ac52d3e..b6105cf0bbd 100644 --- a/sysutils/py-notify-python/Makefile +++ b/sysutils/py-notify-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2018/04/16 14:33:56 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2018/07/03 05:03:34 adam Exp $ DISTNAME= notify-python-0.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -21,7 +21,7 @@ USE_TOOLS+= gmake pkg-config PKGCONFIG_OVERRIDE+= notify-python.pc.in PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2 # Missing function attach_status_icon # http://trac.galago-project.org/ticket/121 diff --git a/sysutils/py-pefile/Makefile b/sysutils/py-pefile/Makefile index 189974a28a8..52400b239f5 100644 --- a/sysutils/py-pefile/Makefile +++ b/sysutils/py-pefile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2017/09/04 18:55:09 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2018/07/03 05:03:34 adam Exp $ PEFILE_VERSION= 1.2.10-139 DISTNAME= pefile-${PEFILE_VERSION} @@ -11,7 +11,7 @@ HOMEPAGE= https://github.com/erocarrera/pefile COMMENT= Python module to read and work with PE files LICENSE= modified-bsd -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 EGG_NAME= pefile-${PEFILE_VERSION:S/-/.post/} diff --git a/sysutils/py-xattr/Makefile b/sysutils/py-xattr/Makefile index 44be4831306..88be463f721 100644 --- a/sysutils/py-xattr/Makefile +++ b/sysutils/py-xattr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2017/01/03 13:23:04 jperkin Exp $ +# $NetBSD: Makefile,v 1.14 2018/07/03 05:03:34 adam 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 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 post-install: ${MV} ${DESTDIR}${PREFIX}/bin/xattr \ diff --git a/sysutils/rdiff-backup/Makefile b/sysutils/rdiff-backup/Makefile index 1c7144ce1e7..5f0d990725a 100644 --- a/sysutils/rdiff-backup/Makefile +++ b/sysutils/rdiff-backup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2017/01/01 14:43:58 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2018/07/03 05:03:34 adam 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 36 # not yet ported as of 1.2.8 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.2.8 SUBST_CLASSES+= path SUBST_STAGE.path= post-patch diff --git a/sysutils/virt-manager/Makefile b/sysutils/virt-manager/Makefile index 8a315744bfb..fb93d3c2cdc 100644 --- a/sysutils/virt-manager/Makefile +++ b/sysutils/virt-manager/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2018/04/16 14:35:13 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2018/07/03 05:03:34 adam Exp $ DISTNAME= virt-manager-0.9.4 PKGREVISION= 23 @@ -26,7 +26,7 @@ USE_PKGLOCALEDIR= yes GCONF_SCHEMAS+= virt-manager.schemas -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 55f11a804c6..11d89a70243 100644 --- a/sysutils/virtinst/Makefile +++ b/sysutils/virtinst/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:58 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2018/07/03 05:03:34 adam Exp $ DISTNAME= virtinst-0.600.3 PKGREVISION= 1 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 USE_TOOLS+= msgfmt xgettext USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.600.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 f5df333840c..94602258bce 100644 --- a/sysutils/xenkernel42/Makefile +++ b/sysutils/xenkernel42/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2018/01/15 09:47:54 jperkin Exp $ +# $NetBSD: Makefile,v 1.32 2018/07/03 05:03:34 adam Exp $ VERSION= 4.2.5 DISTNAME= xen-${VERSION} @@ -22,7 +22,7 @@ NO_CONFIGURE= yes USE_TOOLS+= gmake PYTHON_FOR_BUILD_ONLY= YES -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 4.2.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 4.2.3 MAKE_ENV+= OCAML_TOOLS=no diff --git a/sysutils/xenkernel45/Makefile b/sysutils/xenkernel45/Makefile index b36780724b9..01c49ac754f 100644 --- a/sysutils/xenkernel45/Makefile +++ b/sysutils/xenkernel45/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2018/01/15 09:47:54 jperkin Exp $ +# $NetBSD: Makefile,v 1.33 2018/07/03 05:03:34 adam Exp $ VERSION= 4.5.5 DISTNAME= xen-${VERSION} @@ -22,7 +22,7 @@ NO_CONFIGURE= yes USE_TOOLS+= gmake PYTHON_FOR_BUILD_ONLY= YES -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 MAKE_ENV+= OCAML_TOOLS=no diff --git a/sysutils/xenkernel46/Makefile b/sysutils/xenkernel46/Makefile index 641c002b7de..a58a1aae50a 100644 --- a/sysutils/xenkernel46/Makefile +++ b/sysutils/xenkernel46/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2018/01/15 09:47:54 jperkin Exp $ +# $NetBSD: Makefile,v 1.19 2018/07/03 05:03:34 adam Exp $ VERSION= 4.6.6 DISTNAME= xen-${VERSION} @@ -22,7 +22,7 @@ NO_CONFIGURE= yes USE_TOOLS+= gmake PYTHON_FOR_BUILD_ONLY= YES -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 MAKE_ENV+= OCAML_TOOLS=no diff --git a/sysutils/xenkernel48/Makefile b/sysutils/xenkernel48/Makefile index 22e28c9155e..f7067ddd0bd 100644 --- a/sysutils/xenkernel48/Makefile +++ b/sysutils/xenkernel48/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2018/01/24 23:29:32 bouyer Exp $ +# $NetBSD: Makefile,v 1.13 2018/07/03 05:03:35 adam Exp $ VERSION= 4.8.3 DISTNAME= xen-${VERSION} @@ -22,7 +22,7 @@ NO_CONFIGURE= yes USE_TOOLS+= gmake PYTHON_FOR_BUILD_ONLY= YES -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 MAKE_ENV+= OCAML_TOOLS=no .if defined(PKGREVISION) && !empty(PKGREVISION) && (${PKGREVISION} != "0") diff --git a/sysutils/xentools42/Makefile b/sysutils/xentools42/Makefile index 5270d0fa3ad..e71ca76a126 100644 --- a/sysutils/xentools42/Makefile +++ b/sysutils/xentools42/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2018/06/27 10:44:15 maya Exp $ +# $NetBSD: Makefile,v 1.67 2018/07/03 05:03:35 adam Exp $ VERSION= 4.2.5 VERSION_IPXE= 1.0.0 @@ -26,7 +26,7 @@ BUILD_DEPENDS+= acpica-utils-[0-9]*:../../sysutils/acpica-utils DEPENDS+= ${PYPKGPREFIX}-curses>=0nb4:../../devel/py-curses DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-xml PKG_SYSCONFSUBDIR= xen diff --git a/sysutils/xentools45/Makefile b/sysutils/xentools45/Makefile index c5dd0625841..0f316d6b648 100644 --- a/sysutils/xentools45/Makefile +++ b/sysutils/xentools45/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2018/06/28 02:26:49 maya Exp $ +# $NetBSD: Makefile,v 1.60 2018/07/03 05:03:35 adam Exp $ VERSION= 4.5.5 PKGREVISION= 11 @@ -62,7 +62,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 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 PY_PATCHPLIST= yes REPLACE_PYTHON+= misc/sbdf2devicepath misc/xen-bugtool diff --git a/sysutils/xentools46/Makefile b/sysutils/xentools46/Makefile index 01bee2756de..7ed0db359b8 100644 --- a/sysutils/xentools46/Makefile +++ b/sysutils/xentools46/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2018/06/27 10:44:15 maya Exp $ +# $NetBSD: Makefile,v 1.31 2018/07/03 05:03:35 adam Exp $ # # VERSION is set in version.mk as it is shared with other packages .include "version.mk" @@ -63,7 +63,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 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 PY_PATCHPLIST= yes REPLACE_PYTHON+= misc/xen-bugtool misc/xen-ringwatch misc/xencons diff --git a/sysutils/xentools48/Makefile b/sysutils/xentools48/Makefile index 1776522834f..64c2000812c 100644 --- a/sysutils/xentools48/Makefile +++ b/sysutils/xentools48/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2018/04/13 13:55:37 jaapb Exp $ +# $NetBSD: Makefile,v 1.20 2018/07/03 05:03:35 adam Exp $ # VERSION= 4.8.3 VERSION_IPXE= 827dd1bfee67daa683935ce65316f7e0f057fe1c @@ -99,7 +99,7 @@ MAKE_ENV+= MV=${MV:Q} PYTHON=${PYTHONBIN:Q} SED=${SED:Q} MAKE_ENV+= V=YES MAKE_ENV+= NO_WERROR=1 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 PY_PATCHPLIST= yes REPLACE_PYTHON+= tools/misc/xen-bugtool tools/misc/xen-ringwatch diff --git a/textproc/dblatex/Makefile b/textproc/dblatex/Makefile index eaef43e333f..ebe6c0cd6ac 100644 --- a/textproc/dblatex/Makefile +++ b/textproc/dblatex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2017/10/03 15:12:43 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2018/07/03 05:03:35 adam Exp $ DISTNAME= dblatex-0.3.10 PKGREVISION= 1 @@ -44,7 +44,7 @@ USE_TOOLS+= gmake .include "options.mk" REPLACE_PYTHON+= scripts/dblatex lib/dbtexmf/dblatex/xetex/*.py -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 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 09a28ce73a0..e6bced995b7 100644 --- a/textproc/gnome-doc-utils/Makefile +++ b/textproc/gnome-doc-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2017/07/30 22:47:56 wiz Exp $ +# $NetBSD: Makefile,v 1.67 2018/07/03 05:03:35 adam Exp $ DISTNAME= gnome-doc-utils-0.20.10 PKGREVISION= 2 @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-libxslt>=1.1.12:../../textproc/py-libxslt DEPENDS+= docbook-xml>=4.5:../../textproc/docbook-xml DEPENDS+= getopt-[0-9]*:../../misc/getopt -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-libxslt +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 d19fde70848..fe962ff6cc5 100644 --- a/textproc/gtk-doc/Makefile +++ b/textproc/gtk-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2018/04/29 21:32:05 adam Exp $ +# $NetBSD: Makefile,v 1.71 2018/07/03 05:03:35 adam Exp $ DISTNAME= gtk-doc-1.28 PKGREVISION= 1 @@ -25,7 +25,7 @@ USE_TOOLS+= gmake pkg-config:run msgfmt # one test failure that's not there with python-2.x as of 1.26 # https://bugzilla.gnome.org/show_bug.cgi?id=786174 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 SUBST_CLASSES+= fix-pc SUBST_STAGE.fix-pc= pre-configure diff --git a/textproc/ispell-lt/Makefile b/textproc/ispell-lt/Makefile index e9b00656d77..593b686a11a 100644 --- a/textproc/ispell-lt/Makefile +++ b/textproc/ispell-lt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:59 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2018/07/03 05:03:35 adam Exp $ DISTNAME= ispell-lt-1.3 CATEGORIES= textproc @@ -13,7 +13,7 @@ DEPENDS+= ispell-[0-9]*:../../textproc/ispell USE_TOOLS+= gmake REPLACE_PYTHON+= tools/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.3 SUBST_CLASSES+= install SUBST_FILES.install= Makefile diff --git a/textproc/libplist/Makefile b/textproc/libplist/Makefile index d030e92ce8c..9af0bd9e73b 100644 --- a/textproc/libplist/Makefile +++ b/textproc/libplist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2017/01/01 14:43:59 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2018/07/03 05:03:35 adam 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 36 # not yet ported as of 1.8 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 b24b42bf425..9d92b809f33 100644 --- a/textproc/markdown2social/Makefile +++ b/textproc/markdown2social/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/01/19 18:52:27 agc Exp $ +# $NetBSD: Makefile,v 1.6 2018/07/03 05:03:35 adam 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 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-4Suite/Makefile b/textproc/py-4Suite/Makefile index 478b57ea53f..3a08c478bdb 100644 --- a/textproc/py-4Suite/Makefile +++ b/textproc/py-4Suite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2017/01/01 14:44:00 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2018/07/03 05:03:36 adam Exp $ VER= 1.0.2 DISTNAME= 4Suite-XML-${VER} @@ -25,7 +25,7 @@ SUBST_STAGE.python= post-build SUBST_SED.python= -e 's,\#![^ ]* python,\#! ${PYTHONBIN},' #PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.0.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 f81108a6f47..a0ae4937bdc 100644 --- a/textproc/py-Excelerator/Makefile +++ b/textproc/py-Excelerator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2017/09/04 18:08:28 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2018/07/03 05:03:36 adam Exp $ DISTNAME= pyexcelerator-${VERSION} PKGNAME= ${PYPKGPREFIX}-Excelerator-${VERSION} @@ -14,7 +14,7 @@ COMMENT= Python library for generating Excel 97/2000/XP/2003 files USE_LANGUAGES= #none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 EGG_NAME= pyExcelerator-${VERSION} diff --git a/textproc/py-HappyDoc/Makefile b/textproc/py-HappyDoc/Makefile index d5e0afdfa8a..0177e54ad3c 100644 --- a/textproc/py-HappyDoc/Makefile +++ b/textproc/py-HappyDoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2017/01/01 14:44:00 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2018/07/03 05:03:36 adam 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 36 # not yet ported as of 2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 2.1 post-extract: ${MV} ${WRKSRC}/happydoc ${WRKSRC}/happydoc${PYVERSSUFFIX} diff --git a/textproc/py-X2/Makefile b/textproc/py-X2/Makefile index 9e3595e6ee8..d2b3d77df15 100644 --- a/textproc/py-X2/Makefile +++ b/textproc/py-X2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/01/01 14:44:00 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2018/07/03 05:03:36 adam Exp $ DISTNAME= PyX-0.12.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//} @@ -21,7 +21,7 @@ CONF_FILES= ${PYSITELIB}/pyx/data/pyxrc \ ${PKG_SYSCONFDIR}/pyxrc PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE=34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE=34 35 36 37 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-cabocha/Makefile b/textproc/py-cabocha/Makefile index da6d6a5f9b4..a1b4cbb6075 100644 --- a/textproc/py-cabocha/Makefile +++ b/textproc/py-cabocha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2017/01/01 14:44:00 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2018/07/03 05:03:36 adam 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 36 # not yet ported as of 0.67 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.67 EGG_NAME= ${DISTNAME:S/-/_python-/} diff --git a/textproc/py-cmTemplate/Makefile b/textproc/py-cmTemplate/Makefile index a62c7e08010..a45095abca9 100644 --- a/textproc/py-cmTemplate/Makefile +++ b/textproc/py-cmTemplate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2017/01/01 14:44:00 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2018/07/03 05:03:36 adam Exp $ DISTNAME= cmTemplate-0.3.2 PKGNAME= ${PYPKGPREFIX}-cmTemplate-0.3.2 @@ -11,7 +11,7 @@ COMMENT= Simple and fast Python template engine PY_PATCHPLIST= # empty PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 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 INSTALLATION_DIRS= ${PYSITELIB} share/doc/${PYPKGPREFIX}-cmTemplate diff --git a/textproc/py-elementtree/Makefile b/textproc/py-elementtree/Makefile index 0f006c41a8b..87e80a9e2ec 100644 --- a/textproc/py-elementtree/Makefile +++ b/textproc/py-elementtree/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2017/01/01 14:44:00 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2018/07/03 05:03:36 adam Exp $ DISTNAME= elementtree-1.2.6-20050316 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-20050316//} @@ -16,7 +16,7 @@ USE_LANGUAGES= # empty EGG_NAME= elementtree-1.2.6_20050316 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-empy/Makefile b/textproc/py-empy/Makefile index f48a9611f5d..71556316226 100644 --- a/textproc/py-empy/Makefile +++ b/textproc/py-empy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2017/01/01 14:44:00 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2018/07/03 05:03:36 adam 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 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # Fix html path in documentation SUBST_CLASSES+= doc diff --git a/textproc/py-gnosis-utils/Makefile b/textproc/py-gnosis-utils/Makefile index 5cb236e00fa..62145daf8da 100644 --- a/textproc/py-gnosis-utils/Makefile +++ b/textproc/py-gnosis-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2017/01/01 14:44:01 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2018/07/03 05:03:36 adam Exp $ DISTNAME= Gnosis_Utils-1.2.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Gnosis_Utils/gnosis-utils/} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat USE_LANGUAGES= #none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.2.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 9e2cb6c4eba..cc596024edd 100644 --- a/textproc/py-iniparse/Makefile +++ b/textproc/py-iniparse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2017/09/16 19:27:19 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2018/07/03 05:03:36 adam Exp $ DISTNAME= iniparse-0.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= mit AND python-software-foundation USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 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 6b75e96cc7c..7cfb6813f58 100644 --- a/textproc/py-jsonlib/Makefile +++ b/textproc/py-jsonlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2017/01/01 14:44:01 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2018/07/03 05:03:36 adam 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 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-jsonrpclib/Makefile b/textproc/py-jsonrpclib/Makefile index 6f3fceeaaba..ada706d5110 100644 --- a/textproc/py-jsonrpclib/Makefile +++ b/textproc/py-jsonrpclib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/01/01 14:44:01 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2018/07/03 05:03:36 adam 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 36 # as of 0.1.7 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 f42a5e79ba9..f8390fa5d53 100644 --- a/textproc/py-libxslt/Makefile +++ b/textproc/py-libxslt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2017/09/10 20:56:48 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2018/07/03 05:03:37 adam 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 36 # not yet ported as of 1.1.28 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 a35281d179b..cc318bb828a 100644 --- a/textproc/py-marisa/Makefile +++ b/textproc/py-marisa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/01/01 14:44:01 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2018/07/03 05:03:37 adam Exp $ # .include "../../textproc/marisa/Makefile.common" @@ -11,7 +11,7 @@ COMMENT= MARISA python module USE_LANGUAGES= c c++ PYSETUPSUBDIR= bindings/python -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.2.4 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 3717e4767c8..6888894a23a 100644 --- a/textproc/py-mecab/Makefile +++ b/textproc/py-mecab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2017/01/01 14:44:01 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2018/07/03 05:03:37 adam Exp $ .include "../../textproc/mecab/Makefile.common" @@ -20,7 +20,7 @@ do-test: BUILDLINK_API_DEPENDS.mecab+= mecab>=${MECAB_VERSION} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.996 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 96525301c7a..5c9802e9917 100644 --- a/textproc/py-relatorio/Makefile +++ b/textproc/py-relatorio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2017/11/24 22:15:59 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2018/07/03 05:03:37 adam Exp $ DISTNAME= relatorio-0.6.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml DEPENDS+= ${PYPKGPREFIX}-cairo-[0-9]*:../../graphics/py-cairo USE_LANGUAGES= #none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 via py-pycha +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2 via py-pycha .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-rst2pdf/Makefile b/textproc/py-rst2pdf/Makefile index 7071cdabe19..54dcbdad59c 100644 --- a/textproc/py-rst2pdf/Makefile +++ b/textproc/py-rst2pdf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2017/03/16 20:00:39 darcy Exp $ +# $NetBSD: Makefile,v 1.2 2018/07/03 05:03:37 adam Exp $ DISTNAME= rst2pdf-0.93 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,7 @@ COMMENT= Convert restructured text to PDF via reportlab LICENSE= mit USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 36 37 REPLACE_PYTHON= rst2pdf/__init__.py DEPENDS+= ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils diff --git a/textproc/py-xml/Makefile b/textproc/py-xml/Makefile index d8511dd49b2..89058cfdfa9 100644 --- a/textproc/py-xml/Makefile +++ b/textproc/py-xml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2017/09/04 18:01:02 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2018/07/03 05:03:37 adam Exp $ DISTNAME= PyXML-0.8.4 PKGNAME= ${PYPKGPREFIX}-xml-0.8.4 @@ -18,7 +18,7 @@ PYSETUPBUILDARGS+= --ldflags="${EXPAT_LDFLAGS}" EXPAT_LDFLAGS= ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.expat}/lib FIX_RPATH+= EXPAT_LDFLAGS -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # dead upstream, no plans of porting +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 a31ac063a09..b737a664e18 100644 --- a/textproc/py-yamcha/Makefile +++ b/textproc/py-yamcha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2017/01/01 14:44:01 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2018/07/03 05:03:37 adam 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 36 # not yet ported as of 0.33 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.33 EGG_NAME= ${DISTNAME:S/-/_python-/} diff --git a/textproc/queequeg/Makefile b/textproc/queequeg/Makefile index 542228d0916..c4a9baf0b93 100644 --- a/textproc/queequeg/Makefile +++ b/textproc/queequeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2017/01/01 14:44:01 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2018/07/03 05:03:37 adam Exp $ DISTNAME= queequeg-0.91 PKGREVISION= 1 @@ -15,7 +15,7 @@ BUILD_DEPENDS+= WordNet-[0-9]*:../../textproc/WordNet USE_LANGUAGES= # none PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-cdb +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-cdb SUBST_CLASSES+= fix-python SUBST_STAGE.fix-python= pre-configure diff --git a/textproc/rubber/Makefile b/textproc/rubber/Makefile index f1a8c04b723..7fc1429f51b 100644 --- a/textproc/rubber/Makefile +++ b/textproc/rubber/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2017/01/01 14:44:02 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2018/07/03 05:03:37 adam Exp $ DISTNAME= rubber-1.1 PKGREVISION= 5 @@ -26,7 +26,7 @@ CONFIGURE_ARGS+= --infodir=${PREFIX:Q}/${PKGINFODIR:Q} PLIST_SUBST+= RUBBERVERSUFFIX=${PKGVERSION_NOREV} PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 392e8ab01cf..d3804d9a289 100644 --- a/textproc/xmlada/Makefile +++ b/textproc/xmlada/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2018/04/02 09:30:06 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2018/07/03 05:03:37 adam 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 36 # not yet ported as of 4.4.0.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 ec7172f956e..a6b2bb82986 100644 --- a/time/etm/Makefile +++ b/time/etm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2017/02/20 17:00:36 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2018/07/03 05:03:37 adam Exp $ DISTNAME= etm-877 PKGREVISION= 1 @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.8.7:../../x11/py-wxWidgets DEPENDS+= ${PYPKGPREFIX}-icalendar>=2.0.1:../../time/py-icalendar -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-wxWidgets USE_LANGUAGES= # none diff --git a/time/hamster-applet/Makefile b/time/hamster-applet/Makefile index 6f03ce5036a..6c82c458852 100644 --- a/time/hamster-applet/Makefile +++ b/time/hamster-applet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2018/04/16 14:35:15 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2018/07/03 05:03:38 adam Exp $ DISTNAME= hamster-applet-2.28.1 PKGREVISION= 36 @@ -17,7 +17,7 @@ USE_TOOLS+= gmake intltool pkg-config msgfmt GCONF_SCHEMAS+= hamster-applet.schemas PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 d29290b2612..8279a11b11c 100644 --- a/time/py-goocalendar/Makefile +++ b/time/py-goocalendar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2017/09/16 19:27:21 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2018/07/03 05:03:38 adam Exp $ DISTNAME= GooCalendar-0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-goocanvas-[0-9]*:../../graphics/py-goocanvas USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 via py-goocanvas +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 07b4cf8fd2c..8e691066058 100644 --- a/time/py-mxDateTime/Makefile +++ b/time/py-mxDateTime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2017/09/04 18:08:29 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2018/07/03 05:03:38 adam Exp $ VERSION= 3.2.9 DISTNAME= egenix-mx-base-${VERSION} @@ -11,7 +11,7 @@ HOMEPAGE= https://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 36 # not yet ported as of 3.2.9 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 3.2.9 REPLACE_PYTHON+= egenix_mx_base.py REPLACE_PYTHON+= mx/BeeBase/FileLock.py diff --git a/time/wxRemind/Makefile b/time/wxRemind/Makefile index cc3f14592b9..b10ca2fd31c 100644 --- a/time/wxRemind/Makefile +++ b/time/wxRemind/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2017/01/01 14:44:02 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2018/07/03 05:03:38 adam Exp $ DISTNAME= wxRemind-0.6.18 PKGREVISION= 4 @@ -11,7 +11,7 @@ COMMENT= Graphical front-end to Remind DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.6.1:../../x11/py-wxWidgets -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-wxWidgets .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/wm/bmpanel2/Makefile b/wm/bmpanel2/Makefile index 0908e38cef4..0f2702c1a29 100644 --- a/wm/bmpanel2/Makefile +++ b/wm/bmpanel2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2018/04/16 14:35:16 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2018/07/03 05:03:38 adam Exp $ DISTNAME= bmpanel2-2.1pre1 PKGREVISION= 21 @@ -18,7 +18,7 @@ USE_TOOLS+= pkg-config gzip PY_PATCHPLIST= yes REPLACE_PYTHON= extra/py/bmpanel2.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.1pre1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 1773861affb..178c8ac5dda 100644 --- a/wm/ccsm/Makefile +++ b/wm/ccsm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2018/01/17 12:10:38 jperkin Exp $ +# $NetBSD: Makefile,v 1.22 2018/07/03 05:03:38 adam Exp $ PKGVER= 0.8.4 DISTNAME= ccsm-${PKGVER} @@ -19,7 +19,7 @@ USE_TOOLS+= pkg-config gmake msgfmt intltool PY_PATCHPLIST= yes PYDISTUTILSPKG= yes REPLACE_PYTHON= ${WRKSRC}/setup.py ${WRKSRC}/ccm/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2 MAKE_ENV+= PYTHONBIN=${PYTHONBIN:Q} diff --git a/wm/py-tyle/Makefile b/wm/py-tyle/Makefile index a4cb33b5510..ffddee2d3ad 100644 --- a/wm/py-tyle/Makefile +++ b/wm/py-tyle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2017/09/04 18:08:30 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2018/07/03 05:03:38 adam Exp $ DISTNAME= pytyle-0.7.5 PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/} @@ -17,7 +17,7 @@ PYTHON_SELF_CONFLICT= yes USE_LANGUAGES= #none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.7.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.7.5 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index d773579f00a..9f44922ed27 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.132 2018/04/16 14:35:18 wiz Exp $ +# $NetBSD: Makefile,v 1.133 2018/07/03 05:03:38 adam Exp $ DISTNAME= bluefish-2.2.8 PKGREVISION= 6 @@ -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 36 # not yet ported as of 2.2.4 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 4116b229c8c..d5c63dbc5ee 100644 --- a/www/browser-bookmarks-menu/Makefile +++ b/www/browser-bookmarks-menu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2018/04/16 14:35:18 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2018/07/03 05:03:38 adam Exp $ DISTNAME= browser-bookmarks-menu-0.6 PKGREVISION= 39 @@ -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 36 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-ORBit via py-gnome2 SUBST_CLASSES+= paths SUBST_STAGE.paths= pre-configure diff --git a/www/cherokee/Makefile b/www/cherokee/Makefile index 3688410c50b..3226262d29d 100644 --- a/www/cherokee/Makefile +++ b/www/cherokee/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2018/02/26 08:19:32 adam Exp $ +# $NetBSD: Makefile,v 1.38 2018/07/03 05:03:38 adam Exp $ DISTNAME= cherokee-1.2.101 PKGREVISION= 12 @@ -33,7 +33,7 @@ RCD_SCRIPTS= cherokee INSTALLATION_DIRS+= ${EGDIR}/pam.d -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.2.101 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.2.101 .include "options.mk" diff --git a/www/clearsilver/Makefile b/www/clearsilver/Makefile index 337f0c7ee61..0d34ecec9de 100644 --- a/www/clearsilver/Makefile +++ b/www/clearsilver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2017/01/01 14:44:03 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2018/07/03 05:03:38 adam Exp $ META_PACKAGE= yes @@ -10,7 +10,7 @@ DEPENDS+=${CLEARSILVER_BASE}{,nb[0-9]*}:../../www/clearsilver-base DEPENDS+=${PYPKGPREFIX}-${DISTNAME}{,nb[0-9]*}:../../www/py-clearsilver DEPENDS+=${RUBY_PKGPREFIX}-${DISTNAME}{,nb[0-9]*}:../../www/ruby-clearsilver -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-clearsilver +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-clearsilver .include "../../lang/python/pyversion.mk" .include "../../lang/ruby/rubyversion.mk" diff --git a/www/firefox45/mozilla-common.mk b/www/firefox45/mozilla-common.mk index 91e52c41616..20d7f29f1a0 100644 --- a/www/firefox45/mozilla-common.mk +++ b/www/firefox45/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.7 2017/05/13 02:34:30 khorben Exp $ +# $NetBSD: mozilla-common.mk,v 1.8 2018/07/03 05:03:38 adam Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -113,7 +113,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 36 # py-sqlite2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-sqlite2 .include "../../lang/python/application.mk" CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} diff --git a/www/ies4linux/Makefile b/www/ies4linux/Makefile index 3b393ade897..1f9cd7bc854 100644 --- a/www/ies4linux/Makefile +++ b/www/ies4linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2017/08/16 20:45:47 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2018/07/03 05:03:39 adam Exp $ DISTNAME= ies4linux-2.99.0.1 PKGREVISION= 5 @@ -17,7 +17,7 @@ BUILD_DEPENDS+= cabextract-[0-9]*:../../archivers/cabextract NO_BUILD= yes USE_LANGUAGES= # none USE_TOOLS+= bash:run pax unzip:run -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2 SHAREDIR= share/ies4linux diff --git a/www/loggerhead/Makefile b/www/loggerhead/Makefile index 21d2fdf715c..f2a94ce48ae 100644 --- a/www/loggerhead/Makefile +++ b/www/loggerhead/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2017/07/11 06:16:30 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2018/07/03 05:03:39 adam Exp $ DISTNAME= loggerhead-${VER} PKGREVISION= 1 @@ -19,7 +19,7 @@ DEPENDS+= ${PYPKGPREFIX}-PasteDeploy>=1.3:../../www/py-PasteDeploy DEPENDS+= ${PYPKGPREFIX}-SimpleTAL>=4.1:../../www/py-simpletal PYTHON_VERSIONED_DEPENDENCIES= flup -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-simpletal +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 95654e7d8f1..0c487c18f92 100644 --- a/www/py-ClientForm/Makefile +++ b/www/py-ClientForm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2017/01/01 14:44:03 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2018/07/03 05:03:39 adam Exp $ DISTNAME= ClientForm-0.2.10 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,7 @@ COMMENT= Python module for handling HTML forms on the client side LICENSE= modified-bsd OR zpl-2.0 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.2.10 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 59d15eb6b4f..e7a09f71c34 100644 --- a/www/py-HTMLgen/Makefile +++ b/www/py-HTMLgen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2017/09/04 18:01:03 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2018/07/03 05:03:39 adam Exp $ DISTNAME= HTMLgen PKGNAME= ${PYPKGPREFIX}-HTMLgen-2.2.2 @@ -18,7 +18,7 @@ PY_PATCHPLIST= yes REPLACE_PYTHON+= *.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 INSTALLATION_DIRS+= ${PYSITELIB} diff --git a/www/py-beautifulsoup/Makefile b/www/py-beautifulsoup/Makefile index 6ad67b3c2f1..0e724128d96 100644 --- a/www/py-beautifulsoup/Makefile +++ b/www/py-beautifulsoup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2017/09/03 08:53:17 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2018/07/03 05:03:39 adam Exp $ DISTNAME= BeautifulSoup-3.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/B/b/:S/S/s/} @@ -10,7 +10,7 @@ HOMEPAGE= https://www.crummy.com/software/BeautifulSoup/ COMMENT= HTML/XML Parser for Python, version 3 LICENSE= modified-bsd -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # use py-beautifulsoup4 for python-3.x +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 ce9faf72dde..ba5d6950355 100644 --- a/www/py-blosxom/Makefile +++ b/www/py-blosxom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2017/01/01 14:44:04 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2018/07/03 05:03:39 adam Exp $ PYBLOXSOMVERS= 1.5.3 DISTNAME= pyblosxom-${PYBLOXSOMVERS} @@ -27,7 +27,7 @@ INSTALLATION_DIRS= ${DOC_SUBDIR} REPLACE_PYTHON= Pyblosxom/data/pyblosxom.cgi -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 pre-configure: cd ${WRKSRC} && ${FIND} Pyblosxom -type f -name '*.orig' \ diff --git a/www/py-clearsilver/Makefile b/www/py-clearsilver/Makefile index 9c9f311d19c..90d9b46fa2c 100644 --- a/www/py-clearsilver/Makefile +++ b/www/py-clearsilver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2017/01/01 14:44:04 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2018/07/03 05:03:39 adam Exp $ PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 1 @@ -14,7 +14,7 @@ CFLAGS+= -fPIC INSTALL_DIRS= python PY_PATCHPLIST= YES -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.10.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.10.5 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-cloudfiles/Makefile b/www/py-cloudfiles/Makefile index 3c23779467f..d5742718ab6 100644 --- a/www/py-cloudfiles/Makefile +++ b/www/py-cloudfiles/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2018/01/26 14:24:29 triaxx Exp $ +# $NetBSD: Makefile,v 1.2 2018/07/03 05:03:39 adam Exp $ DISTNAME= python-cloudfiles-1.7.11 PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/} CATEGORIES= www MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-cloudfiles/} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 MAINTAINER= triaxx@NetBSD.org HOMEPAGE= https://github.com/ncw/python-cloudfiles/ diff --git a/www/py-django-appmedia/Makefile b/www/py-django-appmedia/Makefile index 93b528c1154..64a11cf024d 100644 --- a/www/py-django-appmedia/Makefile +++ b/www/py-django-appmedia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2017/01/01 14:44:04 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2018/07/03 05:03:39 adam Exp $ DISTNAME= django-appmedia-1.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,7 @@ COMMENT= Handling django app media LICENSE= modified-bsd USE_LANGUAGES= # empty -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.0.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.0.1 DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django diff --git a/www/py-django14/options.mk b/www/py-django14/options.mk index 536ff0f3be1..0e25d929d5e 100644 --- a/www/py-django14/options.mk +++ b/www/py-django14/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.7 2017/01/01 14:44:04 wiz Exp $ +# $NetBSD: options.mk,v 1.8 2018/07/03 05:03:39 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.django PKG_SUPPORTED_OPTIONS= mysql oracle pgsql sqlite @@ -10,7 +10,7 @@ PLIST_VARS+= ${PKG_SUPPORTED_OPTIONS} .if !empty(PKG_OPTIONS:Mmysql) DEPENDS+= ${PYPKGPREFIX}-mysqldb-[0-9]*:../../databases/py-mysqldb -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-mysqldb +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 36 # py-sqlite2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-sqlite2 PLIST.sqlite= yes .endif diff --git a/www/py-flup/Makefile b/www/py-flup/Makefile index 07f4d02c6ce..295183530b1 100644 --- a/www/py-flup/Makefile +++ b/www/py-flup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2017/09/04 18:08:30 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2018/07/03 05:03:39 adam Exp $ DISTNAME= flup-1.0.2 PKGNAME= ${PYPKGPREFIX}-flup-1.0.2 @@ -11,7 +11,7 @@ COMMENT= WSGI support modules (python-2.x version) LICENSE= 2-clause-bsd USE_LANGUAGES= # empty -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-gdata/Makefile b/www/py-gdata/Makefile index 269b3e95dc6..17ef214f713 100644 --- a/www/py-gdata/Makefile +++ b/www/py-gdata/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2017/09/04 18:55:10 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2018/07/03 05:03:40 adam Exp $ DISTNAME= gdata-2.0.18 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.0.18 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 6c0a56a0e47..326e9b88f26 100644 --- a/www/py-graphite-web/Makefile +++ b/www/py-graphite-web/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2017/11/24 22:15:59 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2018/07/03 05:03:40 adam 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 36 # py-django-tagging +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-django-tagging INSTALLATION_DIRS+= share/examples/graphite diff --git a/www/py-jonpy/Makefile b/www/py-jonpy/Makefile index 06719a6bdf2..506d764760b 100644 --- a/www/py-jonpy/Makefile +++ b/www/py-jonpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2017/01/01 14:44:05 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2018/07/03 05:03:40 adam Exp $ DISTNAME= jonpy-0.06 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://jonpy.sourceforge.net/ COMMENT= Tools for FastCGI/CGI Python programs LICENSE= mit -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.06 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 1dbe4de0a17..83425aa4c1f 100644 --- a/www/py-mechanize/Makefile +++ b/www/py-mechanize/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2017/11/02 12:58:46 adam Exp $ +# $NetBSD: Makefile,v 1.21 2018/07/03 05:03:40 adam Exp $ DISTNAME= mechanize-0.3.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-html5lib>=0.999999999:../../textproc/py-html5lib USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.3.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.3.5 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-moin/Makefile b/www/py-moin/Makefile index 32b82e3df6a..df0a4e2a073 100644 --- a/www/py-moin/Makefile +++ b/www/py-moin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2017/09/04 18:08:30 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2018/07/03 05:03:40 adam Exp $ VER= 1.9.7 DISTNAME= moin-${VER} @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.9.7 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.9.7 REPLACE_PYTHON= jabberbot/bot.py \ MoinMoin/version.py \ diff --git a/www/py-pendrell/Makefile b/www/py-pendrell/Makefile index fbeaab69d1e..b72e299b518 100644 --- a/www/py-pendrell/Makefile +++ b/www/py-pendrell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2017/09/04 18:01:03 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2018/07/03 05:03:40 adam Exp $ DISTNAME= pendrell-0.2.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-twisted>=10.0.0:../../net/py-twisted -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 0.2.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # as of 0.2.3 .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 e530ff32b45..4478a32b989 100644 --- a/www/py-python-digest/Makefile +++ b/www/py-python-digest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2017/09/16 19:27:24 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2018/07/03 05:03:40 adam Exp $ DISTNAME= python-digest-1.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= modified-bsd USE_LANGUAGES= # none -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/www/py-pywebdav/Makefile b/www/py-pywebdav/Makefile index d7bd3b27ece..389425ec060 100644 --- a/www/py-pywebdav/Makefile +++ b/www/py-pywebdav/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2017/09/04 18:55:10 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2018/07/03 05:03:40 adam 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 36 # not yet ported as of 0.9.8 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 1ef23916175..fe96fc34fc6 100644 --- a/www/py-recaptcha/Makefile +++ b/www/py-recaptcha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2017/01/01 14:44:05 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2018/07/03 05:03:40 adam 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 36 # as of 1.0.6 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # as of 1.0.6 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-sanic/Makefile b/www/py-sanic/Makefile index a12ee017a7f..85532f0f92d 100644 --- a/www/py-sanic/Makefile +++ b/www/py-sanic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2017/12/06 12:53:56 adam Exp $ +# $NetBSD: Makefile,v 1.5 2018/07/03 05:03:40 adam Exp $ DISTNAME= sanic-0.7.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,9 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-ujson>=1.35:../../textproc/py-ujson DEPENDS+= ${PYPKGPREFIX}-uvloop>=0.5.3:../../devel/py-uvloop DEPENDS+= ${PYPKGPREFIX}-websockets>=3.2:../../www/py-websockets -PYTHON_VERSIONS_ACCEPTED= 36 35 - -USE_LANGUAGES= c +PYTHON_VERSIONS_ACCEPTED= 37 36 35 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-scgi/Makefile b/www/py-scgi/Makefile index 1f88622d6b3..e7e3d28d31c 100644 --- a/www/py-scgi/Makefile +++ b/www/py-scgi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2018/03/24 08:25:30 adam Exp $ +# $NetBSD: Makefile,v 1.15 2018/07/03 05:03:40 adam Exp $ DISTNAME= scgi-1.15 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= cnri-license DEPENDS+= ${PYPKGPREFIX}-quixote-[0-9]*:../../devel/py-quixote -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-quixote +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-quixote CFLAGS.SunOS+= -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1 diff --git a/www/py-simpletal/Makefile b/www/py-simpletal/Makefile index 4d6f9dfc864..5a8492bb430 100644 --- a/www/py-simpletal/Makefile +++ b/www/py-simpletal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2017/01/01 14:44:05 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2018/07/03 05:03:41 adam Exp $ DISTNAME= SimpleTAL-4.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= modified-bsd USE_LANGUAGES= #none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 do-test: ${PYTHONBIN} ${WRKSRC}/runtests.py diff --git a/www/py-swish-e/Makefile b/www/py-swish-e/Makefile index eacca7c8d0c..a3996e9deaf 100644 --- a/www/py-swish-e/Makefile +++ b/www/py-swish-e/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2017/09/04 18:01:04 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2018/07/03 05:03:41 adam Exp $ DISTNAME= swish-e-0.5 PKGNAME= ${PYPKGPREFIX}-swish-e-0.5 @@ -15,7 +15,7 @@ LICENSE= 2-clause-bsd EGG_NAME= SwishE-${PKGVERSION_NOREV} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 dc54f16c8ec..5abd19eb9ef 100644 --- a/www/py-trytond-webdav/Makefile +++ b/www/py-trytond-webdav/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/09/16 19:27:24 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2018/07/03 05:03:41 adam 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= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 REPLACE_PYTHON+= tests/test_webdav.py diff --git a/www/py-twill/Makefile b/www/py-twill/Makefile index 400446def64..f0ad52d801c 100644 --- a/www/py-twill/Makefile +++ b/www/py-twill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2017/09/16 19:27:24 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2018/07/03 05:03:41 adam Exp $ DISTNAME= twill-1.8.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-cssselect-[0-9]*:../../textproc/py-cssselect USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # setup fails for 1.8.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 97f3a9141d2..a8bb69122e4 100644 --- a/www/py-uliweb/Makefile +++ b/www/py-uliweb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2017/01/01 14:44:06 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2018/07/03 05:03:41 adam 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 36 # not yet ported as of 0.2.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 e16a56b9246..3d0b819a598 100644 --- a/www/py-webpy/Makefile +++ b/www/py-webpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2017/01/01 14:44:06 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2018/07/03 05:03:41 adam Exp $ DISTNAME= web.py-0.37 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= public-domain USE_LANGUAGES= #none REPLACE_PYTHON+= web/__init__.py web/utils.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.37 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.37 .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" diff --git a/www/ruby-pygments.rb/Makefile b/www/ruby-pygments.rb/Makefile index 1df97fbe93f..fcf6d0bdd6b 100644 --- a/www/ruby-pygments.rb/Makefile +++ b/www/ruby-pygments.rb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2018/03/21 12:15:34 taca Exp $ +# $NetBSD: Makefile,v 1.15 2018/07/03 05:03:41 adam Exp $ DISTNAME= pygments.rb-1.2.1 CATEGORIES= textproc @@ -18,7 +18,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 36 # as of 0.6.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 588e40537db..cfedac77368 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2017/01/01 14:44:06 wiz Exp $ +# $NetBSD: Makefile,v 1.83 2018/07/03 05:03:41 adam 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 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 REPLACE_PYTHON= contrib/cgi-bin/trac.* contrib/*.py contrib/*-hook REPLACE_PYTHON+= trac/tests/functional/*.py diff --git a/www/trafficserver/Makefile b/www/trafficserver/Makefile index 9f8d1809949..cc668f88dfa 100644 --- a/www/trafficserver/Makefile +++ b/www/trafficserver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2018/04/29 21:32:08 adam Exp $ +# $NetBSD: Makefile,v 1.8 2018/07/03 05:03:41 adam Exp $ DISTNAME= trafficserver-7.1.2 PKGREVISION= 1 @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes # For man pages PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx .include "../../mk/bsd.prefs.mk" diff --git a/www/urlgrabber/Makefile b/www/urlgrabber/Makefile index 17bfa73da63..b482d76e035 100644 --- a/www/urlgrabber/Makefile +++ b/www/urlgrabber/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2017/01/01 14:44:06 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2018/07/03 05:03:41 adam Exp $ DISTNAME= urlgrabber-3.1.0 PKGREVISION= 3 @@ -10,7 +10,7 @@ HOMEPAGE= http://urlgrabber.baseurl.org/ COMMENT= Python package that drastically simplifies the fetching of files USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 3.1.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 f8246f5544e..f10135f1327 100644 --- a/www/viewvc/Makefile +++ b/www/viewvc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2017/02/08 20:00:34 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2018/07/03 05:03:41 adam Exp $ DISTNAME= viewvc-1.1.26 CATEGORIES= devel www @@ -11,7 +11,7 @@ LICENSE= 2-clause-bsd REPLACE_PYTHON= viewvc-install bin/* bin/cgi/*.cgi lib/*.py # https://github.com/viewvc/viewvc/issues/138 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.1.26 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.1.26 .if !exists(/usr/bin/rlog) DEPENDS+= rcs-[0-9]*:../../devel/rcs diff --git a/www/webkit-gtk/Makefile b/www/webkit-gtk/Makefile index 116fc445ae5..2d862497251 100644 --- a/www/webkit-gtk/Makefile +++ b/www/webkit-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.139 2018/06/17 13:54:39 wiz Exp $ +# $NetBSD: Makefile,v 1.140 2018/07/03 05:03:41 adam Exp $ DISTNAME= webkitgtk-2.20.3 PKGNAME= ${DISTNAME:S/webkitgtk/webkit-gtk/} @@ -147,7 +147,7 @@ BUILD_DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR} CMAKE_ARGS+= -DRUBY_EXECUTABLE=${RUBY} PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.10.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 182af8bf709..75d520a1fcc 100644 --- a/www/webkit24-gtk/Makefile.common +++ b/www/webkit24-gtk/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2017/09/06 09:03:05 wiz Exp $ +# $NetBSD: Makefile.common,v 1.11 2018/07/03 05:03:42 adam Exp $ # used by www/webkit24-gtk/Makefile # used by www/webkit24-gtk3/Makefile @@ -59,7 +59,7 @@ BUILD_DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR} CONFIGURE_ENV+= RUBY=${RUBY} PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.10.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 2e927d94cde..df81d143701 100644 --- a/x11/alacarte/Makefile +++ b/x11/alacarte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 2018/04/16 14:35:19 wiz Exp $ +# $NetBSD: Makefile,v 1.73 2018/07/03 05:03:42 adam Exp $ DISTNAME= alacarte-0.13.1 PKGREVISION= 39 @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes USE_TOOLS+= intltool perl pkg-config gmake msgfmt PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 114b6ccd3aa..fe1cc431d02 100644 --- a/x11/arandr/Makefile +++ b/x11/arandr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2018/04/16 14:35:19 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2018/07/03 05:03:42 adam Exp $ DISTNAME= arandr-0.1.9 PKGREVISION= 4 @@ -20,7 +20,7 @@ DEPENDS+= xrandr>=1.2:../../x11/xrandr PY_PATCHPLIST= YES PYSETUP= setup.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2, py-docutils +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 f157cc84de4..212fcc17eca 100644 --- a/x11/avant-window-navigator/Makefile +++ b/x11/avant-window-navigator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2018/04/17 04:25:32 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2018/07/03 05:03:42 adam Exp $ DISTNAME= avant-window-navigator-0.4.0 PKGREVISION= 29 @@ -44,7 +44,7 @@ SUBST_SED.pathfix= -e "s,/usr/share,${PREFIX}/share," PY_PATCHPLIST= yes REPLACE_PYTHON+= awn-settings/awnSettings.py.in REPLACE_PYTHON+= awn-settings/awnSettingsHelper.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2 .include "../../devel/GConf/schemas.mk" .include "../../lang/vala/buildlink3.mk" diff --git a/x11/driconf/Makefile b/x11/driconf/Makefile index 45abe9edb10..be0508cea12 100644 --- a/x11/driconf/Makefile +++ b/x11/driconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2017/01/01 14:44:07 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2018/07/03 05:03:42 adam Exp $ DISTNAME= driconf-0.9.1 PKGREVISION= 10 @@ -19,7 +19,7 @@ USE_TOOLS+= msgfmt msgmerge xgettext CONFIGURE_ARGS+= --prefix=${PREFIX:Q} REPLACE_PYTHON= *.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 46b55489a06..15f9ae2d29d 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.154 2018/06/01 17:04:18 youri Exp $ +# $NetBSD: Makefile,v 1.155 2018/07/03 05:03:42 adam Exp $ DISTNAME= gnome-applets-2.32.1.1 PKGREVISION= 58 @@ -15,7 +15,7 @@ USE_TOOLS+= gmake intltool msgfmt pkg-config USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-ORBit via py-gnome2 .include "options.mk" diff --git a/x11/gnome-mag/Makefile b/x11/gnome-mag/Makefile index d1e4e6e165f..57b719bc6cd 100644 --- a/x11/gnome-mag/Makefile +++ b/x11/gnome-mag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.100 2018/04/16 14:33:59 wiz Exp $ +# $NetBSD: Makefile,v 1.101 2018/07/03 05:03:42 adam Exp $ DISTNAME= gnome-mag-0.16.3 PKGREVISION= 28 @@ -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 36 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 5b0953e6e73..426b3c54893 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.200 2018/04/16 14:33:59 wiz Exp $ +# $NetBSD: Makefile,v 1.201 2018/07/03 05:03:42 adam Exp $ DISTNAME= gnome-panel-2.32.1 PKGREVISION= 61 @@ -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 36 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 e1fa29a5822..e4d5c0bb043 100644 --- a/x11/gnome-terminal/Makefile +++ b/x11/gnome-terminal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.80 2018/04/16 14:35:21 wiz Exp $ +# $NetBSD: Makefile,v 1.81 2018/07/03 05:03:42 adam Exp $ DISTNAME= gnome-terminal-2.32.1 PKGREVISION= 34 @@ -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 36 # not yet ported as of 2.32.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 75b491afe6c..e6cf42beee5 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.297 2018/04/17 22:29:52 wiz Exp $ +# $NetBSD: Makefile,v 1.298 2018/07/03 05:03:42 adam Exp $ DISTNAME= gtk+-2.24.32 PKGNAME= ${DISTNAME:S/gtk/gtk2/} @@ -80,7 +80,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 36 # not yet ported as of 2.24.22 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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/libdesktop-agnostic/Makefile b/x11/libdesktop-agnostic/Makefile index 40f59310c1e..ee41dc86ac7 100644 --- a/x11/libdesktop-agnostic/Makefile +++ b/x11/libdesktop-agnostic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2018/04/17 04:25:31 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2018/07/03 05:03:42 adam Exp $ DISTNAME= libdesktop-agnostic-0.3.92 PKGREVISION= 27 @@ -19,7 +19,7 @@ CONFIGURE_ARGS= --config-backends=keyfile,gconf \ --desktop-entry-backends=glib PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.3.92 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 9767d9d2358..29cf49ef3fe 100644 --- a/x11/mozo/Makefile +++ b/x11/mozo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2018/05/20 15:03:35 youri Exp $ +# $NetBSD: Makefile,v 1.11 2018/07/03 05:03:43 adam 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 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2 PY_PATCHPLIST= yes diff --git a/x11/py-Pmw/Makefile b/x11/py-Pmw/Makefile index ca54526961e..9e31cb8bb59 100644 --- a/x11/py-Pmw/Makefile +++ b/x11/py-Pmw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2017/01/01 14:44:08 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2018/07/03 05:03:43 adam Exp $ DISTNAME= Pmw.1.3.2 EGG_NAME= ${DISTNAME:S/./-/} @@ -17,7 +17,7 @@ DEPENDS+= blt>=2.4i:../../x11/blt USE_LANGUAGES= # empty PYSETUPSUBDIR= src -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 .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 ce2f2783d09..24d04022910 100644 --- a/x11/py-gnome2-desktop/Makefile +++ b/x11/py-gnome2-desktop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.118 2018/04/17 22:29:53 wiz Exp $ +# $NetBSD: Makefile,v 1.119 2018/07/03 05:03:43 adam Exp $ DISTNAME= gnome-python-desktop-2.32.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python/2/} @@ -20,7 +20,7 @@ USE_TOOLS+= pkg-config gmake PKGCONFIG_OVERRIDE+= gnome-python-desktop-2.0.pc.in -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-ORBit via py-gnome2, py-gtk2 .include "../../lang/python/pyversion.mk" diff --git a/x11/py-gnome2-extras/Makefile b/x11/py-gnome2-extras/Makefile index 2a591ecaaeb..abc682cd5d9 100644 --- a/x11/py-gnome2-extras/Makefile +++ b/x11/py-gnome2-extras/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.86 2018/04/16 14:34:01 wiz Exp $ +# $NetBSD: Makefile,v 1.87 2018/07/03 05:03:43 adam Exp $ DISTNAME= gnome-python-extras-2.25.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/gnome-python/gnome2/} @@ -16,7 +16,7 @@ BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl PY_PATCHPLIST= YES -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 5c721b56469..1edf591e6ed 100644 --- a/x11/py-gnome2/Makefile +++ b/x11/py-gnome2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.116 2018/04/16 14:34:01 wiz Exp $ +# $NetBSD: Makefile,v 1.117 2018/07/03 05:03:43 adam Exp $ DISTNAME= gnome-python-2.28.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/gnome-python/gnome2/} @@ -18,7 +18,7 @@ GNU_CONFIGURE= YES CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} USE_TOOLS+= pkg-config gmake -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-ORBit, py-gtk2 BUILDLINK_TRANSFORM.SunOS+= rm:-std=c9x diff --git a/x11/py-gtk2/Makefile b/x11/py-gtk2/Makefile index a2837b0dd73..3f2af37c94b 100644 --- a/x11/py-gtk2/Makefile +++ b/x11/py-gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.112 2018/04/16 14:34:01 wiz Exp $ +# $NetBSD: Makefile,v 1.113 2018/07/03 05:03:43 adam Exp $ DISTNAME= pygtk-2.24.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pygtk/gtk2/} @@ -24,7 +24,7 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} USE_TOOLS+= gmake pkg-config PY_PATCHPLIST= YES -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.24.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 e60c3bcca0f..29e1fcdf981 100644 --- a/x11/py-gtksourceview/Makefile +++ b/x11/py-gtksourceview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2018/04/16 14:35:25 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2018/07/03 05:03:43 adam Exp $ DISTNAME= pygtksourceview-2.10.1 PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/} @@ -19,7 +19,7 @@ PKGCONFIG_OVERRIDE+= pygtksourceview-2.0.pc.in GNU_CONFIGURE= YES USE_TOOLS+= pkg-config PY_PATCHPLIST= YES -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2 .include "../../lang/python/extension.mk" diff --git a/x11/py-keybinder/Makefile b/x11/py-keybinder/Makefile index 7b706b8f834..9af6c0f2100 100644 --- a/x11/py-keybinder/Makefile +++ b/x11/py-keybinder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2018/04/16 14:34:02 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2018/07/03 05:03:43 adam Exp $ PKGREVISION= 5 .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 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 INSTALL_DIRS= python-keybinder diff --git a/x11/py-kiwi/Makefile b/x11/py-kiwi/Makefile index 3d82a79f411..de32e7de4cf 100644 --- a/x11/py-kiwi/Makefile +++ b/x11/py-kiwi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2018/04/16 14:35:25 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2018/07/03 05:03:43 adam Exp $ DISTNAME= kiwi-1.9.29 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ LICENSE= gnu-lgpl-v2.1 # or later USE_LANGUAGES= #none USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 3e9d59173d1..ac551129def 100644 --- a/x11/py-qwt-qt4/Makefile +++ b/x11/py-qwt-qt4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2018/03/12 11:17:55 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2018/07/03 05:03:43 adam 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 36 # py-Numeric +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 2813f39a58c..bf062d69a1f 100644 --- a/x11/py-terminator/Makefile +++ b/x11/py-terminator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2018/04/16 14:35:25 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2018/07/03 05:03:43 adam 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 36 # not yet ported as of 0.98 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 4bb651e6f30..f895c193077 100644 --- a/x11/py-vte/Makefile +++ b/x11/py-vte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2018/04/16 14:34:02 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2018/07/03 05:03:44 adam Exp $ .include "../../x11/vte/Makefile.common" @@ -20,7 +20,7 @@ CONFIGURE_ARGS+= --enable-python CONFIGURE_ARGS+= --disable-freetype-test CONFIGURE_ARGS+= --enable-Bsymbolic=auto -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2 BUILD_DIRS= python diff --git a/x11/py-wxWidgets/Makefile b/x11/py-wxWidgets/Makefile index ca9ebaa5406..646e8dd4e05 100644 --- a/x11/py-wxWidgets/Makefile +++ b/x11/py-wxWidgets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2018/04/16 14:34:02 wiz Exp $ +# $NetBSD: Makefile,v 1.70 2018/07/03 05:03:44 adam Exp $ VERSION= 2.8.12.0 DISTNAME= wxPython-src-${VERSION} @@ -19,7 +19,7 @@ USE_TOOLS+= gmake pkg-config # previous name of the package CONFLICTS+= ${PYPKGPREFIX}-wxWindows-[0-9]* PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.8.10.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 b6d42b0947b..a1f486c169e 100644 --- a/x11/rox-session/Makefile +++ b/x11/rox-session/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2018/04/16 14:35:25 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2018/07/03 05:03:44 adam Exp $ DISTNAME= rox-session-0.28 PKGREVISION= 33 @@ -18,7 +18,7 @@ DIST_SUBDIR= rox NO_BUILD= yes REPLACE_PYTHON= AppRun tests/testutils.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2 INSTALLATION_DIRS= share/rox/ROX-Session |