diff options
author | adam <adam@pkgsrc.org> | 2019-09-02 13:19:35 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-09-02 13:19:35 +0000 |
commit | 77e07989540405e14ae0f3af5dc2d76d75532797 (patch) | |
tree | 698d3960598fa1d41f5a80411323ce184dbefe95 | |
parent | f192c1899e81d80dcbf1d6471f89cfd621b11e84 (diff) | |
download | pkgsrc-77e07989540405e14ae0f3af5dc2d76d75532797.tar.gz |
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8
415 files changed, 837 insertions, 839 deletions
diff --git a/archivers/py-czipfile/Makefile b/archivers/py-czipfile/Makefile index 4f7191ef55f..be078443794 100644 --- a/archivers/py-czipfile/Makefile +++ b/archivers/py-czipfile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2019/04/26 13:13:41 maya Exp $ +# $NetBSD: Makefile,v 1.6 2019/09/02 13:19:58 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= 36 37 # for 2.x only +PYTHON_VERSIONS_ACCEPTED= 27 # 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 99956b6a42a..f176e73f322 100644 --- a/audio/ardour/Makefile +++ b/audio/ardour/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2019/08/22 12:22:48 ryoon Exp $ +# $NetBSD: Makefile,v 1.29 2019/09/02 13:20:06 adam Exp $ DISTNAME= ardour-4.7 PKGREVISION= 23 @@ -140,7 +140,7 @@ CONF_FILES+= ${EGDIR}/trx.menus ${PKG_SYSCONFDIR}/trx.menus # As of NetBSD-7.99.21 pkgsrc's checks cannot open file with rare unicode characters CHECK_PORTABILITY_SKIP+= libs/pbd/test/i18n_test/*.tst -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # as of 4.4 +PYTHON_VERSIONS_ACCEPTED= 27 # as of 4.4 .include "../../mk/bsd.prefs.mk" diff --git a/audio/csound6-manual/Makefile b/audio/csound6-manual/Makefile index 27c5dc54ff9..6064c2eb629 100644 --- a/audio/csound6-manual/Makefile +++ b/audio/csound6-manual/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2019/04/26 13:13:41 maya Exp $ +# $NetBSD: Makefile,v 1.12 2019/09/02 13:20:07 adam Exp $ DISTNAME= manual_src PKGNAME= csound6-manual-${CSOUND_VERSION} @@ -32,7 +32,7 @@ SUBST_FILES.python= Makefile SUBST_STAGE.python= pre-build SUBST_MESSAGE.python= Fixing path to python. -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # as of 6.02 +PYTHON_VERSIONS_ACCEPTED= 27 # as of 6.02 do-install: cd ${WRKSRC}/html && pax -rw * ${DESTDIR}${PREFIX}/${DOCDIR} diff --git a/audio/csound6/Makefile b/audio/csound6/Makefile index c8cae7dfabf..0d156969494 100644 --- a/audio/csound6/Makefile +++ b/audio/csound6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2019/08/22 12:22:49 ryoon Exp $ +# $NetBSD: Makefile,v 1.37 2019/09/02 13:20:06 adam Exp $ DISTNAME= Csound${CSOUND_VERSION} PKGNAME= csound6-${CSOUND_VERSION} @@ -25,7 +25,7 @@ LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/csound6 # Has long files our tar doesn't understand. EXTRACT_USING= bsdtar -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 5.01 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 5.01 INSTALLATION_DIRS= bin diff --git a/audio/eyeD3/Makefile b/audio/eyeD3/Makefile index c8354c6b480..f111e9ebbbb 100644 --- a/audio/eyeD3/Makefile +++ b/audio/eyeD3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2019/04/26 14:12:31 maya Exp $ +# $NetBSD: Makefile,v 1.12 2019/09/02 13:20:05 adam Exp $ DISTNAME= eyeD3-0.7.11 PKGREVISION= 1 @@ -11,7 +11,7 @@ COMMENT= Python tool for working with audio files (in particular, mp3) LICENSE= gnu-gpl-v2 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.7.11 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.7.11 REPLACE_SH+= bin/eyeD3 SUBST_CLASSES+= python diff --git a/audio/moss/Makefile b/audio/moss/Makefile index ab99ec84a57..0ce428b59d1 100644 --- a/audio/moss/Makefile +++ b/audio/moss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2019/04/26 13:13:41 maya Exp $ +# $NetBSD: Makefile,v 1.33 2019/09/02 13:20:05 adam Exp $ DISTNAME= moss-0.1.13 PKGREVISION= 7 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= ${PYPKGPREFIX}-ogg>=1.3:../../audio/py-ogg DEPENDS+= ${PYPKGPREFIX}-vorbis>=1.3:../../audio/py-vorbis -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-ogg, py-vorbis +PYTHON_VERSIONS_ACCEPTED= 27 # py-ogg, py-vorbis REPLACE_PYTHON= ${WRKSRC}/*.py diff --git a/audio/picard/Makefile b/audio/picard/Makefile index e5a90951564..9fbee12d147 100644 --- a/audio/picard/Makefile +++ b/audio/picard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2019/04/26 14:12:31 maya Exp $ +# $NetBSD: Makefile,v 1.40 2019/09/02 13:20:05 adam Exp $ DISTNAME= picard-1.3.2 PKGREVISION= 5 @@ -18,7 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-mutagen>=1.20:../../audio/py-mutagen USE_LANGUAGES= c c++ USE_TOOLS+= msgfmt pkg-config -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.3.1 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.3.1 HAS_CONFIGURE= yes CONFIG_SHELL= ${PYTHONBIN} diff --git a/audio/py-ao/Makefile b/audio/py-ao/Makefile index 31d8f0b85d1..14f23eceac9 100644 --- a/audio/py-ao/Makefile +++ b/audio/py-ao/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2019/04/26 14:12:32 maya Exp $ +# $NetBSD: Makefile,v 1.22 2019/09/02 13:20:05 adam Exp $ DISTNAME= pyao-0.82 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -18,7 +18,7 @@ CONFIGURE_ARGS+= --prefix ${PREFIX} CONFLICTS= ${PYPKGPREFIX}-pyao-[0-9]* -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.82 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.82 .include "../../audio/libao/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/audio/py-cddb/Makefile b/audio/py-cddb/Makefile index cc06691e3b9..c11f1a9b4e8 100644 --- a/audio/py-cddb/Makefile +++ b/audio/py-cddb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2019/04/26 14:12:32 maya Exp $ +# $NetBSD: Makefile,v 1.26 2019/09/02 13:20:06 adam Exp $ DISTNAME= CDDB-1.4 PKGNAME= ${PYPKGPREFIX}-cddb-1.4 @@ -11,7 +11,7 @@ HOMEPAGE= http://cddb-py.sourceforge.net/ COMMENT= Python module to access the CDDB online database LICENSE= gnu-gpl-v2 -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.4 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.4 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/py-daap/Makefile b/audio/py-daap/Makefile index 6bf391008c2..6eb39617639 100644 --- a/audio/py-daap/Makefile +++ b/audio/py-daap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2019/04/26 14:12:32 maya Exp $ +# $NetBSD: Makefile,v 1.18 2019/09/02 13:20:07 adam Exp $ DISTNAME= PythonDaap-0.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PythonD/d/} @@ -11,7 +11,7 @@ HOMEPAGE= https://movieos.org/code/pythondaap/ COMMENT= Python binding for DAAP LICENSE= gnu-lgpl-v2.1 -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.7 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.7 CONFLICTS= ${PYPKGPREFIX}-PythonDaap-[0-9]* .include "../../lang/python/distutils.mk" diff --git a/audio/py-id3/Makefile b/audio/py-id3/Makefile index 6a9500e131c..d72fcefb89b 100644 --- a/audio/py-id3/Makefile +++ b/audio/py-id3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2019/04/26 13:13:42 maya Exp $ +# $NetBSD: Makefile,v 1.11 2019/09/02 13:20:07 adam Exp $ DISTNAME= id3-py_1.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py_//} @@ -16,7 +16,7 @@ USE_LANGUAGES= # empty WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} EGG_NAME= ${DISTNAME:S/py_//:tu} -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/py-id3lib/Makefile b/audio/py-id3lib/Makefile index bbffea146bb..e6fbdd33e5a 100644 --- a/audio/py-id3lib/Makefile +++ b/audio/py-id3lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2019/04/26 14:12:32 maya Exp $ +# $NetBSD: Makefile,v 1.14 2019/09/02 13:20:08 adam Exp $ DISTNAME= pyid3lib-0.5.1 PKGNAME= ${PYPKGPREFIX}-id3lib-0.5.1 @@ -14,7 +14,7 @@ LICENSE= gnu-lgpl-v2.1 USE_LANGUAGES= c c++ -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.5.1 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.5.1 .include "../../lang/python/distutils.mk" .include "../../audio/id3lib/buildlink3.mk" diff --git a/audio/py-karaoke/Makefile b/audio/py-karaoke/Makefile index 668a22379ac..5d244b381cf 100644 --- a/audio/py-karaoke/Makefile +++ b/audio/py-karaoke/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2019/04/26 13:13:42 maya Exp $ +# $NetBSD: Makefile,v 1.36 2019/09/02 13:20:07 adam Exp $ DISTNAME= pykaraoke-0.7.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -18,7 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.6:../../x11/py-wxWidgets DEPENDS+= ${PYPKGPREFIX}-mutagen-[0-9]*:../../audio/py-mutagen DEPENDS+= ${PYPKGPREFIX}-Numeric-[0-9]*:../../math/py-Numeric -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-Numeric, py-wxWidgets +PYTHON_VERSIONS_ACCEPTED= 27 # py-Numeric, py-wxWidgets REPLACE_PYTHON+= performer_prompt.py REPLACE_PYTHON+= pycdg.py diff --git a/audio/py-libmtag/Makefile b/audio/py-libmtag/Makefile index 0c6327b5793..aaef05b9068 100644 --- a/audio/py-libmtag/Makefile +++ b/audio/py-libmtag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2019/04/26 14:12:32 maya Exp $ +# $NetBSD: Makefile,v 1.15 2019/09/02 13:20:07 adam Exp $ DISTNAME= libmtag-python-0.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python//} @@ -13,7 +13,7 @@ USE_TOOLS+= pkg-config EGG_NAME= MTag-0.0.0 -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.3.1 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.3.1 .include "../../lang/python/distutils.mk" .include "../../audio/libmtag/buildlink3.mk" diff --git a/audio/py-mad/Makefile b/audio/py-mad/Makefile index 21371b62bd7..05bae364744 100644 --- a/audio/py-mad/Makefile +++ b/audio/py-mad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2019/04/26 14:12:32 maya Exp $ +# $NetBSD: Makefile,v 1.23 2019/09/02 13:20:06 adam Exp $ DISTNAME= pymad-0.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -16,7 +16,7 @@ CONFIG_SHELL= ${PYTHONBIN} CONFIGURE_SCRIPT= config_unix.py CONFIGURE_ARGS+= --prefix ${PREFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.6 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.6 .include "../../audio/libmad/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/audio/py-musicbrainz/Makefile b/audio/py-musicbrainz/Makefile index 5257f5444c5..3daf2402370 100644 --- a/audio/py-musicbrainz/Makefile +++ b/audio/py-musicbrainz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2019/04/26 13:13:43 maya Exp $ +# $NetBSD: Makefile,v 1.21 2019/09/02 13:20:06 adam Exp $ DISTNAME= python-musicbrainz2-0.4.1 PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/} @@ -14,7 +14,7 @@ LICENSE= modified-bsd DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 .include "../../audio/libdiscid/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/audio/py-musique/Makefile b/audio/py-musique/Makefile index 10c3d6f433a..fe48f02486a 100644 --- a/audio/py-musique/Makefile +++ b/audio/py-musique/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2019/07/21 22:24:27 wiz Exp $ +# $NetBSD: Makefile,v 1.63 2019/09/02 13:20:06 adam Exp $ DISTNAME= pymusique-0.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -23,7 +23,7 @@ DEPENDS+= ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2 DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-mcrypt, py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-mcrypt, py-gtk2 .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" diff --git a/audio/py-ogg/Makefile b/audio/py-ogg/Makefile index e5bcec9cb13..176d26c20ae 100644 --- a/audio/py-ogg/Makefile +++ b/audio/py-ogg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2019/04/26 14:12:32 maya Exp $ +# $NetBSD: Makefile,v 1.21 2019/09/02 13:20:07 adam Exp $ DISTNAME= pyogg-1.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -16,7 +16,7 @@ CONFIG_SHELL= ${PYTHONBIN} CONFIGURE_SCRIPT= config_unix.py CONFIGURE_ARGS+= --prefix ${PREFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.3 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.3 .include "../../lang/python/distutils.mk" .include "../../multimedia/libogg/buildlink3.mk" diff --git a/audio/py-vorbis/Makefile b/audio/py-vorbis/Makefile index 660970490bd..01587155e71 100644 --- a/audio/py-vorbis/Makefile +++ b/audio/py-vorbis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2019/04/26 14:12:32 maya Exp $ +# $NetBSD: Makefile,v 1.22 2019/09/02 13:20:07 adam Exp $ DISTNAME= pyvorbis-1.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -13,7 +13,7 @@ LICENSE= gnu-lgpl-v2 PY_PATCHPLIST= yes PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-ogg, and itself not ported as of 1.3 +PYTHON_VERSIONS_ACCEPTED= 27 # py-ogg, and itself not ported as of 1.3 HAS_CONFIGURE= yes CONFIG_SHELL= ${PYTHONBIN} diff --git a/audio/quodlibet2/Makefile b/audio/quodlibet2/Makefile index 01a1f1d4efe..28956f9db1c 100644 --- a/audio/quodlibet2/Makefile +++ b/audio/quodlibet2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2019/07/21 22:24:28 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2019/09/02 13:20:07 adam Exp $ DISTNAME= quodlibet-2.6.3 PKGREVISION= 20 @@ -20,7 +20,7 @@ USE_PKGLOCALEDIR= yes #BUILD_TARGET= _trayicon.so _mmkeys.so PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2, py-gstreamer0.10 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2, py-gstreamer0.10 REPLACE_PYTHON= exfalso.py quodlibet.py operon.py .include "../../devel/py-gobject/buildlink3.mk" diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile index f3492b65b71..92df2b62761 100644 --- a/audio/solfege/Makefile +++ b/audio/solfege/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2019/07/21 22:24:28 wiz Exp $ +# $NetBSD: Makefile,v 1.71 2019/09/02 13:20:06 adam Exp $ DISTNAME= solfege-3.22.2 PKGREVISION= 1 @@ -28,7 +28,7 @@ USE_TOOLS+= gmake gm4 makeinfo pkg-config msgfmt bash:run REPLACE_BASH= lesson-files/bin/csound-play-harmonic-interval.sh REPLACE_PYTHON= *.py *.py.in */*.py */*.py.in -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 SUBST_CLASSES+= sound SUBST_STAGE.sound= do-configure diff --git a/audio/sonata/Makefile b/audio/sonata/Makefile index c08be304ba9..5943c607cc1 100644 --- a/audio/sonata/Makefile +++ b/audio/sonata/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2019/07/21 22:24:28 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2019/09/02 13:20:06 adam Exp $ EGG_NAME= Sonata-1.6.2.1 DISTNAME= ${EGG_NAME:tl} @@ -15,7 +15,7 @@ LICENSE= gnu-gpl-v3 DEPENDS+= ${PYPKGPREFIX}-SOAPpy-[0-9]*:../../net/py-soappy DEPENDS+= ${PYPKGPREFIX}-mpd-[0-9]*:../../audio/py-mpd -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-xml via py-soappy, py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-xml via py-soappy, py-gtk2 USE_TOOLS+= pkg-config msgfmt diff --git a/audio/streamtuner/options.mk b/audio/streamtuner/options.mk index cdd1b2b8207..ff3541da376 100644 --- a/audio/streamtuner/options.mk +++ b/audio/streamtuner/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.9 2019/04/26 13:13:43 maya Exp $ +# $NetBSD: options.mk,v 1.10 2019/09/02 13:20:07 adam Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.streamtuner @@ -28,7 +28,7 @@ CONFIGURE_ARGS+= --disable-xiph .if !empty(PKG_OPTIONS:Mpython) PLIST.python= yes CONFIGURE_ARGS+= --enable-python -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 . include "../../x11/py-gtk2/buildlink3.mk" .else CONFIGURE_ARGS+= --disable-python diff --git a/audio/tunapie/Makefile b/audio/tunapie/Makefile index 4afdf45af6f..48dfef25580 100644 --- a/audio/tunapie/Makefile +++ b/audio/tunapie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2019/04/26 13:13:43 maya Exp $ +# $NetBSD: Makefile,v 1.25 2019/09/02 13:20:06 adam Exp $ DISTNAME= tunapie-2.1.18 PKGREVISION= 2 @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.6:../../x11/py-wxWidgets -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-wxWidgets +PYTHON_VERSIONS_ACCEPTED= 27 # py-wxWidgets USE_LANGUAGES= # none diff --git a/benchmarks/glmark2/Makefile b/benchmarks/glmark2/Makefile index 5184610a1ca..87d0541686d 100644 --- a/benchmarks/glmark2/Makefile +++ b/benchmarks/glmark2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2019/04/26 13:13:44 maya Exp $ +# $NetBSD: Makefile,v 1.15 2019/09/02 13:20:10 adam Exp $ DISTNAME= glmark2-2017.07 PKGREVISION= 1 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v3 AND modified-bsd USE_LANGUAGES= c c++11 -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 USE_TOOLS+= pkg-config diff --git a/biology/py-mol/Makefile b/biology/py-mol/Makefile index 4195de8322c..bf72162cb29 100644 --- a/biology/py-mol/Makefile +++ b/biology/py-mol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2019/08/30 17:01:32 nia Exp $ +# $NetBSD: Makefile,v 1.34 2019/09/02 13:20:21 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= 36 37 # not yet ported as of 1.5.0.1 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 a82ed9762e2..1bffd7cac75 100644 --- a/cad/py-gdscad/Makefile +++ b/cad/py-gdscad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2019/07/09 11:29:30 nia Exp $ +# $NetBSD: Makefile,v 1.8 2019/09/02 13:20:05 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 # PYSETUPBUILDTARGET= install .include "../../lang/python/egg.mk" diff --git a/chat/empathy/Makefile b/chat/empathy/Makefile index 1b754d005fa..fae39b38745 100644 --- a/chat/empathy/Makefile +++ b/chat/empathy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.108 2019/07/21 22:23:58 wiz Exp $ +# $NetBSD: Makefile,v 1.109 2019/09/02 13:19:53 adam Exp $ DISTNAME= empathy-2.34.0 PKGREVISION= 74 @@ -10,7 +10,7 @@ HOMEPAGE= http://live.gnome.org/Empathy COMMENT= Gnome instant messenger client LICENSE= gnu-gpl-v2 -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 GNU_CONFIGURE= yes USE_TOOLS+= gawk gmake gsed intltool msgfmt pkg-config diff --git a/chat/libtelepathy/Makefile b/chat/libtelepathy/Makefile index f200a126cce..1405792a61b 100644 --- a/chat/libtelepathy/Makefile +++ b/chat/libtelepathy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2019/04/26 14:12:32 maya Exp $ +# $NetBSD: Makefile,v 1.26 2019/09/02 13:19:53 adam Exp $ DISTNAME= libtelepathy-0.3.3 PKGREVISION= 10 @@ -18,7 +18,7 @@ USE_TOOLS+= gmake pkg-config PKGCONFIG_OVERRIDE+= libtelepathy.pc.in -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.3.3 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 829fa74d2a2..93a98ff5ce9 100644 --- a/chat/py-xmpppy/Makefile +++ b/chat/py-xmpppy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2019/04/26 14:12:32 maya Exp $ +# $NetBSD: Makefile,v 1.18 2019/09/02 13:19:53 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= 36 37 # not yet ported as of 0.5.0rc1 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 40f81f8b64b..31284fcf2a2 100644 --- a/chat/spectrum/Makefile +++ b/chat/spectrum/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.83 2019/07/21 22:24:32 wiz Exp $ +# $NetBSD: Makefile,v 1.84 2019/09/02 13:19:53 adam Exp $ DISTNAME= spectrum-1.4.8 PKGREVISION= 55 @@ -20,7 +20,7 @@ USE_LANGUAGES= c++ c REPLACE_PYTHON+= spectrumctl/spectrumctl.py PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-xmpppy +PYTHON_VERSIONS_ACCEPTED= 27 # 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 49a80b369bb..7a3eebabe7d 100644 --- a/chat/telepathy-farsight/Makefile +++ b/chat/telepathy-farsight/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2019/07/21 22:24:32 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2019/09/02 13:19:53 adam Exp $ DISTNAME= telepathy-farsight-0.0.19 PKGREVISION= 9 @@ -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= 36 37 # py-gtk2, py-gstreamer0.10 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2, py-gstreamer0.10 .include "../../lang/python/extension.mk" diff --git a/chat/telepathy-gabble/Makefile b/chat/telepathy-gabble/Makefile index 967f3e7f739..e84b8a4f1ad 100644 --- a/chat/telepathy-gabble/Makefile +++ b/chat/telepathy-gabble/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2019/07/20 22:46:11 wiz Exp $ +# $NetBSD: Makefile,v 1.69 2019/09/02 13:19:53 adam Exp $ DISTNAME= telepathy-gabble-0.18.3 PKGREVISION= 16 @@ -18,7 +18,7 @@ USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config CONFIGURE_ENV+= UUID_CFLAGS=" " UUID_LIBS=" " -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.11.10 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 bd8f06828af..4c7402e6109 100644 --- a/chat/telepathy-glib/Makefile +++ b/chat/telepathy-glib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2019/04/26 14:12:33 maya Exp $ +# $NetBSD: Makefile,v 1.60 2019/09/02 13:19:53 adam Exp $ DISTNAME= telepathy-glib-0.24.1 PKGREVISION= 11 @@ -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= 36 37 # not yet ported as of 0.24.1 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 bdaa1882540..7542e3fb9d5 100644 --- a/chat/telepathy-haze/Makefile +++ b/chat/telepathy-haze/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2019/05/05 22:49:47 ryoon Exp $ +# $NetBSD: Makefile,v 1.10 2019/09/02 13:19:53 adam Exp $ DISTNAME= telepathy-haze-0.8.0 PKGREVISION= 1 @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_TOOLS= gmake pkg-config -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # as of 0.8.0 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 bae308e835f..525d2a2e917 100644 --- a/chat/telepathy-idle/Makefile +++ b/chat/telepathy-idle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2019/04/26 14:12:33 maya Exp $ +# $NetBSD: Makefile,v 1.39 2019/09/02 13:19:52 adam Exp $ DISTNAME= telepathy-idle-0.1.8 PKGREVISION= 11 @@ -12,7 +12,7 @@ LICENSE= gnu-lgpl-v2.1 BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.1.8 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 2a4ac729d81..4e69c44af2d 100644 --- a/chat/telepathy-logger/Makefile +++ b/chat/telepathy-logger/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2019/04/26 14:12:33 maya Exp $ +# $NetBSD: Makefile,v 1.51 2019/09/02 13:19:53 adam Exp $ DISTNAME= telepathy-logger-0.2.7 PKGREVISION= 26 @@ -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= 36 37 # not yet ported as of 0.2.7 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 36bfe9c9eac..952cd000113 100644 --- a/chat/telepathy-mission-control5/Makefile +++ b/chat/telepathy-mission-control5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2019/04/26 14:12:33 maya Exp $ +# $NetBSD: Makefile,v 1.24 2019/09/02 13:19:52 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= 36 37 # not yet ported as of 5.7.9 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 7243a5b8fe3..9defadf5595 100644 --- a/chat/telepathy-qt/Makefile +++ b/chat/telepathy-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2019/04/26 14:12:33 maya Exp $ +# $NetBSD: Makefile,v 1.13 2019/09/02 13:19:52 adam Exp $ DISTNAME= telepathy-qt-0.9.6.1 PKGREVISION= 3 @@ -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= 36 37 # not yet ported as of 0.24.1 +PYTHON_VERSIONS_ACCEPTED= 27 # 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/comms/multisync-gui/Makefile b/comms/multisync-gui/Makefile index 573b4ab78a1..da9e0ca0a35 100644 --- a/comms/multisync-gui/Makefile +++ b/comms/multisync-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2019/07/21 22:24:33 wiz Exp $ +# $NetBSD: Makefile,v 1.68 2019/09/02 13:19:58 adam Exp $ DISTNAME= multisync-gui-0.91.0 PKGREVISION= 51 @@ -13,7 +13,7 @@ USE_TOOLS+= pkg-config HAS_CONFIGURE= yes REPLACE_PYTHON= waf -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.91.0 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 7c3a2244ca4..6fac60ad530 100644 --- a/converters/py-jpCodecs/Makefile +++ b/converters/py-jpCodecs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2019/04/26 13:13:45 maya Exp $ +# $NetBSD: Makefile,v 1.25 2019/09/02 13:19:58 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/converters/py-yenc/Makefile b/converters/py-yenc/Makefile index 913e3c056ce..e3243780ea1 100644 --- a/converters/py-yenc/Makefile +++ b/converters/py-yenc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2019/04/26 13:13:45 maya Exp $ +# $NetBSD: Makefile,v 1.7 2019/09/02 13:19:58 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= 36 37 # as of 0.4.0 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 9c5558d5bc4..6ab6499c0ea 100644 --- a/converters/py-zbase32/Makefile +++ b/converters/py-zbase32/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2019/04/26 14:12:33 maya Exp $ +# $NetBSD: Makefile,v 1.16 2019/09/02 13:19:58 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= 36 37 # not yet ported as of 1.1.5 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 1f1ea80fdbd..8bc5030cf6b 100644 --- a/converters/py-zfec/Makefile +++ b/converters/py-zfec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2019/04/26 13:13:46 maya Exp $ +# $NetBSD: Makefile,v 1.23 2019/09/02 13:19:58 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= 36 37 # py-darcsver +PYTHON_VERSIONS_ACCEPTED= 27 # 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 421d4a483d0..5eefe6329fa 100644 --- a/converters/py-zhCodecs/Makefile +++ b/converters/py-zhCodecs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2019/04/26 13:13:46 maya Exp $ +# $NetBSD: Makefile,v 1.26 2019/09/02 13:19:59 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 post-extract: @${CHMOD} 711 ${WRKSRC}/chinesetw diff --git a/databases/gourmet/Makefile b/databases/gourmet/Makefile index 76a880aa2a9..f11c87045e3 100644 --- a/databases/gourmet/Makefile +++ b/databases/gourmet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2019/07/21 22:24:34 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2019/09/02 13:19:46 adam Exp $ DISTNAME= gourmet-0.8.5.14 PKGREVISION= 40 @@ -10,7 +10,7 @@ HOMEPAGE= http://grecipe-manager.sourceforge.net/ COMMENT= Recipe database USE_PKGLOCALEDIR= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-metakit, py-imaging, py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 4b16765bb12..9dbeea84d6e 100644 --- a/databases/gramps3/Makefile +++ b/databases/gramps3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2019/07/21 22:24:34 wiz Exp $ +# $NetBSD: Makefile,v 1.74 2019/09/02 13:19:46 adam Exp $ DISTNAME= gramps-3.4.4 PKGREVISION= 15 @@ -16,7 +16,7 @@ USE_TOOLS+= msgfmt pkg-config intltool msgconv USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 8dae1ade16a..4d5a3182ba4 100644 --- a/databases/gramps3/options.mk +++ b/databases/gramps3/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.10 2019/04/26 14:12:33 maya Exp $ +# $NetBSD: options.mk,v 1.11 2019/09/02 13:19:46 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= 36 37 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-ORBit via py-gnome2 .include "../../x11/py-gnome2-extras/buildlink3.mk" .endif diff --git a/databases/luma/Makefile b/databases/luma/Makefile index 1b73ca09d2e..9f608bf35b7 100644 --- a/databases/luma/Makefile +++ b/databases/luma/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2019/04/26 13:13:46 maya Exp $ +# $NetBSD: Makefile,v 1.47 2019/09/02 13:19:46 adam Exp $ DISTNAME= luma-3.0.7 PKGREVISION= 1 @@ -16,7 +16,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= 36 37 # py-ldap +PYTHON_VERSIONS_ACCEPTED= 27 # py-ldap SUBST_CLASSES+= luma SUBST_STAGE.luma= pre-configure diff --git a/databases/py-PgSQL/Makefile b/databases/py-PgSQL/Makefile index 00d44c4ee02..7e44bcddf73 100644 --- a/databases/py-PgSQL/Makefile +++ b/databases/py-PgSQL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2019/04/26 13:13:46 maya Exp $ +# $NetBSD: Makefile,v 1.31 2019/09/02 13:19:47 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= 36 37 # py-mxDateTime +PYTHON_VERSIONS_ACCEPTED= 27 # py-mxDateTime .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" diff --git a/databases/py-carbon/Makefile b/databases/py-carbon/Makefile index 74b90a204bb..6d636c6dea9 100644 --- a/databases/py-carbon/Makefile +++ b/databases/py-carbon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2019/04/26 13:13:46 maya Exp $ +# $NetBSD: Makefile,v 1.9 2019/09/02 13:19:47 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= 36 37 # py-whisper +PYTHON_VERSIONS_ACCEPTED= 27 # 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 fa345ddde68..d30d9f49d6e 100644 --- a/databases/py-carbon/options.mk +++ b/databases/py-carbon/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.5 2019/04/26 13:13:46 maya Exp $ +# $NetBSD: options.mk,v 1.6 2019/09/02 13:19:47 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= 36 37 # py-ldap +PYTHON_VERSIONS_ACCEPTED= 27 # py-ldap .endif ### @@ -26,5 +26,5 @@ PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-ldap ### .if !empty(PKG_OPTIONS:Mmemcached) DEPENDS+= ${PYPKGPREFIX}-memcached-[0-9]*:../../devel/py-memcached -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-memcached +PYTHON_VERSIONS_ACCEPTED= 27 # py-memcached .endif diff --git a/databases/py-cassa/Makefile b/databases/py-cassa/Makefile index 62d3cb8f051..2cfcd977ce7 100644 --- a/databases/py-cassa/Makefile +++ b/databases/py-cassa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2019/04/26 13:13:46 maya Exp $ +# $NetBSD: Makefile,v 1.15 2019/09/02 13:19:48 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/py-cdb/Makefile b/databases/py-cdb/Makefile index 73e80dd4897..613ffefc2ce 100644 --- a/databases/py-cdb/Makefile +++ b/databases/py-cdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2019/04/26 14:12:33 maya Exp $ +# $NetBSD: Makefile,v 1.14 2019/09/02 13:19:47 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= 36 37 # not yet ported as of 0.35 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 9beb3c2f050..7e4f4cd2db6 100644 --- a/databases/py-ckanclient/Makefile +++ b/databases/py-ckanclient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2019/04/26 14:12:33 maya Exp $ +# $NetBSD: Makefile,v 1.19 2019/09/02 13:19:47 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= 36 37 # not yet ported as of 0.10 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 dcce82902e6..c599b184300 100644 --- a/databases/py-couchdb/Makefile +++ b/databases/py-couchdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2019/04/26 13:13:47 maya Exp $ +# $NetBSD: Makefile,v 1.12 2019/09/02 13:19:48 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 USE_LANGUAGES= # none diff --git a/databases/py-datapkg/Makefile b/databases/py-datapkg/Makefile index 37ff13a0a2c..4047b0ab329 100644 --- a/databases/py-datapkg/Makefile +++ b/databases/py-datapkg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2019/04/26 13:13:47 maya Exp $ +# $NetBSD: Makefile,v 1.18 2019/09/02 13:19:47 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= 36 37 # py-ckanclient +PYTHON_VERSIONS_ACCEPTED= 27 # 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 76d3c11ef87..baf87241cd5 100644 --- a/databases/py-elixir/Makefile +++ b/databases/py-elixir/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2019/04/26 13:13:47 maya Exp $ +# $NetBSD: Makefile,v 1.16 2019/09/02 13:19:47 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= 36 37 # py-sqlite2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 5e252b8aaf9..32dc8a29e47 100644 --- a/databases/py-metakit/Makefile +++ b/databases/py-metakit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2019/04/26 14:12:34 maya Exp $ +# $NetBSD: Makefile,v 1.36 2019/09/02 13:19:46 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= 36 37 # not yet ported as of 2.4.9.7 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 b0660b7dfb5..7400a7546d8 100644 --- a/databases/py-mssql/Makefile +++ b/databases/py-mssql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2019/07/20 22:46:13 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2019/09/02 13:19:46 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= 36 37 # not yet ported as of 1.0.2; v2 might be better. +PYTHON_VERSIONS_ACCEPTED= 27 # 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 037478404f2..86db8f60f53 100644 --- a/databases/py-mysqldb/Makefile +++ b/databases/py-mysqldb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2019/04/26 14:12:34 maya Exp $ +# $NetBSD: Makefile,v 1.49 2019/09/02 13:19:47 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= 36 37 # not yet ported as of 1.2.5 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.2.5 USE_LANGUAGES= c diff --git a/databases/py-sqlite/Makefile b/databases/py-sqlite/Makefile index c87e8e081a3..a6d7848c35f 100644 --- a/databases/py-sqlite/Makefile +++ b/databases/py-sqlite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2019/04/26 13:13:47 maya Exp $ +# $NetBSD: Makefile,v 1.28 2019/09/02 13:19:48 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= 36 37 # py-mxDateTime +PYTHON_VERSIONS_ACCEPTED= 27 # 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 0cd0b57e9c8..af1f6461aa4 100644 --- a/databases/py-sqlite2/Makefile +++ b/databases/py-sqlite2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2019/07/03 07:19:03 nia Exp $ +# $NetBSD: Makefile,v 1.58 2019/09/02 13:19:46 adam Exp $ DISTNAME= pysqlite-2.8.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pysqlite/sqlite2/} @@ -11,7 +11,7 @@ HOMEPAGE= https://github.com/ghaering/pysqlite COMMENT= SQLite database adapter for Python LICENSE= mit -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 2.6.3 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 3f3c37a9744..fae63f72ebf 100644 --- a/databases/py-sybase/Makefile +++ b/databases/py-sybase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2019/07/20 22:46:14 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2019/09/02 13:19:47 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= 36 37 # not yet ported as of 0.36 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 c3367975a97..00f5f602c71 100644 --- a/databases/py-table/Makefile +++ b/databases/py-table/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2019/04/26 13:13:48 maya Exp $ +# $NetBSD: Makefile,v 1.23 2019/09/02 13:19:46 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 USE_LANGUAGES= # none diff --git a/databases/py-tokyocabinet/Makefile b/databases/py-tokyocabinet/Makefile index e55307ec19e..a3b0b0ceeae 100644 --- a/databases/py-tokyocabinet/Makefile +++ b/databases/py-tokyocabinet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2019/04/26 14:12:34 maya Exp $ +# $NetBSD: Makefile,v 1.16 2019/09/02 13:19:47 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= 36 37 # not yet ported as of 0.5 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.5 .include "../../databases/tokyocabinet/buildlink3.mk" .include "../../lang/python/egg.mk" diff --git a/databases/skytools/Makefile b/databases/skytools/Makefile index 239f6157208..051fd31aad2 100644 --- a/databases/skytools/Makefile +++ b/databases/skytools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2019/04/26 14:12:34 maya Exp $ +# $NetBSD: Makefile,v 1.14 2019/09/02 13:19:46 adam Exp $ DISTNAME= skytools-3.2 PKGREVISION= 3 @@ -20,7 +20,7 @@ USE_TOOLS+= awk gmake grep sed PY_PATCHPLIST= yes PY_NO_EGG= no -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 3.2 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 3.2 REPLACE_PYTHON+= scripts/*.py REPLACE_PYTHON+= python/*.py diff --git a/devel/ExmanIDE/Makefile b/devel/ExmanIDE/Makefile index d3924e25b0a..040e7bd9568 100644 --- a/devel/ExmanIDE/Makefile +++ b/devel/ExmanIDE/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2019/05/10 15:49:39 mef Exp $ +# $NetBSD: Makefile,v 1.30 2019/09/02 13:19:39 adam Exp $ DISTNAME= ExmanIDE-0.9.4 PKGREVISION= 8 @@ -16,7 +16,7 @@ USE_TOOLS+= pax WRKSRC= ${WRKDIR}/${PKGBASE} NO_BUILD= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-wxWidgets +PYTHON_VERSIONS_ACCEPTED= 27 # py-wxWidgets SUBST_CLASSES+= mod SUBST_MESSAGE.mod= Fixing deprecated module names. diff --git a/devel/RBTools/Makefile b/devel/RBTools/Makefile index 4d3946441d2..56f44fc0ce3 100644 --- a/devel/RBTools/Makefile +++ b/devel/RBTools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2019/04/26 14:12:34 maya Exp $ +# $NetBSD: Makefile,v 1.18 2019/09/02 13:19:41 adam Exp $ DISTNAME= RBTools-0.7.6 PKGREVISION= 1 @@ -14,7 +14,7 @@ USE_LANGUAGES= # none REPLACE_PYTHON= ez_setup.py setup.py rbtools/postreview.py REPLACE_PYTHON+= contrib/internal/release.py -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.2 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.2 DEPENDS+= ${PYPKGPREFIX}-six>=1.8.0:../../lang/py-six diff --git a/devel/boa-constructor/Makefile b/devel/boa-constructor/Makefile index 285d586191b..df3a0c62e2d 100644 --- a/devel/boa-constructor/Makefile +++ b/devel/boa-constructor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2019/07/21 22:24:36 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2019/09/02 13:19:39 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= 36 37 # py-wxWidgets +PYTHON_VERSIONS_ACCEPTED= 27 # py-wxWidgets REPLACE_PYTHON+= Boa.py REPLACE_PYTHON+= Examples/advanced/FramePanels/wxApp1.py diff --git a/devel/bzr-explorer/Makefile b/devel/bzr-explorer/Makefile index e7105c84e66..023124d556c 100644 --- a/devel/bzr-explorer/Makefile +++ b/devel/bzr-explorer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2019/04/26 13:13:48 maya Exp $ +# $NetBSD: Makefile,v 1.22 2019/09/02 13:19:43 adam Exp $ DISTNAME= bzr-explorer-${VER} PKGREVISION= 3 @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-qt4>=4.4:../../x11/py-qt4 USE_TOOLS+= msgfmt -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # qbzr +PYTHON_VERSIONS_ACCEPTED= 27 # qbzr EGG_NAME= ${DISTNAME:S/bzr-//} diff --git a/devel/bzr-gtk/Makefile b/devel/bzr-gtk/Makefile index 66d91fb2013..fced3fd7971 100644 --- a/devel/bzr-gtk/Makefile +++ b/devel/bzr-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2019/04/26 13:13:48 maya Exp $ +# $NetBSD: Makefile,v 1.28 2019/09/02 13:19:39 adam Exp $ DISTNAME= bzr-gtk-${VER} PKGREVISION= 2 @@ -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= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 4d6b8ea3b30..2df63c3f8f4 100644 --- a/devel/bzr-svn/Makefile +++ b/devel/bzr-svn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2019/04/26 13:13:48 maya Exp $ +# $NetBSD: Makefile,v 1.38 2019/09/02 13:19:41 adam Exp $ DISTNAME= bzr-svn-${VER} PKGREVISION= 1 @@ -26,7 +26,7 @@ USE_LANGUAGES= #none #TEST_DEPENDS+= ${PYPKGPREFIX}-paramiko-[0-9]*:../../security/py-paramiko #TEST_TARGET= check-verbose -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-subvertpy +PYTHON_VERSIONS_ACCEPTED= 27 # py-subvertpy .include "../../devel/bzr/plugin.mk" .include "../../lang/python/application.mk" diff --git a/devel/bzr/Makefile b/devel/bzr/Makefile index 02fa807eb47..3e21e19bca2 100644 --- a/devel/bzr/Makefile +++ b/devel/bzr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2019/04/26 13:13:48 maya Exp $ +# $NetBSD: Makefile,v 1.74 2019/09/02 13:19:43 adam Exp $ DISTNAME= bzr-2.6.0 PKGREVISION= 2 @@ -18,7 +18,7 @@ USE_TOOLS+= gmake msgfmt PY_PATCHPLIST= yes PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-pyrex +PYTHON_VERSIONS_ACCEPTED= 27 # py-pyrex REPLACE_PYTHON= bzr bzrlib/weave.py REPLACE_PYTHON+= bzrlib/patiencediff.py bzrlib/_patiencediff_py.py diff --git a/devel/bzrtools/Makefile b/devel/bzrtools/Makefile index 02c7c89d1d3..caa295df8f6 100644 --- a/devel/bzrtools/Makefile +++ b/devel/bzrtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2019/04/26 14:12:34 maya Exp $ +# $NetBSD: Makefile,v 1.31 2019/09/02 13:19:38 adam Exp $ PKGNAME= bzrtools-${VER} PKGREVISION= 1 @@ -13,7 +13,7 @@ COMMENT= Collection of plugins for Bazaar LICENSE= gnu-gpl-v2 REPLACE_PYTHON= check-release.py test.py -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 2.5.0 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 2.5.0 WRKSRC= ${WRKDIR}/bzrtools diff --git a/devel/codeville/Makefile b/devel/codeville/Makefile index 13170852871..026d4ae63e7 100644 --- a/devel/codeville/Makefile +++ b/devel/codeville/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2019/04/26 14:12:35 maya Exp $ +# $NetBSD: Makefile,v 1.35 2019/09/02 13:19:41 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= 36 37 # not yet ported as of 0.8.0 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 1a37c03f476..a80c3aa9158 100644 --- a/devel/cvs2svn/Makefile +++ b/devel/cvs2svn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2019/04/26 14:12:35 maya Exp $ +# $NetBSD: Makefile,v 1.39 2019/09/02 13:19:36 adam Exp $ DISTNAME= cvs2svn-2.3.0 PKGREVISION= 3 @@ -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= 36 37 # not yet ported as of 2.3.0 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 b1830291597..ceafd696f03 100644 --- a/devel/diffuse/Makefile +++ b/devel/diffuse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2019/04/26 13:13:49 maya Exp $ +# $NetBSD: Makefile,v 1.43 2019/09/02 13:19:38 adam Exp $ DISTNAME= diffuse-0.4.8 PKGREVISION= 1 @@ -12,7 +12,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= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 USE_TOOLS+= msgfmt USE_LANGUAGES= # none diff --git a/devel/eric4/Makefile b/devel/eric4/Makefile index 1e13831d0bd..c36eb3146e6 100644 --- a/devel/eric4/Makefile +++ b/devel/eric4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2019/04/26 14:12:35 maya Exp $ +# $NetBSD: Makefile,v 1.54 2019/09/02 13:19:40 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= 36 37 # not yet ported as of 4.5.18 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 d4c1bce75f5..c12d2f7ad47 100644 --- a/devel/gdb/options.mk +++ b/devel/gdb/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.6 2019/04/26 13:13:49 maya Exp $ +# $NetBSD: options.mk,v 1.7 2019/09/02 13:19:36 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 .include "../../lang/python/application.mk" .endif diff --git a/devel/gdb7/options.mk b/devel/gdb7/options.mk index 7f14a97fd58..27ef50e8422 100644 --- a/devel/gdb7/options.mk +++ b/devel/gdb7/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2019/04/26 13:13:49 maya Exp $ +# $NetBSD: options.mk,v 1.4 2019/09/02 13:19:41 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 .include "../../lang/python/application.mk" .endif diff --git a/devel/gnatpython/Makefile b/devel/gnatpython/Makefile index cbd8edf7bcc..e12e53f4f16 100644 --- a/devel/gnatpython/Makefile +++ b/devel/gnatpython/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2019/04/26 14:12:35 maya Exp $ +# $NetBSD: Makefile,v 1.20 2019/09/02 13:19:36 adam Exp $ DISTNAME= gnatpython-${SNAPSHOT} PKGREVISION= 3 @@ -14,7 +14,7 @@ SNAPSHOT= 20110912 EGG_NAME= gnatpython-1.2 -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 20110912 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 52ec065d5f6..6a5051fff6e 100644 --- a/devel/gps/options.mk +++ b/devel/gps/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.13 2019/04/26 13:13:49 maya Exp $ +# $NetBSD: options.mk,v 1.14 2019/09/02 13:19:37 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= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 281d0854712..7a880046219 100644 --- a/devel/gyp/Makefile +++ b/devel/gyp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2019/04/26 13:13:49 maya Exp $ +# $NetBSD: Makefile,v 1.20 2019/09/02 13:19:40 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= 36 37 # not yet ported as of 0.1pre20161117.940a15ee3f1c89f193cb4c19373b3f6e9ad15b95 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 e45bb245baa..107aac51047 100644 --- a/devel/ko-po-check/Makefile +++ b/devel/ko-po-check/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2019/04/26 14:12:35 maya Exp $ +# $NetBSD: Makefile,v 1.21 2019/09/02 13:19:39 adam Exp $ DISTNAME= ko-po-check-0.8 PKGREVISION= 4 @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} REPLACE_PYTHON= scripts/ko-po-check.in -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.8 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 9502fd26911..d233d4622f8 100644 --- a/devel/lettuce/Makefile +++ b/devel/lettuce/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2019/04/26 14:12:35 maya Exp $ +# $NetBSD: Makefile,v 1.15 2019/09/02 13:19:36 adam Exp $ DISTNAME= lettuce-0.2.18 PKGREVISION= 1 @@ -11,7 +11,7 @@ COMMENT= Behaviour-driven development test tool LICENSE= gnu-gpl-v3 REPLACE_PYTHON= lettuce/bin.py lettuce/plugins/autopdb.py -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.2.18 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 81b688e61df..a3cf4d33db6 100644 --- a/devel/libappindicator/Makefile +++ b/devel/libappindicator/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2019/07/21 22:24:00 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2019/09/02 13:19:36 adam Exp $ USE_GTK_VERSION= 2 -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 PKGREVISION= 8 .include "Makefile.common" diff --git a/devel/libappindicator3/Makefile b/devel/libappindicator3/Makefile index ed412b4011f..245b2ab0b07 100644 --- a/devel/libappindicator3/Makefile +++ b/devel/libappindicator3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2019/07/21 22:24:00 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2019/09/02 13:19:35 adam Exp $ USE_GTK_VERSION= 3 -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 PKGREVISION= 9 .include "../../devel/libappindicator/Makefile.common" diff --git a/devel/libftdi1/Makefile b/devel/libftdi1/Makefile index be6294bab6a..8ad8196082b 100644 --- a/devel/libftdi1/Makefile +++ b/devel/libftdi1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2019/08/22 12:23:02 ryoon Exp $ +# $NetBSD: Makefile,v 1.33 2019/09/02 13:19:40 adam Exp $ DISTNAME= libftdi1-1.1 PKGREVISION= 15 @@ -17,7 +17,7 @@ USE_CMAKE= yes USE_TOOLS+= pkg-config cmake USE_LANGUAGES= c c++ -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.0 +PYTHON_VERSIONS_ACCEPTED= 27 # 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/nsis/Makefile b/devel/nsis/Makefile index 1d1714143de..3d2c1cbcd43 100644 --- a/devel/nsis/Makefile +++ b/devel/nsis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2019/04/26 13:13:50 maya Exp $ +# $NetBSD: Makefile,v 1.22 2019/09/02 13:19:36 adam Exp $ # DISTNAME= nsis-${NSIS_VER} @@ -15,7 +15,7 @@ COMMENT= Scriptable system to build Windows installers USE_LANGUAGES= c c++ USE_TOOLS+= pax -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # as of 3.04 +PYTHON_VERSIONS_ACCEPTED= 27 # as of 3.04 NSIS_SRC= ${DISTNAME:=-src} NSIS_VER= 3.04 diff --git a/devel/py-InlineEgg/Makefile b/devel/py-InlineEgg/Makefile index 60c0b0ea749..77b1dee4eba 100644 --- a/devel/py-InlineEgg/Makefile +++ b/devel/py-InlineEgg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2019/04/26 14:12:35 maya Exp $ +# $NetBSD: Makefile,v 1.26 2019/09/02 13:19:37 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= 36 37 # not yet ported as of 1.08 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 08dab4b4e80..af436494b33 100644 --- a/devel/py-Optik/Makefile +++ b/devel/py-Optik/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2019/04/26 13:13:50 maya Exp $ +# $NetBSD: Makefile,v 1.24 2019/09/02 13:19:42 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 do-test: cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} test/test_optik.py diff --git a/devel/py-at-spi/Makefile b/devel/py-at-spi/Makefile index d23e12cea9c..862a5e64837 100644 --- a/devel/py-at-spi/Makefile +++ b/devel/py-at-spi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2019/04/26 13:13:50 maya Exp $ +# $NetBSD: Makefile,v 1.34 2019/09/02 13:19:40 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= 36 37 # py-ORBit, py-gnome2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-ORBit, py-gnome2 PYATSPIDIR= ${PREFIX}/${PYSITELIB}/pyatspi INSTALLATION_DIRS= ${PYATSPIDIR} diff --git a/devel/py-checker/Makefile b/devel/py-checker/Makefile index b445b6ef64a..3acbae94bbf 100644 --- a/devel/py-checker/Makefile +++ b/devel/py-checker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2019/04/26 14:12:35 maya Exp $ +# $NetBSD: Makefile,v 1.28 2019/09/02 13:19:39 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= 36 37 # not yet ported as of 0.8.19 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 fb45c383cce..b826c995898 100644 --- a/devel/py-cheetah/Makefile +++ b/devel/py-cheetah/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2019/04/26 14:12:35 maya Exp $ +# $NetBSD: Makefile,v 1.25 2019/09/02 13:19:38 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= 36 37 # not yet ported as of 2.4.4 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 f0053a57791..77d7376d544 100644 --- a/devel/py-compizconfig/Makefile +++ b/devel/py-compizconfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2019/07/21 22:24:39 wiz Exp $ +# $NetBSD: Makefile,v 1.75 2019/09/02 13:19:43 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= 36 37 # py-pyrex +PYTHON_VERSIONS_ACCEPTED= 27 # 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 7493506cc89..e26ec1873d5 100644 --- a/devel/py-darcsver/Makefile +++ b/devel/py-darcsver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2019/04/26 14:12:35 maya Exp $ +# $NetBSD: Makefile,v 1.13 2019/09/02 13:19:41 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= 36 37 # not yet ported as of 1.7.4 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 c7584ef2d55..80eada381a3 100644 --- a/devel/py-dialog2/Makefile +++ b/devel/py-dialog2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2019/04/26 13:13:51 maya Exp $ +# $NetBSD: Makefile,v 1.9 2019/09/02 13:19:43 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 .include "../../misc/dialog/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/devel/py-expect/Makefile b/devel/py-expect/Makefile index 7178d6987d5..d579cb4f1c9 100644 --- a/devel/py-expect/Makefile +++ b/devel/py-expect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2019/04/26 14:12:36 maya Exp $ +# $NetBSD: Makefile,v 1.29 2019/09/02 13:19:39 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= 36 37 # not yet ported as of 1.9b1 +PYTHON_VERSIONS_ACCEPTED= 27 # 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-futures/Makefile b/devel/py-futures/Makefile index 6e94e26c7df..3e79e741051 100644 --- a/devel/py-futures/Makefile +++ b/devel/py-futures/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2019/08/21 12:57:52 adam Exp $ +# $NetBSD: Makefile,v 1.9 2019/09/02 13:19:43 adam Exp $ DISTNAME= futures-3.3.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= 36 37 # included in 3+ +PYTHON_VERSIONS_ACCEPTED= 27 # included in 3+ USE_LANGUAGES= # none diff --git a/devel/py-google-apputils/Makefile b/devel/py-google-apputils/Makefile index acc479752a5..52aae51f9cc 100644 --- a/devel/py-google-apputils/Makefile +++ b/devel/py-google-apputils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2019/04/26 13:13:51 maya Exp $ +# $NetBSD: Makefile,v 1.9 2019/09/02 13:19:37 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 # https://github.com/google/google-apputils/issues/4 post-extract: diff --git a/devel/py-hg-evolve/Makefile b/devel/py-hg-evolve/Makefile index 7666a769cf5..2397c1260cd 100644 --- a/devel/py-hg-evolve/Makefile +++ b/devel/py-hg-evolve/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2019/04/26 13:13:51 maya Exp $ +# $NetBSD: Makefile,v 1.7 2019/09/02 13:19:38 adam Exp $ DISTNAME= hg-evolve-8.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= ${PYPKGPREFIX}-mercurial>=4.3.1:../../devel/py-mercurial -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # See Mercurial itself. +PYTHON_VERSIONS_ACCEPTED= 27 # See Mercurial itself. post-install: rm -f ${DESTDIR}${PREFIX}/${PYSITELIB}/hgext3rd/__init__.py* diff --git a/devel/py-hg-fastimport/Makefile b/devel/py-hg-fastimport/Makefile index c9e91cf390f..4106c39e8e3 100644 --- a/devel/py-hg-fastimport/Makefile +++ b/devel/py-hg-fastimport/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2019/04/26 13:13:51 maya Exp $ +# $NetBSD: Makefile,v 1.10 2019/09/02 13:19:39 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= 36 37 # py-mercurial +PYTHON_VERSIONS_ACCEPTED= 27 # py-mercurial PY_PATCHPLIST= yes do-build: diff --git a/devel/py-hg-git/Makefile b/devel/py-hg-git/Makefile index 7a87e3a1143..eb9a09a6dd5 100644 --- a/devel/py-hg-git/Makefile +++ b/devel/py-hg-git/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2019/04/26 13:13:52 maya Exp $ +# $NetBSD: Makefile,v 1.12 2019/09/02 13:19:37 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= 36 37 # as of 0.8.3 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 13659bef3bc..d0088dcaf58 100644 --- a/devel/py-hglist/Makefile +++ b/devel/py-hglist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2019/04/26 13:13:52 maya Exp $ +# $NetBSD: Makefile,v 1.8 2019/09/02 13:19:43 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-hgnested/Makefile b/devel/py-hgnested/Makefile index 4d110c0d3ca..4fd1bbfbd04 100644 --- a/devel/py-hgnested/Makefile +++ b/devel/py-hgnested/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2019/04/26 13:13:52 maya Exp $ +# $NetBSD: Makefile,v 1.12 2019/09/02 13:19:35 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= 36 37 # XXX: devel/py-mercurial +PYTHON_VERSIONS_ACCEPTED= 27 # 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 6cc12c43292..79007cc9e5a 100644 --- a/devel/py-hgview/Makefile +++ b/devel/py-hgview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2019/04/26 14:12:36 maya Exp $ +# $NetBSD: Makefile,v 1.22 2019/09/02 13:19:41 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= 36 37 # not yet ported as of 1.8.0 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.8.0 USE_TOOLS+= gmake diff --git a/devel/py-ipaddr/Makefile b/devel/py-ipaddr/Makefile index 5e5847ef01f..bb72752b366 100644 --- a/devel/py-ipaddr/Makefile +++ b/devel/py-ipaddr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2019/04/26 14:12:36 maya Exp $ +# $NetBSD: Makefile,v 1.15 2019/09/02 13:19:40 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= 36 37 # not yet ported as of 2.1.10 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 2.1.10 REPLACE_PYTHON+= ipaddr.py .include "../../lang/python/distutils.mk" diff --git a/devel/py-jersey/Makefile b/devel/py-jersey/Makefile index 871f5b809cb..23237ba8a13 100644 --- a/devel/py-jersey/Makefile +++ b/devel/py-jersey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2019/04/26 13:13:52 maya Exp $ +# $NetBSD: Makefile,v 1.17 2019/09/02 13:19:40 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= 36 37 # as of 0.1.5 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 34bb78c35de..f2224cc6c49 100644 --- a/devel/py-kjbuckets/Makefile +++ b/devel/py-kjbuckets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2019/04/26 14:12:36 maya Exp $ +# $NetBSD: Makefile,v 1.21 2019/09/02 13:19:41 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= 36 37 # not yet ported as of 1.0.0 resp. 2.2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 c6fd514ecd3..3e7c35b7ea4 100644 --- a/devel/py-kqueue/Makefile +++ b/devel/py-kqueue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2019/04/26 14:12:36 maya Exp $ +# $NetBSD: Makefile,v 1.22 2019/09/02 13:19:40 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= 36 37 # not yet ported as of 2.0 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 2.0 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-mercurial/version.mk b/devel/py-mercurial/version.mk index 8b2babad76a..a6bd82d8b9f 100644 --- a/devel/py-mercurial/version.mk +++ b/devel/py-mercurial/version.mk @@ -1,7 +1,7 @@ -# $NetBSD: version.mk,v 1.4 2019/08/16 12:59:02 wiz Exp $ +# $NetBSD: version.mk,v 1.5 2019/09/02 13:19:40 adam Exp $ VERSION= 5.1 -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # 5.0 has "beta" support for python 3 +PYTHON_VERSIONS_ACCEPTED= 27 # 5.0 has "beta" support for python 3 # see https://www.mercurial-scm.org/wiki/Python3 # set HGPYTHON3=1 in the environment during install diff --git a/devel/py-newt/Makefile b/devel/py-newt/Makefile index 2c8f77e9757..8126ae83d3f 100644 --- a/devel/py-newt/Makefile +++ b/devel/py-newt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2019/04/26 13:13:53 maya Exp $ +# $NetBSD: Makefile,v 1.18 2019/09/02 13:19:38 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 pre-configure: cd ${WRKSRC}; \ diff --git a/devel/py-ode/Makefile b/devel/py-ode/Makefile index 496b1f5070d..76c012f36f6 100644 --- a/devel/py-ode/Makefile +++ b/devel/py-ode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2019/04/26 13:13:53 maya Exp $ +# $NetBSD: Makefile,v 1.6 2019/09/02 13:19:38 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= 36 37 # as of 1.2.1 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 836616ca340..2d83bcf06d3 100644 --- a/devel/py-open-vcdiff/Makefile +++ b/devel/py-open-vcdiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2019/04/26 14:12:36 maya Exp $ +# $NetBSD: Makefile,v 1.10 2019/09/02 13:19:40 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= 36 37 # not yet ported as of 06d46e3de6f7 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 ff2b6cbb17c..05fb771e1e4 100644 --- a/devel/py-pqueue/Makefile +++ b/devel/py-pqueue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2019/04/26 14:12:36 maya Exp $ +# $NetBSD: Makefile,v 1.23 2019/09/02 13:19:38 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= 36 37 # not yet ported as of 0.2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 9cb38b9112e..f2c5fce530a 100644 --- a/devel/py-proteus/options.mk +++ b/devel/py-proteus/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.8 2019/04/26 14:12:36 maya Exp $ +# $NetBSD: options.mk,v 1.9 2019/09/02 13:19:42 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= 36 37 # py-cdecimal is obsolete for that version and thus not available +PYTHON_VERSIONS_ACCEPTED= 27 # 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 5fcde06bd20..62be1db129c 100644 --- a/devel/py-pytemplate/Makefile +++ b/devel/py-pytemplate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2019/04/26 14:12:36 maya Exp $ +# $NetBSD: Makefile,v 1.14 2019/09/02 13:19:36 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= 36 37 # not yet ported as of 1.5.1 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.5.1 EGDIR= ${PREFIX}/share/examples/${PYPKGPREFIX}-pytemplate diff --git a/devel/py-quixote/Makefile b/devel/py-quixote/Makefile index d982106f87f..14e02cabce4 100644 --- a/devel/py-quixote/Makefile +++ b/devel/py-quixote/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2019/04/26 13:13:53 maya Exp $ +# $NetBSD: Makefile,v 1.13 2019/09/02 13:19:36 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= 36 37 # v3.0 is for Python 3.x only +PYTHON_VERSIONS_ACCEPTED= 27 # 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 6720830f84b..cba4740f0b1 100644 --- a/devel/py-stompclient/Makefile +++ b/devel/py-stompclient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2019/04/26 13:13:53 maya Exp $ +# $NetBSD: Makefile,v 1.14 2019/09/02 13:19:36 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-subvertpy/Makefile b/devel/py-subvertpy/Makefile index 41627bab0ca..b15061550ca 100644 --- a/devel/py-subvertpy/Makefile +++ b/devel/py-subvertpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2019/04/26 14:12:37 maya Exp $ +# $NetBSD: Makefile,v 1.50 2019/09/02 13:19:42 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= 36 37 # not yet ported as of 0.9.1 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.9.1 .include "../../devel/subversion-base/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/devel/py-tortoisehg/Makefile b/devel/py-tortoisehg/Makefile index 72b1e0eb2a5..bca31b61244 100644 --- a/devel/py-tortoisehg/Makefile +++ b/devel/py-tortoisehg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2019/04/26 13:13:54 maya Exp $ +# $NetBSD: Makefile,v 1.54 2019/09/02 13:19:35 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= 36 37 # py-iniparse, py-mercurial +PYTHON_VERSIONS_ACCEPTED= 27 # 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 2398b955278..406a911a88a 100644 --- a/devel/py-tryton/Makefile +++ b/devel/py-tryton/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2019/07/21 22:24:39 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2019/09/02 13:19:38 adam Exp $ TRYTON_MODULE_NAME= tryton PKGREVISION= 7 .include "../../devel/py-trytond/Makefile.common" @@ -11,7 +11,7 @@ LICENSE= gnu-gpl-v3 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 .include "options.mk" diff --git a/devel/py-trytond/Makefile.common b/devel/py-trytond/Makefile.common index fea7e74a2c6..30684b0f08d 100644 --- a/devel/py-trytond/Makefile.common +++ b/devel/py-trytond/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.15 2019/04/26 13:13:54 maya Exp $ +# $NetBSD: Makefile.common,v 1.16 2019/09/02 13:19:37 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= 36 37 # py-gtk2 via py-pycha via py-relatorio +PYTHON_VERSIONS_ACCEPTED= 27 # 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 18b03e74c0c..e47683dc867 100644 --- a/devel/py-trytond/options.mk +++ b/devel/py-trytond/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.14 2019/04/26 14:12:37 maya Exp $ +# $NetBSD: options.mk,v 1.15 2019/09/02 13:19:37 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= 36 37 # py-cdecimal is obsolete for that version and thus not available +PYTHON_VERSIONS_ACCEPTED= 27 # 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= 36 37 # py-mysqldb +PYTHON_VERSIONS_ACCEPTED= 27 # py-mysqldb DEPENDS+= ${PYPKGPREFIX}-mysqldb-[0-9]*:../../databases/py-mysqldb .endif diff --git a/devel/py-unit/Makefile b/devel/py-unit/Makefile index 2cfae74314b..bad5a96782a 100644 --- a/devel/py-unit/Makefile +++ b/devel/py-unit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2019/04/26 13:13:54 maya Exp $ +# $NetBSD: Makefile,v 1.23 2019/09/02 13:19:43 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-unitgui/Makefile b/devel/py-unitgui/Makefile index 7413f147d94..f0789ee4f12 100644 --- a/devel/py-unitgui/Makefile +++ b/devel/py-unitgui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2019/04/26 13:13:54 maya Exp $ +# $NetBSD: Makefile,v 1.23 2019/09/02 13:19:41 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-usb/Makefile b/devel/py-usb/Makefile index de90d4fe9a6..b9a9c9ec580 100644 --- a/devel/py-usb/Makefile +++ b/devel/py-usb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2019/04/26 14:12:37 maya Exp $ +# $NetBSD: Makefile,v 1.20 2019/09/02 13:19:37 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= 36 37 # not yet ported as of 0.4.2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 7a16419e999..372c3bf9799 100644 --- a/devel/py-uuid/Makefile +++ b/devel/py-uuid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2019/04/26 14:12:37 maya Exp $ +# $NetBSD: Makefile,v 1.7 2019/09/02 13:19:37 adam Exp $ DISTNAME= uuid-1.30 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= generic-nonlicense USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.30 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.30 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-windbg/Makefile b/devel/py-windbg/Makefile index caca8004327..5eae1000191 100644 --- a/devel/py-windbg/Makefile +++ b/devel/py-windbg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2019/04/26 13:13:55 maya Exp $ +# $NetBSD: Makefile,v 1.19 2019/09/02 13:19:42 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= 36 37 # py-wxWidgets +PYTHON_VERSIONS_ACCEPTED= 27 # py-wxWidgets USE_LANGUAGES= #none diff --git a/devel/py-zanata-python-client/Makefile b/devel/py-zanata-python-client/Makefile index 0d5bbc7e9ca..79aed0ea81e 100644 --- a/devel/py-zanata-python-client/Makefile +++ b/devel/py-zanata-python-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2019/04/26 13:13:55 maya Exp $ +# $NetBSD: Makefile,v 1.13 2019/09/02 13:19:38 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 USE_LANGUAGES= # none SUBST_CLASSES+= version diff --git a/devel/qbzr/Makefile b/devel/qbzr/Makefile index 352b3808aad..2685e48acd1 100644 --- a/devel/qbzr/Makefile +++ b/devel/qbzr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2019/04/26 14:12:37 maya Exp $ +# $NetBSD: Makefile,v 1.28 2019/09/02 13:19:37 adam Exp $ DISTNAME= qbzr-${VER} PKGREVISION= 4 @@ -17,7 +17,7 @@ USE_TOOLS+= msgfmt WRKSRC= ${WRKDIR}/qbzr -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.22.1 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 da13b2805fd..e1f4a30236c 100644 --- a/devel/roundup/Makefile +++ b/devel/roundup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2019/04/26 14:12:37 maya Exp $ +# $NetBSD: Makefile,v 1.56 2019/09/02 13:19:43 adam Exp $ DISTNAME= roundup-1.4.19 PKGREVISION= 3 @@ -13,7 +13,7 @@ LICENSE= mit AND zpl-2.0 USE_LANGUAGES= # empty USE_TOOLS+= pax -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.4.19 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 4a9e606572c..a2bb922fab6 100644 --- a/devel/rox-lib/Makefile +++ b/devel/rox-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2019/04/26 13:13:55 maya Exp $ +# $NetBSD: Makefile,v 1.29 2019/09/02 13:19:37 adam Exp $ DISTNAME= rox-lib-2.0.2 PKGREVISION= 15 @@ -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= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 INSTALLATION_DIRS= share/rox/ROX-Lib2 diff --git a/devel/stgit/Makefile b/devel/stgit/Makefile index 93825648035..c9ec627f492 100644 --- a/devel/stgit/Makefile +++ b/devel/stgit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2019/08/11 13:20:51 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2019/09/02 13:19:42 adam Exp $ DISTNAME= stgit-0.17.1 PKGREVISION= 14 @@ -24,7 +24,7 @@ REPLACE_BASH= contrib/stg-* REPLACE_PYTHON= *.py stgit/*.py stg PYSETUPINSTALLARGS= --prefix=${PREFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.17.1 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 1becc55f6f8..a86403e962c 100644 --- a/devel/tailor/Makefile +++ b/devel/tailor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2019/04/26 13:13:55 maya Exp $ +# $NetBSD: Makefile,v 1.31 2019/09/02 13:19:39 adam Exp $ DISTNAME= tailor-0.9.35 PKGREVISION= 6 @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v3 USE_LANGUAGES= #none -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.9.35 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.9.35 REPLACE_PYTHON= tailor AUTO_MKDIRS= yes diff --git a/devel/umbrello/Makefile b/devel/umbrello/Makefile index 4c27dacf369..7de64811280 100644 --- a/devel/umbrello/Makefile +++ b/devel/umbrello/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.50 2019/08/22 12:23:04 ryoon Exp $ +# $NetBSD: Makefile,v 1.51 2019/09/02 13:19:41 adam Exp $ DISTNAME= umbrello-${_KDE_VERSION} PKGREVISION= 15 CATEGORIES= devel COMMENT= UML Modeller -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 4.11.3 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 4.11.3 .include "../../meta-pkgs/kde4/Makefile.kde4" diff --git a/editors/gedit-python/Makefile b/editors/gedit-python/Makefile index 3963752c8d0..2bda38a1db1 100644 --- a/editors/gedit-python/Makefile +++ b/editors/gedit-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2019/08/11 13:20:53 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2019/09/02 13:19:57 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= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 .include "../../lang/python/application.mk" .include "../../devel/py-gobject/buildlink3.mk" diff --git a/editors/lyx/Makefile b/editors/lyx/Makefile index 6e18afbba23..e49f9b8b1ce 100644 --- a/editors/lyx/Makefile +++ b/editors/lyx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2019/08/22 12:23:05 ryoon Exp $ +# $NetBSD: Makefile,v 1.83 2019/09/02 13:19:57 adam Exp $ DISTNAME= lyx-2.3.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= 36 37 # not yet ported as of 1.6.10 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 dde719bc257..574415e6f8e 100644 --- a/editors/medit/Makefile +++ b/editors/medit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2019/07/21 22:24:43 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2019/09/02 13:19:58 adam Exp $ DISTNAME= medit-1.2.0 PKGREVISION= 11 @@ -19,7 +19,7 @@ USE_LANGUAGES= c c++ USE_TOOLS+= gmake pkg-config msgfmt intltool PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.2.0 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 9d30fb7b5b5..46f576eaeec 100644 --- a/editors/nts/Makefile +++ b/editors/nts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2019/06/08 10:40:56 rillig Exp $ +# $NetBSD: Makefile,v 1.16 2019/09/02 13:19:57 adam Exp $ DISTNAME= nts-78 PKGREVISION= 2 @@ -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= 36 37 # py-wxWidgets +PYTHON_VERSIONS_ACCEPTED= 27 # py-wxWidgets USE_LANGUAGES= # none diff --git a/editors/pluma/options.mk b/editors/pluma/options.mk index 5cef3746212..3ad9c7a101f 100644 --- a/editors/pluma/options.mk +++ b/editors/pluma/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.10 2019/06/30 13:34:40 gutteridge Exp $ +# $NetBSD: options.mk,v 1.11 2019/09/02 13:19:57 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= 36 37 # py-gtk2, also via py-gtksourceview +PYTHON_VERSIONS_ACCEPTED= 27 # 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 749b3ed98bd..f23b4e5a47a 100644 --- a/editors/zim/Makefile +++ b/editors/zim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2019/07/21 22:24:45 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2019/09/02 13:19:57 adam Exp $ DISTNAME= zim-0.59 PKGREVISION= 17 @@ -19,7 +19,7 @@ DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils USE_LANGUAGES= # none REPLACE_PYTHON= ${WRKSRC}/zim.py -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 SUBST_CLASSES+= data-path SUBST_STAGE.data-path= pre-configure diff --git a/emulators/gns3/Makefile b/emulators/gns3/Makefile index cf9476fdc3f..b0e5a7ff5f8 100644 --- a/emulators/gns3/Makefile +++ b/emulators/gns3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2019/04/26 13:13:56 maya Exp $ +# $NetBSD: Makefile,v 1.16 2019/09/02 13:19:59 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= 36 37 # not yet ported as of 0.8.3.1 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 11de59c28d3..37a6a464e37 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2019/04/26 14:12:38 maya Exp $ +# $NetBSD: Makefile,v 1.52 2019/09/02 13:19:59 adam Exp $ DISTNAME= hatari-2.0.0 PKGREVISION= 1 @@ -15,7 +15,7 @@ USE_CMAKE= yes USE_LANGUAGES= c CMAKE_ARGS+= -DENABLE_OSX_BUNDLE:BOOL=0 -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.7.0 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.7.0 REPLACE_PYTHON+= python-ui/config.py REPLACE_PYTHON+= python-ui/debugui.py diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index 2b53b695f60..3adffc0c505 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2019/08/29 11:55:37 nia Exp $ +# $NetBSD: Makefile,v 1.58 2019/09/02 13:19:59 adam Exp $ DISTNAME= openmsx-0.15.0 CATEGORIES= emulators @@ -24,7 +24,7 @@ INSTALL_MAKE_FLAGS+= SYMLINK_FOR_BINARY=false INSTALL_MAKE_FLAGS+= INSTALL_BASE=${PREFIX}/openmsx MAKE_ENV+= OPENMSX_INSTALL=${PREFIX}/openmsx -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.9.0 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.9.0 SUBST_CLASSES+= bswap SUBST_STAGE.bswap= pre-configure diff --git a/emulators/unicorn/Makefile b/emulators/unicorn/Makefile index 8cf5ef8a961..1abd175939b 100644 --- a/emulators/unicorn/Makefile +++ b/emulators/unicorn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2019/04/26 13:13:56 maya Exp $ +# $NetBSD: Makefile,v 1.10 2019/09/02 13:19:59 adam Exp $ PKGREVISION= 1 .include "Makefile.common" @@ -9,7 +9,7 @@ LICENSE= gnu-gpl-v2 USE_TOOLS+= gmake pkg-config -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # as of 1.0.1 +PYTHON_VERSIONS_ACCEPTED= 27 # as of 1.0.1 .include "../../lang/python/application.mk" diff --git a/filesystems/fuse-gmailfs/Makefile b/filesystems/fuse-gmailfs/Makefile index 3a819505f56..13d306451d2 100644 --- a/filesystems/fuse-gmailfs/Makefile +++ b/filesystems/fuse-gmailfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2019/05/23 19:23:00 rillig Exp $ +# $NetBSD: Makefile,v 1.20 2019/09/02 13:20:21 adam Exp $ DISTNAME= gmailfs-0.7.2 PKGREVISION= 4 @@ -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= 36 37 # py-fuse-bindings +PYTHON_VERSIONS_ACCEPTED= 27 # 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 76ab6f85f9f..67cf3815b96 100644 --- a/filesystems/fuse-pcachefs/Makefile +++ b/filesystems/fuse-pcachefs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2019/04/26 13:13:56 maya Exp $ +# $NetBSD: Makefile,v 1.7 2019/09/02 13:20:21 adam Exp $ # DISTNAME= fuse-pcachefs-0.0.20160203 @@ -16,7 +16,7 @@ LICENSE= apache-2.0 BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools EGG_NAME= pCacheFS-0.2 -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-fuse-bindings +PYTHON_VERSIONS_ACCEPTED= 27 # 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 8eeaecc8cd8..18d3a47e9f7 100644 --- a/filesystems/fuse-wikipediafs/Makefile +++ b/filesystems/fuse-wikipediafs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2019/04/26 13:13:56 maya Exp $ +# $NetBSD: Makefile,v 1.23 2019/09/02 13:20:22 adam Exp $ DISTNAME= wikipediafs-0.4 PKGNAME= fuse-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://wikipediafs.sourceforge.net/ COMMENT= FUSE filesystem for accessing the wikipedia LICENSE= gnu-gpl-v2 -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-fuse-bindings +PYTHON_VERSIONS_ACCEPTED= 27 # py-fuse-bindings EGG_NAME= wikipediafs-0.0.0 SUBST_CLASSES+= config diff --git a/filesystems/glusterfs/Makefile b/filesystems/glusterfs/Makefile index c3ad23adbbe..490b1d27926 100644 --- a/filesystems/glusterfs/Makefile +++ b/filesystems/glusterfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.90 2019/04/26 13:13:57 maya Exp $ +# $NetBSD: Makefile,v 1.91 2019/09/02 13:20:21 adam Exp $ DISTNAME= glusterfs-3.12.8 PKGREVISION= 4 @@ -21,7 +21,7 @@ CONFIGURE_ARGS+= --localstatedir=${VARBASE} # Only libfl.a is available, and libtool wants libfl.so MAKE_FLAGS+= LEXLIB="" -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # only 2.x supported as of 3.8.x +PYTHON_VERSIONS_ACCEPTED= 27 # 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/ori/Makefile b/filesystems/ori/Makefile index bb502e73c10..79a9d469ad1 100644 --- a/filesystems/ori/Makefile +++ b/filesystems/ori/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2019/04/26 13:13:57 maya Exp $ +# $NetBSD: Makefile,v 1.8 2019/09/02 13:20:22 adam Exp $ DISTNAME= ori-0.8.1 PKGREVISION= 2 @@ -14,7 +14,7 @@ LICENSE= isc USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # python2 SCons files +PYTHON_VERSIONS_ACCEPTED= 27 # python2 SCons files SUBST_CLASSES+= man SUBST_SED.man+= -e "s,share/man,${PKGMANDIR}," diff --git a/filesystems/py-fuse-bindings/Makefile b/filesystems/py-fuse-bindings/Makefile index deb4eb6e35b..a29ba3b7152 100644 --- a/filesystems/py-fuse-bindings/Makefile +++ b/filesystems/py-fuse-bindings/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2019/04/26 14:12:38 maya Exp $ +# $NetBSD: Makefile,v 1.19 2019/09/02 13:20:22 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= 36 37 # not yet ported as of 0.2.1 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 2e24179207b..775bf790c69 100644 --- a/filesystems/tahoe-lafs/Makefile +++ b/filesystems/tahoe-lafs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2019/04/26 13:13:57 maya Exp $ +# $NetBSD: Makefile,v 1.39 2019/09/02 13:20:22 adam Exp $ DISTNAME= tahoe-lafs-1.12.1 PKGREVISION= 1 @@ -40,7 +40,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= 36 37 # py-xml via py-nevow, py-zbase32, py-cryptopp, py-darcsver +PYTHON_VERSIONS_ACCEPTED= 27 # 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/py-trytond-account-payment-sepa/Makefile b/finance/py-trytond-account-payment-sepa/Makefile index 703a7c8c665..01c468d37ac 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.8 2019/04/26 13:13:57 maya Exp $ +# $NetBSD: Makefile,v 1.9 2019/09/02 13:20:16 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= 36 37 # py-simplesoap via py-stdnum and py-trytond-bank +PYTHON_VERSIONS_ACCEPTED= 27 # 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 d11aeda7ddd..87224fff27e 100644 --- a/finance/py-trytond-bank/Makefile +++ b/finance/py-trytond-bank/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2019/04/26 13:13:57 maya Exp $ +# $NetBSD: Makefile,v 1.8 2019/09/02 13:20:16 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= 36 37 # py-simplesoap via py-stdnum +PYTHON_VERSIONS_ACCEPTED= 27 # 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 80011d5fdb2..7d9bf45e589 100644 --- a/finance/py-vatnumber/Makefile +++ b/finance/py-vatnumber/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2019/04/26 13:13:57 maya Exp $ +# $NetBSD: Makefile,v 1.12 2019/09/02 13:20:16 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= 36 37 # py-simplesoap via py-stdnum +PYTHON_VERSIONS_ACCEPTED= 27 # 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 c9d8c825c92..ea075c5fa4c 100644 --- a/fonts/mftrace/Makefile +++ b/fonts/mftrace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2019/08/31 22:38:16 markd Exp $ +# $NetBSD: Makefile,v 1.36 2019/09/02 13:20:19 adam Exp $ DISTNAME= mftrace-1.2.19 CATEGORIES= fonts @@ -21,7 +21,7 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} MAKE_FILE= GNUmakefile PLIST_SUBST+= PYSITELIB=${PYSITELIB:Q} -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.2.19 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.2.19 INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PYSITELIB} diff --git a/fonts/py-TTFQuery/Makefile b/fonts/py-TTFQuery/Makefile index 5a114ed0c03..1d591e3c8c7 100644 --- a/fonts/py-TTFQuery/Makefile +++ b/fonts/py-TTFQuery/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2019/04/26 13:13:57 maya Exp $ +# $NetBSD: Makefile,v 1.23 2019/09/02 13:20:19 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= 36 37 # py-fonttools +PYTHON_VERSIONS_ACCEPTED= 27 # 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 0a19b5f759c..d17517e2e71 100644 --- a/games/4stAttack/Makefile +++ b/games/4stAttack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2019/04/26 14:12:38 maya Exp $ +# $NetBSD: Makefile,v 1.36 2019/09/02 13:20:19 adam Exp $ DISTNAME= 4stAttack-2.1.4 PKGREVISION= 19 @@ -14,7 +14,7 @@ INSTALLATION_DIRS= bin share/${PKGBASE} USE_TOOLS+= pax REPLACE_PYTHON= 4stattack.py -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 2.1.4 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 3257ad9ed42..b38afefb6c9 100644 --- a/games/accelerator3d/Makefile +++ b/games/accelerator3d/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2019/04/26 13:13:58 maya Exp $ +# $NetBSD: Makefile,v 1.8 2019/09/02 13:20:20 adam Exp $ DISTNAME= accelerator-0.1.1 PKGNAME= ${DISTNAME:S/accelerator/accelerator3d/} @@ -19,7 +19,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= 36 37 # py-ode +PYTHON_VERSIONS_ACCEPTED= 27 # py-ode REPLACE_PYTHON+= accelerator.py diff --git a/games/blindmine/Makefile b/games/blindmine/Makefile index 8d568da83c1..03244038ad4 100644 --- a/games/blindmine/Makefile +++ b/games/blindmine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2019/04/26 14:12:38 maya Exp $ +# $NetBSD: Makefile,v 1.34 2019/09/02 13:20:20 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= 36 37 # not yet ported as of 0.3 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.3 INSTALLATION_DIRS= bin share/doc/blindmine share/blindmine/data diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile index 9ee3eac13e9..8c7d6213e51 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.93 2019/07/21 22:24:50 wiz Exp $ +# $NetBSD: Makefile,v 1.94 2019/09/02 13:20:20 adam Exp $ DISTNAME= gcompris-12.11 PKGREVISION= 41 @@ -23,7 +23,7 @@ INFO_FILES= yes PTHREAD_AUTO_VARS= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-sqlite2, py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 0bbe9024217..bd21b961923 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.171 2019/07/21 22:24:50 wiz Exp $ +# $NetBSD: Makefile,v 1.172 2019/09/02 13:20:20 adam Exp $ DISTNAME= gnome-games-2.32.1 PKGREVISION= 42 @@ -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= 36 37 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-ORBit via py-gnome2 CONFLICTS= xbill-[0-9]* SUPERSEDES= glchess-[0-9]* diff --git a/games/jools/Makefile b/games/jools/Makefile index d2dc19d21ff..200b19a2cc8 100644 --- a/games/jools/Makefile +++ b/games/jools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2019/04/26 14:12:39 maya Exp $ +# $NetBSD: Makefile,v 1.20 2019/09/02 13:20:20 adam Exp $ DISTNAME= jools-0.20 PKGREVISION= 5 @@ -12,7 +12,7 @@ COMMENT= Bejeweled clone DEPENDS+= ${PYPKGPREFIX}-game>=1.4:../../devel/py-game -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.20 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 bd37cf93a5b..470324328ce 100644 --- a/games/kajongg/Makefile +++ b/games/kajongg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2019/08/22 12:23:09 ryoon Exp $ +# $NetBSD: Makefile,v 1.56 2019/09/02 13:20:19 adam Exp $ DISTNAME= kajongg-${_KDE_VERSION} PKGREVISION= 26 @@ -9,7 +9,7 @@ COMMENT= Maj Jong game DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # as of 4.14.3, configure does not detect twisted due to using 2.x syntax +PYTHON_VERSIONS_ACCEPTED= 27 # 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 1e255b4d5fb..ed80791587a 100644 --- a/games/kye/Makefile +++ b/games/kye/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2019/07/21 22:24:52 wiz Exp $ +# $NetBSD: Makefile,v 1.67 2019/09/02 13:20:19 adam Exp $ DISTNAME= kye-1.0 PKGREVISION= 29 @@ -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= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" diff --git a/games/monsterz/Makefile b/games/monsterz/Makefile index 4efff48db56..e9aa2e2bcd1 100644 --- a/games/monsterz/Makefile +++ b/games/monsterz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2019/04/26 13:13:58 maya Exp $ +# $NetBSD: Makefile,v 1.23 2019/09/02 13:20:20 adam Exp $ DISTNAME= monsterz-0.7.1 PKGREVISION= 5 @@ -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= 36 37 # py-Numeric +PYTHON_VERSIONS_ACCEPTED= 27 # 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 ac19f284aea..b6a037d4ce6 100644 --- a/games/py-easyAI/Makefile +++ b/games/py-easyAI/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2019/04/26 14:12:39 maya Exp $ +# $NetBSD: Makefile,v 1.11 2019/09/02 13:20:19 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= 36 37 # not yet ported as of 0.0.0.4 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 0c39e3b6f51..89229227fbf 100644 --- a/games/py-renpy/Makefile +++ b/games/py-renpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2019/05/29 19:52:49 adam Exp $ +# $NetBSD: Makefile,v 1.24 2019/09/02 13:20:20 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= 36 37 # not yet ported +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported RENPY_DEPS_INSTALL+= ${BUILDLINK_PREFIX.SDL} RENPY_DEPS_INSTALL+= ${BUILDLINK_PREFIX.freetype2} diff --git a/games/pytraffic/Makefile b/games/pytraffic/Makefile index 686e381d2b5..09dc508f5b5 100644 --- a/games/pytraffic/Makefile +++ b/games/pytraffic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2019/07/21 22:24:52 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2019/09/02 13:20:20 adam Exp $ DISTNAME= pytraffic-2.5.4 PKGREVISION= 37 @@ -13,7 +13,7 @@ COMMENT= Computer version of a popular board game DIST_SUBDIR= pytraffic-2.5.4-070313 PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" diff --git a/geography/proj-swig/Makefile b/geography/proj-swig/Makefile index 45e43d6ac2b..709e30a604b 100644 --- a/geography/proj-swig/Makefile +++ b/geography/proj-swig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2019/04/26 14:12:39 maya Exp $ +# $NetBSD: Makefile,v 1.34 2019/09/02 13:20:21 adam Exp $ DISTNAME= proj-swig-0.02 PKGREVISION= 10 @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes # Defines PYSITELIB, apparently. PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.02 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.02 # Find guile20's includes CFLAGS+= -I${BUILDLINK_PREFIX.guile20}/include/guile/2.0 diff --git a/geography/qgis/options.mk b/geography/qgis/options.mk index 11d69cd8223..f819a0e1511 100644 --- a/geography/qgis/options.mk +++ b/geography/qgis/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.13 2019/05/14 01:39:30 gdt Exp $ +# $NetBSD: options.mk,v 1.14 2019/09/02 13:20:21 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.qgis PKG_SUPPORTED_OPTIONS= python @@ -19,7 +19,7 @@ CMAKE_ARGS+= -DWITH_BINDINGS:BOOL=TRUE CMAKE_ARGS+= -DSIP_BINARY_PATH:PATH=${BUILDLINK_PREFIX.py-sip}/bin CMAKE_ARGS+= -DWITH_INTERNAL_MARKUPSAFE=FALSE PLIST_SRC+= ${PKGDIR}/PLIST.python -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # Documentation implies 27 is supported, 3x not. +PYTHON_VERSIONS_ACCEPTED= 27 # Documentation implies 27 is supported, 3x not. .include "../../lang/python/application.mk" .include "../../math/py-numpy/buildlink3.mk" .include "../../x11/py-qt4/buildlink3.mk" diff --git a/graphics/comix/Makefile b/graphics/comix/Makefile index 05c65703697..6fb2fec0236 100644 --- a/graphics/comix/Makefile +++ b/graphics/comix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2019/07/21 22:24:55 wiz Exp $ +# $NetBSD: Makefile,v 1.67 2019/09/02 13:20:18 adam Exp $ DISTNAME= comix-4.0.4 PKGREVISION= 36 @@ -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= 36 37 # py-imaging, py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-imaging, py-gtk2 do-build: diff --git a/graphics/dia-python/Makefile b/graphics/dia-python/Makefile index 5c9395c7e44..982b26cbe8a 100644 --- a/graphics/dia-python/Makefile +++ b/graphics/dia-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2019/07/21 22:24:56 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2019/09/02 13:20:17 adam Exp $ DIA_SUBPKG= -python PKGREVISION= 9 @@ -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= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 6ae314211e0..8e45bcf3065 100644 --- a/graphics/eom/options.mk +++ b/graphics/eom/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.6 2019/04/26 13:14:00 maya Exp $ +# $NetBSD: options.mk,v 1.7 2019/09/02 13:20:18 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= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 c7b6e1e5633..5cc8ceca980 100644 --- a/graphics/gimp-docs-en/Makefile.common +++ b/graphics/gimp-docs-en/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.18 2019/04/26 14:12:39 maya Exp $ +# $NetBSD: Makefile.common,v 1.19 2019/09/02 13:20:17 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= 36 37 # not yet ported as of 2.8.0 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 2.8.0 CONFLICTS= gimp-docs<=2.4.0 SUPERSEDES= gimp-docs<=2.4.0 diff --git a/graphics/gpick/Makefile b/graphics/gpick/Makefile index f9fec288874..ab535a0425d 100644 --- a/graphics/gpick/Makefile +++ b/graphics/gpick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2019/08/22 12:23:17 ryoon Exp $ +# $NetBSD: Makefile,v 1.22 2019/09/02 13:20:17 adam Exp $ DISTNAME= gpick-gpick-0.2.5 PKGNAME= ${DISTNAME:S/gpick-//} @@ -14,7 +14,7 @@ LICENSE= modified-bsd USE_LANGUAGES= c c++03 USE_TOOLS+= pkg-config -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # as of 0.2.5 +PYTHON_VERSIONS_ACCEPTED= 27 # as of 0.2.5 SCONS_ARGS+= DESTDIR=${DESTDIR}${PREFIX} SCONS_ARGS+= PKGMANDIR=${PKGMANDIR} diff --git a/graphics/libscigraphica/Makefile b/graphics/libscigraphica/Makefile index 857bdc1d52e..2de67e192f1 100644 --- a/graphics/libscigraphica/Makefile +++ b/graphics/libscigraphica/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2019/07/21 22:24:06 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2019/09/02 13:20:17 adam Exp $ DISTNAME= libscigraphica-2.1.1 PKGREVISION= 36 @@ -16,7 +16,7 @@ USE_TOOLS+= pkg-config gmake intltool GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= libscigraphica-2.0.pc.in -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-numarray +PYTHON_VERSIONS_ACCEPTED= 27 # py-numarray pre-configure: ln -s ${PYTHONBIN} ${TOOLS_DIR}/bin/python diff --git a/graphics/mypaint/Makefile b/graphics/mypaint/Makefile index 06105b1bb02..f94b139b7a7 100644 --- a/graphics/mypaint/Makefile +++ b/graphics/mypaint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2019/07/21 22:25:02 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2019/09/02 13:20:18 adam Exp $ DISTNAME= mypaint-1.2.1 PKGREVISION= 4 @@ -22,7 +22,7 @@ USE_LANGUAGES= c c++ USE_TOOLS+= bash:run msgfmt pkg-config -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 USE_PKGLOCALEDIR= yes diff --git a/graphics/py-biggles/Makefile b/graphics/py-biggles/Makefile index 142e05b80bb..84767437a87 100644 --- a/graphics/py-biggles/Makefile +++ b/graphics/py-biggles/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2019/04/26 14:12:40 maya Exp $ +# $NetBSD: Makefile,v 1.27 2019/09/02 13:20:18 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= 36 37 # not ported yet as of 1.6.6 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 dd892efd244..1e57ff56e6b 100644 --- a/graphics/py-chart/Makefile +++ b/graphics/py-chart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2019/04/26 13:14:00 maya Exp $ +# $NetBSD: Makefile,v 1.10 2019/09/02 13:20:18 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/py-gdchart/Makefile b/graphics/py-gdchart/Makefile index 10364d2043a..3ee07559d9d 100644 --- a/graphics/py-gdchart/Makefile +++ b/graphics/py-gdchart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2019/04/26 14:12:40 maya Exp $ +# $NetBSD: Makefile,v 1.51 2019/09/02 13:20:17 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= 36 37 # not yet ported as of 0.6 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 5be59cc5ae0..6b877872a3d 100644 --- a/graphics/py-gdmodule/Makefile +++ b/graphics/py-gdmodule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2019/04/26 14:12:40 maya Exp $ +# $NetBSD: Makefile,v 1.17 2019/09/02 13:20:18 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= 36 37 # not yet ported as of 0.59 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 6ca228e90ba..71839d3bb9a 100644 --- a/graphics/py-gnuplot/Makefile +++ b/graphics/py-gnuplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2019/04/26 14:12:40 maya Exp $ +# $NetBSD: Makefile,v 1.25 2019/09/02 13:20:19 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= 36 37 # not yet ported as of 1.8 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 988f28a721e..a6979b97f1d 100644 --- a/graphics/py-goocanvas/Makefile +++ b/graphics/py-goocanvas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2019/07/21 22:25:03 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2019/09/02 13:20:17 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= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 .include "../../lang/python/pyversion.mk" diff --git a/graphics/py-gtkglext/Makefile b/graphics/py-gtkglext/Makefile index 51d71b17098..4f0ba0262dc 100644 --- a/graphics/py-gtkglext/Makefile +++ b/graphics/py-gtkglext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2019/07/21 22:25:03 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2019/09/02 13:20:17 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= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 PKGCONFIG_OVERRIDE+= pygtkglext.pc.in diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile index 58e2285edc0..4464d14ed5a 100644 --- a/graphics/py-imaging/Makefile +++ b/graphics/py-imaging/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2019/04/26 14:12:40 maya Exp $ +# $NetBSD: Makefile,v 1.58 2019/09/02 13:20:18 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= 36 37 # not yet ported as of 1.1.7, use Pillow instead +PYTHON_VERSIONS_ACCEPTED= 27 # 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-mcomix/Makefile b/graphics/py-mcomix/Makefile index 95c16e39b7e..6930c057234 100644 --- a/graphics/py-mcomix/Makefile +++ b/graphics/py-mcomix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2019/05/18 08:30:20 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2019/09/02 13:20:19 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= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 140bc886447..c1ac2367dfe 100644 --- a/graphics/py-piddle/Makefile +++ b/graphics/py-piddle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2019/04/26 13:14:01 maya Exp $ +# $NetBSD: Makefile,v 1.22 2019/09/02 13:20:16 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/py-pycha/Makefile b/graphics/py-pycha/Makefile index f4d7a0225b3..85590c69eed 100644 --- a/graphics/py-pycha/Makefile +++ b/graphics/py-pycha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2019/04/26 13:14:01 maya Exp $ +# $NetBSD: Makefile,v 1.18 2019/09/02 13:20:17 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= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 8a2c785dce4..3cde1247049 100644 --- a/graphics/py-sk1libs/Makefile +++ b/graphics/py-sk1libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2019/04/26 14:12:40 maya Exp $ +# $NetBSD: Makefile,v 1.19 2019/09/02 13:20:18 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= 36 37 # not yet ported as of 0.9.1 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 be3cdeab2f0..45006f11425 100644 --- a/graphics/py-uniconvertor/Makefile +++ b/graphics/py-uniconvertor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2019/04/26 13:14:01 maya Exp $ +# $NetBSD: Makefile,v 1.16 2019/09/02 13:20:18 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= 36 37 # py-sk1libs +PYTHON_VERSIONS_ACCEPTED= 27 # py-sk1libs REPLACE_PYTHON+= src/__init__.py .include "../../lang/python/application.mk" diff --git a/graphics/scigraphica/Makefile b/graphics/scigraphica/Makefile index 1240446897e..54260d092ea 100644 --- a/graphics/scigraphica/Makefile +++ b/graphics/scigraphica/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.89 2019/07/21 22:25:05 wiz Exp $ +# $NetBSD: Makefile,v 1.90 2019/09/02 13:20:19 adam Exp $ DISTNAME= scigraphica-2.1.0 PKGREVISION= 35 @@ -9,9 +9,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://scigraphica.sourceforge.net/ COMMENT= Data analysis and technical graphics +USE_LIBTOOL= yes USE_TOOLS+= gmake intltool pkg-config - -GNU_CONFIGURE= YES +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-gnome CONFIGURE_ARGS+= --with-readline-include-path=${BUILDLINK_PREFIX.readline}/include CONFIGURE_ARGS+= --with-readline-path=${BUILDLINK_PREFIX.readline}/lib @@ -19,16 +19,14 @@ CONFIGURE_ARGS+= --with-termcap-include-path=${BUILDLINK_PREFIX.readline}/includ CONFIGURE_ARGS+= --with-termcap-path=${BUILDLINK_PREFIX.readline}/lib CONFIGURE_ENV+= PYTHONBIN=${PYTHONBIN:Q} -USE_LIBTOOL= YES PTHREAD_AUTO_VARS= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-numarray via libscigraphica +PYTHON_VERSIONS_ACCEPTED= 27 # py-numarray via libscigraphica pre-configure: - ln -s ${PYTHONBIN} ${TOOLS_DIR}/bin/python + ${LN} -s ${PYTHONBIN} ${TOOLS_DIR}/bin/python .include "../../devel/readline/buildlink3.mk" -.include "../../lang/python/application.mk" .include "../../graphics/libscigraphica/buildlink3.mk" - +.include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile index 1b5065f1902..34eada6713a 100644 --- a/graphics/skencil/Makefile +++ b/graphics/skencil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2019/04/26 13:14:01 maya Exp $ +# $NetBSD: Makefile,v 1.42 2019/09/02 13:20:16 adam Exp $ DISTNAME= skencil-0.6.17 PKGREVISION= 15 @@ -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= 36 37 # py-imaging +PYTHON_VERSIONS_ACCEPTED= 27 # 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 baba1a61d37..b5ad69fa46f 100644 --- a/graphics/xdot/Makefile +++ b/graphics/xdot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2019/04/26 13:14:02 maya Exp $ +# $NetBSD: Makefile,v 1.12 2019/09/02 13:20:17 adam Exp $ DISTNAME= xdot PKGNAME= xdot-20121124 @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR} USE_LANGUAGES= # none DIST_SUBDIR= ${PKGNAME_NOREV} REPLACE_PYTHON= xdot.py -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 INSTALLATION_DIRS= bin do-build: diff --git a/ham/gnuradio-core/Makefile.common b/ham/gnuradio-core/Makefile.common index 3a9dac01308..b840dc2f763 100644 --- a/ham/gnuradio-core/Makefile.common +++ b/ham/gnuradio-core/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.18 2019/04/26 13:14:02 maya Exp $ +# $NetBSD: Makefile.common,v 1.19 2019/09/02 13:19:57 adam Exp $ # This Makefile fragment is included in the package Makefiles for # GNU Radio distributed packages (they all share common configure and build # settings). @@ -53,7 +53,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= 36 37 # not yet ported as of 3.3.0 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 3.3.0 PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} PLIST_SUBST+= PYSITELIB=${PYSITELIB} PY_PATCHPLIST= yes diff --git a/ham/gr-osmosdr/Makefile b/ham/gr-osmosdr/Makefile index 1cf5a30afbd..c477dcfd80d 100644 --- a/ham/gr-osmosdr/Makefile +++ b/ham/gr-osmosdr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2019/08/22 12:23:24 ryoon Exp $ +# $NetBSD: Makefile,v 1.20 2019/09/02 13:19:57 adam Exp $ DISTNAME= gr-osmosdr-0.1.4 PKGREVISION= 15 @@ -23,7 +23,7 @@ CMAKE_ARGS+= -DGNURADIO_BLOCKS_INCLUDE_DIRS=${PREFIX}/include PLIST_SUBST+= PYSITELIB=${PYSITELIB} # Python 36 and 37 result in build errors; 27 builds ok. -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 REPLACE_PYTHON+= apps/osmocom_siggen_base.py .include "../../devel/boost-headers/buildlink3.mk" diff --git a/inputmethod/ibus-python/Makefile b/inputmethod/ibus-python/Makefile index 0100954f283..6858e96e1b3 100644 --- a/inputmethod/ibus-python/Makefile +++ b/inputmethod/ibus-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2019/04/26 13:14:02 maya Exp $ +# $NetBSD: Makefile,v 1.18 2019/09/02 13:19:45 adam Exp $ .include "../../inputmethod/ibus/Makefile.common" @@ -41,7 +41,7 @@ CONFIGURE_ARGS+= --disable-dconf CONFIGURE_ARGS+= --enable-python-library CONFIGURE_ENV+= PYTHON2=${PYTHONBIN} -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 PY_PATCHPLIST= yes .include "../../lang/python/extension.mk" diff --git a/inputmethod/ibus-tegaki/Makefile b/inputmethod/ibus-tegaki/Makefile index 1abd2136e37..a3f4b9eae12 100644 --- a/inputmethod/ibus-tegaki/Makefile +++ b/inputmethod/ibus-tegaki/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2019/04/26 13:14:02 maya Exp $ +# $NetBSD: Makefile,v 1.16 2019/09/02 13:19:45 adam Exp $ DISTNAME= ibus-tegaki-0.3.1 PKGREVISION= 3 @@ -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= 36 37 # py-gtk2 via py-ibus-python +PYTHON_VERSIONS_ACCEPTED= 27 # 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 22590950574..d31e43ad6da 100644 --- a/inputmethod/py-input-pad/Makefile +++ b/inputmethod/py-input-pad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2019/07/21 22:25:11 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2019/09/02 13:19:45 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= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 e6512e2c312..c0b60ce91a9 100644 --- a/inputmethod/py-zinnia/Makefile +++ b/inputmethod/py-zinnia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2019/04/26 14:12:40 maya Exp $ +# $NetBSD: Makefile,v 1.12 2019/09/02 13:19:44 adam Exp $ .include "../../inputmethod/zinnia/Makefile.common" @@ -11,7 +11,7 @@ USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ PYSETUPSUBDIR= python -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.06 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 cb5a7eff208..60e5a7971e0 100644 --- a/inputmethod/tegaki-pygtk/Makefile +++ b/inputmethod/tegaki-pygtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2019/04/26 13:14:02 maya Exp $ +# $NetBSD: Makefile,v 1.14 2019/09/02 13:19:45 adam Exp $ DISTNAME= tegaki-pygtk-0.3.1 PKGREVISION= 3 @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.10:../../x11/py-gtk2 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 8c88acf4b61..216ea021de1 100644 --- a/inputmethod/tegaki-python/Makefile +++ b/inputmethod/tegaki-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2019/04/26 13:14:02 maya Exp $ +# $NetBSD: Makefile,v 1.14 2019/09/02 13:19:45 adam Exp $ DISTNAME= tegaki-python-0.3.1 PKGREVISION= 2 @@ -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= 36 37 # py-zinnia +PYTHON_VERSIONS_ACCEPTED= 27 # 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 dec3f0d7af8..9d9e778047f 100644 --- a/inputmethod/tegaki-recognize/Makefile +++ b/inputmethod/tegaki-recognize/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2019/04/26 14:12:40 maya Exp $ +# $NetBSD: Makefile,v 1.16 2019/09/02 13:19:45 adam Exp $ DISTNAME= tegaki-recognize-0.3.1.2 PKGREVISION= 2 @@ -15,7 +15,7 @@ DEPENDS+= tegaki-pygtk>=0.2:../../inputmethod/tegaki-pygtk USE_LANGUAGES= # none REPLACE_PYTHON= bin/tegaki-recognize -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.3.1.2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 978264c2906..b22009ffa58 100644 --- a/inputmethod/tegaki-tools/Makefile +++ b/inputmethod/tegaki-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2019/04/26 14:12:40 maya Exp $ +# $NetBSD: Makefile,v 1.15 2019/09/02 13:19:45 adam Exp $ DISTNAME= tegaki-tools-0.3.1 PKGREVISION= 2 @@ -15,7 +15,7 @@ DEPENDS+= tegaki-pygtk>=0.3:../../inputmethod/tegaki-pygtk USE_LANGUAGES= c c++ -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.3.1 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.3.1 .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" diff --git a/inputmethod/tegaki-train/Makefile b/inputmethod/tegaki-train/Makefile index e27a2edd8b5..4b7f6fbcc79 100644 --- a/inputmethod/tegaki-train/Makefile +++ b/inputmethod/tegaki-train/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2019/04/26 14:12:40 maya Exp $ +# $NetBSD: Makefile,v 1.15 2019/09/02 13:19:45 adam Exp $ DISTNAME= tegaki-train-0.3.1 PKGREVISION= 2 @@ -14,7 +14,7 @@ DEPENDS+= tegaki-pygtk>=0.2:../../inputmethod/tegaki-pygtk USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.3.1 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.3.1 .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" diff --git a/inputmethod/tegaki-wagomu/Makefile b/inputmethod/tegaki-wagomu/Makefile index 58143ffd9e4..44a3c75ace9 100644 --- a/inputmethod/tegaki-wagomu/Makefile +++ b/inputmethod/tegaki-wagomu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2019/04/26 14:12:40 maya Exp $ +# $NetBSD: Makefile,v 1.24 2019/09/02 13:19:45 adam Exp $ DISTNAME= tegaki-wagomu-0.3.1 PKGREVISION= 7 @@ -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= 36 37 # not yet ported as of 0.3.1 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.3.1 .include "../../devel/glib2/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/lang/py-basicproperty/Makefile b/lang/py-basicproperty/Makefile index 9314542eb39..4a0aef39c63 100644 --- a/lang/py-basicproperty/Makefile +++ b/lang/py-basicproperty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2019/04/26 13:14:03 maya Exp $ +# $NetBSD: Makefile,v 1.21 2019/09/02 13:20:05 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 post-extract: # wrong architecture binary diff --git a/lang/py-pyrex/Makefile b/lang/py-pyrex/Makefile index e2626b3eb23..a97d5792a72 100644 --- a/lang/py-pyrex/Makefile +++ b/lang/py-pyrex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2019/04/26 14:12:41 maya Exp $ +# $NetBSD: Makefile,v 1.33 2019/09/02 13:20:05 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= 36 37 # not yet ported as of 0.9.9 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 1ead92f7c15..a6ae4efff19 100644 --- a/lang/py-pythonz/Makefile +++ b/lang/py-pythonz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2019/04/26 14:12:41 maya Exp $ +# $NetBSD: Makefile,v 1.14 2019/09/02 13:20:05 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= 36 37 # not yet ported as of 1.2.1 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 9cf7d4e4788..632991c8550 100644 --- a/mail/archivemail/Makefile +++ b/mail/archivemail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2019/04/26 14:12:41 maya Exp $ +# $NetBSD: Makefile,v 1.25 2019/09/02 13:19:56 adam Exp $ DISTNAME= archivemail-0.9.0 PKGREVISION= 2 @@ -14,7 +14,7 @@ USE_LANGUAGES= # none INSTALLATION_DIRS= share/archivemail -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.9.0 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 52f1c79706b..92a5f56a51f 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.100 2019/04/26 14:12:41 maya Exp $ +# $NetBSD: Makefile,v 1.101 2019/09/02 13:19:56 adam Exp $ DISTNAME= fetchmail-6.3.26 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} @@ -31,7 +31,7 @@ INSTALL_TARGET= install-pythonPYTHON PLIST_SUBST+= PYSITELIB=${PYSITELIB} REPLACE_PYTHON= fetchmailconf.py -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 6.3.22 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 a83f7f61ddd..229ad758f54 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.172 2019/08/19 16:59:55 schmonz Exp $ +# $NetBSD: Makefile,v 1.173 2019/09/02 13:19:56 adam Exp $ DISTNAME= getmail-5.14 CATEGORIES= mail @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= # none REPLACE_PYTHON= *.py getmailcore/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 4.53.0 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 aeb7d4547d9..d8bab959fe4 100644 --- a/mail/mailman/Makefile +++ b/mail/mailman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.87 2019/05/23 19:23:06 rillig Exp $ +# $NetBSD: Makefile,v 1.88 2019/09/02 13:19:56 adam Exp $ DISTNAME= mailman-2.1.29 PKGNAME= mailman-2.1.29 @@ -69,7 +69,7 @@ RCD_SCRIPTS= mailman INSTALL_TEMPLATES+= ${FILESDIR}/INSTALL DEINSTALL_TEMPLATES+= ${FILESDIR}/DEINSTALL -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 2.1.14.1 +PYTHON_VERSIONS_ACCEPTED= 27 # 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-libgmail/Makefile b/mail/py-libgmail/Makefile index d5d7cac3513..8d972cbf390 100644 --- a/mail/py-libgmail/Makefile +++ b/mail/py-libgmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2019/04/26 13:14:03 maya Exp $ +# $NetBSD: Makefile,v 1.15 2019/09/02 13:19:56 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= 36 37 # py-mechanize +PYTHON_VERSIONS_ACCEPTED= 27 # 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 3a807740fb4..f9577042861 100644 --- a/mail/thunderbird-enigmail/Makefile.common +++ b/mail/thunderbird-enigmail/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.25 2019/07/20 22:52:49 wiz Exp $ +# $NetBSD: Makefile.common,v 1.26 2019/09/02 13:19:57 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= 36 37 # as of 1.8.2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 060156c2b9e..6a2e2eed3a0 100644 --- a/mail/tmda/Makefile +++ b/mail/tmda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2019/04/26 14:12:41 maya Exp $ +# $NetBSD: Makefile,v 1.63 2019/09/02 13:19:56 adam Exp $ DISTNAME= tmda-1.1.12 PKGREVISION= 6 @@ -13,7 +13,7 @@ COMMENT= Python-based SPAM reduction system REPLACE_PYTHON= ${TMDA_PROGRAMS} PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.1.12 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.1.12 PKG_SYSCONFSUBDIR= ${PKGBASE} diff --git a/math/gnumeric112/Makefile b/math/gnumeric112/Makefile index 12311c86046..0a3d24570d1 100644 --- a/math/gnumeric112/Makefile +++ b/math/gnumeric112/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2019/08/11 13:21:44 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2019/09/02 13:20:00 adam Exp $ DISTNAME= gnumeric-1.12.45 PKGREVISION= 1 @@ -29,7 +29,7 @@ TEST_TARGET= check CONFIGURE_ARGS+= --with-python CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.12.9 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 f69c6e4ba7f..f6295baf878 100644 --- a/math/py-Numeric/Makefile +++ b/math/py-Numeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2019/04/26 14:12:41 maya Exp $ +# $NetBSD: Makefile,v 1.60 2019/09/02 13:20:00 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= 36 37 # not yet ported as of 24.2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 4ac5f7bc291..54cc101b5ad 100644 --- a/math/py-Scientific/Makefile +++ b/math/py-Scientific/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2019/08/22 12:23:30 ryoon Exp $ +# $NetBSD: Makefile,v 1.61 2019/09/02 13:20:00 adam Exp $ DISTNAME= ScientificPython-2.8.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Python//} @@ -20,7 +20,7 @@ MAKE_ENV+= NETCDF_PREFIX=${BUILDLINK_PREFIX.netcdf} PYPLAT_CMD= ${PYTHONBIN} -c "import sys; print sys.platform" PLIST_SUBST+= PYPLAT=${PYPLAT_CMD:sh} -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 2.8.1 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 2.8.1 INSTALLATION_DIRS= bin diff --git a/math/py-cdecimal/Makefile b/math/py-cdecimal/Makefile index 7597a98032c..d3ab230959f 100644 --- a/math/py-cdecimal/Makefile +++ b/math/py-cdecimal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2019/04/26 13:14:04 maya Exp $ +# $NetBSD: Makefile,v 1.9 2019/09/02 13:20:00 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 #.include "../../devel/gmp/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/math/py-fftw/Makefile b/math/py-fftw/Makefile index 135e4d06dd2..9f20c15623a 100644 --- a/math/py-fftw/Makefile +++ b/math/py-fftw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2019/04/26 13:14:04 maya Exp $ +# $NetBSD: Makefile,v 1.9 2019/09/02 13:20:00 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= 36 37 # as of 0.2.1 +PYTHON_VERSIONS_ACCEPTED= 27 # as of 0.2.1 MAKE_ENV+= FFTW_PATH=${PREFIX}/lib diff --git a/math/py-fpconst/Makefile b/math/py-fpconst/Makefile index e007f5c1b38..597de6f7423 100644 --- a/math/py-fpconst/Makefile +++ b/math/py-fpconst/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2019/04/26 14:12:41 maya Exp $ +# $NetBSD: Makefile,v 1.20 2019/09/02 13:20:00 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= 36 37 # not yet ported as of 0.7.2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 90789e06ea0..9cd6cca1d49 100644 --- a/math/py-numarray/Makefile +++ b/math/py-numarray/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2019/04/26 14:12:42 maya Exp $ +# $NetBSD: Makefile,v 1.27 2019/09/02 13:20:00 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= 36 37 # not yet ported as of 1.5.2; use py-numpy +PYTHON_VERSIONS_ACCEPTED= 27 # 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 b91e1ca5eb9..0ef9ffb3ae1 100644 --- a/meta-pkgs/bulk-large/Makefile +++ b/meta-pkgs/bulk-large/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2019/05/21 11:56:43 jperkin Exp $ +# $NetBSD: Makefile,v 1.41 2019/09/02 13:20:21 adam Exp $ DISTNAME= bulk-large-20190318 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= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 # # Note: the primary purpose of this package is to build the most diff --git a/meta-pkgs/py-tryton-platform/Makefile b/meta-pkgs/py-tryton-platform/Makefile index 69967aa4c71..ab354b70f5f 100644 --- a/meta-pkgs/py-tryton-platform/Makefile +++ b/meta-pkgs/py-tryton-platform/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2019/04/26 13:14:05 maya Exp $ +# $NetBSD: Makefile,v 1.8 2019/09/02 13:20:21 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= 36 37 # py-simplesoap via py-stdnum and py-trytond-bank +PYTHON_VERSIONS_ACCEPTED= 27 # 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 6f6ab0b87eb..15d218b6950 100644 --- a/misc/byobu/Makefile +++ b/misc/byobu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2019/08/11 13:21:54 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2019/09/02 13:19:43 adam Exp $ BYOBUVER= 5.111 DISTNAME= byobu_${BYOBUVER}.orig @@ -24,7 +24,7 @@ REPLACE_BASH+= usr/share/byobu/tests/* REPLACE_PERL+= usr/lib/byobu/include/* REPLACE_PYTHON+= usr/lib/byobu/include/* -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-newt +PYTHON_VERSIONS_ACCEPTED= 27 # py-newt EGDIR= share/examples/byobu CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/${EGDIR} diff --git a/misc/deskbar-applet/Makefile b/misc/deskbar-applet/Makefile index aa74fc6ed70..c2d50153e1f 100644 --- a/misc/deskbar-applet/Makefile +++ b/misc/deskbar-applet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.122 2019/07/21 22:25:21 wiz Exp $ +# $NetBSD: Makefile,v 1.123 2019/09/02 13:19:44 adam Exp $ DISTNAME= deskbar-applet-2.32.0 PKGREVISION= 62 @@ -20,7 +20,7 @@ PKGCONFIG_OVERRIDE= data/deskbar-applet.pc.in GCONF_SCHEMAS= deskbar-applet.schemas -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 fcd890187c3..2805097b1a8 100644 --- a/misc/mnemosyne/Makefile +++ b/misc/mnemosyne/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2019/06/18 05:54:02 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2019/09/02 13:19:44 adam Exp $ DISTNAME= Mnemosyne-2.3.1 PKGNAME= ${DISTNAME:S/M/m/} @@ -22,7 +22,7 @@ DEPENDS+= ${PYPKGPREFIX}-WebOb-[0-9]*:../../www/py-WebOb USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 2.3.1 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 1390e52fcef..a37aca79892 100644 --- a/misc/orca/Makefile +++ b/misc/orca/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2019/04/26 13:14:05 maya Exp $ +# $NetBSD: Makefile,v 1.45 2019/09/02 13:19:44 adam Exp $ DISTNAME= orca-2.32.1 PKGREVISION= 2 @@ -31,7 +31,7 @@ USE_PKGLOCALEDIR= yes CONFIGURE_ENV+= PYTHON=${PYTHONBIN} PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-ORBit, py-gnome2, py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 c68d6ec8f7d..636853c59ae 100644 --- a/misc/py-anita/Makefile +++ b/misc/py-anita/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2019/06/11 17:12:19 gson Exp $ +# $NetBSD: Makefile,v 1.56 2019/09/02 13:19:44 adam Exp $ DISTNAME= anita-1.49 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-pexpect>=2.1:../../devel/py-pexpect USE_LANGUAGES= #none -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.48 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.48 SUBST_CLASSES+= manpath SUBST_STAGE.manpath= pre-configure diff --git a/misc/py-anki2/Makefile b/misc/py-anki2/Makefile index 8e772f61e0a..b1483dfc9d6 100644 --- a/misc/py-anki2/Makefile +++ b/misc/py-anki2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2019/04/26 14:12:42 maya Exp $ +# $NetBSD: Makefile,v 1.48 2019/09/02 13:19:44 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= 36 37 # not yet ported as of 2.0.21 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 2.0.21 .include "options.mk" diff --git a/misc/py-carddav/Makefile b/misc/py-carddav/Makefile index 9f7992580dc..c3f0abb28d6 100644 --- a/misc/py-carddav/Makefile +++ b/misc/py-carddav/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2019/04/26 13:14:05 maya Exp $ +# $NetBSD: Makefile,v 1.25 2019/09/02 13:19:44 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= 36 37 # as of 0.7.0 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 3d63c799998..a83042ed0ff 100644 --- a/misc/py-trytond-party/options.mk +++ b/misc/py-trytond-party/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.5 2019/04/26 13:14:06 maya Exp $ +# $NetBSD: options.mk,v 1.6 2019/09/02 13:19:44 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= 36 37 # py-simplesoap via py-stdnum and py-vatnumber +PYTHON_VERSIONS_ACCEPTED= 27 # 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 686dbab4eb1..be4776c818c 100644 --- a/misc/superkaramba/Makefile +++ b/misc/superkaramba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2019/08/22 12:23:35 ryoon Exp $ +# $NetBSD: Makefile,v 1.51 2019/09/02 13:19:44 adam Exp $ DISTNAME= superkaramba-15.08.3 PKGREVISION= 13 @@ -6,7 +6,7 @@ CATEGORIES= misc COMMENT= KDE desktop widgets MASTER_SITES= ${MASTER_SITE_KDE:=applications/15.08.3/src/} -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 4.11.3 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 051732f556a..c8652ba7afa 100644 --- a/multimedia/farsight2/Makefile +++ b/multimedia/farsight2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.80 2019/07/21 22:25:25 wiz Exp $ +# $NetBSD: Makefile,v 1.81 2019/09/02 13:20:10 adam Exp $ DISTNAME= farsight2-0.0.31 PKGREVISION= 39 @@ -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= 36 37 # py-gtk2, py-gstreamer0.10 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2, py-gstreamer0.10 .include "../../lang/python/pyversion.mk" diff --git a/multimedia/kodi/Makefile b/multimedia/kodi/Makefile index 436ae379923..bc99b922e43 100644 --- a/multimedia/kodi/Makefile +++ b/multimedia/kodi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2019/08/22 12:23:37 ryoon Exp $ +# $NetBSD: Makefile,v 1.54 2019/09/02 13:20:10 adam Exp $ PKGNAME= kodi-15.2 PKGREVISION= 42 @@ -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= 36 37 # insists on < 3.0 as of 15.2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 8d495205b10..9c6caaa36dc 100644 --- a/multimedia/libkate/options.mk +++ b/multimedia/libkate/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.9 2019/04/26 13:14:06 maya Exp $ +# $NetBSD: options.mk,v 1.10 2019/09/02 13:20:10 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= 36 37 # py-wxWidgets +PYTHON_VERSIONS_ACCEPTED= 27 # 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 fe9ab935c4a..c3ce6a77201 100644 --- a/multimedia/pitivi/Makefile +++ b/multimedia/pitivi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2019/07/21 22:25:27 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2019/09/02 13:20:10 adam Exp $ DISTNAME= pitivi-0.15.2 PKGREVISION= 16 @@ -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= 36 37 # py-gtk2, py-gstreamer0.10 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 5c61c62b1ac..031b3a496c3 100644 --- a/multimedia/py-gstreamer0.10/Makefile +++ b/multimedia/py-gstreamer0.10/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2019/04/26 14:12:42 maya Exp $ +# $NetBSD: Makefile,v 1.42 2019/09/02 13:20:10 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= 36 37 # not yet ported as of 0.10.22; use py-gobjects +PYTHON_VERSIONS_ACCEPTED= 27 # 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 c14374e45e3..d295c3d7af1 100644 --- a/multimedia/py-ming/Makefile +++ b/multimedia/py-ming/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2019/04/26 13:14:06 maya Exp $ +# $NetBSD: Makefile,v 1.32 2019/09/02 13:20:11 adam Exp $ .include "../../multimedia/ming/Makefile.common" @@ -14,7 +14,7 @@ PY_PATCHPLIST= yes PYSETUPSUBDIR= py_ext EGG_NAME= ${DISTNAME:S/ming/mingc/:S/_/./g} -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 pre-configure: cd ${WRKSRC}/py_ext; \ diff --git a/multimedia/totem/Makefile.common b/multimedia/totem/Makefile.common index 218af912cad..c2e20d0ed5c 100644 --- a/multimedia/totem/Makefile.common +++ b/multimedia/totem/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.69 2019/04/26 13:14:06 maya Exp $ +# $NetBSD: Makefile.common,v 1.70 2019/09/02 13:20:10 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= 36 37 # py-gtk2, py-gdata +PYTHON_VERSIONS_ACCEPTED= 27 # 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 660e2ef740c..3fc1b9e5b24 100644 --- a/net/Radicale/options.mk +++ b/net/Radicale/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.8 2019/04/26 13:14:06 maya Exp $ +# $NetBSD: options.mk,v 1.9 2019/09/02 13:19:49 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= 36 37 # py-ldap +PYTHON_VERSIONS_ACCEPTED= 27 # py-ldap DEPENDS+= ${PYPKGPREFIX}-ldap-[0-9]*:../../databases/py-ldap .endif diff --git a/net/Radicale2/options.mk b/net/Radicale2/options.mk index d0c1c4cb03b..07c13364cdc 100644 --- a/net/Radicale2/options.mk +++ b/net/Radicale2/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2019/04/26 13:14:07 maya Exp $ +# $NetBSD: options.mk,v 1.5 2019/09/02 13:19:49 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= 36 37 # py-ldap +PYTHON_VERSIONS_ACCEPTED= 27 # py-ldap DEPENDS+= ${PYPKGPREFIX}-ldap-[0-9]*:../../databases/py-ldap .endif diff --git a/net/avahi/options.mk b/net/avahi/options.mk index 1a91c9761ac..54a4009e8a2 100644 --- a/net/avahi/options.mk +++ b/net/avahi/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.12 2019/04/26 13:14:07 maya Exp $ +# $NetBSD: options.mk,v 1.13 2019/09/02 13:19:49 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= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 85cfccd1b36..0df1a9d5ae4 100644 --- a/net/bittornado-gui/Makefile +++ b/net/bittornado-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2019/04/26 13:14:07 maya Exp $ +# $NetBSD: Makefile,v 1.38 2019/09/02 13:19:48 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= 36 37 # py-wxWidgets +PYTHON_VERSIONS_ACCEPTED= 27 # py-wxWidgets INSTALLATION_DIRS= bin diff --git a/net/bittornado/Makefile b/net/bittornado/Makefile index 12ea1b61227..ad5bb6a3210 100644 --- a/net/bittornado/Makefile +++ b/net/bittornado/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2019/04/26 14:12:42 maya Exp $ +# $NetBSD: Makefile,v 1.20 2019/09/02 13:19:48 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= 36 37 # not yet ported as of 0.3.18 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 9c5be1e0ca7..21aac815b95 100644 --- a/net/bittorrent-gui/Makefile +++ b/net/bittorrent-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2019/04/26 13:14:07 maya Exp $ +# $NetBSD: Makefile,v 1.42 2019/09/02 13:19:52 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= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 CONFLICTS+= bittornado-gui-[0-9]* diff --git a/net/bittorrent/Makefile b/net/bittorrent/Makefile index d49ba037bd7..40c94fdcfde 100644 --- a/net/bittorrent/Makefile +++ b/net/bittorrent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2019/04/26 14:12:42 maya Exp $ +# $NetBSD: Makefile,v 1.55 2019/09/02 13:19:48 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= 36 37 # not yet ported as of 4.4.0 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 15294a61ca2..f1388c47be3 100644 --- a/net/calypso/Makefile +++ b/net/calypso/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2019/04/26 13:14:07 maya Exp $ +# $NetBSD: Makefile,v 1.19 2019/09/02 13:19:52 adam Exp $ DISTNAME= calypso-1.3 PKGREVISION= 2 @@ -16,7 +16,7 @@ DEPENDS+= git-base-[0-9]*:../../devel/git-base INSTALLATION_DIRS= share/examples/calypso INSTALLATION_DIRS+= ${PKGMANDIR}/man1 -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # as of 1.3 +PYTHON_VERSIONS_ACCEPTED= 27 # as of 1.3 REPLACE_PYTHON= calypso.py post-install: diff --git a/net/coherence/Makefile b/net/coherence/Makefile index a9ddb75974f..9ba02c84729 100644 --- a/net/coherence/Makefile +++ b/net/coherence/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2019/04/26 13:14:07 maya Exp $ +# $NetBSD: Makefile,v 1.19 2019/09/02 13:19:50 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= 36 37 # as of 0.6.6.2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 d374c60d1be..62828451c11 100644 --- a/net/coilmq/Makefile +++ b/net/coilmq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2019/04/26 13:14:07 maya Exp $ +# $NetBSD: Makefile,v 1.15 2019/09/02 13:19:49 adam Exp $ DISTNAME= CoilMQ-0.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -26,7 +26,7 @@ SUBST_STAGE.cfg= pre-configure SUBST_FILES.cfg= coilmq/config/__init__.py SUBST_SED.cfg= -e 's,/path/to/config.cfg,${PKG_SYSCONFDIR}/defaults.cfg,' -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-stompclient, py-daemon +PYTHON_VERSIONS_ACCEPTED= 27 # py-stompclient, py-daemon EGDIR= ${PREFIX}/share/examples/coilmq diff --git a/net/exabgp/Makefile b/net/exabgp/Makefile index cc8573ea0ae..21e76ad4cc3 100644 --- a/net/exabgp/Makefile +++ b/net/exabgp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2019/08/11 13:22:08 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2019/09/02 13:19:52 adam Exp $ VERSION= 3.4.23 DISTNAME= ${VERSION} @@ -56,7 +56,7 @@ REPLACE_PYTHON+= qa/conf/api-vpnv4.run REPLACE_PYTHON+= qa/conf/manual-eor.run REPLACE_PYTHON+= qa/conf/watchdog.run -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 3.2.19 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 3.2.19 USE_LANGUAGES= # none diff --git a/net/gitso/Makefile b/net/gitso/Makefile index 67ad8733b47..edcee0b5887 100644 --- a/net/gitso/Makefile +++ b/net/gitso/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2019/07/21 22:25:30 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2019/09/02 13:19:52 adam Exp $ DISTNAME= gitso-0.6 PKGREVISION= 22 @@ -17,7 +17,7 @@ DEPENDS+= x11vnc-[0-9]*:../../x11/x11vnc WRKSRC= ${WRKDIR}/Gitso PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-wxWidgets +PYTHON_VERSIONS_ACCEPTED= 27 # py-wxWidgets USE_TOOLS+= bash:run diff --git a/net/gtk-vnc/options.mk b/net/gtk-vnc/options.mk index 5d8f5499aba..e5fde425eaa 100644 --- a/net/gtk-vnc/options.mk +++ b/net/gtk-vnc/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.12 2019/04/26 13:14:08 maya Exp $ +# $NetBSD: options.mk,v 1.13 2019/09/02 13:19:50 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= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 9c2f36ceea4..53aacc93f8e 100644 --- a/net/mimms/Makefile +++ b/net/mimms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2019/04/26 14:12:42 maya Exp $ +# $NetBSD: Makefile,v 1.12 2019/09/02 13:19:49 adam Exp $ DISTNAME= mimms-3.2.1 PKGREVISION= 1 @@ -16,7 +16,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= 36 37 # not yet ported as of 3.2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 0fae1c9cb64..e61fe4c9461 100644 --- a/net/nagstamon/Makefile +++ b/net/nagstamon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2019/07/21 22:25:32 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2019/09/02 13:19:50 adam Exp $ VERSION= 1.0.1 DISTNAME= Nagstamon-${VERSION} @@ -25,7 +25,7 @@ INSTALLATION_DIRS+= ${PKGMANDIR}/man1 REPLACE_PYTHON= ${WRKSRC}/*.py REPLACE_PYTHON+= ${WRKSRC}/Nagstamon/Server/Multisite.py -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-libxslt, py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 f2e16959517..f772f106d40 100644 --- a/net/nicotine/Makefile +++ b/net/nicotine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2019/04/26 13:14:08 maya Exp $ +# $NetBSD: Makefile,v 1.53 2019/09/02 13:19:52 adam Exp $ DISTNAME= nicotine-1.0.8 PKGREVISION= 17 @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2>=1.99.16:../../x11/py-gtk2 USE_PKGLOCALEDIR= yes USE_LANGUAGES= # empty -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q} diff --git a/net/omniORB/Makefile b/net/omniORB/Makefile index 3c456307614..c20ab70f8fc 100644 --- a/net/omniORB/Makefile +++ b/net/omniORB/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2019/04/26 14:12:43 maya Exp $ +# $NetBSD: Makefile,v 1.20 2019/09/02 13:19:50 adam Exp $ DISTNAME= omniORB-4.1.7 PKGREVISION= 2 @@ -45,7 +45,7 @@ CONFIGURE_ARGS+=--disable-ipv6 PY_PATCHPLIST= yes REPLACE_PYTHON+= src/tool/omniidl/python/scripts/omniidlrun.py -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 4.1.7 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 b87a6deaede..8c1d8ed447f 100644 --- a/net/py-ORBit/Makefile +++ b/net/py-ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2019/04/26 13:14:08 maya Exp $ +# $NetBSD: Makefile,v 1.56 2019/09/02 13:19:51 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= 36 37 # dead upstream, no plans to port +PYTHON_VERSIONS_ACCEPTED= 27 # 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 9943b945941..0bf665a4c3a 100644 --- a/net/py-adns/Makefile +++ b/net/py-adns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2019/04/26 14:12:43 maya Exp $ +# $NetBSD: Makefile,v 1.24 2019/09/02 13:19:49 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= 36 37 # not yet ported as of 1.2.1 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 f137a0a4ca8..88fe94206ab 100644 --- a/net/py-beanstalkc/Makefile +++ b/net/py-beanstalkc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2019/04/26 13:14:08 maya Exp $ +# $NetBSD: Makefile,v 1.10 2019/09/02 13:19:51 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" diff --git a/net/py-bitmessage/Makefile b/net/py-bitmessage/Makefile index c7f6eabc549..ce539955a60 100644 --- a/net/py-bitmessage/Makefile +++ b/net/py-bitmessage/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2019/04/26 13:14:08 maya Exp $ +# $NetBSD: Makefile,v 1.9 2019/09/02 13:19:51 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 HAS_CONFIGURE= yes USE_LANGUAGES= # none diff --git a/net/py-caldav/Makefile b/net/py-caldav/Makefile index f97f02d9015..5f17f4041cb 100644 --- a/net/py-caldav/Makefile +++ b/net/py-caldav/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2019/04/26 13:14:09 maya Exp $ +# $NetBSD: Makefile,v 1.16 2019/09/02 13:19:50 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= 36 37 # as of 0.2.1 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 4c7ede710dc..c9a8869abc1 100644 --- a/net/py-dpkt/Makefile +++ b/net/py-dpkt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2019/04/26 14:12:43 maya Exp $ +# $NetBSD: Makefile,v 1.13 2019/09/02 13:19:48 adam Exp $ DISTNAME= dpkt-1.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= modified-bsd USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.8 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.8 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-foolscap/Makefile b/net/py-foolscap/Makefile index b1d050d3859..0ffa3827a22 100644 --- a/net/py-foolscap/Makefile +++ b/net/py-foolscap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2019/04/26 13:14:09 maya Exp $ +# $NetBSD: Makefile,v 1.33 2019/09/02 13:19:51 adam Exp $ DISTNAME= foolscap-0.13.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.6:../../security/py-OpenSSL DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>=3.6.1:../../devel/py-ZopeInterface DEPENDS+= ${PYPKGPREFIX}-twisted>=16.0:../../net/py-twisted -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # as of 0.12.7 +PYTHON_VERSIONS_ACCEPTED= 27 # as of 0.12.7 TEST_TARGET= test diff --git a/net/py-google/Makefile b/net/py-google/Makefile index 4a9ab5b2a44..bc793aabadc 100644 --- a/net/py-google/Makefile +++ b/net/py-google/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2019/04/26 13:14:09 maya Exp $ +# $NetBSD: Makefile,v 1.40 2019/09/02 13:19:52 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= 36 37 # py-xml via py-soappy +PYTHON_VERSIONS_ACCEPTED= 27 # 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 317b44a6460..5c202bd2fca 100644 --- a/net/py-kenosis/Makefile +++ b/net/py-kenosis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2019/04/26 14:12:43 maya Exp $ +# $NetBSD: Makefile,v 1.23 2019/09/02 13:19:51 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= 36 37 # not yet ported as of 0.96 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 669999835f7..971eb49639d 100644 --- a/net/py-libdnet/Makefile +++ b/net/py-libdnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2019/04/26 14:12:43 maya Exp $ +# $NetBSD: Makefile,v 1.21 2019/09/02 13:19:48 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= 36 37 # not yet ported as of 1.12 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 19bdf220681..2a2aeb7cbb5 100644 --- a/net/py-libpcap/Makefile +++ b/net/py-libpcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2019/04/26 14:12:43 maya Exp $ +# $NetBSD: Makefile,v 1.22 2019/09/02 13:19:49 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= 36 37 # not yet ported as of 0.6.4 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 98fb24c965d..e14735d6ff4 100644 --- a/net/py-medusa/Makefile +++ b/net/py-medusa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2019/04/26 13:14:09 maya Exp $ +# $NetBSD: Makefile,v 1.13 2019/09/02 13:19:51 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-metar/Makefile b/net/py-metar/Makefile index 76c06436443..1673b279745 100644 --- a/net/py-metar/Makefile +++ b/net/py-metar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2019/04/26 14:12:43 maya Exp $ +# $NetBSD: Makefile,v 1.11 2019/09/02 13:19:50 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= 36 37 # not yet ported as of 0.19 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 37940b8a432..927b9a3ef05 100644 --- a/net/py-netsnmp/Makefile +++ b/net/py-netsnmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2019/04/26 13:14:09 maya Exp $ +# $NetBSD: Makefile,v 1.8 2019/09/02 13:19:48 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 USE_LANGUAGES= c EGG_NAME= netsnmp_python-1.0a1 diff --git a/net/py-omniORBpy/Makefile b/net/py-omniORBpy/Makefile index b138e1aa4d5..5d56ac5f42c 100644 --- a/net/py-omniORBpy/Makefile +++ b/net/py-omniORBpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2019/04/26 13:14:10 maya Exp $ +# $NetBSD: Makefile,v 1.16 2019/09/02 13:19:51 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= 36 37 # omniORB +PYTHON_VERSIONS_ACCEPTED= 27 # omniORB .include "../../lang/python/application.mk" .include "../../net/omniORB/buildlink3.mk" diff --git a/net/py-pcap/Makefile b/net/py-pcap/Makefile index c6b430c49bc..e9b772c63fd 100644 --- a/net/py-pcap/Makefile +++ b/net/py-pcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2019/05/23 19:23:10 rillig Exp $ +# $NetBSD: Makefile,v 1.15 2019/09/02 13:19:51 adam Exp $ DISTNAME= pypcap-1.1 PKGNAME= ${PYPKGPREFIX}-pcap-1.1 @@ -24,7 +24,7 @@ SUBST_VARS.prefix= PREFIX SUBST_STAGE.prefix= pre-configure PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-pyrex +PYTHON_VERSIONS_ACCEPTED= 27 # py-pyrex FILES_SUBST+= PYTHONBIN=${PYTHONBIN:Q} diff --git a/net/py-s3cmd/Makefile b/net/py-s3cmd/Makefile index a3d00a486e4..4b6067db406 100644 --- a/net/py-s3cmd/Makefile +++ b/net/py-s3cmd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2019/04/26 14:12:43 maya Exp $ +# $NetBSD: Makefile,v 1.20 2019/09/02 13:19:49 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= 36 37 # not yet ported as of 1.0.1 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 529b3228225..b2245613f92 100644 --- a/net/py-socketpool/Makefile +++ b/net/py-socketpool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2019/04/26 14:12:44 maya Exp $ +# $NetBSD: Makefile,v 1.13 2019/09/02 13:19:49 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= 36 37 # not yet ported as of 0.5.3 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 72c2eaf3fa4..14230e9c809 100644 --- a/net/py-txamqp/Makefile +++ b/net/py-txamqp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2019/04/26 13:14:10 maya Exp $ +# $NetBSD: Makefile,v 1.8 2019/09/02 13:19:50 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= 36 37 # as of 0.3 +PYTHON_VERSIONS_ACCEPTED= 27 # as of 0.3 USE_LANGUAGES= # none diff --git a/net/pygopherd/Makefile b/net/pygopherd/Makefile index 84886b2df8b..edd7e64bd46 100644 --- a/net/pygopherd/Makefile +++ b/net/pygopherd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2019/04/26 14:12:44 maya Exp $ +# $NetBSD: Makefile,v 1.36 2019/09/02 13:19:51 adam Exp $ DISTNAME= pygopherd_2.0.16 PKGREVISION= 5 @@ -33,7 +33,7 @@ RCD_SCRIPTS= pygopherd FILES_SUBST+= RUNTIMEDIR=${RUNTIMEDIR:Q} FILES_SUBST+= PYTHONBIN=${PYTHONBIN:Q} -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 2.0.16 +PYTHON_VERSIONS_ACCEPTED= 27 # 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/scapy/Makefile b/net/scapy/Makefile index b495e17a2ed..2abfdc9cab4 100644 --- a/net/scapy/Makefile +++ b/net/scapy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2019/05/23 19:23:11 rillig Exp $ +# $NetBSD: Makefile,v 1.28 2019/09/02 13:19:50 adam Exp $ DISTNAME= scapy-2.3.2 PKGREVISION= 1 @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline NO_BUILD= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-libpcap, py-libdnet +PYTHON_VERSIONS_ACCEPTED= 27 # py-libpcap, py-libdnet INSTALLATION_DIRS+= share/examples/scapy diff --git a/net/scapy/options.mk b/net/scapy/options.mk index 684c83b0e14..e7b3b920f56 100644 --- a/net/scapy/options.mk +++ b/net/scapy/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.9 2019/04/26 13:14:10 maya Exp $ +# $NetBSD: options.mk,v 1.10 2019/09/02 13:19:50 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= 36 37 # py-gnuplot +PYTHON_VERSIONS_ACCEPTED= 27 # py-gnuplot .endif ### diff --git a/net/upnpinspector/Makefile b/net/upnpinspector/Makefile index 19063ed0be8..12cc0c8fa97 100644 --- a/net/upnpinspector/Makefile +++ b/net/upnpinspector/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2019/04/26 13:14:10 maya Exp $ +# $NetBSD: Makefile,v 1.17 2019/09/02 13:19:50 adam Exp $ DISTNAME= UPnP-Inspector-0.2.2 PKGREVISION= 4 @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/news/hellanzb/Makefile b/news/hellanzb/Makefile index e1a7d04d99f..c19c5cac6dc 100644 --- a/news/hellanzb/Makefile +++ b/news/hellanzb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2019/04/26 13:14:10 maya Exp $ +# $NetBSD: Makefile,v 1.20 2019/09/02 13:20:10 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= 36 37 # as of 0.14 +PYTHON_VERSIONS_ACCEPTED= 27 # as of 0.14 USE_LANGUAGES= #none diff --git a/news/lottanzb/Makefile b/news/lottanzb/Makefile index d50f2167c78..00ae699cb16 100644 --- a/news/lottanzb/Makefile +++ b/news/lottanzb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2019/04/26 13:14:10 maya Exp $ +# $NetBSD: Makefile,v 1.29 2019/09/02 13:20:10 adam Exp $ DISTNAME= lottanzb-0.4.1 PKGREVISION= 2 @@ -18,7 +18,7 @@ USE_PKGLOCALEDIR= yes USE_TOOLS+= intltool msgfmt REPLACE_PYTHON= lottanzb/postprocessor.py -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2 via py-kiwi +PYTHON_VERSIONS_ACCEPTED= 27 # 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 a1725e42bf8..c2efa8f095a 100644 --- a/pkgtools/gnome-packagekit/Makefile +++ b/pkgtools/gnome-packagekit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.79 2019/08/11 13:22:35 wiz Exp $ +# $NetBSD: Makefile,v 1.80 2019/09/02 13:20:21 adam Exp $ DISTNAME= gnome-packagekit-0.4.0 PKGREVISION= 61 @@ -18,7 +18,7 @@ USE_PKGLOCALEDIR= yes GCONF_SCHEMAS+= gnome-packagekit.schemas PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.4.0 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 9ab49d67f36..6a14b7d6cc3 100644 --- a/pkgtools/packagekit/Makefile +++ b/pkgtools/packagekit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.75 2019/07/21 22:25:36 wiz Exp $ +# $NetBSD: Makefile,v 1.76 2019/09/02 13:20:20 adam Exp $ DISTNAME= PackageKit-0.4.0 PKGREVISION= 54 @@ -48,7 +48,7 @@ PKGCONFIG_OVERRIDE+= data/packagekit-qt.pc.in PKGCONFIG_OVERRIDE+= data/packagekit-glib.pc.in PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.4.0 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 42ff676bb57..13050c15ead 100644 --- a/print/hplip/options.mk +++ b/print/hplip/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.16 2019/04/26 13:14:11 maya Exp $ +# $NetBSD: options.mk,v 1.17 2019/09/02 13:19:59 adam Exp $ # # HPLIP dependencies are detailed in the following page: # http://hplipopensource.com/hplip-web/install/manual/distros/other.html @@ -16,7 +16,7 @@ PKG_OPTIONS_LEGACY_OPTS+= qt:qt4 .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mqt4) || !empty(PKG_OPTIONS:Mqt5) -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-notify +PYTHON_VERSIONS_ACCEPTED= 27 # py-notify CONFIGURE_ARGS+= --enable-gui-build CONFIGURE_ARGS+= --enable-policykit EGFILES+= dbus-1/system.d/com.hp.hplip.conf diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 89e7395f86d..1823f07aea3 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.124 2019/08/11 13:22:40 wiz Exp $ +# $NetBSD: Makefile,v 1.125 2019/09/02 13:19:59 adam Exp $ DISTNAME= lilypond-2.18.2 PKGREVISION= 16 @@ -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= 36 37 # not yet ported as of 2.18.0 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 2.18.0 PLIST_SUBST+= PKGVERSION=${PKGVERSION:S/nb${PKGREVISION}//} # needs FlexLexer.h diff --git a/print/py-pisa/Makefile b/print/py-pisa/Makefile index a489ba52c12..623b48920cd 100644 --- a/print/py-pisa/Makefile +++ b/print/py-pisa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2019/04/26 14:12:44 maya Exp $ +# $NetBSD: Makefile,v 1.24 2019/09/02 13:19:59 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= 36 37 # not ported as of 3.0.33 +PYTHON_VERSIONS_ACCEPTED= 27 # 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-weasyprint0/Makefile b/print/py-weasyprint0/Makefile index 51d5eb93630..d47dabb5f09 100644 --- a/print/py-weasyprint0/Makefile +++ b/print/py-weasyprint0/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2019/04/26 13:14:11 maya Exp $ +# $NetBSD: Makefile,v 1.3 2019/09/02 13:19:59 adam Exp $ DISTNAME= WeasyPrint-0.42.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -24,7 +24,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8 TEST_DEPENDS+= ${PYPKGPREFIX}-test-isort-[0-9]*:../../devel/py-test-isort TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 USE_LANGUAGES= # none diff --git a/print/scribus-qt4/Makefile b/print/scribus-qt4/Makefile index 4ee8b6f2e51..d38afa0a78c 100644 --- a/print/scribus-qt4/Makefile +++ b/print/scribus-qt4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2019/08/11 13:22:42 wiz Exp $ +# $NetBSD: Makefile,v 1.67 2019/09/02 13:20:00 adam Exp $ DISTNAME= scribus-1.4.3 PKGREVISION= 24 @@ -20,7 +20,7 @@ CMAKE_ARGS+= -DPNG_LIBRARY_RELEASE=${LOCALBASE}/lib # XXX not yet #CMAKE_ARGS+= -DWANT_HUNSPELL:BOOL=ON -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.4.3 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.4.3 INSTALLATION_DIRS+= share/pixmaps diff --git a/security/botan/Makefile b/security/botan/Makefile index 5a5727b5c26..23809f25ec3 100644 --- a/security/botan/Makefile +++ b/security/botan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2019/04/26 14:12:44 maya Exp $ +# $NetBSD: Makefile,v 1.52 2019/09/02 13:19:54 adam Exp $ DISTNAME= Botan-1.10.17 PKGNAME= ${DISTNAME:tl} @@ -16,7 +16,7 @@ HAS_CONFIGURE= yes USE_LANGUAGES= c++03 PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.8.14; 1.10 is supposedly better +PYTHON_VERSIONS_ACCEPTED= 27 # 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 78b4a80244d..036ea3da7d3 100644 --- a/security/lasso/Makefile +++ b/security/lasso/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.37 2019/08/11 13:22:46 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2019/09/02 13:19:55 adam Exp $ CONFIGURE_ARGS+= --disable-python CONFIGURE_ARGS+= --disable-php5 CONFIGURE_ARGS+= --disable-perl -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 2.4.1 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 b49cb498ee0..dda22a04f68 100644 --- a/security/libprelude-python/Makefile +++ b/security/libprelude-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2019/07/20 22:46:48 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2019/09/02 13:19:55 adam Exp $ PKGNAME= libprelude-python-${VERSION} PKGREVISION= 13 @@ -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= 36 37 # not yet ported as of 0.9.24.1 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 dc817739801..3bcd29c4332 100644 --- a/security/libpreludedb-python/Makefile +++ b/security/libpreludedb-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2019/08/11 13:22:47 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2019/09/02 13:19:54 adam Exp $ PKGNAME= libpreludedb-python-${VERSION} PKGREVISION= 18 @@ -16,7 +16,7 @@ PYBINMODULE= yes PY_PATCHPLIST= yes BUILD_DIRS= bindings -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.9.24.1 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 e6c6559b371..239a9fc0884 100644 --- a/security/mixminion/Makefile +++ b/security/mixminion/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2019/04/26 13:14:12 maya Exp $ +# $NetBSD: Makefile,v 1.32 2019/09/02 13:19:55 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= 36 37 # not yet ported as of 0.0.8alpha3 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.0.8alpha3 TEST_TARGET= test diff --git a/security/prelude-correlator/Makefile b/security/prelude-correlator/Makefile index bb119a72d19..92dc7576dbf 100644 --- a/security/prelude-correlator/Makefile +++ b/security/prelude-correlator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2019/05/23 19:23:15 rillig Exp $ +# $NetBSD: Makefile,v 1.23 2019/09/02 13:19:54 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= 36 37 # not yet ported as of 0.9.0beta8 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 6963bc9b222..57a40f519a7 100644 --- a/security/py-SSLCrypto/Makefile +++ b/security/py-SSLCrypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2019/04/26 13:14:12 maya Exp $ +# $NetBSD: Makefile,v 1.20 2019/09/02 13:19:55 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= 36 37 # py-pyrex +PYTHON_VERSIONS_ACCEPTED= 27 # 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 ebbd942409b..d64d17e7058 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.11 2019/04/26 13:14:12 maya Exp $ +# $NetBSD: Makefile,v 1.12 2019/09/02 13:19:55 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= 36 37 # included in 3.2+ +PYTHON_VERSIONS_ACCEPTED= 27 # 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 898ebb2db13..5895d353a19 100644 --- a/security/py-cryptkit/Makefile +++ b/security/py-cryptkit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2019/04/26 14:12:45 maya Exp $ +# $NetBSD: Makefile,v 1.26 2019/09/02 13:19:54 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= 36 37 # not yet ported as of 0.9 +PYTHON_VERSIONS_ACCEPTED= 27 # 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-denyhosts/Makefile b/security/py-denyhosts/Makefile index 27398bbc100..12d93638837 100644 --- a/security/py-denyhosts/Makefile +++ b/security/py-denyhosts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2019/04/26 13:14:12 maya Exp $ +# $NetBSD: Makefile,v 1.19 2019/09/02 13:19:55 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 RCD_SCRIPTS+= denyhosts SMF_NAME= denyhost diff --git a/security/py-gnupg/Makefile b/security/py-gnupg/Makefile index 3a37e1ce632..81973239a5b 100644 --- a/security/py-gnupg/Makefile +++ b/security/py-gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2019/04/26 13:14:12 maya Exp $ +# $NetBSD: Makefile,v 1.25 2019/09/02 13:19:54 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-lasso/Makefile b/security/py-lasso/Makefile index b84d8b7f3ff..bc2d22536b4 100644 --- a/security/py-lasso/Makefile +++ b/security/py-lasso/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2019/08/11 13:23:00 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2019/09/02 13:19:54 adam Exp $ PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 5 @@ -12,7 +12,7 @@ CONFIGURE_ARGS+= --disable-perl INSTALL_DIRS= bindings/python PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 2.4.1 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 2.4.1 .include "../../lang/python/extension.mk" diff --git a/security/py-mcrypt/Makefile b/security/py-mcrypt/Makefile index 7461cc26363..5595f41af2e 100644 --- a/security/py-mcrypt/Makefile +++ b/security/py-mcrypt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2019/04/26 14:12:45 maya Exp $ +# $NetBSD: Makefile,v 1.20 2019/09/02 13:19:54 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= 36 37 # not yet ported as of 1.1 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.1 .include "../../lang/python/distutils.mk" .include "../../security/libmcrypt/buildlink3.mk" diff --git a/security/py-openid/Makefile b/security/py-openid/Makefile index 275cae0ac43..2c6b2cfa6ad 100644 --- a/security/py-openid/Makefile +++ b/security/py-openid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2019/04/26 13:14:13 maya Exp $ +# $NetBSD: Makefile,v 1.14 2019/09/02 13:19:54 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-prewikka/Makefile b/security/py-prewikka/Makefile index 437b68793ba..a8c731f1733 100644 --- a/security/py-prewikka/Makefile +++ b/security/py-prewikka/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2019/05/23 19:23:16 rillig Exp $ +# $NetBSD: Makefile,v 1.51 2019/09/02 13:19:56 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= 36 37 # py-cheetah +PYTHON_VERSIONS_ACCEPTED= 27 # py-cheetah PREWIKKA_USER?= prewikka PREWIKKA_GROUP?= prewikka diff --git a/security/py-slowaes/Makefile b/security/py-slowaes/Makefile index fdd7ab64ffe..4f90da40461 100644 --- a/security/py-slowaes/Makefile +++ b/security/py-slowaes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2019/04/26 13:14:13 maya Exp $ +# $NetBSD: Makefile,v 1.7 2019/09/02 13:19:56 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= 36 37 # as of 0.1a1 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 e824ff5dc22..f68eb543a74 100644 --- a/security/py-urllib2-kerberos/Makefile +++ b/security/py-urllib2-kerberos/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2019/04/26 13:14:13 maya Exp $ +# $NetBSD: Makefile,v 1.7 2019/09/02 13:19:55 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-xmlsec/Makefile b/security/py-xmlsec/Makefile index 928e49093b8..602895b8954 100644 --- a/security/py-xmlsec/Makefile +++ b/security/py-xmlsec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2019/04/26 14:12:45 maya Exp $ +# $NetBSD: Makefile,v 1.18 2019/09/02 13:19:56 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= 36 37 # not yet ported as of 0.3.1 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 87d2548e55e..142ae4bf346 100644 --- a/security/py-yara/Makefile +++ b/security/py-yara/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2019/04/26 13:14:13 maya Exp $ +# $NetBSD: Makefile,v 1.9 2019/09/02 13:19:55 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 .include "../../security/yara/Makefile.common" .include "../../security/yara/buildlink3.mk" diff --git a/security/py-yubiauth/Makefile b/security/py-yubiauth/Makefile index c7b87b7f9bf..decf6513457 100644 --- a/security/py-yubiauth/Makefile +++ b/security/py-yubiauth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2019/04/26 14:12:45 maya Exp $ +# $NetBSD: Makefile,v 1.9 2019/09/02 13:19:55 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= 36 37 # not yet ported as of 0.3.9 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.3.9 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/volatility/Makefile b/security/volatility/Makefile index 193537e009e..7163e5961ec 100644 --- a/security/volatility/Makefile +++ b/security/volatility/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2019/04/26 13:14:14 maya Exp $ +# $NetBSD: Makefile,v 1.11 2019/09/02 13:19:54 adam Exp $ DISTNAME= volatility-2.4 PKGREVISION= 1 @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-distorm3-[0-9]*:../../devel/py-distorm3 PYDISTUTILSPKG= yes REPLACE_PYTHON= tools/vtype_diff.py -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 .include "../../lang/python/egg.mk" .include "../../lang/python/application.mk" diff --git a/shells/lshell/Makefile b/shells/lshell/Makefile index 6c8a0a8e3d5..2feff125096 100644 --- a/shells/lshell/Makefile +++ b/shells/lshell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2019/04/26 14:12:45 maya Exp $ +# $NetBSD: Makefile,v 1.23 2019/09/02 13:19:57 adam Exp $ DISTNAME= lshell-0.9.16 PKGREVISION= 1 @@ -18,7 +18,7 @@ PKG_SHELL= bin/lshell USE_LANGUAGES= # none PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.9.16 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.9.16 EGDIR= share/examples/lshell diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile index 9698da46709..46ff66f09e7 100644 --- a/sysutils/ansible/Makefile +++ b/sysutils/ansible/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2019/05/23 19:23:16 rillig Exp $ +# $NetBSD: Makefile,v 1.25 2019/09/02 13:20:09 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= 36 37 # py-paramiko +PYTHON_VERSIONS_ACCEPTED= 27 # 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 c9ba3d2a957..8e60cc14fe7 100644 --- a/sysutils/bup/Makefile +++ b/sysutils/bup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2019/08/11 13:23:03 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2019/09/02 13:20:09 adam Exp $ DISTNAME= bup-0.28.1 PKGREVISION= 3 @@ -26,7 +26,7 @@ DEPENDS+= git-base-[0-9]*:../../devel/git-base # TEST_DEPENDS BUILD_DEPENDS+= rsync-[0-9]*:../../net/rsync -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-fuse-bindings +PYTHON_VERSIONS_ACCEPTED= 27 # py-fuse-bindings DOCDIR= ${WRKDIR}/bup-man diff --git a/sysutils/cuisine/Makefile b/sysutils/cuisine/Makefile index 2309530a1bc..dc2df804b88 100644 --- a/sysutils/cuisine/Makefile +++ b/sysutils/cuisine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2019/04/26 14:12:45 maya Exp $ +# $NetBSD: Makefile,v 1.16 2019/09/02 13:20:08 adam Exp $ VERSION= 0.7.13 DISTNAME= cuisine-${VERSION} @@ -13,7 +13,7 @@ LICENSE= modified-bsd DEPENDS+= fabric>=1.7.0:../../sysutils/fabric -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.6.4 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.6.4 WRKSRC= ${WRKDIR}/cuisine-${VERSION} diff --git a/sysutils/duplicity/Makefile b/sysutils/duplicity/Makefile index f1dea907aee..f87a46b3b57 100644 --- a/sysutils/duplicity/Makefile +++ b/sysutils/duplicity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2019/04/26 14:12:45 maya Exp $ +# $NetBSD: Makefile,v 1.48 2019/09/02 13:20:08 adam Exp $ DISTNAME= duplicity-0.7.17 PKGREVISION= 1 @@ -30,7 +30,7 @@ DEPENDS+= ${PYPKGPREFIX}-gdata-[0-9]*:../../www/py-gdata REPLACE_PYTHON+= bin/duplicity \ bin/rdiffdir -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.6.22 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 67894a9c9dc..a7a24021047 100644 --- a/sysutils/fabric/Makefile +++ b/sysutils/fabric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2019/04/26 14:12:45 maya Exp $ +# $NetBSD: Makefile,v 1.52 2019/09/02 13:20:09 adam Exp $ VERSION= 1.12.0 DISTNAME= Fabric-${VERSION} @@ -14,7 +14,7 @@ LICENSE= 2-clause-bsd DEPENDS+= ${PYPKGPREFIX}-paramiko>=1.10.0:../../security/py-paramiko -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # no support yet +PYTHON_VERSIONS_ACCEPTED= 27 # no support yet USE_TOOLS+= pax diff --git a/sysutils/gnome-commander/Makefile b/sysutils/gnome-commander/Makefile index 59d50d70c8b..94a1e9b5010 100644 --- a/sysutils/gnome-commander/Makefile +++ b/sysutils/gnome-commander/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.119 2019/08/11 13:23:07 wiz Exp $ +# $NetBSD: Makefile,v 1.120 2019/09/02 13:20:08 adam Exp $ DISTNAME= gnome-commander-1.2.8.15 PKGREVISION= 83 @@ -16,7 +16,7 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake intltool msgfmt pkg-config perl -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.2.8.15 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 2e15c43bb06..fdc19ecc29a 100644 --- a/sysutils/libvirt/Makefile +++ b/sysutils/libvirt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2019/08/22 12:23:47 ryoon Exp $ +# $NetBSD: Makefile,v 1.68 2019/09/02 13:20:09 adam Exp $ DISTNAME= libvirt-1.2.9 PKGREVISION= 32 @@ -19,7 +19,7 @@ USE_LIBTOOL= yes BUILD_DEFS+= VARBASE -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-xml +PYTHON_VERSIONS_ACCEPTED= 27 # py-xml PY_PATCHPLIST= yes REPLACE_PYTHON+= docs/apibuild.py diff --git a/sysutils/manifold/Makefile b/sysutils/manifold/Makefile index edb27d91b2b..4f9fb38afc2 100644 --- a/sysutils/manifold/Makefile +++ b/sysutils/manifold/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2019/04/26 13:14:15 maya Exp $ +# $NetBSD: Makefile,v 1.13 2019/09/02 13:20:09 adam Exp $ PKGNAME= ${DISTNAME:S/^M/m/} PKGREVISION= 1 @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-genshi-[0-9]*:../../www/py-genshi USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.2.0 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 8b78e984f97..8a2b67a3d18 100644 --- a/sysutils/monitoring/Makefile +++ b/sysutils/monitoring/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2019/04/26 14:12:46 maya Exp $ +# $NetBSD: Makefile,v 1.11 2019/09/02 13:20:09 adam Exp $ VERSION= e518a90eade4ca538468b6640dccb651e6034b9e DISTNAME= ${VERSION} @@ -15,7 +15,7 @@ LICENSE= modified-bsd WRKSRC= ${WRKDIR}/monitoring-${VERSION} REPLACE_PYTHON+= Sources/monitoring.py Scripts/monitoring -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.9.5 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 165e91725d0..f5a091c28c8 100644 --- a/sysutils/openxenmanager/Makefile +++ b/sysutils/openxenmanager/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2019/07/21 22:25:45 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2019/09/02 13:20:08 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= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 OXMDIR= ${PREFIX} diff --git a/sysutils/polysh/Makefile b/sysutils/polysh/Makefile index 7a6919650ea..f064517e472 100644 --- a/sysutils/polysh/Makefile +++ b/sysutils/polysh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2019/04/26 13:14:15 maya Exp $ +# $NetBSD: Makefile,v 1.12 2019/09/02 13:20:08 adam Exp $ DISTNAME= polysh-0.4 PKGREVISION= 2 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.4 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 2987809e89b..b087d6f255d 100644 --- a/sysutils/py-gnome-menus/Makefile +++ b/sysutils/py-gnome-menus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2019/04/26 14:12:46 maya Exp $ +# $NetBSD: Makefile,v 1.36 2019/09/02 13:20:08 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= 36 37 # not yet ported as of 2.30.5 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 b0c3f6fcd95..7a38a078078 100644 --- a/sysutils/py-notify-python/Makefile +++ b/sysutils/py-notify-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2019/07/21 22:24:12 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2019/09/02 13:20:08 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= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 4b185e1278a..1fc55a3a8f2 100644 --- a/sysutils/py-pefile/Makefile +++ b/sysutils/py-pefile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2019/04/26 13:14:15 maya Exp $ +# $NetBSD: Makefile,v 1.10 2019/09/02 13:20:08 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 EGG_NAME= pefile-${PEFILE_VERSION:S/-/.post/} diff --git a/sysutils/rdiff-backup/Makefile b/sysutils/rdiff-backup/Makefile index 780447c42c1..0678ad95a27 100644 --- a/sysutils/rdiff-backup/Makefile +++ b/sysutils/rdiff-backup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2019/04/26 13:14:16 maya Exp $ +# $NetBSD: Makefile,v 1.57 2019/09/02 13:20:09 adam Exp $ DISTNAME= rdiff-backup-1.2.8 PKGREVISION= 9 @@ -9,7 +9,7 @@ MAINTAINER= snj@NetBSD.org HOMEPAGE= http://www.nongnu.org/rdiff-backup/ COMMENT= Remote incremental backup utility -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.2.8 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.2.8 SUBST_CLASSES+= path SUBST_STAGE.path= pre-configure diff --git a/sysutils/virt-manager/Makefile b/sysutils/virt-manager/Makefile index 29e95efed70..63b3fb423cc 100644 --- a/sysutils/virt-manager/Makefile +++ b/sysutils/virt-manager/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2019/07/21 22:25:46 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2019/09/02 13:20:09 adam Exp $ DISTNAME= virt-manager-0.9.4 PKGREVISION= 27 @@ -26,7 +26,7 @@ USE_PKGLOCALEDIR= yes GCONF_SCHEMAS+= virt-manager.schemas -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 a4006bd032a..9d5dfa1392a 100644 --- a/sysutils/virtinst/Makefile +++ b/sysutils/virtinst/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2019/04/26 14:12:46 maya Exp $ +# $NetBSD: Makefile,v 1.15 2019/09/02 13:20:09 adam Exp $ DISTNAME= virtinst-0.600.3 PKGREVISION= 2 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 USE_TOOLS+= msgfmt xgettext USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.600.3 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.600.3 SUBST_CLASSES+= man SUBST_STAGE.man= pre-configure diff --git a/textproc/dblatex/Makefile b/textproc/dblatex/Makefile index f5b4fbc2a15..0fdc813bf84 100644 --- a/textproc/dblatex/Makefile +++ b/textproc/dblatex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2019/04/26 14:12:46 maya Exp $ +# $NetBSD: Makefile,v 1.33 2019/09/02 13:20:13 adam Exp $ DISTNAME= dblatex-0.3.10 PKGREVISION= 2 @@ -44,7 +44,7 @@ USE_TOOLS+= gmake .include "options.mk" REPLACE_PYTHON+= scripts/dblatex lib/dbtexmf/dblatex/xetex/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.3.2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 0266505f3f8..502347ecbe9 100644 --- a/textproc/gnome-doc-utils/Makefile +++ b/textproc/gnome-doc-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2019/04/26 13:14:16 maya Exp $ +# $NetBSD: Makefile,v 1.70 2019/09/02 13:20:12 adam Exp $ DISTNAME= gnome-doc-utils-0.20.10 PKGREVISION= 3 @@ -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= 36 37 # py-libxslt +PYTHON_VERSIONS_ACCEPTED= 27 # py-libxslt USE_TOOLS+= intltool pkg-config gmake gawk msgfmt bash:run GNU_CONFIGURE= YES diff --git a/textproc/ispell-lt/Makefile b/textproc/ispell-lt/Makefile index a6b43ed456f..13e20a4d754 100644 --- a/textproc/ispell-lt/Makefile +++ b/textproc/ispell-lt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2019/04/26 14:12:46 maya Exp $ +# $NetBSD: Makefile,v 1.11 2019/09/02 13:20:12 adam Exp $ DISTNAME= ispell-lt-1.3 PKGREVISION= 1 @@ -14,7 +14,7 @@ DEPENDS+= ispell-[0-9]*:../../textproc/ispell USE_TOOLS+= gmake REPLACE_PYTHON+= tools/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.3 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 a87a1139365..30268a0efe9 100644 --- a/textproc/libplist/Makefile +++ b/textproc/libplist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2019/04/26 14:12:46 maya Exp $ +# $NetBSD: Makefile,v 1.22 2019/09/02 13:20:11 adam Exp $ DISTNAME= libplist-1.12 PKGREVISION= 1 @@ -20,7 +20,7 @@ USE_LANGUAGES= c c++ PKGCONFIG_OVERRIDE+= libplist++.pc.in PKGCONFIG_OVERRIDE+= libplist.pc.in PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.8 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 f1314660e37..dc5e047e30c 100644 --- a/textproc/markdown2social/Makefile +++ b/textproc/markdown2social/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2019/04/26 13:14:16 maya Exp $ +# $NetBSD: Makefile,v 1.8 2019/09/02 13:20:11 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-4Suite/Makefile b/textproc/py-4Suite/Makefile index ecb769f8f33..23aeb0a79a7 100644 --- a/textproc/py-4Suite/Makefile +++ b/textproc/py-4Suite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2019/04/26 14:12:46 maya Exp $ +# $NetBSD: Makefile,v 1.16 2019/09/02 13:20:11 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= 36 37 # not yet ported as of 1.0.2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 903241e607d..b1a7b80864a 100644 --- a/textproc/py-Excelerator/Makefile +++ b/textproc/py-Excelerator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2019/04/26 13:14:16 maya Exp $ +# $NetBSD: Makefile,v 1.20 2019/09/02 13:20:11 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 EGG_NAME= pyExcelerator-${VERSION} diff --git a/textproc/py-HappyDoc/Makefile b/textproc/py-HappyDoc/Makefile index 6fa3ad96eff..c0a31b30340 100644 --- a/textproc/py-HappyDoc/Makefile +++ b/textproc/py-HappyDoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2019/04/26 14:12:46 maya Exp $ +# $NetBSD: Makefile,v 1.32 2019/09/02 13:20:13 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= 36 37 # not yet ported as of 2.1 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 6a0e3e3eecb..db5d5dab671 100644 --- a/textproc/py-X2/Makefile +++ b/textproc/py-X2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2019/04/26 13:14:17 maya Exp $ +# $NetBSD: Makefile,v 1.8 2019/09/02 13:20:12 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-cabocha/Makefile b/textproc/py-cabocha/Makefile index fd2452ad4bf..a6dcb24a9f7 100644 --- a/textproc/py-cabocha/Makefile +++ b/textproc/py-cabocha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2019/04/26 14:12:47 maya Exp $ +# $NetBSD: Makefile,v 1.13 2019/09/02 13:20:12 adam Exp $ .include "../../textproc/cabocha/Makefile.common" @@ -10,7 +10,7 @@ COMMENT= CaboCha python module USE_LANGUAGES= c c++ PYSETUPSUBDIR= python -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.67 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 7828c1b7c71..db3f1eef053 100644 --- a/textproc/py-cmTemplate/Makefile +++ b/textproc/py-cmTemplate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2019/04/26 14:12:47 maya Exp $ +# $NetBSD: Makefile,v 1.14 2019/09/02 13:20:11 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= 36 37 # not yet ported as of 0.3.2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 8ff49d8bc4c..ca8510786cd 100644 --- a/textproc/py-elementtree/Makefile +++ b/textproc/py-elementtree/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2019/04/26 13:14:17 maya Exp $ +# $NetBSD: Makefile,v 1.20 2019/09/02 13:20:13 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-empy/Makefile b/textproc/py-empy/Makefile index d703212b16e..4690d7af2e3 100644 --- a/textproc/py-empy/Makefile +++ b/textproc/py-empy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2019/04/26 13:14:17 maya Exp $ +# $NetBSD: Makefile,v 1.14 2019/09/02 13:20:12 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 # Fix html path in documentation SUBST_CLASSES+= doc diff --git a/textproc/py-gnosis-utils/Makefile b/textproc/py-gnosis-utils/Makefile index b8460aa4f36..01d719f5c55 100644 --- a/textproc/py-gnosis-utils/Makefile +++ b/textproc/py-gnosis-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2019/04/26 14:12:47 maya Exp $ +# $NetBSD: Makefile,v 1.22 2019/09/02 13:20:11 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= 36 37 # not yet ported as of 1.2.2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 b5eadeee581..215955fd2ea 100644 --- a/textproc/py-iniparse/Makefile +++ b/textproc/py-iniparse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2019/04/26 13:14:17 maya Exp $ +# $NetBSD: Makefile,v 1.12 2019/09/02 13:20:13 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 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 9354b01c6e5..e8129b5bbb2 100644 --- a/textproc/py-jsonlib/Makefile +++ b/textproc/py-jsonlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2019/04/26 13:14:17 maya Exp $ +# $NetBSD: Makefile,v 1.14 2019/09/02 13:20:13 adam Exp $ DISTNAME= jsonlib-1.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= c -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-jsonrpclib/Makefile b/textproc/py-jsonrpclib/Makefile index 28b51226e79..d3cc3903625 100644 --- a/textproc/py-jsonrpclib/Makefile +++ b/textproc/py-jsonrpclib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2019/04/26 13:14:17 maya Exp $ +# $NetBSD: Makefile,v 1.5 2019/09/02 13:20:12 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= 36 37 # as of 0.1.7 +PYTHON_VERSIONS_ACCEPTED= 27 # as of 0.1.7 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-mecab/Makefile b/textproc/py-mecab/Makefile index a5baff8949f..9c33c163cee 100644 --- a/textproc/py-mecab/Makefile +++ b/textproc/py-mecab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2019/04/26 14:12:47 maya Exp $ +# $NetBSD: Makefile,v 1.17 2019/09/02 13:20:11 adam Exp $ .include "../../textproc/mecab/Makefile.common" @@ -20,7 +20,7 @@ do-test: BUILDLINK_API_DEPENDS.mecab+= mecab>=${MECAB_VERSION} -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.996 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.996 .include "../../textproc/mecab/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/textproc/py-xml/Makefile b/textproc/py-xml/Makefile index 6941011f6a8..49c1d9ad1b2 100644 --- a/textproc/py-xml/Makefile +++ b/textproc/py-xml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2019/04/26 13:14:18 maya Exp $ +# $NetBSD: Makefile,v 1.33 2019/09/02 13:20:13 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= 36 37 # dead upstream, no plans of porting +PYTHON_VERSIONS_ACCEPTED= 27 # 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 f3f24413a32..ad3d36676ba 100644 --- a/textproc/py-yamcha/Makefile +++ b/textproc/py-yamcha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2019/04/26 14:12:47 maya Exp $ +# $NetBSD: Makefile,v 1.12 2019/09/02 13:20:13 adam Exp $ .include "../../textproc/yamcha/Makefile.common" @@ -11,7 +11,7 @@ COMMENT= YamCha python module USE_LANGUAGES= c c++ PYSETUPSUBDIR= python -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.33 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.33 EGG_NAME= ${DISTNAME:S/-/_python-/} diff --git a/textproc/queequeg/Makefile b/textproc/queequeg/Makefile index 087d4e160a0..0db42ae387a 100644 --- a/textproc/queequeg/Makefile +++ b/textproc/queequeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2019/04/26 13:14:18 maya Exp $ +# $NetBSD: Makefile,v 1.13 2019/09/02 13:20:13 adam Exp $ DISTNAME= queequeg-0.91 PKGREVISION= 2 @@ -15,7 +15,7 @@ BUILD_DEPENDS+= WordNet-[0-9]*:../../textproc/WordNet USE_LANGUAGES= # none PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-cdb +PYTHON_VERSIONS_ACCEPTED= 27 # py-cdb SUBST_CLASSES+= fix-python SUBST_STAGE.fix-python= pre-configure diff --git a/textproc/rubber/Makefile b/textproc/rubber/Makefile index d1bc484654b..f5b7e328a39 100644 --- a/textproc/rubber/Makefile +++ b/textproc/rubber/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2019/04/26 14:12:47 maya Exp $ +# $NetBSD: Makefile,v 1.36 2019/09/02 13:20:12 adam Exp $ DISTNAME= rubber-1.1 PKGREVISION= 6 @@ -26,7 +26,7 @@ CONFIGURE_ARGS+= --infodir=${PREFIX:Q}/${PKGINFODIR:Q} PLIST_SUBST+= RUBBERVERSUFFIX=${PKGVERSION_NOREV} PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.1 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 57e2ca6d932..6853d2a1941 100644 --- a/textproc/xmlada/Makefile +++ b/textproc/xmlada/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2019/04/26 14:12:47 maya Exp $ +# $NetBSD: Makefile,v 1.22 2019/09/02 13:20:11 adam Exp $ DISTNAME= xmlada-${XMLADA_VERS} PKGREVISION= 5 @@ -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= 36 37 # not yet ported as of 4.4.0.0 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 67e2bb168f1..7481474d158 100644 --- a/time/etm/Makefile +++ b/time/etm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2019/04/26 13:14:18 maya Exp $ +# $NetBSD: Makefile,v 1.39 2019/09/02 13:20:04 adam Exp $ DISTNAME= etm-877 PKGREVISION= 2 @@ -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= 36 37 # py-wxWidgets +PYTHON_VERSIONS_ACCEPTED= 27 # py-wxWidgets USE_LANGUAGES= # none diff --git a/time/hamster-applet/Makefile b/time/hamster-applet/Makefile index ff94ca9709e..b1de302da98 100644 --- a/time/hamster-applet/Makefile +++ b/time/hamster-applet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2019/07/21 22:25:50 wiz Exp $ +# $NetBSD: Makefile,v 1.65 2019/09/02 13:20:04 adam Exp $ DISTNAME= hamster-applet-2.28.1 PKGREVISION= 40 @@ -17,7 +17,7 @@ USE_TOOLS+= gmake intltool pkg-config msgfmt GCONF_SCHEMAS+= hamster-applet.schemas PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 970aa4e7937..2c27962e2b8 100644 --- a/time/py-goocalendar/Makefile +++ b/time/py-goocalendar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2019/04/26 13:14:18 maya Exp $ +# $NetBSD: Makefile,v 1.11 2019/09/02 13:20:04 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= 36 37 # py-gtk2 via py-goocanvas +PYTHON_VERSIONS_ACCEPTED= 27 # 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 18ee25bb0a8..0bc22a9cf41 100644 --- a/time/py-mxDateTime/Makefile +++ b/time/py-mxDateTime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2019/04/26 14:12:47 maya Exp $ +# $NetBSD: Makefile,v 1.44 2019/09/02 13:20:05 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= 36 37 # not yet ported as of 3.2.9 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 3f34e451537..6285084d955 100644 --- a/time/wxRemind/Makefile +++ b/time/wxRemind/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2019/04/26 13:14:18 maya Exp $ +# $NetBSD: Makefile,v 1.17 2019/09/02 13:20:04 adam Exp $ DISTNAME= wxRemind-0.6.18 PKGREVISION= 5 @@ -11,7 +11,7 @@ COMMENT= Graphical front-end to Remind DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.6.1:../../x11/py-wxWidgets -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-wxWidgets +PYTHON_VERSIONS_ACCEPTED= 27 # py-wxWidgets .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/wm/bmpanel2/Makefile b/wm/bmpanel2/Makefile index a8e93477c94..ccdd210dd0f 100644 --- a/wm/bmpanel2/Makefile +++ b/wm/bmpanel2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2019/04/26 14:12:47 maya Exp $ +# $NetBSD: Makefile,v 1.38 2019/09/02 13:19:58 adam Exp $ DISTNAME= bmpanel2-2.1pre1 PKGREVISION= 24 @@ -18,7 +18,7 @@ USE_TOOLS+= pkg-config gzip PY_PATCHPLIST= yes REPLACE_PYTHON= extra/py/bmpanel2.py -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 2.1pre1 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 62f1ba9ceb7..4ca737a1a6c 100644 --- a/wm/ccsm/Makefile +++ b/wm/ccsm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2019/04/26 13:14:19 maya Exp $ +# $NetBSD: Makefile,v 1.25 2019/09/02 13:19:58 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= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 MAKE_ENV+= PYTHONBIN=${PYTHONBIN:Q} diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index d2b7bea5aae..d105a6739f1 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.142 2019/08/11 13:24:17 wiz Exp $ +# $NetBSD: Makefile,v 1.143 2019/09/02 13:20:04 adam Exp $ DISTNAME= bluefish-2.2.10 PKGREVISION= 3 @@ -29,7 +29,7 @@ REPLACE_PYTHON+= data/css_decompressor CHECK_INTERPRETER_SKIP+= share/bluefish/plugins/*/*.py CHECK_INTERPRETER_SKIP+= share/bluefish/plugins/*/*/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 2.2.4 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 e11bcdf50be..d8b56b6a1eb 100644 --- a/www/browser-bookmarks-menu/Makefile +++ b/www/browser-bookmarks-menu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2019/07/21 22:25:53 wiz Exp $ +# $NetBSD: Makefile,v 1.68 2019/09/02 13:20:02 adam Exp $ DISTNAME= browser-bookmarks-menu-0.6 PKGREVISION= 43 @@ -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= 36 37 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-ORBit via py-gnome2 SUBST_CLASSES+= paths SUBST_STAGE.paths= pre-configure diff --git a/www/cherokee/Makefile b/www/cherokee/Makefile index 35499f509fa..ff14f643e64 100644 --- a/www/cherokee/Makefile +++ b/www/cherokee/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2019/04/26 14:12:48 maya Exp $ +# $NetBSD: Makefile,v 1.42 2019/09/02 13:20:01 adam Exp $ DISTNAME= cherokee-1.2.101 PKGREVISION= 13 @@ -33,7 +33,7 @@ RCD_SCRIPTS= cherokee INSTALLATION_DIRS+= ${EGDIR}/pam.d -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.2.101 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.2.101 .include "options.mk" diff --git a/www/clearsilver/Makefile b/www/clearsilver/Makefile index f2bd37d4b45..b6d85034c17 100644 --- a/www/clearsilver/Makefile +++ b/www/clearsilver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2019/08/11 13:24:17 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2019/09/02 13:20:02 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= 36 37 # py-clearsilver +PYTHON_VERSIONS_ACCEPTED= 27 # py-clearsilver .include "../../lang/python/pyversion.mk" .include "../../lang/ruby/rubyversion.mk" diff --git a/www/ies4linux/Makefile b/www/ies4linux/Makefile index 767584200f2..c0227d7dab2 100644 --- a/www/ies4linux/Makefile +++ b/www/ies4linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2019/04/26 13:14:19 maya Exp $ +# $NetBSD: Makefile,v 1.21 2019/09/02 13:20:03 adam Exp $ DISTNAME= ies4linux-2.99.0.1 PKGREVISION= 6 @@ -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= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 SHAREDIR= share/ies4linux diff --git a/www/py-ClientForm/Makefile b/www/py-ClientForm/Makefile index 3d6ceb96b29..e66007da59b 100644 --- a/www/py-ClientForm/Makefile +++ b/www/py-ClientForm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2019/04/26 14:12:48 maya Exp $ +# $NetBSD: Makefile,v 1.14 2019/09/02 13:20:03 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= 36 37 # not yet ported as of 0.2.10 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 162895db248..2dc8565e8b2 100644 --- a/www/py-HTMLgen/Makefile +++ b/www/py-HTMLgen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2019/04/26 13:14:19 maya Exp $ +# $NetBSD: Makefile,v 1.21 2019/09/02 13:20:01 adam Exp $ DISTNAME= HTMLgen PKGNAME= ${PYPKGPREFIX}-HTMLgen-2.2.2 @@ -18,7 +18,7 @@ PY_PATCHPLIST= yes REPLACE_PYTHON+= *.py -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 INSTALLATION_DIRS+= ${PYSITELIB} diff --git a/www/py-beautifulsoup/Makefile b/www/py-beautifulsoup/Makefile index 81f69feedd1..ee924976ca4 100644 --- a/www/py-beautifulsoup/Makefile +++ b/www/py-beautifulsoup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2019/04/26 13:14:20 maya Exp $ +# $NetBSD: Makefile,v 1.18 2019/09/02 13:20:04 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= 36 37 # use py-beautifulsoup4 for python-3.x +PYTHON_VERSIONS_ACCEPTED= 27 # use py-beautifulsoup4 for python-3.x .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-clearsilver/Makefile b/www/py-clearsilver/Makefile index 30071c56820..5681ae8a2cf 100644 --- a/www/py-clearsilver/Makefile +++ b/www/py-clearsilver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2019/08/11 13:25:07 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2019/09/02 13:20:02 adam Exp $ PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 3 @@ -14,7 +14,7 @@ CFLAGS+= -fPIC INSTALL_DIRS= python PY_PATCHPLIST= YES -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.10.5 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 c842f239f8c..97460702aad 100644 --- a/www/py-cloudfiles/Makefile +++ b/www/py-cloudfiles/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2019/04/26 13:14:20 maya Exp $ +# $NetBSD: Makefile,v 1.4 2019/09/02 13:20:01 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 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 d71614dbddb..5e837d7dc61 100644 --- a/www/py-django-appmedia/Makefile +++ b/www/py-django-appmedia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2019/04/26 14:12:48 maya Exp $ +# $NetBSD: Makefile,v 1.14 2019/09/02 13:20:02 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= 36 37 # not yet ported as of 1.0.1 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 1802f6e014d..f67b88492ab 100644 --- a/www/py-django14/options.mk +++ b/www/py-django14/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.9 2019/04/26 13:14:20 maya Exp $ +# $NetBSD: options.mk,v 1.10 2019/09/02 13:20:04 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= 36 37 # py-mysqldb +PYTHON_VERSIONS_ACCEPTED= 27 # 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= 36 37 # py-sqlite2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-sqlite2 PLIST.sqlite= yes .endif diff --git a/www/py-gdata/Makefile b/www/py-gdata/Makefile index 42b9007a6f9..1a837a8a944 100644 --- a/www/py-gdata/Makefile +++ b/www/py-gdata/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2019/04/26 14:12:48 maya Exp $ +# $NetBSD: Makefile,v 1.24 2019/09/02 13:20:03 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= 36 37 # not yet ported as of 2.0.18 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 353490edc65..94e5b86958e 100644 --- a/www/py-graphite-web/Makefile +++ b/www/py-graphite-web/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2019/04/26 13:14:21 maya Exp $ +# $NetBSD: Makefile,v 1.7 2019/09/02 13:20:02 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= 36 37 # py-django-tagging +PYTHON_VERSIONS_ACCEPTED= 27 # py-django-tagging INSTALLATION_DIRS+= share/examples/graphite diff --git a/www/py-jonpy/Makefile b/www/py-jonpy/Makefile index 0f707141ad2..4df5c4ca71c 100644 --- a/www/py-jonpy/Makefile +++ b/www/py-jonpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2019/04/26 14:12:48 maya Exp $ +# $NetBSD: Makefile,v 1.15 2019/09/02 13:20:01 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= 36 37 # not yet ported as of 0.06 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.06 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-moin/Makefile b/www/py-moin/Makefile index 41ee7dc43be..8904f304af6 100644 --- a/www/py-moin/Makefile +++ b/www/py-moin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2019/08/11 13:25:07 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2019/09/02 13:20:01 adam Exp $ VER= 1.9.7 DISTNAME= moin-${VER} @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.9.7 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.9.7 REPLACE_PYTHON= jabberbot/bot.py \ MoinMoin/version.py \ diff --git a/www/py-python-digest/Makefile b/www/py-python-digest/Makefile index 07881d82ca3..6616f64c923 100644 --- a/www/py-python-digest/Makefile +++ b/www/py-python-digest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2019/04/26 13:14:21 maya Exp $ +# $NetBSD: Makefile,v 1.11 2019/09/02 13:20:02 adam Exp $ DISTNAME= python-digest-1.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= modified-bsd USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-pywebdav/Makefile b/www/py-pywebdav/Makefile index 65f87c2a164..8f0c26b13ae 100644 --- a/www/py-pywebdav/Makefile +++ b/www/py-pywebdav/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2019/04/26 14:12:48 maya Exp $ +# $NetBSD: Makefile,v 1.11 2019/09/02 13:20:01 adam Exp $ VERSION= 0.9.8 DISTNAME= PyWebDAV-${VERSION} @@ -17,7 +17,7 @@ PLIST_SUBST+= DOCDIR=${DOCDIR:Q} INSTALLATION_DIRS+= ${DOCDIR} -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.9.8 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 6797351806d..9305a8f3c74 100644 --- a/www/py-recaptcha/Makefile +++ b/www/py-recaptcha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2019/04/26 13:14:21 maya Exp $ +# $NetBSD: Makefile,v 1.11 2019/09/02 13:20:03 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= 36 37 # as of 1.0.6 +PYTHON_VERSIONS_ACCEPTED= 27 # as of 1.0.6 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-scgi/Makefile b/www/py-scgi/Makefile index f7c12149fb6..06df69e7f59 100644 --- a/www/py-scgi/Makefile +++ b/www/py-scgi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2019/04/26 13:14:22 maya Exp $ +# $NetBSD: Makefile,v 1.17 2019/09/02 13:20:01 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= 36 37 # py-quixote +PYTHON_VERSIONS_ACCEPTED= 27 # 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 136eafcab34..37786b76a09 100644 --- a/www/py-simpletal/Makefile +++ b/www/py-simpletal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2019/04/26 13:14:22 maya Exp $ +# $NetBSD: Makefile,v 1.12 2019/09/02 13:20:03 adam Exp $ DISTNAME= SimpleTAL-4.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= modified-bsd USE_LANGUAGES= #none -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 do-test: ${PYTHONBIN} ${WRKSRC}/runtests.py diff --git a/www/py-swish-e/Makefile b/www/py-swish-e/Makefile index 94bcb08fc20..fe8f18c4967 100644 --- a/www/py-swish-e/Makefile +++ b/www/py-swish-e/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2019/04/26 14:12:49 maya Exp $ +# $NetBSD: Makefile,v 1.16 2019/09/02 13:20:01 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= 36 37 # not yet ported as of 0.5 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 8bb72e2de3c..8d59811eac2 100644 --- a/www/py-trytond-webdav/Makefile +++ b/www/py-trytond-webdav/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2019/04/26 13:14:22 maya Exp $ +# $NetBSD: Makefile,v 1.8 2019/09/02 13:20:03 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 REPLACE_PYTHON+= tests/test_webdav.py diff --git a/www/py-twill/Makefile b/www/py-twill/Makefile index caed1b12423..574e009c1c8 100644 --- a/www/py-twill/Makefile +++ b/www/py-twill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2019/04/26 13:14:22 maya Exp $ +# $NetBSD: Makefile,v 1.15 2019/09/02 13:20:04 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= 36 37 # setup fails for 1.8.0 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 8c5060fac8a..68f57eab1e8 100644 --- a/www/py-uliweb/Makefile +++ b/www/py-uliweb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2019/04/26 14:12:49 maya Exp $ +# $NetBSD: Makefile,v 1.15 2019/09/02 13:20:03 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= 36 37 # not yet ported as of 0.2.3 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 e7a56ea7383..ffcb7ffa785 100644 --- a/www/py-webpy/Makefile +++ b/www/py-webpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2019/04/26 14:12:49 maya Exp $ +# $NetBSD: Makefile,v 1.21 2019/09/02 13:20:01 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= 36 37 # not yet ported as of 0.37 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 77ea9315b6f..17fce0e49b8 100644 --- a/www/ruby-pygments.rb/Makefile +++ b/www/ruby-pygments.rb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2019/04/26 13:14:22 maya Exp $ +# $NetBSD: Makefile,v 1.18 2019/09/02 13:20:03 adam Exp $ DISTNAME= pygments.rb-1.2.1 PKGREVISION= 1 @@ -19,7 +19,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= 36 37 # as of 0.6.3 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 d59c52127d8..e8e298e4217 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.86 2019/06/11 05:30:23 maya Exp $ +# $NetBSD: Makefile,v 1.87 2019/09/02 13:20:02 adam Exp $ DISTNAME= Trac-1.2.3 PKGNAME= ${DISTNAME:tl} @@ -23,7 +23,7 @@ DEPENDS+= ${PYPKGPREFIX}-genshi>=0.6:../../www/py-genshi USE_TOOLS+= pax # The Trac 1.2 series does not support python 3. -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 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 a29e15ecad9..5c5fddb3c18 100644 --- a/www/trafficserver/Makefile +++ b/www/trafficserver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2019/08/22 12:23:55 ryoon Exp $ +# $NetBSD: Makefile,v 1.19 2019/09/02 13:20:02 adam Exp $ DISTNAME= trafficserver-7.1.2 PKGREVISION= 9 @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes # For man pages PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 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 79858578dbc..e199bcdb953 100644 --- a/www/urlgrabber/Makefile +++ b/www/urlgrabber/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2019/04/26 14:12:49 maya Exp $ +# $NetBSD: Makefile,v 1.20 2019/09/02 13:20:02 adam Exp $ DISTNAME= urlgrabber-3.1.0 PKGREVISION= 4 @@ -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= 36 37 # not yet ported as of 3.1.0 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 e80f7b93b86..4880d098a87 100644 --- a/www/viewvc/Makefile +++ b/www/viewvc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2019/08/26 17:06:45 rin Exp $ +# $NetBSD: Makefile,v 1.35 2019/09/02 13:20:04 adam Exp $ DISTNAME= viewvc-1.1.27 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= 36 37 # not yet ported as of 1.1.27 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.1.27 .if !exists(/usr/bin/rlog) DEPENDS+= rcs-[0-9]*:../../devel/rcs diff --git a/www/webkit24-gtk/Makefile.common b/www/webkit24-gtk/Makefile.common index e080f8192ae..5e66cf7f3e4 100644 --- a/www/webkit24-gtk/Makefile.common +++ b/www/webkit24-gtk/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.14 2019/04/26 14:12:49 maya Exp $ +# $NetBSD: Makefile.common,v 1.15 2019/09/02 13:20:03 adam Exp $ # used by www/webkit24-gtk/Makefile # used by www/webkit24-gtk3/Makefile @@ -62,7 +62,7 @@ BUILD_DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR} CONFIGURE_ENV+= RUBY=${RUBY} PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.10.2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 ab300d0cd28..cfd273ad08d 100644 --- a/x11/alacarte/Makefile +++ b/x11/alacarte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2019/08/11 13:25:10 wiz Exp $ +# $NetBSD: Makefile,v 1.83 2019/09/02 13:20:14 adam Exp $ DISTNAME= alacarte-0.13.1 PKGREVISION= 45 @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes USE_TOOLS+= intltool perl pkg-config gmake msgfmt PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-ORBit via py-gnome2, py-gtk2 SUBST_CLASSES+= paths SUBST_STAGE.paths= pre-configure diff --git a/x11/avant-window-navigator/Makefile b/x11/avant-window-navigator/Makefile index 531aa52b03b..aa5f7ca4436 100644 --- a/x11/avant-window-navigator/Makefile +++ b/x11/avant-window-navigator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2019/07/21 22:25:55 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2019/09/02 13:20:14 adam Exp $ DISTNAME= avant-window-navigator-0.4.0 PKGREVISION= 35 @@ -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= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 .include "../../devel/GConf/schemas.mk" .include "../../lang/vala/buildlink3.mk" diff --git a/x11/driconf/Makefile b/x11/driconf/Makefile index a0e9e5a5812..d84bb662a49 100644 --- a/x11/driconf/Makefile +++ b/x11/driconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2019/04/26 13:14:23 maya Exp $ +# $NetBSD: Makefile,v 1.29 2019/09/02 13:20:15 adam Exp $ DISTNAME= driconf-0.9.1 PKGREVISION= 11 @@ -19,7 +19,7 @@ USE_TOOLS+= msgfmt msgmerge xgettext CONFIGURE_ARGS+= --prefix=${PREFIX:Q} REPLACE_PYTHON= *.py -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 ae42e67ff99..1a219260515 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.167 2019/07/21 22:25:57 wiz Exp $ +# $NetBSD: Makefile,v 1.168 2019/09/02 13:20:14 adam Exp $ DISTNAME= gnome-applets-2.32.1.1 PKGREVISION= 68 @@ -15,7 +15,7 @@ USE_TOOLS+= gmake intltool msgfmt pkg-config USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-ORBit via py-gnome2 .include "options.mk" diff --git a/x11/gnome-mag/Makefile b/x11/gnome-mag/Makefile index 998ceae9257..d7afe1c9461 100644 --- a/x11/gnome-mag/Makefile +++ b/x11/gnome-mag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.107 2019/07/21 22:24:15 wiz Exp $ +# $NetBSD: Makefile,v 1.108 2019/09/02 13:20:16 adam Exp $ DISTNAME= gnome-mag-0.16.3 PKGREVISION= 32 @@ -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= 36 37 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 7f90521937a..05db5e69f29 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.215 2019/08/11 13:25:11 wiz Exp $ +# $NetBSD: Makefile,v 1.216 2019/09/02 13:20:15 adam Exp $ DISTNAME= gnome-panel-2.32.1 PKGREVISION= 72 @@ -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= 36 37 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 a13e741dea5..e411309f28e 100644 --- a/x11/gnome-terminal/Makefile +++ b/x11/gnome-terminal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.90 2019/08/11 13:25:11 wiz Exp $ +# $NetBSD: Makefile,v 1.91 2019/09/02 13:20:14 adam Exp $ DISTNAME= gnome-terminal-2.32.1 PKGREVISION= 41 @@ -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= 36 37 # not yet ported as of 2.32.1 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 ba74801c0d9..dcbf68a0ae1 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.309 2019/08/11 13:25:11 wiz Exp $ +# $NetBSD: Makefile,v 1.310 2019/09/02 13:20:15 adam Exp $ DISTNAME= gtk+-2.24.32 PKGNAME= ${DISTNAME:S/gtk/gtk2/} @@ -74,7 +74,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= 36 37 # not yet ported as of 2.24.22 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 85ed521c672..cd51f1f53a1 100644 --- a/x11/libdesktop-agnostic/Makefile +++ b/x11/libdesktop-agnostic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2019/07/21 22:24:18 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2019/09/02 13:20:16 adam Exp $ DISTNAME= libdesktop-agnostic-0.3.92 PKGREVISION= 33 @@ -19,7 +19,7 @@ CONFIGURE_ARGS= --config-backends=keyfile,gconf \ --desktop-entry-backends=glib PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.3.92 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.3.92 EGDIR= ${PREFIX}/share/examples/libdesktop-agnostic PKG_SYSCONFSUBDIR= xdg diff --git a/x11/py-Pmw/Makefile b/x11/py-Pmw/Makefile index f288ccc9450..b1638e3e153 100644 --- a/x11/py-Pmw/Makefile +++ b/x11/py-Pmw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2019/04/26 13:14:24 maya Exp $ +# $NetBSD: Makefile,v 1.37 2019/09/02 13:20:15 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 .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 79bf1a2394f..cac6b77eba0 100644 --- a/x11/py-gnome2-desktop/Makefile +++ b/x11/py-gnome2-desktop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.131 2019/07/21 22:24:19 wiz Exp $ +# $NetBSD: Makefile,v 1.132 2019/09/02 13:20:14 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= 36 37 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 707f63c3c43..a22c34ea8b4 100644 --- a/x11/py-gnome2-extras/Makefile +++ b/x11/py-gnome2-extras/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.94 2019/07/21 22:24:19 wiz Exp $ +# $NetBSD: Makefile,v 1.95 2019/09/02 13:20:15 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= 36 37 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 8ebf5ffc9ec..6b8ea4265d5 100644 --- a/x11/py-gnome2/Makefile +++ b/x11/py-gnome2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.122 2019/07/21 22:24:19 wiz Exp $ +# $NetBSD: Makefile,v 1.123 2019/09/02 13:20:15 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= 36 37 # py-ORBit, py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-ORBit, py-gtk2 BUILDLINK_TRANSFORM.SunOS+= rm:-std=c9x diff --git a/x11/py-gtk2/Makefile b/x11/py-gtk2/Makefile index d594d3a6390..be676589e75 100644 --- a/x11/py-gtk2/Makefile +++ b/x11/py-gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.119 2019/08/29 10:33:59 wiz Exp $ +# $NetBSD: Makefile,v 1.120 2019/09/02 13:20:14 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= 36 37 # not yet ported as of 2.24.0 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 443b9369f71..67913c68aff 100644 --- a/x11/py-gtksourceview/Makefile +++ b/x11/py-gtksourceview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2019/07/21 22:26:03 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2019/09/02 13:20:15 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= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 .include "../../lang/python/extension.mk" diff --git a/x11/py-keybinder/Makefile b/x11/py-keybinder/Makefile index b646d3d4a6e..7a69d0538bb 100644 --- a/x11/py-keybinder/Makefile +++ b/x11/py-keybinder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2019/07/21 22:24:19 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2019/09/02 13:20:15 adam Exp $ PKGREVISION= 8 .include "../../x11/keybinder/Makefile.common" @@ -14,7 +14,7 @@ CONFIGURE_ARGS+= --disable-lua CONFIGURE_ARGS+= --enable-python PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 INSTALL_DIRS= python-keybinder diff --git a/x11/py-kiwi/Makefile b/x11/py-kiwi/Makefile index a216645b365..fd057e97db4 100644 --- a/x11/py-kiwi/Makefile +++ b/x11/py-kiwi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2019/07/21 22:26:03 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2019/09/02 13:20:16 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= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 3f4d02134b0..28e7873c3d7 100644 --- a/x11/py-qwt-qt4/Makefile +++ b/x11/py-qwt-qt4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2019/04/26 13:14:25 maya Exp $ +# $NetBSD: Makefile,v 1.13 2019/09/02 13:20:14 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= 36 37 # py-Numeric +PYTHON_VERSIONS_ACCEPTED= 27 # 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 568bc83da1f..2d247959225 100644 --- a/x11/py-terminator/Makefile +++ b/x11/py-terminator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2019/07/21 22:26:03 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2019/09/02 13:20:14 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= 36 37 # not yet ported as of 0.98 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 08ac08f891e..1254c85cb8b 100644 --- a/x11/py-vte/Makefile +++ b/x11/py-vte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2019/07/21 22:24:20 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2019/09/02 13:20:14 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= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 BUILD_DIRS= python diff --git a/x11/py-wxWidgets/Makefile b/x11/py-wxWidgets/Makefile index 201c5e04b84..654024dd3f0 100644 --- a/x11/py-wxWidgets/Makefile +++ b/x11/py-wxWidgets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2019/08/11 13:25:14 wiz Exp $ +# $NetBSD: Makefile,v 1.78 2019/09/02 13:20:13 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= 36 37 # not yet ported as of 2.8.10.1 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 d882c1f8c79..5503241c2b2 100644 --- a/x11/rox-session/Makefile +++ b/x11/rox-session/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2019/07/21 22:26:04 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2019/09/02 13:20:16 adam Exp $ DISTNAME= rox-session-0.28 PKGREVISION= 37 @@ -18,7 +18,7 @@ DIST_SUBDIR= rox NO_BUILD= yes REPLACE_PYTHON= AppRun tests/testutils.py -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 INSTALLATION_DIRS= share/rox/ROX-Session |