diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-09 07:36:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-09 07:36:53 +0000 |
commit | 32e3777c0483c942db7d33c0514dde781322fe36 (patch) | |
tree | 5e055948d6bf3908006c42aff77eac3ac020d198 /devel | |
parent | dabc97757de5c7e532f1c54535ae41f78f5ff9b4 (diff) | |
download | pkgsrc-32e3777c0483c942db7d33c0514dde781322fe36.tar.gz |
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
Diffstat (limited to 'devel')
96 files changed, 196 insertions, 196 deletions
diff --git a/devel/ExmanIDE/Makefile b/devel/ExmanIDE/Makefile index c3c04250b64..06bbeec8728 100644 --- a/devel/ExmanIDE/Makefile +++ b/devel/ExmanIDE/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2014/01/25 10:30:00 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2014/05/09 07:36:58 wiz Exp $ DISTNAME= ExmanIDE-0.9.4 PKGREVISION= 7 @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/${PKGBASE} NO_CONFIGURE= yes NO_BUILD= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-wxWidgets SUBST_CLASSES+= mod SUBST_MESSAGE.mod= Fixing deprecated module names. diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile index 724b8a01fe9..8e3ab68fda2 100644 --- a/devel/GConf/Makefile +++ b/devel/GConf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2014/02/07 13:27:36 wiz Exp $ +# $NetBSD: Makefile,v 1.85 2014/05/09 07:36:58 wiz Exp $ .include "../../devel/GConf/Makefile.common" @@ -18,7 +18,7 @@ OWN_DIRS+= ${PKG_SYSCONFDIR}/gconf.xml.system EGDIR= ${PREFIX}/share/examples/GConf CONF_FILES= ${EGDIR}/path ${PKG_SYSCONFDIR}/2/path -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.32.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.32.4 REPLACE_PYTHON= gsettings/gsettings-schema-convert # XXX: We need to use XML_CATALOGS here to register the installed DTD. diff --git a/devel/RBTools/Makefile b/devel/RBTools/Makefile index 04b094e211d..654b11ac2a0 100644 --- a/devel/RBTools/Makefile +++ b/devel/RBTools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/01/25 10:30:00 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/05/09 07:36:58 wiz Exp $ DISTNAME= RBTools-0.2 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= 33 # not yet ported as of 0.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.2 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/accerciser/Makefile b/devel/accerciser/Makefile index 6ccb8925af3..d547a2bddb8 100644 --- a/devel/accerciser/Makefile +++ b/devel/accerciser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2014/04/20 11:26:23 obache Exp $ +# $NetBSD: Makefile,v 1.23 2014/05/09 07:36:58 wiz Exp $ DISTNAME= accerciser-1.12.1 PKGREVISION= 3 @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.8:../../x11/py-gtk2 DEPENDS+= ${PYPKGPREFIX}-at-spi>=1.23.4:../../devel/py-at-spi DEPENDS+= ${PYPKGPREFIX}-ipython<0.11:../../devel/py-ipython010 -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-ORBit via py-gnome2, py-ipython, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2, py-ipython, py-gtk2 USE_TOOLS+= gmake intltool msgfmt pkg-config USE_PKGLOCALEDIR= yes diff --git a/devel/boa-constructor/Makefile b/devel/boa-constructor/Makefile index 15b1d0ed69b..2d8aab21388 100644 --- a/devel/boa-constructor/Makefile +++ b/devel/boa-constructor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2014/05/05 00:47:43 ryoon Exp $ +# $NetBSD: Makefile,v 1.30 2014/05/09 07:36:58 wiz 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= 33 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-wxWidgets REPLACE_PYTHON+= Boa.py REPLACE_PYTHON+= Examples/advanced/FramePanels/wxApp1.py diff --git a/devel/bpython/Makefile b/devel/bpython/Makefile index 318c41b3a71..9b10b1a58a2 100644 --- a/devel/bpython/Makefile +++ b/devel/bpython/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/05/05 00:47:43 ryoon Exp $ +# $NetBSD: Makefile,v 1.12 2014/05/09 07:36:58 wiz Exp $ DISTNAME= bpython-0.12 PKGREVISION= 7 @@ -26,7 +26,7 @@ PKG_SUGGESTED_OPTIONS= # empty .if !empty(PKG_OPTIONS:Mgtk) .include "../../devel/py-gobject/buildlink3.mk" .include "../../x11/py-gtk2/buildlink3.mk" -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 .endif .include "../../lang/python/distutils.mk" diff --git a/devel/bzr-explorer/Makefile b/devel/bzr-explorer/Makefile index 0dad1c7fa35..bd7f8a04f3d 100644 --- a/devel/bzr-explorer/Makefile +++ b/devel/bzr-explorer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/01/25 10:30:00 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2014/05/09 07:36:58 wiz Exp $ DISTNAME= bzr-explorer-${VER} PKGREVISION= 2 @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-qt4>=4.4:../../x11/py-qt4 USE_TOOLS+= msgfmt -PYTHON_VERSIONS_INCOMPATIBLE= 33 # qbzr +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # qbzr .include "../../devel/bzr/plugin.mk" .include "../../lang/python/distutils.mk" diff --git a/devel/bzr-gtk/Makefile b/devel/bzr-gtk/Makefile index 13af1826632..6987acb8912 100644 --- a/devel/bzr-gtk/Makefile +++ b/devel/bzr-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2014/01/25 10:30:00 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2014/05/09 07:36:58 wiz Exp $ DISTNAME= bzr-gtk-${VER} PKGREVISION= 1 @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.8:../../x11/py-gtk2 PYDISTUTILSPKG= yes PYTHON_VERSIONED_DEPENDENCIES= cairo -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 29823d44e5e..b3845637a7d 100644 --- a/devel/bzr-svn/Makefile +++ b/devel/bzr-svn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2014/01/25 10:45:16 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2014/05/09 07:36:58 wiz Exp $ DISTNAME= bzr-svn-${VER} CATEGORIES= devel scm @@ -26,7 +26,7 @@ USE_LANGUAGES= #none #TEST_TARGET= check-verbose EGG_NAME= ${DISTNAME:S/-/_/} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-subvertpy, py-paramiko +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-subvertpy, py-paramiko .include "../../devel/bzr/plugin.mk" .include "../../lang/python/application.mk" diff --git a/devel/bzr/Makefile b/devel/bzr/Makefile index 709d729c269..ef449ec6634 100644 --- a/devel/bzr/Makefile +++ b/devel/bzr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2014/01/27 18:41:11 wiz Exp $ +# $NetBSD: Makefile,v 1.64 2014/05/09 07:36:58 wiz Exp $ DISTNAME= bzr-2.5.1 CATEGORIES= devel scm @@ -17,7 +17,7 @@ USE_TOOLS+= gmake msgfmt PY_PATCHPLIST= yes PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-pyrex, py-paramiko +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-pyrex, py-paramiko 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 66fc2807651..3e4002f9a28 100644 --- a/devel/bzrtools/Makefile +++ b/devel/bzrtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2014/01/25 10:45:16 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2014/05/09 07:36:58 wiz Exp $ PKGNAME= bzrtools-${VER} DISTNAME= bzrtools-${VER:R} @@ -12,7 +12,7 @@ COMMENT= Collection of plugins for Bazaar LICENSE= gnu-gpl-v2 REPLACE_PYTHON= check-release.py test.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.5.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.5.0 WRKSRC= ${WRKDIR}/bzrtools diff --git a/devel/codeville/Makefile b/devel/codeville/Makefile index 56e9fe761c8..0f2b77224d7 100644 --- a/devel/codeville/Makefile +++ b/devel/codeville/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2014/01/25 10:30:01 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2014/05/09 07:36:59 wiz 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= 33 # not yet ported as of 0.8.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 2b04fcce55b..92682d61782 100644 --- a/devel/cvs2svn/Makefile +++ b/devel/cvs2svn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2014/01/25 10:45:17 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2014/05/09 07:36:59 wiz Exp $ DISTNAME= cvs2svn-2.3.0 PKGREVISION= 2 @@ -16,7 +16,7 @@ CONFLICTS+= py*-subversion<1.0.1 PYDISTUTILSPKG= yes REPLACE_PYTHON= run-tests.py cvs2svn_rcsparse/run-tests.py \ cvs2svn_rcsparse/parse_rcs_file.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.3.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 f894b99b587..ee6e34a410b 100644 --- a/devel/diffuse/Makefile +++ b/devel/diffuse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2014/01/25 10:30:01 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2014/05/09 07:36:59 wiz Exp $ DISTNAME= diffuse-0.4.7 CATEGORIES= devel @@ -11,7 +11,7 @@ COMMENT= Graphical tool for merging and comparing text files LICENSE= gnu-gpl-v2 DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.10:../../x11/py-gtk2 -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 USE_TOOLS+= msgfmt USE_LANGUAGES= # none diff --git a/devel/distcc-pump/Makefile b/devel/distcc-pump/Makefile index 1ebe25999ea..d56e3765032 100644 --- a/devel/distcc-pump/Makefile +++ b/devel/distcc-pump/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/04/25 16:13:32 adam Exp $ +# $NetBSD: Makefile,v 1.8 2014/05/09 07:36:59 wiz Exp $ PKGNAME= ${DISTNAME:S/-/-pump-/:S/rc1//} COMMENT= Accelerated remote compilation with distcc @@ -6,7 +6,7 @@ COMMENT= Accelerated remote compilation with distcc .include "../../devel/distcc/Makefile.common" PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.1 # check patch-ae for build and install targets BUILD_TARGET= pump include-server diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile index 3a98d05e5d1..7e7ff3174f9 100644 --- a/devel/doxygen/Makefile +++ b/devel/doxygen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.112 2014/05/08 23:41:52 dsainty Exp $ +# $NetBSD: Makefile,v 1.113 2014/05/09 07:36:59 wiz Exp $ DISTNAME= doxygen-1.8.7.src PKGNAME= ${DISTNAME:S/.src//} @@ -30,7 +30,7 @@ MAKE_FLAGS+= MAN1DIR=${PKGMANDIR}/man1 REPLACE_PERL= tmake/bin/tmake -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.8.6 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.8.6 # Case Insensitive or Case Sensitive File System PLIST_VARS+= ci cs diff --git a/devel/epydoc/Makefile b/devel/epydoc/Makefile index c4ba179eaba..ee7ecdea7e9 100644 --- a/devel/epydoc/Makefile +++ b/devel/epydoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2014/01/25 10:30:01 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2014/05/09 07:36:59 wiz Exp $ DISTNAME= epydoc-2.1 PKGREVISION= 7 @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk USE_LANGUAGES= #none USE_TOOLS+= pax -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.1 INSTALLATION_DIRS= ${PKGMANDIR}/man1 share/doc/epydoc diff --git a/devel/eric3/Makefile b/devel/eric3/Makefile index 964a9987193..171e4857f9f 100644 --- a/devel/eric3/Makefile +++ b/devel/eric3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2014/01/25 10:30:01 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2014/05/09 07:36:59 wiz Exp $ DISTNAME= eric-3.8.1 PKGREVISION= 3 @@ -18,7 +18,7 @@ USE_LANGUAGES= PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-xml, py-qt3-modules +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml, py-qt3-modules .include "../../mk/bsd.prefs.mk" diff --git a/devel/eric4/Makefile b/devel/eric4/Makefile index 93890caa11d..0e0576b32af 100644 --- a/devel/eric4/Makefile +++ b/devel/eric4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2014/05/04 13:10:47 rodent Exp $ +# $NetBSD: Makefile,v 1.42 2014/05/09 07:36:59 wiz Exp $ VERS= 4.5.18 DISTNAME= eric4-${VERS} @@ -15,7 +15,7 @@ LICENSE= gnu-gpl-v3 NO_BUILD= yes PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 4.5.18 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 64c1662d8dd..6ac117ca381 100644 --- a/devel/gnatpython/Makefile +++ b/devel/gnatpython/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/01/25 10:30:01 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2014/05/09 07:36:59 wiz Exp $ DISTNAME= gnatpython-${SNAPSHOT} PKGREVISION= 2 @@ -15,7 +15,7 @@ SNAPSHOT= 20110912 EGG_NAME= gnatpython-1.2 -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 20110912 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 20110912 .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile index 9f4d3774e16..218bc392e34 100644 --- a/devel/gobject-introspection/Makefile +++ b/devel/gobject-introspection/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2014/05/05 00:47:44 ryoon Exp $ +# $NetBSD: Makefile,v 1.40 2014/05/09 07:36:59 wiz Exp $ DISTNAME= gobject-introspection-1.38.0 PKGREVISION= 2 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2 DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.38.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.38.0 GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/devel/googletest/Makefile b/devel/googletest/Makefile index 893cf7e5af8..abedc808d62 100644 --- a/devel/googletest/Makefile +++ b/devel/googletest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/01/25 10:30:01 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2014/05/09 07:36:59 wiz Exp $ DISTNAME= gtest-1.6.0 PKGNAME= ${DISTNAME:S/gtest/googletest/} @@ -26,7 +26,7 @@ SUBST_STAGE.rpathfix= pre-configure REPLACE_PYTHON+= scripts/*py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.6.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.6.0 .include "../../mk/compiler.mk" .if !empty(PKGSRC_COMPILER:Mclang) diff --git a/devel/gps/options.mk b/devel/gps/options.mk index dcc8da64a84..3eab48fbfef 100644 --- a/devel/gps/options.mk +++ b/devel/gps/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.7 2014/01/25 10:30:01 wiz Exp $ +# $NetBSD: options.mk,v 1.8 2014/05/09 07:36:59 wiz 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= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 7947c0c5afd..e707b2c90ba 100644 --- a/devel/gyp/Makefile +++ b/devel/gyp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/01/25 10:30:01 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/05/09 07:36:59 wiz Exp $ SVN_REVISION= 1718 DIST_VERSION= 0.1 @@ -13,7 +13,7 @@ HOMEPAGE= http://code.google.com/p/gyp/ COMMENT= GYP can Generate Your Projects LICENSE= modified-bsd -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.1pre1718 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.1pre1718 EGG_NAME= gyp-${DIST_VERSION} # for test diff --git a/devel/hg-git/Makefile b/devel/hg-git/Makefile index d8cac261713..7f59dd35eac 100644 --- a/devel/hg-git/Makefile +++ b/devel/hg-git/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2014/01/25 10:30:01 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2014/05/09 07:36:59 wiz Exp $ DISTNAME= hg-git-0.4.0 EGG_NAME= ${DISTNAME:S/hg-/hg_/} @@ -13,7 +13,7 @@ DEPENDS+= ${PYPKGPREFIX}-dulwich>=0.8.6:../../devel/py-dulwich DEPENDS+= mercurial>=1.9.4:../../devel/mercurial USE_LANGUAGES= #none -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-dulwich +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-dulwich .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/kdesdk3/Makefile b/devel/kdesdk3/Makefile index 3fc08f0ca9b..4b7526be9ef 100644 --- a/devel/kdesdk3/Makefile +++ b/devel/kdesdk3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.117 2014/04/10 06:21:19 obache Exp $ +# $NetBSD: Makefile,v 1.118 2014/05/09 07:36:59 wiz Exp $ DISTNAME= kdesdk-${_KDE_VERSION} PKGREVISION= 50 @@ -80,7 +80,7 @@ REPLACE_PYTHON+= \ kcachegrind/converters/hotshot2calltree \ scripts/kdelnk2desktop.py \ scripts/zonetab2pot.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 3.5.10 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.5.10 # REPLACE_PHP+= kcachegrind/converters/pprof2calltree SUBST_CLASSES+= php diff --git a/devel/ko-po-check/Makefile b/devel/ko-po-check/Makefile index 981a28ddae6..24dd299f8a5 100644 --- a/devel/ko-po-check/Makefile +++ b/devel/ko-po-check/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/01/25 10:30:01 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2014/05/09 07:36:59 wiz Exp $ DISTNAME= ko-po-check-0.8 PKGREVISION= 3 @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} REPLACE_PYTHON= scripts/ko-po-check.in -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.8 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 4ba4bd8d883..172233a3785 100644 --- a/devel/lettuce/Makefile +++ b/devel/lettuce/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/01/25 10:30:01 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:00 wiz Exp $ DISTNAME= lettuce-0.2.18 CATEGORIES= devel @@ -10,7 +10,7 @@ COMMENT= Behaviour-driven development test tool LICENSE= gnu-gpl-v3 REPLACE_PYTHON= lettuce/bin.py lettuce/plugins/autopdb.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.2.18 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 b3c970185d6..51c4764adc7 100644 --- a/devel/libftdi1/Makefile +++ b/devel/libftdi1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/01/25 10:30:01 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:00 wiz Exp $ DISTNAME= libftdi1-1.0 CATEGORIES= devel @@ -16,7 +16,7 @@ USE_CMAKE= yes USE_TOOLS+= pkg-config cmake USE_LANGUAGES= c c++ -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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/libhid/Makefile b/devel/libhid/Makefile index e4df83caf03..3672235ba1a 100644 --- a/devel/libhid/Makefile +++ b/devel/libhid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/01/25 10:30:02 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:00 wiz Exp $ DISTNAME= libhid-0.2.16 PKGREVISION= 1 @@ -18,7 +18,7 @@ USE_TOOLS+= gmake USE_LIBTOOL= yes PLIST_SUBST+= PYSITELIB=${PYSITELIB} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.2.16 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.2.16 .include "../../lang/python/pyversion.mk" .include "../../lang/${PYPACKAGE}/buildlink3.mk" diff --git a/devel/meld-devel/Makefile b/devel/meld-devel/Makefile index 754e0a313c3..ab2b1da9757 100644 --- a/devel/meld-devel/Makefile +++ b/devel/meld-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/05/05 00:47:45 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:00 wiz Exp $ DISTNAME= meld-3.11.0 PKGREVISION= 2 @@ -17,7 +17,7 @@ DEPENDS+= gsettings-desktop-schemas-[0-9]*:../../sysutils/gsettings-desktop-sch USE_TOOLS+= intltool msgfmt -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 3.11; 3.12 will probably require 33+ +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.11; 3.12 will probably require 33+ SUBST_CLASSES+= man SUBST_FILES.man= setup.py diff --git a/devel/meld/Makefile b/devel/meld/Makefile index 2a45caff645..09b571a1772 100644 --- a/devel/meld/Makefile +++ b/devel/meld/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2014/02/24 12:25:00 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2014/05/09 07:37:00 wiz Exp $ DISTNAME= meld-1.8.4 CATEGORIES= devel @@ -18,7 +18,7 @@ MAKE_FLAGS+= prefix=${PREFIX} MAKE_FLAGS+= localedir=${PREFIX}/${PKGLOCALEDIR}/locale MAKE_FLAGS+= PYTHON=${PYTHONBIN} REPLACE_PYTHON= bin/meld -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 # remove unnecessarily created empty dirs post-install: diff --git a/devel/py-InlineEgg/Makefile b/devel/py-InlineEgg/Makefile index 0ffc0b66606..6cb90d81eca 100644 --- a/devel/py-InlineEgg/Makefile +++ b/devel/py-InlineEgg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/01/25 10:45:17 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2014/05/09 07:37:00 wiz 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= 33 # not yet ported as of 1.08 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 900d2a6c280..f52acee2573 100644 --- a/devel/py-Optik/Makefile +++ b/devel/py-Optik/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/01/25 10:30:02 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2014/05/09 07:37:00 wiz 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= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 do-test: cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} test/test_optik.py diff --git a/devel/py-astroid/Makefile b/devel/py-astroid/Makefile index 666476f1239..939c87ebfee 100644 --- a/devel/py-astroid/Makefile +++ b/devel/py-astroid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/03/12 01:06:05 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2014/05/09 07:37:00 wiz Exp $ DISTNAME= astroid-1.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= gnu-lgpl-v3 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-mxDateTime via py-logilab-common +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mxDateTime via py-logilab-common .include "../../devel/py-logilab-common/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/devel/py-at-spi/Makefile b/devel/py-at-spi/Makefile index 8eab2397ae7..645c1b9e344 100644 --- a/devel/py-at-spi/Makefile +++ b/devel/py-at-spi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2014/01/25 10:30:02 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2014/05/09 07:37:00 wiz 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= 33 # py-ORBit, py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit, py-gnome2 PYATSPIDIR= ${PREFIX}/${PYSITELIB}/pyatspi INSTALLATION_DIRS= ${PYATSPIDIR} diff --git a/devel/py-buildbot-slave/Makefile b/devel/py-buildbot-slave/Makefile index c6a9cb6ef69..a1f1c547862 100644 --- a/devel/py-buildbot-slave/Makefile +++ b/devel/py-buildbot-slave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/01/25 10:30:03 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:00 wiz Exp $ DISTNAME= buildbot-slave-0.8.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-buildbot/Makefile b/devel/py-buildbot/Makefile index ed3463f0507..2511b96926a 100644 --- a/devel/py-buildbot/Makefile +++ b/devel/py-buildbot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/01/25 10:30:02 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:00 wiz Exp $ DISTNAME= buildbot-0.8.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted DEPENDS+= ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2 DEPENDS+= ${PYPKGPREFIX}-sqlite2-[0-9]*:../../databases/py-sqlite2 -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-twisted, py-sqlite2, py-sqlalchemy-migrate +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted, py-sqlite2, py-sqlalchemy-migrate .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-checker/Makefile b/devel/py-checker/Makefile index d34f139f1c1..db2a9f674c0 100644 --- a/devel/py-checker/Makefile +++ b/devel/py-checker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2014/01/25 10:30:03 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2014/05/09 07:37:00 wiz Exp $ DISTNAME= pychecker-0.8.19 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -13,7 +13,7 @@ LICENSE= modified-bsd PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q} PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.8.19 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.8.19 post-install: ${MV} ${DESTDIR}${PREFIX}/bin/pychecker ${DESTDIR}${PREFIX}/bin/pychecker${PYVERSSUFFIX} diff --git a/devel/py-cheetah/Makefile b/devel/py-cheetah/Makefile index 64895ac981c..dbd3c3d0448 100644 --- a/devel/py-cheetah/Makefile +++ b/devel/py-cheetah/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2014/01/20 11:23:00 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2014/05/09 07:37:00 wiz 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= 33 # not yet ported as of 2.4.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 2dd2fa8e0aa..7793dcbd77d 100644 --- a/devel/py-compizconfig/Makefile +++ b/devel/py-compizconfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2014/05/05 00:47:46 ryoon Exp $ +# $NetBSD: Makefile,v 1.39 2014/05/09 07:37:00 wiz 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= 33 # py-pyrex +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-pyrex .include "../../wm/compiz/buildlink3.mk" .include "../../devel/libcompizconfig/buildlink3.mk" diff --git a/devel/py-daemon/Makefile b/devel/py-daemon/Makefile index 770f8a9f016..4ae9e2e9eae 100644 --- a/devel/py-daemon/Makefile +++ b/devel/py-daemon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/01/19 09:09:13 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:00 wiz Exp $ DISTNAME= python-daemon-1.6 EGG_NAME= ${DISTNAME:S/-/_/} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-lockfile>=0.9:../../devel/py-lockfile USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.6 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.6 REPLACE_INTERPRETER+= python REPLACE.python.old= /usr/bin/env diff --git a/devel/py-darcsver/Makefile b/devel/py-darcsver/Makefile index 21b0a23e1a8..d816efe81cc 100644 --- a/devel/py-darcsver/Makefile +++ b/devel/py-darcsver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/01/19 17:51:34 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:00 wiz 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= 33 # not yet ported as of 1.7.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.7.4 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-doctor/Makefile b/devel/py-doctor/Makefile index 8711b952dcb..2abacd1692f 100644 --- a/devel/py-doctor/Makefile +++ b/devel/py-doctor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/02/12 15:17:52 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:01 wiz Exp $ DISTNAME= pydoctor-0.5 PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-nevow>=0.9.18:../../www/py-nevow USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-twisted, py-xml via py-nevow +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted, py-xml via py-nevow .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-dulwich/Makefile b/devel/py-dulwich/Makefile index 95f81f03b6c..4ed8cee4c1c 100644 --- a/devel/py-dulwich/Makefile +++ b/devel/py-dulwich/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/01/20 12:42:24 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2014/05/09 07:37:01 wiz Exp $ DISTNAME= dulwich-0.9.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://www.samba.org/~jelmer/dulwich/ COMMENT= Python implementation of Git LICENSE= gnu-gpl-v2 -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.9.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.9.4 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-expect/Makefile b/devel/py-expect/Makefile index d16373b8ab3..d1204d1a599 100644 --- a/devel/py-expect/Makefile +++ b/devel/py-expect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2014/01/25 10:30:03 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2014/05/09 07:37:01 wiz 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= 33 # not yet ported as of 1.9b1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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-filechunkio/Makefile b/devel/py-filechunkio/Makefile index c98c203cf24..e3564a801f3 100644 --- a/devel/py-filechunkio/Makefile +++ b/devel/py-filechunkio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/01/25 10:30:03 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:01 wiz Exp $ DISTNAME= filechunkio-1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,7 @@ COMMENT= Chunck files for input/output LICENSE= mit USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.5 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-gobject/Makefile b/devel/py-gobject/Makefile index 30ef206fa74..b184bb47edd 100644 --- a/devel/py-gobject/Makefile +++ b/devel/py-gobject/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.49 2014/01/25 08:51:49 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2014/05/09 07:37:01 wiz Exp $ PKGNAME= ${PYPKGPREFIX}-gobject-2.28.6 PKGREVISION= 11 # only noticeable by running codegen.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.28.6 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.28.6 .include "Makefile.common" diff --git a/devel/py-hgview/Makefile b/devel/py-hgview/Makefile index 45576edf498..05b29e1b9b4 100644 --- a/devel/py-hgview/Makefile +++ b/devel/py-hgview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/04/21 13:37:41 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:01 wiz Exp $ DISTNAME= hgview-1.8.0 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= 33 # not yet ported as of 1.8.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.8.0 USE_TOOLS+= gmake diff --git a/devel/py-ipaddr/Makefile b/devel/py-ipaddr/Makefile index 9ef7c3a54a3..319468a4781 100644 --- a/devel/py-ipaddr/Makefile +++ b/devel/py-ipaddr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/02/15 17:17:57 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:01 wiz Exp $ DISTNAME= ipaddr-2.1.10 PKGNAME= ${PYPKGPREFIX}ipaddr-2.1.10 @@ -10,7 +10,7 @@ HOMEPAGE= http://code.google.com/p/ipaddr-py/ COMMENT= Google open source IPv4/IPv6 manipulation library in Python LICENSE= apache-2.0 -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.1.10 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.1.10 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-ipython010/Makefile b/devel/py-ipython010/Makefile index 1c963ad7d60..cfc1897ed75 100644 --- a/devel/py-ipython010/Makefile +++ b/devel/py-ipython010/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/04/20 11:23:52 obache Exp $ +# $NetBSD: Makefile,v 1.2 2014/05/09 07:37:01 wiz 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= 33 # not yet ported as of 0.10.2 (1.0 is out) +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.10.2 (1.0 is out) USE_LANGUAGES= # none USE_TOOLS+= gunzip diff --git a/devel/py-ipython013/Makefile b/devel/py-ipython013/Makefile index 7bac5827809..f8f8bf6ca3d 100644 --- a/devel/py-ipython013/Makefile +++ b/devel/py-ipython013/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/01/25 10:30:04 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2014/05/09 07:37:01 wiz Exp $ DISTNAME= ipython-0.13.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= modified-bsd DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.13.2 (see py-ipython1 package for a compatible version) +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.13.2 (see py-ipython1 package for a compatible version) USE_LANGUAGES= # none USE_TOOLS+= gunzip diff --git a/devel/py-jersey/Makefile b/devel/py-jersey/Makefile index 70245f4bd07..5f3be422c10 100644 --- a/devel/py-jersey/Makefile +++ b/devel/py-jersey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/01/25 10:30:04 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2014/05/09 07:37:01 wiz Exp $ DISTNAME= jersey-0.1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= modified-bsd #BUILD_DEPENDS+= ${PYPKGPREFIX}-twisted>=10.0.0:../../net/py-twisted DEPENDS+= ${PYPKGPREFIX}-twisted>=10.0.0:../../net/py-twisted -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-kjbuckets/Makefile b/devel/py-kjbuckets/Makefile index 604d3fe455a..82140ac8e43 100644 --- a/devel/py-kjbuckets/Makefile +++ b/devel/py-kjbuckets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/01/25 08:55:08 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2014/05/09 07:37:01 wiz 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= 33 # not yet ported as of 1.0.0 resp. 2.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 1961ed4458b..5fa34ad4bdb 100644 --- a/devel/py-kqueue/Makefile +++ b/devel/py-kqueue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/01/25 10:30:04 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2014/05/09 07:37:01 wiz Exp $ DISTNAME= py-kqueue-2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py-//} @@ -18,7 +18,7 @@ PKG_FAIL_REASON+= "${PKGNAME} is not available for ${MACHINE_PLATFORM}, needs OS .endif EGG_NAME= ${DISTNAME:S/py-//} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.0 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-libmc/Makefile b/devel/py-libmc/Makefile index ee3ff32fb09..140f96e7429 100644 --- a/devel/py-libmc/Makefile +++ b/devel/py-libmc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/01/21 10:40:19 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:01 wiz Exp $ DISTNAME= pylibmc-1.2.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -11,7 +11,7 @@ HOMEPAGE= http://pypi.python.org/pypi/pylibmc COMMENT= Quick and small memcached client for Python LICENSE= modified-bsd -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.2.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.2.3 .include "../../devel/libmemcached/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" diff --git a/devel/py-logan/Makefile b/devel/py-logan/Makefile index 77a5d0a7578..49f2688e8ea 100644 --- a/devel/py-logan/Makefile +++ b/devel/py-logan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/05/03 12:54:36 rodent Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:01 wiz Exp $ DISTNAME= logan-0.5.10 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,7 @@ COMMENT= Toolkit for building standalone Django applications LICENSE= apache-2.0 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.5.9.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.5.9.1 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-logilab-astng/Makefile b/devel/py-logilab-astng/Makefile index a5bcb7a69c8..e4dcc0ab873 100644 --- a/devel/py-logilab-astng/Makefile +++ b/devel/py-logilab-astng/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/01/25 10:30:04 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:01 wiz Exp $ VERSION= 0.21.0 DISTNAME= logilab-astng-${VERSION} @@ -13,7 +13,7 @@ COMMENT= Extend Python abstract syntax tree LICENSE= gnu-gpl-v2 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-mxDateTime via py-logilab-common +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mxDateTime via py-logilab-common do-test: cd ${WRKSRC} && ${SH} test/fulltest.sh ${PYVERSSUFFIX} diff --git a/devel/py-logilab-common/Makefile b/devel/py-logilab-common/Makefile index 5eacd6c2b3f..7ce60a18fd1 100644 --- a/devel/py-logilab-common/Makefile +++ b/devel/py-logilab-common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/01/25 10:30:04 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:01 wiz Exp $ VERS= 0.53.0 DISTNAME= logilab-common-${VERS} @@ -14,7 +14,7 @@ LICENSE= gnu-lgpl-v2.1 #comment this out to avoid problems to find the binary by other programs PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-mxDateTime +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mxDateTime INSTALLATION_DIRS= ${PKGMANDIR}/man1 diff --git a/devel/py-memcached/Makefile b/devel/py-memcached/Makefile index bbde7b625ff..3a040564333 100644 --- a/devel/py-memcached/Makefile +++ b/devel/py-memcached/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/01/25 10:30:04 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:02 wiz Exp $ DISTNAME= python-memcached-1.53 PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/1} @@ -16,7 +16,7 @@ DOCDIR= ${PREFIX}/share/doc/py-memcached INSTALLATION_DIRS= ${DOCDIR} REPLACE_PYTHON+= memcache.py EGG_NAME= ${DISTNAME:S/-/_/1} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.53 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.53 post-install: ${INSTALL_DATA} ${WRKSRC}/memcache.html ${DESTDIR}${DOCDIR} diff --git a/devel/py-mercurial/Makefile.version b/devel/py-mercurial/Makefile.version index 378af239f15..afee729797c 100644 --- a/devel/py-mercurial/Makefile.version +++ b/devel/py-mercurial/Makefile.version @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.version,v 1.2 2014/05/03 11:53:59 wiz Exp $ +# $NetBSD: Makefile.version,v 1.3 2014/05/09 07:37:02 wiz Exp $ VERSION= 3.0 -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.9 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.9 # see also http://mercurial.selenic.com/wiki/SupportedPythonVersions # 3.x support is not planned for the near future # diff --git a/devel/py-multiprocessing/Makefile b/devel/py-multiprocessing/Makefile index fae5620a670..b45255fb9ee 100644 --- a/devel/py-multiprocessing/Makefile +++ b/devel/py-multiprocessing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/02/08 16:46:05 wiedi Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:02 wiz Exp $ DISTNAME= multiprocessing-2.6.2.1 PKGNAME= ${PYPKGPREFIX}-multiprocessing-2.6.2.1 @@ -10,7 +10,7 @@ HOMEPAGE= http://pypi.python.org/pypi/multiprocessing/ COMMENT= Python threading package LICENSE= modified-bsd -PYTHON_VERSIONS_INCOMPATIBLE= 33 # does not make sense, python-3.x has it included +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # does not make sense, python-3.x has it included CFLAGS.SunOS+= -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1 diff --git a/devel/py-newt/Makefile b/devel/py-newt/Makefile index 4a6c3ed53ae..66bcd97419c 100644 --- a/devel/py-newt/Makefile +++ b/devel/py-newt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/03/27 07:54:49 obache Exp $ +# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:02 wiz 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= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 pre-configure: cd ${WRKSRC}; \ diff --git a/devel/py-open-vcdiff/Makefile b/devel/py-open-vcdiff/Makefile index 68c936795f3..f18c7e83248 100644 --- a/devel/py-open-vcdiff/Makefile +++ b/devel/py-open-vcdiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/01/25 10:30:04 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:02 wiz 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= 33 # not yet ported as of 06d46e3de6f7 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 d1321ab5dd0..5879e4e2593 100644 --- a/devel/py-pqueue/Makefile +++ b/devel/py-pqueue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2014/01/25 10:30:04 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2014/05/09 07:37:02 wiz 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= 33 # not yet ported as of 0.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.2 PYQ_DOCDIR= ${PREFIX}/share/doc/${PYPKGPREFIX}-PQueue diff --git a/devel/py-pylint/Makefile b/devel/py-pylint/Makefile index 4028ab38ac0..ec4cf610ad1 100644 --- a/devel/py-pylint/Makefile +++ b/devel/py-pylint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/03/12 01:35:52 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:02 wiz Exp $ DISTNAME= pylint-1.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk DEPENDS+= ${PYPKGPREFIX}-astroid>=1.0.1:../../devel/py-astroid -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-mxDateTime via py-logilab-common +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mxDateTime via py-logilab-common USE_LANGUAGES= # none diff --git a/devel/py-pytemplate/Makefile b/devel/py-pytemplate/Makefile index ea13b0ce753..0d010bdf4a1 100644 --- a/devel/py-pytemplate/Makefile +++ b/devel/py-pytemplate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/01/21 14:01:36 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:02 wiz 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= 33 # not yet ported as of 1.5.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.5.1 EGDIR= ${PREFIX}/share/examples/${PYPKGPREFIX}-pytemplate diff --git a/devel/py-pyutil/Makefile b/devel/py-pyutil/Makefile index b57167ebb79..f4503f2ca96 100644 --- a/devel/py-pyutil/Makefile +++ b/devel/py-pyutil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/04/01 21:31:44 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2014/05/09 07:37:02 wiz Exp $ DISTNAME= pyutil-2.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-zbase32-[0-9]*:../../converters/py-zbase32 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-twisted via py-setuptools_trial, py-zbase32 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted via py-setuptools_trial, py-zbase32 REPLACE_PYTHON+= pyutil/test/current/test_mathutil.py REPLACE_PYTHON+= pyutil/benchmarks/bench_xor.py pyutil/lineutil.py pyutil/scripts/*.py pyutil/test/*/*.py diff --git a/devel/py-quixote/Makefile b/devel/py-quixote/Makefile index 9c936275e0d..fa6e4d1bf3a 100644 --- a/devel/py-quixote/Makefile +++ b/devel/py-quixote/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/01/19 20:37:43 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:02 wiz Exp $ PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} DISTNAME= Quixote-2.7 @@ -13,7 +13,7 @@ LICENSE= mit REPLACE_PYTHON+= setup.py quixote/server/*.py quixote/test/*.py quixote/ptl/*.py REPLACE_PYTHON+= quixote/demo/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.7 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.7 .include "../../lang/python/distutils.mk" .include "../../lang/python/application.mk" diff --git a/devel/py-rope/Makefile b/devel/py-rope/Makefile index 65075ea76bf..26076a99450 100644 --- a/devel/py-rope/Makefile +++ b/devel/py-rope/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/01/25 10:30:04 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:02 wiz Exp $ VERS= 0.9.3 DISTNAME= rope-${VERS} @@ -11,7 +11,7 @@ HOMEPAGE= http://rope.sourceforge.net/ COMMENT= Rope is a python refactoring library LICENSE= gnu-gpl-v2 -PYTHON_VERSIONS_INCOMPATIBLE= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # XXX tests in contrib.codeassisttest fail do-test: diff --git a/devel/py-setuptools_trial/Makefile b/devel/py-setuptools_trial/Makefile index 19b9f09cf6f..d3ab1014ebe 100644 --- a/devel/py-setuptools_trial/Makefile +++ b/devel/py-setuptools_trial/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/01/25 10:30:05 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:02 wiz Exp $ DISTNAME= setuptools_trial-0.5.12 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ USE_LANGUAGES= # none DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-stompclient/Makefile b/devel/py-stompclient/Makefile index 25c635b0e25..92b854e2e02 100644 --- a/devel/py-stompclient/Makefile +++ b/devel/py-stompclient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/01/25 10:30:05 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:02 wiz 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= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-subvertpy/Makefile b/devel/py-subvertpy/Makefile index 1bd9ead3a8a..3e751edd5da 100644 --- a/devel/py-subvertpy/Makefile +++ b/devel/py-subvertpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2014/04/09 07:27:06 obache Exp $ +# $NetBSD: Makefile,v 1.27 2014/05/09 07:37:02 wiz Exp $ DISTNAME= subvertpy-0.8.10 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ LICENSE= gnu-lgpl-v2.1 MAKE_ENV+= SVN_PREFIX=${BUILDLINK_PREFIX.subversion-base} PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.8.10 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.8.10 .include "../../devel/subversion-base/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/devel/py-tabular/Makefile b/devel/py-tabular/Makefile index f1a0a813950..0191d67969d 100644 --- a/devel/py-tabular/Makefile +++ b/devel/py-tabular/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/01/25 10:30:05 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:02 wiz Exp $ DISTNAME= tabular-0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= mit PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.1 .include "../../graphics/py-matplotlib/buildlink3.mk" .include "../../math/py-numpy/buildlink3.mk" diff --git a/devel/py-tryton/options.mk b/devel/py-tryton/options.mk index 0c761654106..c6c78530088 100644 --- a/devel/py-tryton/options.mk +++ b/devel/py-tryton/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2014/01/31 19:32:04 wiz Exp $ +# $NetBSD: options.mk,v 1.3 2014/05/09 07:37:02 wiz 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= 33 # py-cdecimal not available because obsolete +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 34 # py-cdecimal not available because obsolete DEPENDS+= ${PYPKGPREFIX}-cdecimal-[0-9]*:../../math/py-cdecimal .endif .if !empty(PKG_OPTIONS:Mgoocalendar) -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 via py-goocanvas via py-goocalendar +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 34 # py-gtk2 via py-goocanvas via py-goocalendar DEPENDS+= ${PYPKGPREFIX}-goocalendar-[0-9]*:../../time/py-goocalendar .endif diff --git a/devel/py-trytond/Makefile b/devel/py-trytond/Makefile index e8f3073848d..5991962817e 100644 --- a/devel/py-trytond/Makefile +++ b/devel/py-trytond/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/05/03 13:17:58 rodent Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:03 wiz Exp $ DISTNAME= trytond-3.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -32,7 +32,7 @@ REPLACE_PYTHON+= trytond/tests/test_trigger.py REPLACE_PYTHON+= trytond/tests/test_tryton.py PYTHON_VERSIONED_DEPENDENCIES= dateutil -PYTHON_VERSIONS_INCOMPATIBLE= 26 33 # 26: upstream dropped support; 33: py-gtk2 via py-pycha via py-relatorio +PYTHON_VERSIONS_INCOMPATIBLE= 26 33 34 # 26: upstream dropped support; 33: py-gtk2 via py-pycha via py-relatorio PY_PATCHPLIST= yes PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} diff --git a/devel/py-trytond/options.mk b/devel/py-trytond/options.mk index 39f9773b34a..52b765604fe 100644 --- a/devel/py-trytond/options.mk +++ b/devel/py-trytond/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2014/02/01 14:19:17 rodent Exp $ +# $NetBSD: options.mk,v 1.5 2014/05/09 07:37:03 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.py-trytond PKG_SUPPORTED_OPTIONS= cdecimal mysql pydot psycopg pytz simplejson sphinx @@ -11,17 +11,17 @@ PKG_SUGGESTED_OPTIONS+= psycopg pytz simplejson sphinx # XXX python-Levenshtein (http://github.com/miohtama/python-Levenshtein) options .if !empty(PKG_OPTIONS:Mcdecimal) -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-cdecimal is obsolete for that version and thus not available +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 34 34 34 # 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= 33 # py-mysqldb +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 34 34 34 # py-mysqldb DEPENDS+= ${PYPKGPREFIX}-mysqldb-[0-9]*:../../databases/py-mysqldb .endif .if !empty(PKG_OPTIONS:Mpydot) -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-dot +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 34 34 34 # py-dot DEPENDS+= ${PYPKGPREFIX}-dot-[0-9]*:../../graphics/py-dot .endif @@ -42,6 +42,6 @@ DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx .endif .if !empty(PKG_OPTIONS:Mwebdav) -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-pywebdav +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 34 34 34 # py-pywebdav DEPENDS+= ${PYPKGPREFIX}-pywebdav-[0-9]*:../../www/py-pywebdav .endif diff --git a/devel/py-unit/Makefile b/devel/py-unit/Makefile index d89d4969744..bb019eab64c 100644 --- a/devel/py-unit/Makefile +++ b/devel/py-unit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2014/01/25 10:30:05 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2014/05/09 07:37:03 wiz 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= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-unitgui/Makefile b/devel/py-unitgui/Makefile index 33817b7c5fc..f663b6f8291 100644 --- a/devel/py-unitgui/Makefile +++ b/devel/py-unitgui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2014/01/25 10:30:05 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2014/05/09 07:37:03 wiz 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= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-unittest2/Makefile b/devel/py-unittest2/Makefile index 21cbad027ea..10a0f8c5e25 100644 --- a/devel/py-unittest2/Makefile +++ b/devel/py-unittest2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/01/31 11:25:43 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:03 wiz Exp $ DISTNAME= unittest2-0.5.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ DOCDIR= share/doc/${PKGBASE} INSTALLATION_DIRS+= ${DOCDIR} PLIST_SUBST+= DOCDIR=${DOCDIR} PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # see versioned_dependencies.mk +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # see versioned_dependencies.mk post-install: ${INSTALL_DATA} ${WRKSRC}/README.txt ${DESTDIR}${PREFIX}/${DOCDIR} diff --git a/devel/py-usb/Makefile b/devel/py-usb/Makefile index fa65148816f..0b63d7209ed 100644 --- a/devel/py-usb/Makefile +++ b/devel/py-usb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/01/25 10:30:05 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2014/05/09 07:37:03 wiz Exp $ VERSION= 0.4.2 DISTNAME= pyusb-${VERSION} @@ -13,7 +13,7 @@ COMMENT= Python interface to USB via libusb CFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.4.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.4.2 .include "../../devel/libusb/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/devel/py-windbg/Makefile b/devel/py-windbg/Makefile index b9fdc170991..625a4072a29 100644 --- a/devel/py-windbg/Makefile +++ b/devel/py-windbg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/01/25 10:30:05 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2014/05/09 07:37:03 wiz 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= 33 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-wxWidgets USE_LANGUAGES= #none diff --git a/devel/py-zconfig/Makefile b/devel/py-zconfig/Makefile index 28842d531a7..505ae68451f 100644 --- a/devel/py-zconfig/Makefile +++ b/devel/py-zconfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/01/25 10:30:05 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2014/05/09 07:37:03 wiz Exp $ DISTNAME= ZConfig-2.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -14,7 +14,7 @@ USE_LANGUAGES= # empty INSTALLATION_DIRS+= share/doc/py-zconfig -PYTHON_VERSIONS_INCOMPATIBLE= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 post-install: ${INSTALL_DATA} ${WRKSRC}/doc/zconfig.pdf \ diff --git a/devel/qbzr/Makefile b/devel/qbzr/Makefile index efff07991e7..c62c9476810 100644 --- a/devel/qbzr/Makefile +++ b/devel/qbzr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2014/01/23 18:53:03 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2014/05/09 07:37:03 wiz Exp $ DISTNAME= qbzr-${VER} PKGREVISION= 3 @@ -17,7 +17,7 @@ USE_TOOLS+= msgfmt WRKSRC= ${WRKDIR}/qbzr -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.22.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 9efb216ace1..f9ce8acd17f 100644 --- a/devel/roundup/Makefile +++ b/devel/roundup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2014/01/25 10:45:17 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2014/05/09 07:37:03 wiz Exp $ DISTNAME= roundup-1.4.19 PKGREVISION= 2 @@ -13,7 +13,7 @@ LICENSE= mit AND zpl USE_LANGUAGES= # empty USE_TOOLS+= pax -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.4.19 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 f3940206ed9..ba70e34b531 100644 --- a/devel/rox-lib/Makefile +++ b/devel/rox-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2014/01/25 10:45:17 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2014/05/09 07:37:03 wiz Exp $ DISTNAME= rox-lib-2.0.2 PKGREVISION= 14 @@ -24,7 +24,7 @@ USE_TOOLS+= pax REPLACE_PYTHON= AppRun MakeDist REPLACE_PYTHON+= python/make_docs.py REPLACE_PYTHON+= tests/python/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 INSTALLATION_DIRS= share/rox/ROX-Lib2 diff --git a/devel/scons/Makefile b/devel/scons/Makefile index f3d0f2200b5..4f5fd4229b5 100644 --- a/devel/scons/Makefile +++ b/devel/scons/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2014/04/12 19:54:37 adam Exp $ +# $NetBSD: Makefile,v 1.24 2014/05/09 07:37:03 wiz Exp $ DISTNAME= scons-2.3.1 CATEGORIES= devel @@ -12,7 +12,7 @@ LICENSE= mit REPLACE_PYTHON+= script/scons script/scons-time script/sconsign # not yet ported as of 2.3.0, but progress promised -PYTHON_VERSIONS_INCOMPATIBLE= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" diff --git a/devel/stgit/Makefile b/devel/stgit/Makefile index 85fa09735fb..387b668a6a2 100644 --- a/devel/stgit/Makefile +++ b/devel/stgit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2014/01/25 10:45:17 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2014/05/09 07:37:03 wiz Exp $ DISTNAME= stgit-0.14.3 PKGREVISION= 7 @@ -23,7 +23,7 @@ REPLACE_BASH= contrib/stg-* REPLACE_PYTHON= *.py stgit/*.py stg PYSETUPINSTALLARGS= --prefix=${PREFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.14.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.14.3 MAKE_ENV+= ASCIIDOC=${PREFIX}/bin/asciidoc MAKE_ENV+= ASCIIDOC_EXTRA=${ASCIIDOC_EXTRA:M*:Q} diff --git a/devel/tailor/Makefile b/devel/tailor/Makefile index f4039015b91..a23449005b7 100644 --- a/devel/tailor/Makefile +++ b/devel/tailor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2014/01/25 10:30:06 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2014/05/09 07:37:03 wiz Exp $ DISTNAME= tailor-0.9.35 PKGREVISION= 5 @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v3 USE_LANGUAGES= #none -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.9.35 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.9.35 REPLACE_PYTHON= tailor AUTO_MKDIRS= yes diff --git a/devel/talloc/Makefile b/devel/talloc/Makefile index bb3c7f90770..bd32f235031 100644 --- a/devel/talloc/Makefile +++ b/devel/talloc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/01/25 10:30:06 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:03 wiz Exp $ DISTNAME= talloc-2.1.0 CATEGORIES= devel @@ -17,7 +17,7 @@ USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= talloc.pc.in PKGCONFIG_OVERRIDE+= pytalloc-util.pc.in PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.1.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.1.0 # include/talloc.h CONFLICTS+= samba-[0-9]* diff --git a/devel/transifex-client/Makefile b/devel/transifex-client/Makefile index 86b12b79dad..1877f27ab64 100644 --- a/devel/transifex-client/Makefile +++ b/devel/transifex-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/01/25 10:30:06 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:03 wiz Exp $ DISTNAME= ${VERS} PKGNAME= transifex-client-${VERS} @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2 VERS= 0.10 WRKSRC= ${WRKDIR}/transifex-client-${VERS} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.10 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.10 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/umbrello/Makefile b/devel/umbrello/Makefile index 2c444e9c78b..60583cc55be 100644 --- a/devel/umbrello/Makefile +++ b/devel/umbrello/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.22 2014/04/10 06:21:23 obache Exp $ +# $NetBSD: Makefile,v 1.23 2014/05/09 07:37:03 wiz Exp $ DISTNAME= umbrello-${_KDE_VERSION} PKGREVISION= 3 CATEGORIES= devel COMMENT= UML Modeller -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 4.11.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 4.11.3 .include "../../meta-pkgs/kde4/Makefile.kde4" diff --git a/devel/valide/Makefile b/devel/valide/Makefile index b89e0de651e..55b457cadf6 100644 --- a/devel/valide/Makefile +++ b/devel/valide/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2014/05/05 00:47:47 ryoon Exp $ +# $NetBSD: Makefile,v 1.32 2014/05/09 07:37:04 wiz Exp $ DISTNAME= valide-0.4.0 PKGREVISION= 24 @@ -15,7 +15,7 @@ PYTHON_FOR_BUILD_ONLY= yes REPLACE_PYTHON+= wscript waf \ */wscript_build \ */*/wscript_build -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.4.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.4.0 WAF_ENV= PATH=${PATH} CC=${CC:Q} CXX=${CXX:Q} PREFIX=${PREFIX:Q} \ CFLAGS=${CFLAGS:Q} CXXFLAGS=${CXXFLAGS:Q} \ diff --git a/devel/xulrunner10/mozilla-common.mk b/devel/xulrunner10/mozilla-common.mk index 4536fc925ff..7641feb85a8 100644 --- a/devel/xulrunner10/mozilla-common.mk +++ b/devel/xulrunner10/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.4 2014/01/25 10:30:06 wiz Exp $ +# $NetBSD: mozilla-common.mk,v 1.5 2014/05/09 07:37:04 wiz Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -55,7 +55,7 @@ CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}nsprpub/build/autoconf/config.sub CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}/js/ctypes/libffi/config.sub PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 10.0.12 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 10.0.12 .include "../../lang/python/application.mk" CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} diff --git a/devel/xulrunner17/mozilla-common.mk b/devel/xulrunner17/mozilla-common.mk index a40bef5cccd..0744392623a 100644 --- a/devel/xulrunner17/mozilla-common.mk +++ b/devel/xulrunner17/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.3 2014/01/25 10:30:06 wiz Exp $ +# $NetBSD: mozilla-common.mk,v 1.4 2014/05/09 07:37:04 wiz Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -54,7 +54,7 @@ CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}nsprpub/build/autoconf/config.sub CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}/js/ctypes/libffi/config.sub PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-sqlite2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-sqlite2 .include "../../lang/python/application.mk" CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} diff --git a/devel/xulrunner192/mozilla-common.mk b/devel/xulrunner192/mozilla-common.mk index 3b315e23ac7..358b3a82f57 100644 --- a/devel/xulrunner192/mozilla-common.mk +++ b/devel/xulrunner192/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.5 2014/01/25 10:30:06 wiz Exp $ +# $NetBSD: mozilla-common.mk,v 1.6 2014/05/09 07:37:04 wiz Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -49,7 +49,7 @@ CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}nsprpub/build/autoconf/config.sub CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}/js/ctypes/libffi/config.sub PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.9.2.28 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.9.2.28 .include "../../lang/python/application.mk" CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} |