diff options
Diffstat (limited to 'devel')
35 files changed, 72 insertions, 72 deletions
diff --git a/devel/RBTools/Makefile b/devel/RBTools/Makefile index c0a5d1c2fcc..4d3946441d2 100644 --- a/devel/RBTools/Makefile +++ b/devel/RBTools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2019/04/26 13:13:48 maya Exp $ +# $NetBSD: Makefile,v 1.17 2019/04/26 14:12:34 maya 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_INCOMPATIBLE= 36 37 # not yet ported as of 0.2 DEPENDS+= ${PYPKGPREFIX}-six>=1.8.0:../../lang/py-six diff --git a/devel/accerciser/Makefile b/devel/accerciser/Makefile index e097cd88ced..ab5072c875d 100644 --- a/devel/accerciser/Makefile +++ b/devel/accerciser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2019/04/26 13:13:48 maya Exp $ +# $NetBSD: Makefile,v 1.31 2019/04/26 14:12:34 maya Exp $ DISTNAME= accerciser-1.12.1 PKGREVISION= 4 @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.8:../../x11/py-gtk2 DEPENDS+= ${PYPKGPREFIX}-at-spi>=1.23.4:../../devel/py-at-spi DEPENDS+= ${PYPKGPREFIX}-ipython<0.11:../../devel/py-ipython010 -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-ORBit via py-gnome2, py-ipython, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-ORBit via py-gnome2, py-ipython, py-gtk2 USE_TOOLS+= gmake intltool msgfmt pkg-config USE_PKGLOCALEDIR= yes diff --git a/devel/bzrtools/Makefile b/devel/bzrtools/Makefile index 596c882651a..02c7c89d1d3 100644 --- a/devel/bzrtools/Makefile +++ b/devel/bzrtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2019/04/26 13:13:49 maya Exp $ +# $NetBSD: Makefile,v 1.30 2019/04/26 14:12:34 maya 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_INCOMPATIBLE= 36 37 # not yet ported as of 2.5.0 WRKSRC= ${WRKDIR}/bzrtools diff --git a/devel/codeville/Makefile b/devel/codeville/Makefile index b5c049c121f..13170852871 100644 --- a/devel/codeville/Makefile +++ b/devel/codeville/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2019/04/26 13:13:49 maya Exp $ +# $NetBSD: Makefile,v 1.34 2019/04/26 14:12:35 maya 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_INCOMPATIBLE= 36 37 # not yet ported as of 0.8.0 BUILD_DEFS+= VARBASE BUILD_DEFS_EFFECTS+= CODEVILLE_DATADIR diff --git a/devel/cvs2svn/Makefile b/devel/cvs2svn/Makefile index a597100e8d8..1a37c03f476 100644 --- a/devel/cvs2svn/Makefile +++ b/devel/cvs2svn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2019/04/26 13:13:49 maya Exp $ +# $NetBSD: Makefile,v 1.38 2019/04/26 14:12:35 maya 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_INCOMPATIBLE= 36 37 # not yet ported as of 2.3.0 #USE_TOOLS+= gtar #EXTRACT_USING= gtar diff --git a/devel/eric4/Makefile b/devel/eric4/Makefile index 6efdf1a1e30..1e13831d0bd 100644 --- a/devel/eric4/Makefile +++ b/devel/eric4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2019/04/26 13:13:49 maya Exp $ +# $NetBSD: Makefile,v 1.53 2019/04/26 14:12:35 maya 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_INCOMPATIBLE= 36 37 # not yet ported as of 4.5.18 CONFIGURE_ARGS+= -b ${PREFIX}/bin CONFIGURE_ARGS+= -d ${PREFIX}/${PYSITELIB} diff --git a/devel/gnatpython/Makefile b/devel/gnatpython/Makefile index 424a9168df5..cbd8edf7bcc 100644 --- a/devel/gnatpython/Makefile +++ b/devel/gnatpython/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2019/04/26 13:13:49 maya Exp $ +# $NetBSD: Makefile,v 1.19 2019/04/26 14:12:35 maya 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_INCOMPATIBLE= 36 37 # not yet ported as of 20110912 .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" diff --git a/devel/ko-po-check/Makefile b/devel/ko-po-check/Makefile index 6c9dedfccd9..e45bb245baa 100644 --- a/devel/ko-po-check/Makefile +++ b/devel/ko-po-check/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2019/04/26 13:13:49 maya Exp $ +# $NetBSD: Makefile,v 1.20 2019/04/26 14:12:35 maya 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_INCOMPATIBLE= 36 37 # not yet ported as of 0.8 .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/lettuce/Makefile b/devel/lettuce/Makefile index 994e0d807ca..9502fd26911 100644 --- a/devel/lettuce/Makefile +++ b/devel/lettuce/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2019/04/26 13:13:50 maya Exp $ +# $NetBSD: Makefile,v 1.14 2019/04/26 14:12:35 maya 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_INCOMPATIBLE= 36 37 # not yet ported as of 0.2.18 .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" diff --git a/devel/libftdi1/Makefile b/devel/libftdi1/Makefile index 802a2495e5b..526bd428073 100644 --- a/devel/libftdi1/Makefile +++ b/devel/libftdi1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2019/04/26 13:13:50 maya Exp $ +# $NetBSD: Makefile,v 1.30 2019/04/26 14:12:35 maya Exp $ DISTNAME= libftdi1-1.1 PKGREVISION= 13 @@ -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_INCOMPATIBLE= 36 37 # not yet ported as of 1.0 BUILD_DEPENDS+=libusb1-[0-9]*:../../devel/libusb1 # It is better off to have doxygen, but diff --git a/devel/py-InlineEgg/Makefile b/devel/py-InlineEgg/Makefile index 2282a918c9e..60c0b0ea749 100644 --- a/devel/py-InlineEgg/Makefile +++ b/devel/py-InlineEgg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2019/04/26 13:13:50 maya Exp $ +# $NetBSD: Makefile,v 1.25 2019/04/26 14:12:35 maya 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_INCOMPATIBLE= 36 37 # not yet ported as of 1.08 INSTALLATION_DIRS= share/doc/InlineEgg share/examples/InlineEgg diff --git a/devel/py-checker/Makefile b/devel/py-checker/Makefile index de3a1405fbc..b445b6ef64a 100644 --- a/devel/py-checker/Makefile +++ b/devel/py-checker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2019/04/26 13:13:51 maya Exp $ +# $NetBSD: Makefile,v 1.27 2019/04/26 14:12:35 maya 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_INCOMPATIBLE= 36 37 # not yet ported as of 0.8.19 post-install: ${MV} ${DESTDIR}${PREFIX}/bin/pychecker ${DESTDIR}${PREFIX}/bin/pychecker${PYVERSSUFFIX} || ${TRUE} diff --git a/devel/py-cheetah/Makefile b/devel/py-cheetah/Makefile index 983afaaff2a..fb45c383cce 100644 --- a/devel/py-cheetah/Makefile +++ b/devel/py-cheetah/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2019/04/26 13:13:51 maya Exp $ +# $NetBSD: Makefile,v 1.24 2019/04/26 14:12:35 maya 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_INCOMPATIBLE= 36 37 # not yet ported as of 2.4.4 REPLACE_PYTHON+= SetupTools.py REPLACE_PYTHON+= bin/cheetah diff --git a/devel/py-darcsver/Makefile b/devel/py-darcsver/Makefile index a2eeff1c462..7493506cc89 100644 --- a/devel/py-darcsver/Makefile +++ b/devel/py-darcsver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2019/04/26 13:13:51 maya Exp $ +# $NetBSD: Makefile,v 1.12 2019/04/26 14:12:35 maya 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_INCOMPATIBLE= 36 37 # not yet ported as of 1.7.4 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-expect/Makefile b/devel/py-expect/Makefile index 5794088996f..7178d6987d5 100644 --- a/devel/py-expect/Makefile +++ b/devel/py-expect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2019/04/26 13:13:51 maya Exp $ +# $NetBSD: Makefile,v 1.28 2019/04/26 14:12:36 maya 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_INCOMPATIBLE= 36 37 # not yet ported as of 1.9b1 EXAMPLESDIR= ${PREFIX}/share/examples/${PYPKGPREFIX}-expect EXAMPLESFILES= ask.py glob.py ping.py telnet.py xping.py diff --git a/devel/py-hgview/Makefile b/devel/py-hgview/Makefile index f374a32816c..6cc12c43292 100644 --- a/devel/py-hgview/Makefile +++ b/devel/py-hgview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2019/04/26 13:13:52 maya Exp $ +# $NetBSD: Makefile,v 1.21 2019/04/26 14:12:36 maya 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_INCOMPATIBLE= 36 37 # not yet ported as of 1.8.0 USE_TOOLS+= gmake diff --git a/devel/py-ipaddr/Makefile b/devel/py-ipaddr/Makefile index c0eaa54559a..5e5847ef01f 100644 --- a/devel/py-ipaddr/Makefile +++ b/devel/py-ipaddr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2019/04/26 13:13:52 maya Exp $ +# $NetBSD: Makefile,v 1.14 2019/04/26 14:12:36 maya 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_INCOMPATIBLE= 36 37 # not yet ported as of 2.1.10 REPLACE_PYTHON+= ipaddr.py .include "../../lang/python/distutils.mk" diff --git a/devel/py-ipython010/Makefile b/devel/py-ipython010/Makefile index 56c58977ef9..10c28cd309c 100644 --- a/devel/py-ipython010/Makefile +++ b/devel/py-ipython010/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2019/04/26 13:13:52 maya Exp $ +# $NetBSD: Makefile,v 1.8 2019/04/26 14:12:36 maya Exp $ DISTNAME= ipython-0.10.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline DEPENDS+= ${PYPKGPREFIX}-pexpect-[0-9]*:../../devel/py-pexpect PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.10.2 (1.0 is out) +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.10.2 (1.0 is out) USE_LANGUAGES= # none USE_TOOLS+= gunzip diff --git a/devel/py-kjbuckets/Makefile b/devel/py-kjbuckets/Makefile index 9c724bbf326..34bb78c35de 100644 --- a/devel/py-kjbuckets/Makefile +++ b/devel/py-kjbuckets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2019/04/26 13:13:52 maya Exp $ +# $NetBSD: Makefile,v 1.20 2019/04/26 14:12:36 maya 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_INCOMPATIBLE= 36 37 # not yet ported as of 1.0.0 resp. 2.2 KJBDOCDIR= ${PREFIX}/share/doc/${PYPKGPREFIX}-kjbuckets diff --git a/devel/py-kqueue/Makefile b/devel/py-kqueue/Makefile index 0428cffcfca..c6fd514ecd3 100644 --- a/devel/py-kqueue/Makefile +++ b/devel/py-kqueue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2019/04/26 13:13:52 maya Exp $ +# $NetBSD: Makefile,v 1.21 2019/04/26 14:12:36 maya 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_INCOMPATIBLE= 36 37 # not yet ported as of 2.0 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-mercurial/Makefile.version b/devel/py-mercurial/Makefile.version index 17675fcda29..d563edbc862 100644 --- a/devel/py-mercurial/Makefile.version +++ b/devel/py-mercurial/Makefile.version @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.version,v 1.70 2019/04/26 13:13:52 maya Exp $ +# $NetBSD: Makefile.version,v 1.71 2019/04/26 14:12:36 maya Exp $ VERSION= 4.9.1 -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 4.9.1 +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 4.9.1 # see also https://www.mercurial-scm.org/wiki/SupportedPythonVersions # and https://www.mercurial-scm.org/wiki/Python3 # diff --git a/devel/py-open-vcdiff/Makefile b/devel/py-open-vcdiff/Makefile index 8966f7f188f..836616ca340 100644 --- a/devel/py-open-vcdiff/Makefile +++ b/devel/py-open-vcdiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2019/04/26 13:13:53 maya Exp $ +# $NetBSD: Makefile,v 1.9 2019/04/26 14:12:36 maya 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_INCOMPATIBLE= 36 37 # not yet ported as of 06d46e3de6f7 .include "../../devel/open-vcdiff/buildlink3.mk" .include "../../lang/python/egg.mk" diff --git a/devel/py-pqueue/Makefile b/devel/py-pqueue/Makefile index b3d7d697e0d..ff2b6cbb17c 100644 --- a/devel/py-pqueue/Makefile +++ b/devel/py-pqueue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2019/04/26 13:13:53 maya Exp $ +# $NetBSD: Makefile,v 1.22 2019/04/26 14:12:36 maya 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_INCOMPATIBLE= 36 37 # not yet ported as of 0.2 PYQ_DOCDIR= ${PREFIX}/share/doc/${PYPKGPREFIX}-PQueue diff --git a/devel/py-proteus/options.mk b/devel/py-proteus/options.mk index 1b66048d7fc..9cb38b9112e 100644 --- a/devel/py-proteus/options.mk +++ b/devel/py-proteus/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.7 2019/04/26 13:13:53 maya Exp $ +# $NetBSD: options.mk,v 1.8 2019/04/26 14:12:36 maya 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_INCOMPATIBLE= 36 37 # py-cdecimal is obsolete for that version and thus not available DEPENDS+= ${PYPKGPREFIX}-cdecimal-[0-9]*:../../math/py-cdecimal .endif diff --git a/devel/py-pytemplate/Makefile b/devel/py-pytemplate/Makefile index 761cb3f9181..5fcde06bd20 100644 --- a/devel/py-pytemplate/Makefile +++ b/devel/py-pytemplate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2019/04/26 13:13:53 maya Exp $ +# $NetBSD: Makefile,v 1.13 2019/04/26 14:12:36 maya 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_INCOMPATIBLE= 36 37 # not yet ported as of 1.5.1 EGDIR= ${PREFIX}/share/examples/${PYPKGPREFIX}-pytemplate diff --git a/devel/py-subvertpy/Makefile b/devel/py-subvertpy/Makefile index b6aa5667790..41627bab0ca 100644 --- a/devel/py-subvertpy/Makefile +++ b/devel/py-subvertpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2019/04/26 13:13:53 maya Exp $ +# $NetBSD: Makefile,v 1.49 2019/04/26 14:12:37 maya 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_INCOMPATIBLE= 36 37 # not yet ported as of 0.9.1 .include "../../devel/subversion-base/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/devel/py-tabular/Makefile b/devel/py-tabular/Makefile index 1425b6fe6f2..8b62c7ed59b 100644 --- a/devel/py-tabular/Makefile +++ b/devel/py-tabular/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2019/04/26 13:13:53 maya Exp $ +# $NetBSD: Makefile,v 1.13 2019/04/26 14:12:37 maya Exp $ DISTNAME= tabular-0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.1 +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.1 BUILDLINK_API_DEPENDS.pynumpy+= ${PYPKGPREFIX}-numpy>=1.6 .include "../../math/py-numpy/buildlink3.mk" diff --git a/devel/py-tryton/options.mk b/devel/py-tryton/options.mk index 1b4b37734f2..f586bdaabae 100644 --- a/devel/py-tryton/options.mk +++ b/devel/py-tryton/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.10 2019/04/26 13:13:54 maya Exp $ +# $NetBSD: options.mk,v 1.11 2019/04/26 14:12:37 maya Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.py-tryton PKG_SUPPORTED_OPTIONS= cdecimal goocalendar pytz simplejson @@ -7,12 +7,12 @@ PKG_SUGGESTED_OPTIONS+= cdecimal pytz simplejson .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mcdecimal) -PYTHON_VERSIONS_INCOMPATIBLE+= 36 37 # py-cdecimal not available because obsolete +PYTHON_VERSIONS_INCOMPATIBLE+= 36 37 # py-cdecimal not available because obsolete DEPENDS+= ${PYPKGPREFIX}-cdecimal-[0-9]*:../../math/py-cdecimal .endif .if !empty(PKG_OPTIONS:Mgoocalendar) -PYTHON_VERSIONS_INCOMPATIBLE+= 36 37 # py-gtk2 via py-goocanvas via py-goocalendar +PYTHON_VERSIONS_INCOMPATIBLE+= 36 37 # py-gtk2 via py-goocanvas via py-goocalendar DEPENDS+= ${PYPKGPREFIX}-goocalendar-[0-9]*:../../time/py-goocalendar .endif diff --git a/devel/py-trytond/options.mk b/devel/py-trytond/options.mk index 4810e23845e..18b03e74c0c 100644 --- a/devel/py-trytond/options.mk +++ b/devel/py-trytond/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.13 2019/04/26 13:13:54 maya Exp $ +# $NetBSD: options.mk,v 1.14 2019/04/26 14:12:37 maya 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_INCOMPATIBLE= 36 37 # py-cdecimal is obsolete for that version and thus not available DEPENDS+= ${PYPKGPREFIX}-cdecimal-[0-9]*:../../math/py-cdecimal .endif .if !empty(PKG_OPTIONS:Mmysql) -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-mysqldb +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-mysqldb DEPENDS+= ${PYPKGPREFIX}-mysqldb-[0-9]*:../../databases/py-mysqldb .endif diff --git a/devel/py-usb/Makefile b/devel/py-usb/Makefile index ff791035c0e..de90d4fe9a6 100644 --- a/devel/py-usb/Makefile +++ b/devel/py-usb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2019/04/26 13:13:54 maya Exp $ +# $NetBSD: Makefile,v 1.19 2019/04/26 14:12:37 maya 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_INCOMPATIBLE= 36 37 # not yet ported as of 0.4.2 .include "../../mk/libusb.buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/devel/py-uuid/Makefile b/devel/py-uuid/Makefile index 146fb8d4242..7a16419e999 100644 --- a/devel/py-uuid/Makefile +++ b/devel/py-uuid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2019/04/26 13:13:54 maya Exp $ +# $NetBSD: Makefile,v 1.6 2019/04/26 14:12:37 maya 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_INCOMPATIBLE= 36 37 # not yet ported as of 1.30 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/qbzr/Makefile b/devel/qbzr/Makefile index 8c1f7978280..352b3808aad 100644 --- a/devel/qbzr/Makefile +++ b/devel/qbzr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2019/04/26 13:13:55 maya Exp $ +# $NetBSD: Makefile,v 1.27 2019/04/26 14:12:37 maya 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_INCOMPATIBLE= 36 37 # not yet ported as of 0.22.1 REPLACE_PYTHON= lib/uifactory.py .include "../../devel/bzr/plugin.mk" diff --git a/devel/roundup/Makefile b/devel/roundup/Makefile index 14a559c5e4e..da13b2805fd 100644 --- a/devel/roundup/Makefile +++ b/devel/roundup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2019/04/26 13:13:55 maya Exp $ +# $NetBSD: Makefile,v 1.55 2019/04/26 14:12:37 maya 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_INCOMPATIBLE= 36 37 # not yet ported as of 1.4.19 REPLACE_PYTHON+= cgi-bin/roundup.cgi demo.py roundup/admin.py REPLACE_PYTHON+= frontends/roundup.cgi REPLACE_PYTHON+= roundup/backends/locking.py diff --git a/devel/stgit/Makefile b/devel/stgit/Makefile index 1362e769724..b50358d2bf3 100644 --- a/devel/stgit/Makefile +++ b/devel/stgit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2019/04/26 13:13:55 maya Exp $ +# $NetBSD: Makefile,v 1.39 2019/04/26 14:12:38 maya Exp $ DISTNAME= stgit-0.17.1 PKGREVISION= 13 @@ -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_INCOMPATIBLE= 36 37 # not yet ported as of 0.17.1 MAKE_ENV+= ASCIIDOC=${PREFIX}/bin/asciidoc diff --git a/devel/umbrello/Makefile b/devel/umbrello/Makefile index 125de473a5f..a5183d37fe6 100644 --- a/devel/umbrello/Makefile +++ b/devel/umbrello/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.47 2019/04/26 13:13:55 maya Exp $ +# $NetBSD: Makefile,v 1.48 2019/04/26 14:12:38 maya Exp $ DISTNAME= umbrello-${_KDE_VERSION} PKGREVISION= 13 CATEGORIES= devel COMMENT= UML Modeller -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 4.11.3 +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 4.11.3 .include "../../meta-pkgs/kde4/Makefile.kde4" |