diff options
552 files changed, 1115 insertions, 1115 deletions
diff --git a/audio/aubio/Makefile b/audio/aubio/Makefile index 8a048305273..b1108d7f520 100644 --- a/audio/aubio/Makefile +++ b/audio/aubio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/01/25 10:45:16 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/09 07:36:53 wiz Exp $ DISTNAME= aubio-0.3.2 PKGREVISION= 2 @@ -19,7 +19,7 @@ PKGCONFIG_OVERRIDE+= aubio.pc.in # Python related variables: PY_PATCHPLIST= yes REPLACE_PYTHON= python/aubiocut python/aubiopitch -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.3.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.2 .include "options.mk" diff --git a/audio/csound5/Makefile b/audio/csound5/Makefile index 94c8c22a44e..7a4332ca3a3 100644 --- a/audio/csound5/Makefile +++ b/audio/csound5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2014/02/24 16:19:39 joerg Exp $ +# $NetBSD: Makefile,v 1.34 2014/05/09 07:36:53 wiz Exp $ DISTNAME= Csound${CSOUND_VERSION} PKGNAME= csound5-${CSOUND_VERSION} @@ -26,7 +26,7 @@ SCONS_ARGS+= buildInterfaces=0 # Has long files our tar doesn't understand. EXTRACT_USING= gtar -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 5.01 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 5.01 INSTALLATION_DIRS= bin diff --git a/audio/csound6-manual/Makefile b/audio/csound6-manual/Makefile index 0ced327ecb1..de6f31cd30d 100644 --- a/audio/csound6-manual/Makefile +++ b/audio/csound6-manual/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/03/12 19:31:32 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/09 07:36:53 wiz Exp $ DISTNAME= manual_src PKGNAME= csound6-manual-${CSOUND_VERSION} @@ -30,7 +30,7 @@ SUBST_FILES.python= Makefile SUBST_STAGE.python= pre-build SUBST_MESSAGE.python= Fixing path to python. -PYTHON_VERSIONS_INCOMPATIBLE= 33 # as of 6.02 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 4eafafab1d7..5b6b76f21e0 100644 --- a/audio/csound6/Makefile +++ b/audio/csound6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/03/12 19:00:36 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/09 07:36:53 wiz Exp $ DISTNAME= Csound${CSOUND_VERSION} PKGNAME= csound6-${CSOUND_VERSION} @@ -24,7 +24,7 @@ LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/csound6 # Has long files our tar doesn't understand. EXTRACT_USING= gtar -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 5.01 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 5.01 INSTALLATION_DIRS= bin diff --git a/audio/exaile/Makefile b/audio/exaile/Makefile index e4bc5f4c141..82e4f78dfeb 100644 --- a/audio/exaile/Makefile +++ b/audio/exaile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2014/05/05 00:47:36 ryoon Exp $ +# $NetBSD: Makefile,v 1.47 2014/05/09 07:36:53 wiz Exp $ DISTNAME= exaile_0.2.14 PKGNAME= ${DISTNAME:S/_/-/1} @@ -17,7 +17,7 @@ USE_PKGLOCALEDIR= yes USE_TOOLS+= pkg-config gmake intltool msgfmt REPLACE_PYTHON= exaile.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-mutagen, py-sqlite2, py-gtk2, py-gstreamer0.10 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mutagen, py-sqlite2, py-gtk2, py-gstreamer0.10 MAKE_ENV+= PYTHONBIN=${PYTHONBIN} MAKE_FLAGS+= PKGLOCALEDIR=${PKGLOCALEDIR} diff --git a/audio/moss/Makefile b/audio/moss/Makefile index ddbe44519e8..1403182b1a1 100644 --- a/audio/moss/Makefile +++ b/audio/moss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2014/01/25 10:45:16 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2014/05/09 07:36:53 wiz Exp $ DISTNAME= moss-0.1.13 PKGREVISION= 6 @@ -12,7 +12,7 @@ COMMENT= MP3/OGG Streaming Server DEPENDS+= ${PYPKGPREFIX}-ogg>=1.3:../../audio/py-ogg DEPENDS+= ${PYPKGPREFIX}-vorbis>=1.3:../../audio/py-vorbis -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-ogg, py-vorbis +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ogg, py-vorbis REPLACE_PYTHON= ${WRKSRC}/*.py diff --git a/audio/mutagen-tools/Makefile b/audio/mutagen-tools/Makefile index 1d69c0e7617..5d601e0c584 100644 --- a/audio/mutagen-tools/Makefile +++ b/audio/mutagen-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/01/25 10:29:56 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:36:53 wiz Exp $ DISTNAME= mutagen-1.22 PKGNAME= mutagen-tools-1.22 @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-mutagen-[0-9]*:../../audio/py-mutagen USE_LANGUAGES= # none PY_NO_EGG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.22 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.22 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/picard/Makefile b/audio/picard/Makefile index 3defa76d1c7..74326ea5259 100644 --- a/audio/picard/Makefile +++ b/audio/picard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2014/04/10 05:39:14 obache Exp $ +# $NetBSD: Makefile,v 1.21 2014/05/09 07:36:53 wiz Exp $ DISTNAME= picard-1.2 PKGREVISION= 1 @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-mutagen>=1.20:../../audio/py-mutagen USE_LANGUAGES= c c++ USE_TOOLS+= msgfmt pkg-config -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-mutagen +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mutagen HAS_CONFIGURE= yes CONFIG_SHELL= ${PYTHONBIN} diff --git a/audio/py-acoustid/Makefile b/audio/py-acoustid/Makefile index e4788fd9c93..66812652f30 100644 --- a/audio/py-acoustid/Makefile +++ b/audio/py-acoustid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/01/25 10:29:56 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/09 07:36:53 wiz Exp $ DISTNAME= v1.0.0 PKGNAME= ${PYPKGPREFIX}-acoustid-1.0.0 @@ -17,7 +17,7 @@ DEPENDS+= chromaprint-[0-9]*:../../audio/chromaprint WRKSRC= ${WRKDIR}/pyacoustid-1.0.0 USE_LANGUAGES= # none EGG_NAME= pyacoustid-1.0.0 -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.0.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.0.0 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/py-ao/Makefile b/audio/py-ao/Makefile index 651c5740f1c..92d8785a172 100644 --- a/audio/py-ao/Makefile +++ b/audio/py-ao/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2014/01/19 20:06:07 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2014/05/09 07:36:53 wiz 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= 33 # not yet ported as of 0.82 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.82 .include "../../audio/libao/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/audio/py-audiotools/Makefile b/audio/py-audiotools/Makefile index fc410dcd07c..07e9902cf27 100644 --- a/audio/py-audiotools/Makefile +++ b/audio/py-audiotools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/01/20 11:54:21 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2014/05/09 07:36:53 wiz Exp $ DISTNAME= audiotools-2.20 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -19,7 +19,7 @@ REPLACE_PYTHON+= audiotools/py_decoders/*.py REPLACE_PYTHON+= audiotools/py_encoders/*.py EGG_NAME= Python_Audio_Tools-${PKGVERSION_NOREV} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.20 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.20 .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" diff --git a/audio/py-beets/Makefile b/audio/py-beets/Makefile index 1c4f8ffe774..92272e15a7e 100644 --- a/audio/py-beets/Makefile +++ b/audio/py-beets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/04/17 12:29:34 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2014/05/09 07:36:54 wiz Exp $ DISTNAME= v1.3.5 PKGNAME= beets-${DISTNAME:S/v//} @@ -21,7 +21,7 @@ DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml DEPENDS+= ${PYPKGPREFIX}-Unidecode-[0-9]*:../../textproc/py-Unidecode DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-mutagen +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mutagen .include "../../lang/python/pyversion.mk" .if empty(PYPKGPREFIX:Mpy27) diff --git a/audio/py-cddb/Makefile b/audio/py-cddb/Makefile index 0b1e53bd917..05bfbf56915 100644 --- a/audio/py-cddb/Makefile +++ b/audio/py-cddb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/01/25 10:29:56 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2014/05/09 07:36:54 wiz 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= 33 # not yet ported as of 1.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 8c680f70f16..74d4d5d7aff 100644 --- a/audio/py-daap/Makefile +++ b/audio/py-daap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/01/20 15:47:56 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2014/05/09 07:36:54 wiz Exp $ DISTNAME= PythonDaap-0.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PythonD/d/} @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://movieos.org/code/pythondaap/ COMMENT= Python binding for DAAP -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.7 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.7 CONFLICTS= ${PYPKGPREFIX}-PythonDaap-[0-9]* .include "../../lang/python/distutils.mk" diff --git a/audio/py-discogs_client/Makefile b/audio/py-discogs_client/Makefile index 0c01dae297b..f1a1d0abc17 100644 --- a/audio/py-discogs_client/Makefile +++ b/audio/py-discogs_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/01/25 10:29:56 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/09 07:36:54 wiz Exp $ DISTNAME= v1.1.1 PKGNAME= ${PYPKGPREFIX}-discogs_client-1.1.1 @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/discogs_client-1.1.1 USE_LANGUAGES= # none EGG_NAME= discogs_client-1.1.1 -PYTHON_VERSIONS_INCOMPATIBLE= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/py-id3/Makefile b/audio/py-id3/Makefile index 30ce4687fad..804a49574f9 100644 --- a/audio/py-id3/Makefile +++ b/audio/py-id3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/01/25 10:29:56 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/05/09 07:36:54 wiz 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= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/py-id3lib/Makefile b/audio/py-id3lib/Makefile index 6631580778a..e593a762810 100644 --- a/audio/py-id3lib/Makefile +++ b/audio/py-id3lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/01/25 10:29:56 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/09 07:36:54 wiz 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= 33 # not yet ported as of 0.5.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 defd4a3145b..0a769a36a5a 100644 --- a/audio/py-karaoke/Makefile +++ b/audio/py-karaoke/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2014/01/25 10:29:57 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2014/05/09 07:36:54 wiz 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= 33 # py-Numeric, py-wxWidgets, py-mutagen +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-Numeric, py-wxWidgets, py-mutagen REPLACE_PYTHON+= performer_prompt.py REPLACE_PYTHON+= pycdg.py diff --git a/audio/py-libmtag/Makefile b/audio/py-libmtag/Makefile index 41f4d993fba..f5307b88fb5 100644 --- a/audio/py-libmtag/Makefile +++ b/audio/py-libmtag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/01/21 10:45:22 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/09 07:36:54 wiz 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= 33 # not yet ported as of 0.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 2c0ba3d35d2..4e7262cc027 100644 --- a/audio/py-mad/Makefile +++ b/audio/py-mad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2014/01/25 10:29:57 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2014/05/09 07:36:54 wiz 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= 33 # not yet ported as of 0.6 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 be8fb53b3a5..7f6fdd15a18 100644 --- a/audio/py-musicbrainz/Makefile +++ b/audio/py-musicbrainz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/01/25 10:29:57 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2014/05/09 07:36:54 wiz 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= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 EGG_NAME= ${DISTNAME:S/-/_/} diff --git a/audio/py-musique/Makefile b/audio/py-musique/Makefile index 06a97a52251..83167ced988 100644 --- a/audio/py-musique/Makefile +++ b/audio/py-musique/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2014/05/05 00:47:38 ryoon Exp $ +# $NetBSD: Makefile,v 1.46 2014/05/09 07:36:54 wiz 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= 33 # py-twisted, py-mcrypt, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted, py-mcrypt, py-gtk2 .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" diff --git a/audio/py-mutagen/Makefile b/audio/py-mutagen/Makefile index 31329421dee..bf267ce3c4d 100644 --- a/audio/py-mutagen/Makefile +++ b/audio/py-mutagen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/01/25 10:29:57 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2014/05/09 07:36:54 wiz Exp $ DISTNAME= mutagen-1.22 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,7 @@ COMMENT= Audio metadata handling for Python LICENSE= gnu-gpl-v2 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.22 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.22 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/py-ogg/Makefile b/audio/py-ogg/Makefile index f44c9a15f98..949697c4e77 100644 --- a/audio/py-ogg/Makefile +++ b/audio/py-ogg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/01/25 10:29:57 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2014/05/09 07:36:54 wiz 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= 33 # not yet ported as of 1.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 1b93f5d4d74..ab3b9a7e426 100644 --- a/audio/py-vorbis/Makefile +++ b/audio/py-vorbis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/01/25 10:29:57 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2014/05/09 07:36:54 wiz Exp $ DISTNAME= pyvorbis-1.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -12,7 +12,7 @@ COMMENT= Python bindings for Vorbis library PY_PATCHPLIST= yes PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-ogg, and itself not ported as of 1.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 9187939188e..4f20f468b5a 100644 --- a/audio/quodlibet2/Makefile +++ b/audio/quodlibet2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/05/05 00:47:38 ryoon Exp $ +# $NetBSD: Makefile,v 1.6 2014/05/09 07:36:54 wiz Exp $ DISTNAME= quodlibet-2.6.3 PKGREVISION= 2 @@ -20,7 +20,7 @@ USE_PKGLOCALEDIR= yes #BUILD_TARGET= _trayicon.so _mmkeys.so PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-mutagen, py-gtk2, py-gstreamer0.10 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mutagen, py-gtk2, py-gstreamer0.10 REPLACE_PYTHON= exfalso.py quodlibet.py operon.py .include "../../devel/py-gobject/buildlink3.mk" diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index ac598cd813a..1769776e44e 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.120 2014/05/05 00:47:38 ryoon Exp $ +# $NetBSD: Makefile,v 1.121 2014/05/09 07:36:54 wiz Exp $ DISTNAME= rhythmbox-0.12.8 PKGREVISION= 38 @@ -23,7 +23,7 @@ CONFIGURE_ARGS+= --disable-fm-radio GCONF_SCHEMAS= rhythmbox.schemas -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2, py-gstreamer0.10 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2, py-gstreamer0.10 .include "../../lang/python/application.mk" .include "../../x11/py-gtk2/buildlink3.mk" diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile index f864b6225a8..143b82897ec 100644 --- a/audio/solfege/Makefile +++ b/audio/solfege/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2014/05/05 00:47:38 ryoon Exp $ +# $NetBSD: Makefile,v 1.51 2014/05/09 07:36:55 wiz Exp $ DISTNAME= solfege-3.14.1 PKGREVISION= 23 @@ -26,7 +26,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= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 SUBST_CLASSES+= sound SUBST_STAGE.sound= do-configure diff --git a/audio/sonata/Makefile b/audio/sonata/Makefile index 43c4066a8c8..779e695fcd3 100644 --- a/audio/sonata/Makefile +++ b/audio/sonata/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2014/05/05 00:47:38 ryoon Exp $ +# $NetBSD: Makefile,v 1.41 2014/05/09 07:36:55 wiz 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= 33 # py-xml via py-soappy, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 2ba0af1bb8a..34c182ba179 100644 --- a/audio/streamtuner/options.mk +++ b/audio/streamtuner/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2014/01/25 10:29:57 wiz Exp $ +# $NetBSD: options.mk,v 1.4 2014/05/09 07:36:55 wiz 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= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 . include "../../x11/py-gtk2/buildlink3.mk" .else CONFIGURE_ARGS+= --disable-python diff --git a/audio/tunapie/Makefile b/audio/tunapie/Makefile index 057463463ff..609013bfb58 100644 --- a/audio/tunapie/Makefile +++ b/audio/tunapie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/01/25 10:29:57 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2014/05/09 07:36:55 wiz Exp $ DISTNAME= tunapie-2.1.18 PKGREVISION= 1 @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.6:../../x11/py-wxWidgets -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-wxWidgets USE_LANGUAGES= # none diff --git a/biology/py-mol/Makefile b/biology/py-mol/Makefile index b6ec83e4bb6..3e8aad02b69 100644 --- a/biology/py-mol/Makefile +++ b/biology/py-mol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2014/02/17 14:32:48 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2014/05/09 07:36:55 wiz 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= 33 # not yet ported as of 1.5.0.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.5.0.1 WRKSRC= ${WRKDIR}/pymol diff --git a/cad/py-MyHDL/Makefile b/cad/py-MyHDL/Makefile index ad1221e7fcc..fb92093390c 100644 --- a/cad/py-MyHDL/Makefile +++ b/cad/py-MyHDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2014/01/20 15:46:53 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2014/05/09 07:36:55 wiz Exp $ DISTNAME= myhdl-0.7 PKGNAME= ${PYPKGPREFIX}-MyHDL-0.7 @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://jandecaluwe.com/Tools/MyHDL/Overview.html COMMENT= Hardware description in Python -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.7 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.7 do-test: cd ${WRKSRC}/myhdl/test/core && ${PYTHONBIN} test_all.py diff --git a/cad/py-simpy/Makefile b/cad/py-simpy/Makefile index cb0b475074a..68cba212f45 100644 --- a/cad/py-simpy/Makefile +++ b/cad/py-simpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2014/01/20 22:17:45 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2014/05/09 07:36:55 wiz Exp $ DISTNAME= SimPy-2.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -12,7 +12,7 @@ HOMEPAGE= http://simpy.sourceforge.net/ COMMENT= Discrete event simulation framework LICENSE= gnu-lgpl-v2.1 -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.3 TEST_ENV+= PYTHONPATH=${WRKSRC:Q}/build/lib diff --git a/chat/finch/Makefile b/chat/finch/Makefile index 3f4dda48ad6..040289625de 100644 --- a/chat/finch/Makefile +++ b/chat/finch/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.57 2014/02/03 16:38:53 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2014/05/09 07:36:55 wiz Exp $ PKGNAME= finch-${PIDGIN_VERSION} COMMENT= Multi-protocol Instant Messaging client console frontend -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.10.8 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.10.8 # finch/libgnt/gntwm.c needs # - PyObject *pp = PySys_GetObject("path"), *dirobj = PyString_FromString(dir); # + PyObject *pp = PySys_GetObject("path"), *dirobj = PyBytes_FromString(dir); diff --git a/chat/gajim/Makefile b/chat/gajim/Makefile index 10cb1b8b45f..f6fd6fcdee1 100644 --- a/chat/gajim/Makefile +++ b/chat/gajim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2014/05/05 00:47:40 ryoon Exp $ +# $NetBSD: Makefile,v 1.26 2014/05/09 07:36:55 wiz Exp $ DISTNAME= gajim-0.15 PKGREVISION= 12 @@ -15,7 +15,7 @@ DEPENDS= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat DEPENDS= ${PYPKGPREFIX}-dbus>=0.81:../../sysutils/py-dbus DEPENDS= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 .include "options.mk" diff --git a/chat/gajim/options.mk b/chat/gajim/options.mk index 8c7381280ba..d4873ea297e 100644 --- a/chat/gajim/options.mk +++ b/chat/gajim/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2014/01/25 10:29:57 wiz Exp $ +# $NetBSD: options.mk,v 1.5 2014/05/09 07:36:55 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gajim PKG_SUPPORTED_OPTIONS= avahi gnome gnome-keyring ssl @@ -20,7 +20,7 @@ DEPENDS+= avahi-[0-9]*:../../net/avahi # gnome .if !empty(PKG_OPTIONS:Mgnome) DEPENDS+= ${PYPKGPREFIX}-gnome2-[0-9]*:../../x11/py-gnome2 -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2 .endif # gnome-keyring diff --git a/chat/libpurple/options.mk b/chat/libpurple/options.mk index 7c3cd43e878..d6b69d0fd3e 100644 --- a/chat/libpurple/options.mk +++ b/chat/libpurple/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.25 2014/04/23 02:21:08 schnoebe Exp $ +# $NetBSD: options.mk,v 1.26 2014/05/09 07:36:55 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.libpurple PKG_SUPPORTED_OPTIONS+= avahi dbus debug farsight gnome gnutls @@ -57,7 +57,7 @@ CONFIGURE_ARGS+= --with-tclconfig=${BUILDLINK_PREFIX.tcl}/lib .if !empty(PKG_OPTIONS:Mdbus) CONFIGURE_ARGS+= --enable-dbus CONFIGURE_ARGS+= --with-python=${PYTHONBIN} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.10.8 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.10.8 PLIST.dbus= yes REPLACE_SH+= libpurple/purple-send REPLACE_SH+= libpurple/purple-send-async diff --git a/chat/libtelepathy/Makefile b/chat/libtelepathy/Makefile index 428162c7aa1..cfb2be09ba0 100644 --- a/chat/libtelepathy/Makefile +++ b/chat/libtelepathy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2014/01/25 10:29:58 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2014/05/09 07:36:55 wiz Exp $ DISTNAME= libtelepathy-0.3.3 PKGREVISION= 9 @@ -18,7 +18,7 @@ USE_TOOLS+= gmake pkg-config PKGCONFIG_OVERRIDE+= libtelepathy.pc.in -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.3.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.3 .include "../../lang/python/pyversion.mk" CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN} diff --git a/chat/pidgin/Makefile b/chat/pidgin/Makefile index abe76be4d75..94ad4a39a49 100644 --- a/chat/pidgin/Makefile +++ b/chat/pidgin/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.61 2014/05/05 00:47:40 ryoon Exp $ +# $NetBSD: Makefile,v 1.62 2014/05/09 07:36:55 wiz Exp $ PKGREVISION= 1 COMMENT= Multi-protocol Instant Messaging client GTK frontend -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.10.8 (finch) +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.10.8 (finch) .include "../../chat/libpurple/Makefile.common" diff --git a/chat/py-xmpppy/Makefile b/chat/py-xmpppy/Makefile index 7a78fe2e561..25a5072deaf 100644 --- a/chat/py-xmpppy/Makefile +++ b/chat/py-xmpppy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/01/25 10:29:58 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2014/05/09 07:36:55 wiz Exp $ DISTNAME= xmpppy-0.5.0rc1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,7 +17,7 @@ USE_LANGUAGES= # none PYDISTUTILSPKG= yes PYTHON_VERSIONED_DEPENDENCIES= dns -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.5.0rc1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 94ca21ba835..8efc16e3b76 100644 --- a/chat/spectrum/Makefile +++ b/chat/spectrum/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2014/04/10 06:21:21 obache Exp $ +# $NetBSD: Makefile,v 1.42 2014/05/09 07:36:55 wiz Exp $ DISTNAME= spectrum-1.4.8 PKGREVISION= 26 @@ -20,7 +20,7 @@ USE_LANGUAGES= c++ c REPLACE_PYTHON+= spectrumctl/spectrumctl.py PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-xmpppy +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 558336cd2b2..726d298edfc 100644 --- a/chat/telepathy-farsight/Makefile +++ b/chat/telepathy-farsight/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2014/05/05 00:47:41 ryoon Exp $ +# $NetBSD: Makefile,v 1.39 2014/05/09 07:36:55 wiz Exp $ DISTNAME= telepathy-farsight-0.0.16 PKGREVISION= 21 @@ -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= 33 # py-gtk2, py-gstreamer0.10 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2, py-gstreamer0.10 .include "../../lang/python/extension.mk" diff --git a/chat/telepathy-gabble/Makefile b/chat/telepathy-gabble/Makefile index ac636057b09..029bb54ae2b 100644 --- a/chat/telepathy-gabble/Makefile +++ b/chat/telepathy-gabble/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2014/04/09 07:27:02 obache Exp $ +# $NetBSD: Makefile,v 1.39 2014/05/09 07:36:56 wiz Exp $ DISTNAME= telepathy-gabble-0.11.10 PKGREVISION= 19 @@ -17,7 +17,7 @@ USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config CONFIGURE_ENV+= UUID_CFLAGS=" " UUID_LIBS=" " -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.11.10 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.11.10 .include "../../mk/compiler.mk" .if !empty(PKGSRC_COMPILER:Mclang) diff --git a/chat/telepathy-glib/Makefile b/chat/telepathy-glib/Makefile index 8c2842c24d7..4c926205784 100644 --- a/chat/telepathy-glib/Makefile +++ b/chat/telepathy-glib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2014/01/25 10:29:58 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2014/05/09 07:36:56 wiz Exp $ DISTNAME= telepathy-glib-0.20.2 PKGREVISION= 1 @@ -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= 33 # not yet ported as of 0.20.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.20.2 TEST_TARGET= check BUILDLINK_API_DEPENDS.glib2+= glib2>=2.32.0 diff --git a/chat/telepathy-idle/Makefile b/chat/telepathy-idle/Makefile index 332cf455a3a..d660f49eafb 100644 --- a/chat/telepathy-idle/Makefile +++ b/chat/telepathy-idle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2014/02/12 23:17:37 tron Exp $ +# $NetBSD: Makefile,v 1.29 2014/05/09 07:36:56 wiz Exp $ DISTNAME= telepathy-idle-0.1.8 PKGREVISION= 9 @@ -12,7 +12,7 @@ LICENSE= gnu-lgpl-v2.1 BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.1.8 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 bba5e2effd3..a1caaba52d3 100644 --- a/chat/telepathy-logger/Makefile +++ b/chat/telepathy-logger/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2014/04/09 07:26:58 obache Exp $ +# $NetBSD: Makefile,v 1.26 2014/05/09 07:36:56 wiz Exp $ DISTNAME= telepathy-logger-0.2.7 PKGREVISION= 13 @@ -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= 33 # not yet ported as of 0.2.7 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 f5e5297715f..605327770a0 100644 --- a/chat/telepathy-mission-control5/Makefile +++ b/chat/telepathy-mission-control5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2014/01/25 10:29:58 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2014/05/09 07:36:56 wiz 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= 33 # not yet ported as of 5.7.9 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 5.7.9 #.include "../../lang/python/pyversion.mk" CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN} diff --git a/chat/xchat-python/Makefile b/chat/xchat-python/Makefile index 10951a5c456..28b5bec406e 100644 --- a/chat/xchat-python/Makefile +++ b/chat/xchat-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2014/01/25 10:29:58 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2014/05/09 07:36:56 wiz Exp $ .include "../../chat/xchat/Makefile.common" @@ -28,7 +28,7 @@ SUBST_FILES.libutil= configure SUBST_SED.libutil= -e 's/ -lutil//g' .endif -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.8.8 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.8.8 .include "../../lang/python/application.mk" .include "../../mk/pthread.buildlink3.mk" diff --git a/comms/multisync-gui/Makefile b/comms/multisync-gui/Makefile index ead391a3f58..2ed5e49f88d 100644 --- a/comms/multisync-gui/Makefile +++ b/comms/multisync-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2014/05/05 00:47:41 ryoon Exp $ +# $NetBSD: Makefile,v 1.37 2014/05/09 07:36:56 wiz Exp $ DISTNAME= multisync-gui-0.91.0 PKGREVISION= 29 @@ -13,7 +13,7 @@ USE_TOOLS+= pkg-config HAS_CONFIGURE= yes REPLACE_PYTHON= waf -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.91.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.91.0 LDFLAGS.DragonFly= -lgthread-2.0 diff --git a/comms/py-gammu/Makefile b/comms/py-gammu/Makefile index c1cb3131547..e9927e07654 100644 --- a/comms/py-gammu/Makefile +++ b/comms/py-gammu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/01/25 10:29:58 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/05/09 07:36:56 wiz Exp $ # .include "../../comms/gammu/Makefile.common" @@ -18,7 +18,7 @@ PYSETUPBUILDTARGET= build_ext PYSETUPBUILDARGS= --gammu-incs=${BUILDLINK_PREFIX.gammu}/include/gammu PYSETUPBUILDARGS+= --gammu-libs=${BUILDLINK_PREFIX.gammu}/lib -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.26.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.26.1 EGG_NAME= python_${DISTNAME} diff --git a/comms/py-serial/Makefile b/comms/py-serial/Makefile index 490d0116dab..35701d7c26e 100644 --- a/comms/py-serial/Makefile +++ b/comms/py-serial/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/01/19 09:49:55 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:36:56 wiz Exp $ DISTNAME= pyserial-2.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -10,7 +10,7 @@ HOMEPAGE= http://pyserial.sourceforge.net/ COMMENT= Python Serial Port Extension LICENSE= python-software-foundation -#PYTHON_VERSIONS_INCOMPATIBLE= 33 +#PYTHON_VERSIONS_INCOMPATIBLE= 33 34 CONFLICTS+= ${PYPKGPREFIX}-pyserial-[0-9]* diff --git a/converters/py-jpCodecs/Makefile b/converters/py-jpCodecs/Makefile index 9048c62ef2b..202a00a5fd3 100644 --- a/converters/py-jpCodecs/Makefile +++ b/converters/py-jpCodecs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/01/25 10:29:58 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2014/05/09 07:36:56 wiz 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= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/converters/py-zbase32/Makefile b/converters/py-zbase32/Makefile index 51f91666fcf..d8f8b720d8f 100644 --- a/converters/py-zbase32/Makefile +++ b/converters/py-zbase32/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/01/19 22:22:56 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/09 07:36:56 wiz 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= 33 # not yet ported as of 1.1.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 17e40f3dde5..029b27d387d 100644 --- a/converters/py-zfec/Makefile +++ b/converters/py-zfec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/03/31 08:32:48 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2014/05/09 07:36:56 wiz Exp $ DISTNAME= zfec-1.4.24 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -22,7 +22,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= 33 # py-twisted via py-setuptools_trial +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted via py-setuptools_trial .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/converters/py-zhCodecs/Makefile b/converters/py-zhCodecs/Makefile index 9c904517062..18527e7e26d 100644 --- a/converters/py-zhCodecs/Makefile +++ b/converters/py-zhCodecs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/01/25 10:29:59 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2014/05/09 07:36:56 wiz 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= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 post-extract: @${CHMOD} 711 ${WRKSRC}/chinesetw diff --git a/databases/gourmet/Makefile b/databases/gourmet/Makefile index af436bdec67..30b37cc88c0 100644 --- a/databases/gourmet/Makefile +++ b/databases/gourmet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2014/05/05 00:47:42 ryoon Exp $ +# $NetBSD: Makefile,v 1.42 2014/05/09 07:36:56 wiz Exp $ DISTNAME= gourmet-0.8.5.14 PKGREVISION= 30 @@ -10,7 +10,7 @@ HOMEPAGE= http://grecipe-manager.sourceforge.net/ COMMENT= Recipe database USE_PKGLOCALEDIR= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-metakit, py-imaging, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 7405b68373f..fc7d3dcb764 100644 --- a/databases/gramps3/Makefile +++ b/databases/gramps3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2014/05/05 00:47:42 ryoon Exp $ +# $NetBSD: Makefile,v 1.52 2014/05/09 07:36:56 wiz Exp $ DISTNAME= gramps-3.4.4 PKGREVISION= 2 @@ -16,7 +16,7 @@ USE_TOOLS+= msgfmt pkg-config intltool msgconv USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 365fa646279..39a93e41b4a 100644 --- a/databases/gramps3/options.mk +++ b/databases/gramps3/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2014/01/25 10:29:59 wiz Exp $ +# $NetBSD: options.mk,v 1.4 2014/05/09 07:36:56 wiz 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= 33 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2 .include "../../x11/py-gnome2-extras/buildlink3.mk" .endif diff --git a/databases/libpqxx/Makefile b/databases/libpqxx/Makefile index 1b56ab043a1..49dc0a993bd 100644 --- a/databases/libpqxx/Makefile +++ b/databases/libpqxx/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2014/01/25 08:44:28 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2014/05/09 07:36:56 wiz Exp $ -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 4.0.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 4.0.1 .include "../../databases/libpqxx/Makefile.common" diff --git a/databases/luma/Makefile b/databases/luma/Makefile index f8c1e1cb188..450d962426d 100644 --- a/databases/luma/Makefile +++ b/databases/luma/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2014/01/25 10:45:16 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2014/05/09 07:36:57 wiz Exp $ DISTNAME= luma-2.3 PKGREVISION= 14 @@ -17,7 +17,7 @@ SUBST_STAGE.luma= pre-configure SUBST_FILES.luma= bin/luma SUBST_SED.luma= -e "s|@PREFIX@|${PREFIX}|" REPLACE_PYTHON= bin/luma lib/luma/luma.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-qt3-base, py-ldap +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-qt3-base, py-ldap post-extract: cd ${WRKSRC} && mv share/man man diff --git a/databases/py-PgSQL/Makefile b/databases/py-PgSQL/Makefile index 979d557b12e..d3060f44809 100644 --- a/databases/py-PgSQL/Makefile +++ b/databases/py-PgSQL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2014/01/20 20:45:41 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2014/05/09 07:36:57 wiz 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= 33 # py-mxDateTime +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mxDateTime .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" diff --git a/databases/py-bdb-xml/Makefile b/databases/py-bdb-xml/Makefile index 3fd09cde15e..05f48371d7b 100644 --- a/databases/py-bdb-xml/Makefile +++ b/databases/py-bdb-xml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2014/01/25 10:29:59 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2014/05/09 07:36:57 wiz Exp $ DISTNAME= dbxml-2.5.16 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/db/bdb-/} @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/dbxml/src/python USE_LANGUAGES= c c++ NO_CONFIGURE= yes PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.5.16 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.5.16 SUBST_CLASSES+= fix-path SUBST_STAGE.fix-path= pre-build diff --git a/databases/py-cassa/Makefile b/databases/py-cassa/Makefile index ce7ff36e510..e1421e8c380 100644 --- a/databases/py-cassa/Makefile +++ b/databases/py-cassa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/01/25 08:44:53 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/09 07:36:57 wiz Exp $ DISTNAME= pycassa-0.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} @@ -11,7 +11,7 @@ HOMEPAGE= https://github.com/pycassa/pycassa COMMENT= Python client library for Cassandra PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/py-cdb/Makefile b/databases/py-cdb/Makefile index f8e4569aeda..abf06428d9f 100644 --- a/databases/py-cdb/Makefile +++ b/databases/py-cdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/01/20 11:35:00 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/05/09 07:36:57 wiz Exp $ DISTNAME= python-cdb-0.35 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2 EGG_NAME= ${DISTNAME:S/-/_/} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.35 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 64051d01c49..f55f63d6382 100644 --- a/databases/py-ckanclient/Makefile +++ b/databases/py-ckanclient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/01/20 11:12:21 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2014/05/09 07:36:57 wiz 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= 33 # not yet ported as of 0.10 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.10 .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" diff --git a/databases/py-datapkg/Makefile b/databases/py-datapkg/Makefile index c1775b2f8ad..bf236ef4380 100644 --- a/databases/py-datapkg/Makefile +++ b/databases/py-datapkg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/01/25 10:29:59 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2014/05/09 07:36:57 wiz Exp $ DISTNAME= datapkg-0.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-ckanclient-[0-9]*:../../databases/py-ckanclient CONFLICTS= datapkg-[0-9]* -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-ckanclient +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 30dedd591ed..88a084c0f8e 100644 --- a/databases/py-elixir/Makefile +++ b/databases/py-elixir/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/01/25 10:29:59 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/09 07:36:57 wiz 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= 33 # py-sqlite2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-sqlite2 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/py-ldap/Makefile b/databases/py-ldap/Makefile index d1a3e917216..c505c168a0a 100644 --- a/databases/py-ldap/Makefile +++ b/databases/py-ldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2014/04/01 21:15:23 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2014/05/09 07:36:57 wiz Exp $ DISTNAME= python-ldap-2.4.15 PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/} @@ -14,7 +14,7 @@ EGG_NAME= ${DISTNAME:S/python-ldap/python_ldap/} PY_LDAP_LIBRARY_DIRS= ${BUILDLINK_PREFIX.openldap-client}/lib PY_LDAP_INCLUDE_DIRS= ${BUILDLINK_PREFIX.openldap-client}/include PY_LDAP_LIBS= ldap_r lber ssl crypto -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.4.13 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.4.13 .include "options.mk" diff --git a/databases/py-metakit/Makefile b/databases/py-metakit/Makefile index 63deeb9fa38..489733d50bf 100644 --- a/databases/py-metakit/Makefile +++ b/databases/py-metakit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2014/01/25 10:29:59 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2014/05/09 07:36:57 wiz 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= 33 # not yet ported as of 2.4.9.7 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 4e89b55f88f..758f41e20f5 100644 --- a/databases/py-mssql/Makefile +++ b/databases/py-mssql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/02/12 23:17:44 tron Exp $ +# $NetBSD: Makefile,v 1.18 2014/05/09 07:36:57 wiz 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= 33 # not yet ported as of 1.0.2; v2 might be better. +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 be3424d7196..b2219e9724e 100644 --- a/databases/py-mysqldb/Makefile +++ b/databases/py-mysqldb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2014/04/12 09:30:38 adam Exp $ +# $NetBSD: Makefile,v 1.40 2014/05/09 07:36:57 wiz 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= 33 # not yet ported as of 1.2.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.2.5 EGG_NAME= ${DISTNAME:S/MySQL-/MySQL_/} USE_LANGUAGES= c diff --git a/databases/py-pgnotify/Makefile b/databases/py-pgnotify/Makefile index 3ec20ac07c4..0b02f61429c 100644 --- a/databases/py-pgnotify/Makefile +++ b/databases/py-pgnotify/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2014/01/25 10:29:59 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2014/05/09 07:36:57 wiz Exp $ DISTNAME= pgnotify-0.1 PKGNAME= ${PYPKGPREFIX}-pgnotify-0.1 @@ -19,7 +19,7 @@ USE_TOOLS+= gmake PYDISTUTILSPKG= yes PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-postgresql +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-postgresql .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile index b93aa1521b4..4fd4d1f267b 100644 --- a/databases/py-postgresql/Makefile +++ b/databases/py-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2014/03/05 11:14:00 darcy Exp $ +# $NetBSD: Makefile,v 1.71 2014/05/09 07:36:57 wiz Exp $ DISTNAME= PyGreSQL-4.1.1 PKGNAME= ${PYPKGPREFIX}-postgresql-4.1.1 @@ -22,7 +22,7 @@ MAKE_ENV+= INSTALLED_LIBPQ=1 PY_PATCHPLIST= yes PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q} REPLACE_PYTHON= pg.py pgdb.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 4.1.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 4.1.1 DOCDIR= ${PREFIX}/share/doc/${PYPKGPREFIX}-postgresql diff --git a/databases/py-sqlalchemy-migrate/Makefile b/databases/py-sqlalchemy-migrate/Makefile index c035b14a5d1..71572ed4a9f 100644 --- a/databases/py-sqlalchemy-migrate/Makefile +++ b/databases/py-sqlalchemy-migrate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/01/25 10:30:00 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/09 07:36:57 wiz Exp $ DISTNAME= sqlalchemy-migrate-0.7.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-Tempita>=0.4:../../textproc/py-Tempita DEPENDS+= ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator DEPENDS+= ${PYPKGPREFIX}-sqlalchemy>=0.7:../../databases/py-sqlalchemy -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.7.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.7.2 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/py-sqlalchemy/options.mk b/databases/py-sqlalchemy/options.mk index c07da04ceea..b60caba6b4a 100644 --- a/databases/py-sqlalchemy/options.mk +++ b/databases/py-sqlalchemy/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2014/01/25 10:29:59 wiz Exp $ +# $NetBSD: options.mk,v 1.4 2014/05/09 07:36:57 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.py-sqlalchemy PKG_SUPPORTED_OPTIONS= mysql sqlite pgsql mssql @@ -7,12 +7,12 @@ PKG_SUPPORTED_OPTIONS= mysql sqlite pgsql mssql .if !empty(PKG_OPTIONS:Mmysql) DEPENDS+= ${PYPKGPREFIX}-mysqldb-[0-9]*:../../databases/py-mysqldb -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-mysqldb +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 34 34 # py-mysqldb .endif .if !empty(PKG_OPTIONS:Msqlite) DEPENDS+= ${PYPKGPREFIX}-sqlite2-[0-9]*:../../databases/py-sqlite2 -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-sqlite2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 34 34 # py-sqlite2 .endif .if !empty(PKG_OPTIONS:Mpgsql) @@ -21,5 +21,5 @@ DEPENDS+= ${PYPKGPREFIX}-psycopg2-[0-9]*:../../databases/py-psycopg2 .if !empty(PKG_OPTIONS:Mmssql) DEPENDS+= ${PYPKGPREFIX}-mssql-[0-9]*:../../databases/py-mssql -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-mssql +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 34 34 # py-mssql .endif diff --git a/databases/py-sqlite/Makefile b/databases/py-sqlite/Makefile index a39eae5950a..1b1251b279b 100644 --- a/databases/py-sqlite/Makefile +++ b/databases/py-sqlite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2014/01/20 20:46:44 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2014/05/09 07:36:57 wiz 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= 33 # py-mxDateTime +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 9da0d81335f..a1195dd3fb1 100644 --- a/databases/py-sqlite2/Makefile +++ b/databases/py-sqlite2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2014/04/09 07:27:04 obache Exp $ +# $NetBSD: Makefile,v 1.35 2014/05/09 07:36:58 wiz Exp $ DISTNAME= pysqlite-2.6.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pysqlite/sqlite2/} @@ -11,7 +11,7 @@ HOMEPAGE= http://pysqlite.googlecode.com/ COMMENT= SQLite database adapter for Python LICENSE= mit -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.6.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 de7bb1f0357..622eb8084a4 100644 --- a/databases/py-sybase/Makefile +++ b/databases/py-sybase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2014/02/12 23:17:45 tron Exp $ +# $NetBSD: Makefile,v 1.27 2014/05/09 07:36:58 wiz 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= 33 # not yet ported as of 0.36 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 7920abe49f0..69e91c2cf1c 100644 --- a/databases/py-table/Makefile +++ b/databases/py-table/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2014/01/25 10:30:00 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2014/05/09 07:36:58 wiz 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= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 USE_LANGUAGES= # none diff --git a/databases/py-tokyocabinet/Makefile b/databases/py-tokyocabinet/Makefile index 99017937651..1b97394ab58 100644 --- a/databases/py-tokyocabinet/Makefile +++ b/databases/py-tokyocabinet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/01/25 10:30:00 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2014/05/09 07:36:58 wiz Exp $ VERSION= 0.5 DISTNAME= tokyocabinet-${VERSION} @@ -11,7 +11,7 @@ HOMEPAGE= http://code.google.com/p/python-tokyocabinet/ COMMENT= Python wrapper to tokyocabinet database LICENSE= mit -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.5 .include "../../databases/tokyocabinet/buildlink3.mk" .include "../../lang/python/egg.mk" diff --git a/databases/tdb/Makefile b/databases/tdb/Makefile index 1823572a6dc..364fddda21c 100644 --- a/databases/tdb/Makefile +++ b/databases/tdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2014/03/13 11:08:50 jperkin Exp $ +# $NetBSD: Makefile,v 1.23 2014/05/09 07:36:58 wiz Exp $ DISTNAME= tdb-1.2.12 CATEGORIES= databases @@ -23,7 +23,7 @@ PKGCONFIG_OVERRIDE= tdb.pc.in PYTHON_FOR_BUILD_ONLY= yes REPLACE_PYTHON+= buildtools/bin/waf -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.2.12 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.2.12 USE_GCC_RUNTIME= yes 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} diff --git a/editors/gedit-python/Makefile b/editors/gedit-python/Makefile index 7e7650892dc..3f937e4de8e 100644 --- a/editors/gedit-python/Makefile +++ b/editors/gedit-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2014/05/05 00:47:48 ryoon Exp $ +# $NetBSD: Makefile,v 1.25 2014/05/09 07:37:04 wiz 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= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 .include "../../lang/python/application.mk" .include "../../devel/py-gobject/buildlink3.mk" diff --git a/editors/kdissert/Makefile b/editors/kdissert/Makefile index 46c8d808e20..3ff2c7e9ec0 100644 --- a/editors/kdissert/Makefile +++ b/editors/kdissert/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2014/04/10 06:21:23 obache Exp $ +# $NetBSD: Makefile,v 1.53 2014/05/09 07:37:04 wiz Exp $ DISTNAME= kdissert-1.0.7 PKGREVISION= 28 @@ -16,7 +16,7 @@ USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= msgfmt PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.0.7 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.0.7 do-configure: ${RUN} ${_ULIMIT_CMD} \ diff --git a/editors/lyx/Makefile b/editors/lyx/Makefile index b476273167e..734c54a58ed 100644 --- a/editors/lyx/Makefile +++ b/editors/lyx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2014/02/12 23:17:52 tron Exp $ +# $NetBSD: Makefile,v 1.42 2014/05/09 07:37:04 wiz Exp $ DISTNAME= lyx-2.0.7 PKGREVISION= 1 @@ -65,7 +65,7 @@ GNU_CONFIGURE= YES USE_TOOLS+= gmake perl:run pkg-config USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.6.10 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.6.10 CXXFLAGS.Linux+= -fpermissive diff --git a/editors/medit/Makefile b/editors/medit/Makefile index 243263b3c78..69f60c54f14 100644 --- a/editors/medit/Makefile +++ b/editors/medit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/05/05 00:47:48 ryoon Exp $ +# $NetBSD: Makefile,v 1.18 2014/05/09 07:37:04 wiz Exp $ DISTNAME= medit-1.2.0 PKGREVISION= 1 @@ -19,7 +19,7 @@ USE_LANGUAGES= c c++ USE_TOOLS+= gmake pkg-config msgfmt intltool PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.2.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 a19abb8d043..3258cef10a3 100644 --- a/editors/nts/Makefile +++ b/editors/nts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/01/25 10:30:07 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:04 wiz Exp $ DISTNAME= nts-78 PKGREVISION= 1 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.8.7:../../x11/py-wxWidgets PYTHON_VERSIONED_DEPENDENCIES= dateutil -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-wxWidgets USE_LANGUAGES= # none diff --git a/editors/zim/Makefile b/editors/zim/Makefile index 8a238d880a4..2b9203242bb 100644 --- a/editors/zim/Makefile +++ b/editors/zim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2014/05/05 00:47:49 ryoon Exp $ +# $NetBSD: Makefile,v 1.21 2014/05/09 07:37:04 wiz Exp $ DISTNAME= zim-0.59 PKGREVISION= 8 @@ -19,7 +19,7 @@ DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils USE_LANGUAGES= # none REPLACE_PYTHON= ${WRKSRC}/zim.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 SUBST_CLASSES+= data-path SUBST_STAGE.data-path= pre-configure diff --git a/emulators/gns3/Makefile b/emulators/gns3/Makefile index c4478163544..50d5a4a1ca4 100644 --- a/emulators/gns3/Makefile +++ b/emulators/gns3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/01/23 17:07:16 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2014/05/09 07:37:04 wiz 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= 33 # not yet ported as of 0.8.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 e8cba5691eb..5b3081c7262 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2014/01/25 10:30:07 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2014/05/09 07:37:04 wiz Exp $ DISTNAME= hatari-${HATARI_VER} HATARI_VER= 1.7.0 @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2 USE_CMAKE= yes USE_LANGUAGES= c -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.7.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.7.0 REPLACE_PYTHON+= python-ui/config.py REPLACE_PYTHON+= python-ui/debugui.py REPLACE_PYTHON+= python-ui/dialogs.py diff --git a/emulators/mame/Makefile.common b/emulators/mame/Makefile.common index 1999232873f..0298c05d6a3 100644 --- a/emulators/mame/Makefile.common +++ b/emulators/mame/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.14 2014/03/26 01:42:48 nat Exp $ +# $NetBSD: Makefile.common,v 1.15 2014/05/09 07:37:04 wiz Exp $ # # used by emulators/mame/Makefile # used by emulators/mess/Makefile @@ -59,7 +59,7 @@ SUBST_STAGE.exe= post-patch SUBST_MESSAGE.exe= Fixing executable name. PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.151 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.151 .include "../../lang/python/application.mk" .include "../../devel/GConf/buildlink3.mk" diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index a5449ed1acc..a02c20bf2b4 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2014/01/25 10:30:07 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2014/05/09 07:37:04 wiz Exp $ DISTNAME= openmsx-0.9.0 PKGREVISION= 4 @@ -23,7 +23,7 @@ INSTALL_MAKE_FLAGS+= SYMLINK_FOR_BINARY=false INSTALL_MAKE_FLAGS+= INSTALL_BASE=${PREFIX}/openmsx MAKE_ENV+= OPENMSX_INSTALL=${PREFIX}/openmsx -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.9.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.9.0 .include "../../mk/bsd.prefs.mk" diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index a9a1b1f16d3..c1270787928 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.126 2014/05/05 00:47:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.127 2014/05/09 07:37:04 wiz Exp $ DISTNAME= qemu-2.0.0 PKGREVISION= 1 @@ -46,7 +46,7 @@ PKG_SYSCONFSUBDIR= qemu REPLACE_PERL+= scripts/texi2pod.pl -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported yet as of 1.7.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported yet as of 1.7.0 BUILDLINK_PASSTHRU_DIRS+= /usr/lib BUILDLINK_PASSTHRU_RPATHDIRS+= /usr/lib diff --git a/emulators/qemu0/Makefile b/emulators/qemu0/Makefile index 0d5b68e632a..e28daa031da 100644 --- a/emulators/qemu0/Makefile +++ b/emulators/qemu0/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/02/12 23:17:53 tron Exp $ +# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:05 wiz Exp $ DISTNAME= qemu-0.15.1 PKGREVISION= 11 @@ -35,7 +35,7 @@ EGDIR= ${PREFIX}/share/examples/qemu INSTALL_MAKE_FLAGS= egdir=${EGDIR} PKG_SYSCONFSUBDIR= qemu -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.15.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.15.1 # Avoid clash with system include file: pre-patch: diff --git a/filesystems/fuse-gmailfs/Makefile b/filesystems/fuse-gmailfs/Makefile index 84558e6dcb2..4d33d7a9855 100644 --- a/filesystems/fuse-gmailfs/Makefile +++ b/filesystems/fuse-gmailfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/01/25 10:45:18 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:05 wiz Exp $ DISTNAME= gmailfs-0.7.2 PKGREVISION= 3 @@ -12,7 +12,7 @@ COMMENT= FUSE filesystem which uses Google mail for free space NO_BUILD= yes REPLACE_PYTHON= gmailfs.py mount.gmailfs -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-fuse-bindings +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-fuse-bindings CONF_FILES= ${PREFIX}/share/examples/gmailfs/gmailfs.conf \ ${PKG_SYSCONFDIR}/gmailfs.conf diff --git a/filesystems/fuse-wikipediafs/Makefile b/filesystems/fuse-wikipediafs/Makefile index 6b98ee64b80..8af794d043a 100644 --- a/filesystems/fuse-wikipediafs/Makefile +++ b/filesystems/fuse-wikipediafs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/01/22 07:19:45 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2014/05/09 07:37:05 wiz Exp $ DISTNAME= wikipediafs-0.3 PKGNAME= fuse-${DISTNAME} @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://wikipediafs.sourceforge.net/ COMMENT= FUSE filesystem for accessing the wikipedia -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-fuse-bindings +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-fuse-bindings EGG_NAME= wikipediafs-0.1 SUBST_CLASSES+= config diff --git a/filesystems/py-filesystem/Makefile b/filesystems/py-filesystem/Makefile index 6fddc7ed28b..2ec0e3300a9 100644 --- a/filesystems/py-filesystem/Makefile +++ b/filesystems/py-filesystem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/01/25 10:30:07 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2014/05/09 07:37:05 wiz Exp $ VERSION= 0.4.0 DISTNAME= fs-${VERSION} @@ -15,7 +15,7 @@ LICENSE= modified-bsd USE_LANGUAGES= # none PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.4.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.4.0 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/filesystems/py-fuse-bindings/Makefile b/filesystems/py-fuse-bindings/Makefile index d737f15659e..a1982355f89 100644 --- a/filesystems/py-fuse-bindings/Makefile +++ b/filesystems/py-fuse-bindings/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/01/25 10:30:07 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:05 wiz Exp $ VERSION= 0.2.1 DISTNAME= fuse-python-${VERSION} @@ -16,7 +16,7 @@ PYDISTUTILSPKG= yes PY_PATCHLIST= yes USE_TOOLS+= pkg-config -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 dcfb72168ef..bfb8e394167 100644 --- a/filesystems/tahoe-lafs/Makefile +++ b/filesystems/tahoe-lafs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2014/01/27 18:41:12 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2014/05/09 07:37:05 wiz Exp $ VERSION= 1.10.0 PKGREVISION= 2 @@ -44,7 +44,7 @@ DEPENDS+= ${PYPKGPREFIX}-cryptopp-[0-9]*:../../security/py-cryptopp DEPENDS+= ${PYPKGPREFIX}-OpenSSL-[0-9]*:../../security/py-OpenSSL DEPENDS+= ${PYPKGPREFIX}-nevow-[0-9]*:../../www/py-nevow -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-twisted, py-xml via py-nevow, py-zbase32, py-cryptopp +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted, py-xml via py-nevow, py-zbase32, py-cryptopp # 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/gnucash/Makefile b/finance/gnucash/Makefile index b3c4c9530b9..e8995541f4d 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.202 2014/05/05 00:47:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.203 2014/05/09 07:37:05 wiz Exp $ DISTNAME= gnucash-2.6.3 PKGREVISION= 4 @@ -34,7 +34,7 @@ REPLACE_PERL+= packaging/win32/exetype.pl REPLACE_PERL+= src/backend/xml/test/grab-types.pl REPLACE_PERL+= src/quotes/Quote_example.pl -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.6.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.6.1 REPLACE_PYTHON+= src/python/pycons/*.py src/python/pycons/pycons PY_PATCHPLIST= yes diff --git a/finance/py-trytond-account-invoice/Makefile b/finance/py-trytond-account-invoice/Makefile index f84c23be1ec..f3a9d797a4a 100644 --- a/finance/py-trytond-account-invoice/Makefile +++ b/finance/py-trytond-account-invoice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/05/05 22:58:40 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:05 wiz Exp $ DISTNAME= trytond_account_invoice-3.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g} @@ -21,7 +21,7 @@ DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 26 33 # XXX according to setup.py +PYTHON_VERSIONS_INCOMPATIBLE= 26 33 34 # XXX according to setup.py PYTHON_VERSIONED_DEPENDENCIES= dateutil REPLACE_PYTHON+= tests/test_account_invoice.py diff --git a/finance/py-trytond-account-product/Makefile b/finance/py-trytond-account-product/Makefile index 3bd8c41e125..4510dec5ddd 100644 --- a/finance/py-trytond-account-product/Makefile +++ b/finance/py-trytond-account-product/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/05/05 22:58:40 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:05 wiz Exp $ DISTNAME= trytond_account_product-3.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g} @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 26 33 # XXX according to setup.py +PYTHON_VERSIONS_INCOMPATIBLE= 26 33 34 # XXX according to setup.py REPLACE_PYTHON+= tests/test_account_product.py diff --git a/finance/py-trytond-account/Makefile b/finance/py-trytond-account/Makefile index 39ad1eaeb92..3e422aecb3f 100644 --- a/finance/py-trytond-account/Makefile +++ b/finance/py-trytond-account/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/05/05 22:58:40 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:05 wiz Exp $ DISTNAME= trytond_account-3.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1} @@ -18,7 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 26 33 # XXX according to setup.py +PYTHON_VERSIONS_INCOMPATIBLE= 26 33 34 # XXX according to setup.py PYTHON_VERSIONED_DEPENDENCIES= dateutil REPLACE_PYTHON+= tests/test_account.py diff --git a/finance/py-trytond-currency/Makefile b/finance/py-trytond-currency/Makefile index 159c84e5742..ab29dd828a2 100644 --- a/finance/py-trytond-currency/Makefile +++ b/finance/py-trytond-currency/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/05/05 22:58:41 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:05 wiz Exp $ DISTNAME= trytond_currency-3.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond USE_LANGUAGES= # none REPLACE_PYTHON+= tests/test_currency.py -PYTHON_VERSIONS_INCOMPATIBLE= 26 33 # XXX according to setup.py +PYTHON_VERSIONS_INCOMPATIBLE= 26 33 34 # XXX according to setup.py .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" diff --git a/finance/py-vatnumber/Makefile b/finance/py-vatnumber/Makefile index 96e412ba182..0999f079154 100644 --- a/finance/py-vatnumber/Makefile +++ b/finance/py-vatnumber/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/01/25 10:30:07 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:05 wiz Exp $ DISTNAME= vatnumber-1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -18,7 +18,7 @@ PKG_SUGGESTED_OPTIONS= vatnumber-suds .if !empty(PKG_OPTIONS:Mvatnumber-suds) DEPENDS+= ${PYPKGPREFIX}-suds-[0-9]*:../../net/py-suds -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-suds +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-suds .endif .include "../../lang/python/egg.mk" diff --git a/fonts/mftrace/Makefile b/fonts/mftrace/Makefile index 2243d2473bf..0d955ed34a2 100644 --- a/fonts/mftrace/Makefile +++ b/fonts/mftrace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2014/01/25 10:30:08 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2014/05/09 07:37:05 wiz Exp $ DISTNAME= mftrace-1.2.15 PKGREVISION= 2 @@ -21,7 +21,7 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} MAKE_FILE= GNUmakefile PLIST_SUBST+= PYSITELIB=${PYSITELIB:Q} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.2.15 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.2.15 INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PYSITELIB} diff --git a/fonts/py-TTFQuery/Makefile b/fonts/py-TTFQuery/Makefile index 8c40f2c9784..3c4c282f9d9 100644 --- a/fonts/py-TTFQuery/Makefile +++ b/fonts/py-TTFQuery/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2014/01/25 10:30:08 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2014/05/09 07:37:05 wiz Exp $ DISTNAME= TTFQuery-1.0.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-fonttools>=2.0b1:../../fonts/py-fonttools PYDISTUTILSPKG= yes PLIST_SUBST= PYVERSSUFFIX=${PYVERSSUFFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-fonttools +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-fonttools post-install: cd ${DESTDIR}${PREFIX}/bin && for f in ttffamily ttffiles ttfgroups ttfmetadata; do \ diff --git a/fonts/py-fonttools/Makefile b/fonts/py-fonttools/Makefile index 7f9900dbbad..0525e0f24de 100644 --- a/fonts/py-fonttools/Makefile +++ b/fonts/py-fonttools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2014/01/19 17:45:51 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2014/05/09 07:37:05 wiz Exp $ DISTNAME= fonttools-2.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.4 SUBST_CLASSES+= fix-mandir SUBST_STAGE.fix-mandir= pre-configure diff --git a/games/4stAttack/Makefile b/games/4stAttack/Makefile index 31a6b4aef71..0874f174fd0 100644 --- a/games/4stAttack/Makefile +++ b/games/4stAttack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2014/01/25 10:45:18 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2014/05/09 07:37:05 wiz Exp $ DISTNAME= 4stAttack-2.1.4 PKGREVISION= 17 @@ -14,7 +14,7 @@ INSTALLATION_DIRS= bin share/${PKGBASE} USE_TOOLS+= pax REPLACE_PYTHON= 4stattack.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.1.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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/blindmine/Makefile b/games/blindmine/Makefile index 38eb3c6b646..04dbfc93620 100644 --- a/games/blindmine/Makefile +++ b/games/blindmine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2014/01/25 10:30:08 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2014/05/09 07:37:06 wiz 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= 33 # not yet ported as of 0.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3 INSTALLATION_DIRS= bin share/doc/blindmine share/blindmine/data diff --git a/games/freeciv-share/Makefile.common b/games/freeciv-share/Makefile.common index cb038c88282..5be7c4e31be 100644 --- a/games/freeciv-share/Makefile.common +++ b/games/freeciv-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.42 2014/02/09 18:08:44 wiedi Exp $ +# $NetBSD: Makefile.common,v 1.43 2014/05/09 07:37:06 wiz Exp $ # used by games/freeciv-share/Makefile # used by games/freeciv-client/Makefile @@ -25,7 +25,7 @@ DISTINFO_FILE= ${.CURDIR}/../../games/freeciv-share/distinfo PATCHDIR= ${.CURDIR}/../../games/freeciv-share/patches REPLACE_PYTHON= ${WRKSRC}/common/generate_packets.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.3.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.3.2 SUBST_CLASSES+= data SUBST_STAGE.data= post-patch diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile index 7d1d5a199c1..6da8f126044 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2014/05/05 00:47:52 ryoon Exp $ +# $NetBSD: Makefile,v 1.58 2014/05/09 07:37:06 wiz Exp $ DISTNAME= gcompris-12.11 PKGREVISION= 15 @@ -23,7 +23,7 @@ INFO_FILES= yes PTHREAD_AUTO_VARS= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-sqlite2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-sqlite2, py-gtk2 PYTHON_VERSIONED_DEPENDENCIES= cairo:link PKG_SUPPORTED_OPTIONS= gnet diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index c209061640c..ee4b1a7280a 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.143 2014/05/05 00:47:52 ryoon Exp $ +# $NetBSD: Makefile,v 1.144 2014/05/09 07:37:06 wiz Exp $ DISTNAME= gnome-games-2.32.1 PKGREVISION= 26 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME2 games collection #LICENSE= gnu-gpl-v2 AND gnu-fdl-v1.1 -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2 CONFLICTS= xbill-[0-9]* SUPERSEDES= glchess-[0-9]* diff --git a/games/jools/Makefile b/games/jools/Makefile index b0c6b85ea12..bd9d71906c2 100644 --- a/games/jools/Makefile +++ b/games/jools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/01/23 17:24:44 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:06 wiz Exp $ DISTNAME= jools-0.20 PKGREVISION= 4 @@ -12,7 +12,7 @@ COMMENT= Bejeweled clone DEPENDS+= ${PYPKGPREFIX}-game>=1.4:../../devel/py-game -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.20 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 ce2462c0079..32d75ff48b0 100644 --- a/games/kajongg/Makefile +++ b/games/kajongg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2014/04/10 06:21:24 obache Exp $ +# $NetBSD: Makefile,v 1.16 2014/05/09 07:37:06 wiz Exp $ DISTNAME= kajongg-${_KDE_VERSION} PKGREVISION= 3 @@ -9,7 +9,7 @@ COMMENT= Maj Jong game DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted REPLACE_PYTHON+= setup.py REPLACE_PYTHON+= src/deferredutil.py diff --git a/games/kye/Makefile b/games/kye/Makefile index 50afcefd889..4be6e4670bc 100644 --- a/games/kye/Makefile +++ b/games/kye/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2014/05/05 00:47:52 ryoon Exp $ +# $NetBSD: Makefile,v 1.49 2014/05/09 07:37:06 wiz Exp $ DISTNAME= kye-1.0 PKGREVISION= 19 @@ -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= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" diff --git a/games/monsterz/Makefile b/games/monsterz/Makefile index 5301966a609..d32aad91f38 100644 --- a/games/monsterz/Makefile +++ b/games/monsterz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/01/25 10:45:18 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2014/05/09 07:37:06 wiz Exp $ DISTNAME= monsterz-0.7.1 PKGREVISION= 4 @@ -13,7 +13,7 @@ DEPENDS+= ${PYPKGPREFIX}-game-[0-9]*:../../devel/py-game DEPENDS+= ${PYPKGPREFIX}-Numeric-[0-9]*:../../math/py-Numeric REPLACE_PYTHON= monsterz.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-Numeric +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-Numeric MAKE_ENV+= GAMEOWN=${GAMEOWN:Q} MAKE_ENV+= GAMEGRP=${GAMEGRP:Q} diff --git a/games/py-renpy/Makefile b/games/py-renpy/Makefile index 4ceccd73c63..89df1399d43 100644 --- a/games/py-renpy/Makefile +++ b/games/py-renpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/04/21 18:15:09 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:06 wiz Exp $ DISTNAME= renpy-6.16.5-source PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-source//} @@ -16,7 +16,7 @@ USE_TOOLS+= pax PYSETUPSUBDIR= module EGG_NAME= Ren_Py-${PKGVERSION_NOREV}.525 -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 6.16.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 6.16.5 RENPY_DEPS_INSTALL+= ${BUILDLINK_PREFIX.SDL} RENPY_DEPS_INSTALL+= ${BUILDLINK_PREFIX.freetype2} diff --git a/games/pysolfc/Makefile b/games/pysolfc/Makefile index bfc5b854508..e57503d347f 100644 --- a/games/pysolfc/Makefile +++ b/games/pysolfc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2014/01/25 10:30:08 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2014/05/09 07:37:06 wiz Exp $ DISTNAME= PySolFC-2.0 PKGNAME= ${DISTNAME:tl} @@ -13,7 +13,7 @@ COMMENT= Over 1000 solitaire games LICENSE= gnu-gpl-v3 PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-imaging +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-imaging REPLACE_PYTHON+= \ data/themes/clearlooks/create_imgs.py \ diff --git a/games/pytraffic/Makefile b/games/pytraffic/Makefile index 3ccd033089f..202adabc244 100644 --- a/games/pytraffic/Makefile +++ b/games/pytraffic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2014/05/05 00:47:53 ryoon Exp $ +# $NetBSD: Makefile,v 1.41 2014/05/09 07:37:06 wiz Exp $ DISTNAME= pytraffic-2.5.4 PKGREVISION= 27 @@ -13,7 +13,7 @@ COMMENT= Computer version of a popular board game DIST_SUBDIR= pytraffic-2.5.4-070313 PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 8aeae4468e9..d21a246fd11 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.103 2014/05/05 00:47:53 ryoon Exp $ +# $NetBSD: Makefile,v 1.104 2014/05/09 07:37:06 wiz Exp $ DISTNAME= wesnoth-1.10.6 PKGREVISION= 8 @@ -30,7 +30,7 @@ SUBST_FILES.prefix= cmake/FindFriBiDi.cmake SUBST_MESSAGE.prefix= Fixing search path. SUBST_SED.prefix= -e 's,/usr/local,${PREFIX},' -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.10.6 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.10.6 REPLACE_PYTHON+= data/tools/*.py REPLACE_PYTHON+= data/tools/wesnoth/*.py REPLACE_PYTHON+= data/tools/wml* diff --git a/geography/gpsd/Makefile b/geography/gpsd/Makefile index b72bfde6ff2..aca78c5aeec 100644 --- a/geography/gpsd/Makefile +++ b/geography/gpsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2014/01/25 10:30:08 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2014/05/09 07:37:06 wiz Exp $ DISTNAME= gpsd-2.96 PKGREVISION= 1 @@ -17,7 +17,7 @@ BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto GNU_CONFIGURE= YES CONFIGURE_ENV+= PYTHON=${PYTHONBIN} PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.96 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.96 USE_TOOLS+= gmake USE_LIBTOOL= yes diff --git a/geography/proj-swig/Makefile b/geography/proj-swig/Makefile index 256f4fcd44b..fea5dc50f23 100644 --- a/geography/proj-swig/Makefile +++ b/geography/proj-swig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2014/01/25 10:30:09 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2014/05/09 07:37:06 wiz Exp $ DISTNAME= proj-swig-0.02 PKGREVISION= 5 @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes # Defines PYSITELIB, apparently. PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.02 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.02 # The perl build is commented out upstream, so this doesn't have any # effect. diff --git a/geography/py-trytond-country/Makefile b/geography/py-trytond-country/Makefile index a25c0acb9da..d6162a742e1 100644 --- a/geography/py-trytond-country/Makefile +++ b/geography/py-trytond-country/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/05/05 22:58:41 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:06 wiz Exp $ DISTNAME= trytond_country-3.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond USE_LANGUAGES= # none REPLACE_PYTHON+= tests/test_country.py -PYTHON_VERSIONS_INCOMPATIBLE= 26 33 # XXX according to setup.py +PYTHON_VERSIONS_INCOMPATIBLE= 26 33 34 # XXX according to setup.py .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" diff --git a/geography/qgis/options.mk b/geography/qgis/options.mk index 4a6128f5614..6b73f8f2c88 100644 --- a/geography/qgis/options.mk +++ b/geography/qgis/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2014/01/25 08:59:57 wiz Exp $ +# $NetBSD: options.mk,v 1.3 2014/05/09 07:37:06 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.qgis PKG_SUPPORTED_OPTIONS= python @@ -14,7 +14,7 @@ CMAKE_ARGS+= -DWITH_BINDINGS:BOOL=FALSE CMAKE_ARGS+= -DWITH_BINDINGS:BOOL=TRUE CMAKE_ARGS+= -DSIP_BINARY_PATH:PATH=${BUILDLINK_PREFIX.py-sip}/bin PLIST.python= yes -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/application.mk" .include "../../x11/py-qt4/buildlink3.mk" .include "../../x11/py-sip/buildlink3.mk" diff --git a/graphics/Mesa/Makefile.lib b/graphics/Mesa/Makefile.lib index e3acaaade84..1c75bbf3af8 100644 --- a/graphics/Mesa/Makefile.lib +++ b/graphics/Mesa/Makefile.lib @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.lib,v 1.17 2014/01/25 10:30:09 wiz Exp $ +# $NetBSD: Makefile.lib,v 1.18 2014/05/09 07:37:07 wiz Exp $ # # This Makefile fragment is included by all packages that build libraries # from the Mesa sources. @@ -21,7 +21,7 @@ USE_LANGUAGES= c99 c++ USE_TOOLS+= automake bison flex gmake pkg-config makedepend PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 7.11.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 7.11.2 .include "../../lang/python/tool.mk" BUILDLINK_DEPMETHOD.libxml2?= build .include "../../textproc/libxml2/buildlink3.mk" diff --git a/graphics/comix/Makefile b/graphics/comix/Makefile index 35c343522d3..bb9b3768582 100644 --- a/graphics/comix/Makefile +++ b/graphics/comix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2014/05/05 00:47:55 ryoon Exp $ +# $NetBSD: Makefile,v 1.51 2014/05/09 07:37:07 wiz Exp $ DISTNAME= comix-4.0.4 PKGREVISION= 26 @@ -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= 33 # py-imaging, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-imaging, py-gtk2 do-build: diff --git a/graphics/dia-python/Makefile b/graphics/dia-python/Makefile index 4f979a36dc6..0812e0553dd 100644 --- a/graphics/dia-python/Makefile +++ b/graphics/dia-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2014/05/05 00:47:55 ryoon Exp $ +# $NetBSD: Makefile,v 1.42 2014/05/09 07:37:07 wiz Exp $ DIA_SUBPKG= -python .include "../../graphics/dia/Makefile.common" @@ -13,7 +13,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= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 BUILD_DIRS+= plug-ins/python INSTALL_DIRS+= plug-ins/python diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile index dd27c9e66d5..34038d33178 100644 --- a/graphics/eog/Makefile +++ b/graphics/eog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2014/05/05 00:47:55 ryoon Exp $ +# $NetBSD: Makefile,v 1.83 2014/05/09 07:37:07 wiz Exp $ DISTNAME= eog-2.32.1 PKGREVISION= 20 @@ -21,7 +21,7 @@ GCONF_SCHEMAS= eog.schemas # XXX Python plugins do more harm than good for now #.include "../../lang/python/application.mk" #.include "../../x11/py-gtk2/buildlink3.mk" -#PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 +#PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 .include "../../devel/GConf/schemas.mk" BUILDLINK_API_DEPENDS.glib2+= glib2>=2.15.3 .include "../../devel/glib2/buildlink3.mk" diff --git a/graphics/gimp-docs-en/Makefile.common b/graphics/gimp-docs-en/Makefile.common index f4f42471c4b..d35b1ca1064 100644 --- a/graphics/gimp-docs-en/Makefile.common +++ b/graphics/gimp-docs-en/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2014/03/26 16:18:29 ryoon Exp $ +# $NetBSD: Makefile.common,v 1.7 2014/05/09 07:37:07 wiz Exp $ # # used by graphics/gimp-docs-de/Makefile # used by graphics/gimp-docs-en/Makefile @@ -34,7 +34,7 @@ CONFIGURE_ENV= ALL_LINGUAS=${HELPLANGUAGE} MAKE_FLAGS= VERBOSE=2 REPLACE_PYTHON= tools/xml2po.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.8.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.8.0 CONFLICTS= gimp-docs<=2.4.0 SUPERSEDES= gimp-docs<=2.4.0 diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 644907923db..2742784058c 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.106 2014/05/05 00:47:58 ryoon Exp $ +# $NetBSD: Makefile,v 1.107 2014/05/09 07:37:07 wiz Exp $ DISTNAME= inkscape-0.48.4 PKGREVISION= 24 @@ -44,7 +44,7 @@ SUBST_STAGE.pypath= pre-configure SUBST_FILES.pypath= src/extension/implementation/script.cpp SUBST_VARS.pypath= PYTHONBIN -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.48.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.48.4 REPLACE_PYTHON+= cxxtest/cxxtestgen.py REPLACE_PYTHON+= share/filters/i18n.py REPLACE_PYTHON+= share/extensions/*.py diff --git a/graphics/libscigraphica/Makefile b/graphics/libscigraphica/Makefile index ba6bfa6e074..d0837847f31 100644 --- a/graphics/libscigraphica/Makefile +++ b/graphics/libscigraphica/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2014/05/05 00:47:59 ryoon Exp $ +# $NetBSD: Makefile,v 1.37 2014/05/09 07:37:07 wiz Exp $ DISTNAME= libscigraphica-2.1.1 PKGREVISION= 26 @@ -16,7 +16,7 @@ USE_TOOLS+= pkg-config gmake intltool GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= libscigraphica-2.0.pc.in -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-numarray +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-numarray pre-configure: ln -s ${PYTHONBIN} ${TOOLS_DIR}/bin/python diff --git a/graphics/mypaint/Makefile b/graphics/mypaint/Makefile index eaeb6ce755c..e728ea77cc5 100644 --- a/graphics/mypaint/Makefile +++ b/graphics/mypaint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2014/01/25 10:30:09 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2014/05/09 07:37:07 wiz Exp $ DISTNAME= mypaint-1.0.0 PKGREVISION= 5 @@ -19,7 +19,7 @@ USE_LANGUAGES= c++ USE_TOOLS+= bash:run msgfmt pkg-config PYTHON_VERSIONED_DEPENDENCIES= cairo -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 FIND_PREFIX:= SCONSDIR=scons .include "../../mk/find-prefix.mk" diff --git a/graphics/py-OpenGL/Makefile b/graphics/py-OpenGL/Makefile index 4c4a001524b..69f11043bbd 100644 --- a/graphics/py-OpenGL/Makefile +++ b/graphics/py-OpenGL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2014/01/26 00:22:29 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2014/05/09 07:37:07 wiz Exp $ DISTNAME= PyOpenGL-3.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^Py//} @@ -12,7 +12,7 @@ COMMENT= Python bindings for OpenGL DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-Numeric +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-Numeric REPLACE_PYTHON+= OpenGL/Tk/__init__.py diff --git a/graphics/py-aafigure/Makefile b/graphics/py-aafigure/Makefile index f81812e2482..35f935f0a75 100644 --- a/graphics/py-aafigure/Makefile +++ b/graphics/py-aafigure/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/01/25 10:30:09 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:07 wiz Exp $ DISTNAME= aafigure-0.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-reportlab-[0-9]*:../../print/py-reportlab USE_LANGUAGES= # none PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-reportlab, py-imaging +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-reportlab, py-imaging .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/py-biggles/Makefile b/graphics/py-biggles/Makefile index 97d9c80cca2..ee211e35814 100644 --- a/graphics/py-biggles/Makefile +++ b/graphics/py-biggles/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2014/01/19 13:43:39 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2014/05/09 07:37:07 wiz Exp $ DISTNAME= python2-biggles-1.6.6 PKGNAME= ${PYPKGPREFIX}${DISTNAME:S/python2//} @@ -10,7 +10,7 @@ HOMEPAGE= http://biggles.sourceforge.net/ COMMENT= Python module for creating 2D scientific plots EGG_NAME= ${DISTNAME:S/-/_/} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not ported yet as of 1.6.6 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not ported yet as of 1.6.6 .include "../../lang/python/distutils.mk" .include "../../math/py-numpy/buildlink3.mk" diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile index 278307b14e5..6f976ec7392 100644 --- a/graphics/py-cairo/Makefile +++ b/graphics/py-cairo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2014/05/05 00:47:59 ryoon Exp $ +# $NetBSD: Makefile,v 1.46 2014/05/09 07:37:07 wiz Exp $ DISTNAME= py2cairo-1.10.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py2//} @@ -20,7 +20,7 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} PKGCONFIG_OVERRIDE+= pycairo.pc.in PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 post-extract: cd ${WRKSRC} && touch ChangeLog && aclocal && automake -a diff --git a/graphics/py-dot/Makefile b/graphics/py-dot/Makefile index 9e6bfa265e4..c94a530d90a 100644 --- a/graphics/py-dot/Makefile +++ b/graphics/py-dot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/01/19 20:15:43 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2014/05/09 07:37:07 wiz Exp $ DISTNAME= pydot-1.0.28 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -13,7 +13,7 @@ LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-pyparsing-[0-9]*:../../devel/py-pyparsing DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.0.28 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.0.28 post-install: ${RM} ${DESTDIR}${PREFIX}/README diff --git a/graphics/py-gdchart/Makefile b/graphics/py-gdchart/Makefile index dd2e2dc2ff9..b8564c6c509 100644 --- a/graphics/py-gdchart/Makefile +++ b/graphics/py-gdchart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2014/01/25 09:02:06 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2014/05/09 07:37:07 wiz 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= 33 # not yet ported as of 0.6 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 ce0b104eca3..35322532e7e 100644 --- a/graphics/py-gdmodule/Makefile +++ b/graphics/py-gdmodule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/01/19 17:16:56 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:07 wiz Exp $ DISTNAME= v0.58 PKGNAME= ${PYPKGPREFIX}-gdmodule-${DISTNAME:S/v//} @@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}/gdmodule-${DISTNAME:S/v//} EGG_NAME= gdmodule-${DISTNAME:S/v//} PYSETUP= Setup.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.58 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.58 BUILDLINK_API_DEPENDS.gd+= gd>=2.0.23 .include "../../graphics/gd/buildlink3.mk" diff --git a/graphics/py-gnuplot/Makefile b/graphics/py-gnuplot/Makefile index 6520410f03e..a52c10d4552 100644 --- a/graphics/py-gnuplot/Makefile +++ b/graphics/py-gnuplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2014/01/25 10:30:10 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2014/05/09 07:37:07 wiz Exp $ DISTNAME= gnuplot-py-1.8 PKGNAME= ${PYPKGPREFIX}-gnuplot-1.8 @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy USE_LANGUAGES= # empty EGG_NAME= ${DISTNAME:S/-/_/} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.8 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 0433cf539cc..e3228f173a3 100644 --- a/graphics/py-goocanvas/Makefile +++ b/graphics/py-goocanvas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2014/05/05 00:47:59 ryoon Exp $ +# $NetBSD: Makefile,v 1.36 2014/05/09 07:37:08 wiz Exp $ DISTNAME= pygoocanvas-0.14.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} @@ -21,7 +21,7 @@ CONFIGURE_ARGS+= --disable-docs PY_PATCHPLIST= yes PYTHON_VERSIONED_DEPENDENCIES= cairo:link -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 .include "../../lang/python/pyversion.mk" diff --git a/graphics/py-gtkglext/Makefile b/graphics/py-gtkglext/Makefile index 5e9950e926b..a000c51aab4 100644 --- a/graphics/py-gtkglext/Makefile +++ b/graphics/py-gtkglext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2014/05/05 00:47:59 ryoon Exp $ +# $NetBSD: Makefile,v 1.37 2014/05/09 07:37:08 wiz 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= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 PKGCONFIG_OVERRIDE+= pygtkglext.pc.in diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile index 043629c43a4..0ff3e0fcb82 100644 --- a/graphics/py-imaging/Makefile +++ b/graphics/py-imaging/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2014/01/25 10:30:10 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2014/05/09 07:37:08 wiz 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= 33 # not yet ported as of 1.1.7, use Pillow instead +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.1.7, use Pillow instead post-install: ${INSTALL_DATA} ${WRKSRC}/libImaging/ImPlatform.h ${DESTDIR}${PREFIX}/${PYINC}/PIL diff --git a/graphics/py-imagingtk/Makefile b/graphics/py-imagingtk/Makefile index 337fc006801..01159e9bb55 100644 --- a/graphics/py-imagingtk/Makefile +++ b/graphics/py-imagingtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2014/01/21 11:24:56 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2014/05/09 07:37:08 wiz Exp $ DISTNAME= Imaging-1.1.7 PKGNAME= ${PYPKGPREFIX}-imagingtk-1.1.7 @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk DIST_SUBDIR= python EGG_NAME= ${DISTNAME:S/Imaging/PIL/} PY_NO_EGG= yes # same egg installed by py-imaging -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-imaging +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-imaging PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q} diff --git a/graphics/py-matplotlib-gtk2/Makefile b/graphics/py-matplotlib-gtk2/Makefile index 0a76d967a5e..cc8c9194c9c 100644 --- a/graphics/py-matplotlib-gtk2/Makefile +++ b/graphics/py-matplotlib-gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2014/05/05 00:48:00 ryoon Exp $ +# $NetBSD: Makefile,v 1.49 2014/05/09 07:37:08 wiz Exp $ DISTNAME= matplotlib-1.3.1 PKGNAME= ${PYPKGPREFIX}-matplotlib-gtk-1.3.1 @@ -13,7 +13,7 @@ COMMENT= GTK frontend for matplotlib USE_TOOLS+= pkg-config PY_PATCHPLIST= yes PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 USE_LANGUAGES= c c++ post-patch: diff --git a/graphics/py-piddle/Makefile b/graphics/py-piddle/Makefile index a83cb9c26dc..468abb4e1a0 100644 --- a/graphics/py-piddle/Makefile +++ b/graphics/py-piddle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2014/01/25 10:30:10 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2014/05/09 07:37:08 wiz 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= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/py-pycha/Makefile b/graphics/py-pycha/Makefile index dfd115ed88b..01493720237 100644 --- a/graphics/py-pycha/Makefile +++ b/graphics/py-pycha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/01/25 10:30:10 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:08 wiz Exp $ DISTNAME= pycha-0.6.0 PKGREVISION= 1 @@ -17,7 +17,7 @@ USE_LANGUAGES= #none PYTHON_SELF_CONFLICT= yes PYTHON_VERSIONED_DEPENDENCIES= cairo -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 post-install: ${CHMOD} ${SHAREMODE} ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_NAME}-py${PYVERSSUFFIX}.egg-info/* diff --git a/graphics/py-sk1libs/Makefile b/graphics/py-sk1libs/Makefile index 5c945263b77..72d7190a224 100644 --- a/graphics/py-sk1libs/Makefile +++ b/graphics/py-sk1libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/01/19 22:15:13 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:08 wiz 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= 33 # not yet ported as of 0.9.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 64782ff0e71..2fe571ff07d 100644 --- a/graphics/py-uniconvertor/Makefile +++ b/graphics/py-uniconvertor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/01/19 22:18:53 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2014/05/09 07:37:08 wiz 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= 33 # py-sk1libs +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-sk1libs REPLACE_PYTHON+= src/__init__.py .include "../../lang/python/application.mk" diff --git a/graphics/scigraphica/Makefile b/graphics/scigraphica/Makefile index dcc6a84f172..85dcab7f52b 100644 --- a/graphics/scigraphica/Makefile +++ b/graphics/scigraphica/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 2014/05/05 00:48:00 ryoon Exp $ +# $NetBSD: Makefile,v 1.73 2014/05/09 07:37:08 wiz Exp $ DISTNAME= scigraphica-2.1.0 PKGREVISION= 25 @@ -22,7 +22,7 @@ CONFIGURE_ENV+= PYTHONBIN=${PYTHONBIN:Q} USE_LIBTOOL= YES PTHREAD_AUTO_VARS= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-numarray via libscigraphica +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-numarray via libscigraphica pre-configure: ln -s ${PYTHONBIN} ${TOOLS_DIR}/bin/python diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile index 36cf0a9ea92..72bb166189a 100644 --- a/graphics/skencil/Makefile +++ b/graphics/skencil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2014/01/25 10:45:18 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2014/05/09 07:37:08 wiz Exp $ DISTNAME= skencil-0.6.17 PKGREVISION= 12 @@ -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= 33 # py-imaging +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 5846ebfc85b..d300b41fdc0 100644 --- a/graphics/xdot/Makefile +++ b/graphics/xdot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/01/25 10:30:10 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:08 wiz Exp $ DISTNAME= xdot PKGNAME= xdot-20121124 @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR} USE_LANGUAGES= # none DIST_SUBDIR= ${PKGNAME_NOREV} REPLACE_PYTHON= xdot.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 INSTALLATION_DIRS= bin do-build: diff --git a/ham/gnuradio-core/Makefile b/ham/gnuradio-core/Makefile index ff510a39216..0e241f9aeef 100644 --- a/ham/gnuradio-core/Makefile +++ b/ham/gnuradio-core/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2014/01/25 10:45:18 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2014/05/09 07:37:08 wiz Exp $ PKGNAME= gnuradio-core-${VERSION} PKGREVISION= 10 @@ -7,7 +7,7 @@ COMMENT= Runtime system and DSP blocks for GNU Radio LDFLAGS.DragonFly+= -lboost_system LDFLAGS.SunOS+= -lboost_system -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 3.3.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.3.0 .include "../../meta-pkgs/gnuradio/Makefile.common" CONF_FILES+= ${EGDIR}/gnuradio-core.conf ${PKG_SYSCONFDIR}/gnuradio-core.conf diff --git a/ham/gnuradio-wxgui/Makefile b/ham/gnuradio-wxgui/Makefile index 44902f65534..9d1af724a50 100644 --- a/ham/gnuradio-wxgui/Makefile +++ b/ham/gnuradio-wxgui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2014/05/05 00:48:01 ryoon Exp $ +# $NetBSD: Makefile,v 1.51 2014/05/09 07:37:08 wiz Exp $ PKGNAME= gnuradio-wxgui-${VERSION} PKGREVISION= 28 @@ -8,7 +8,7 @@ REPLACE_PYTHON+= gr-wxgui/src/python/form.py REPLACE_PYTHON+= gr-wxgui/src/python/powermate.py REPLACE_PYTHON+= gr-wxgui/src/python/slider.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-wxWidgets SUBST_CLASSES+= py-exec SUBST_STAGE.py-exec= pre-configure diff --git a/ham/usrp/Makefile b/ham/usrp/Makefile index 2eef1dc3ca2..1f7f411191f 100644 --- a/ham/usrp/Makefile +++ b/ham/usrp/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.27 2014/01/25 10:45:19 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2014/05/09 07:37:08 wiz Exp $ PKGNAME= usrp-${VERSION} PKGREVISION= 10 COMMENT= Non GNU Radio specific part of the USRP code base -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 3.3.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.3.0 .include "../../meta-pkgs/gnuradio/Makefile.common" diff --git a/inputmethod/ibus-array/Makefile b/inputmethod/ibus-array/Makefile index 164915cab33..ed7cf45d493 100644 --- a/inputmethod/ibus-array/Makefile +++ b/inputmethod/ibus-array/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/01/25 10:30:11 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2014/05/09 07:37:08 wiz Exp $ DISTNAME= ibus-array-0.0.2 PKGREVISION= 7 @@ -21,7 +21,7 @@ SUBST_STAGE.epython= pre-configure SUBST_FILES.epython= setup/ibus-setup-array.in SUBST_SED.epython= -e 's;exec python;exec ${PYTHONBIN};g' -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 via py-ibus-python +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 via py-ibus-python .include "../../inputmethod/ibus/buildlink3.mk" .include "../../lang/python/application.mk" diff --git a/inputmethod/ibus-python/Makefile b/inputmethod/ibus-python/Makefile index 7c5a6eae92d..4cb71cdea93 100644 --- a/inputmethod/ibus-python/Makefile +++ b/inputmethod/ibus-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/01/25 10:30:11 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:09 wiz Exp $ .include "../../inputmethod/ibus/Makefile.common" @@ -38,7 +38,7 @@ CONFIGURE_ARGS+= --disable-dconf CONFIGURE_ARGS+= --disable-gconf CONFIGURE_ARGS+= --enable-python-library -PYTHON_VERSIONS_INCOMPATIBLE= 26 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 26 33 34 # py-gtk2 .include "../../devel/py-gobject3/buildlink3.mk" PY_PATCHPLIST= yes diff --git a/inputmethod/ibus-table/Makefile b/inputmethod/ibus-table/Makefile index 1e1844c30ec..bef9231340c 100644 --- a/inputmethod/ibus-table/Makefile +++ b/inputmethod/ibus-table/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/01/25 10:30:11 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2014/05/09 07:37:09 wiz Exp $ DISTNAME= ibus-table-1.5.0 PKGREVISION= 1 @@ -24,7 +24,7 @@ SUBST_FILES.prefix= engine/tabcreatedb.py SUBST_SED.prefix= -e 's|/usr/share|${PREFIX}/share|g' REPLACE_PYTHON+= engine/tabcreatedb.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.5.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.5.0 .include "../../lang/python/application.mk" .include "../../inputmethod/ibus/buildlink3.mk" diff --git a/inputmethod/ibus-tegaki/Makefile b/inputmethod/ibus-tegaki/Makefile index 9137552d43c..749db336734 100644 --- a/inputmethod/ibus-tegaki/Makefile +++ b/inputmethod/ibus-tegaki/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/01/25 10:30:11 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:09 wiz Exp $ DISTNAME= ibus-tegaki-0.3.1 PKGREVISION= 2 @@ -22,7 +22,7 @@ SUBST_FILES.epython= ibus-engine-tegaki.in SUBST_SED.epython= -e 's;exec python;exec ${PYTHONBIN};g' EGG_NAME= ${DISTNAME:S/-/_/} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 via py-ibus-python +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 via py-ibus-python .include "../../lang/python/distutils.mk" .include "../../lang/python/application.mk" diff --git a/inputmethod/mozc-server/Makefile.common b/inputmethod/mozc-server/Makefile.common index 7ef91734d4e..3eb70769c89 100644 --- a/inputmethod/mozc-server/Makefile.common +++ b/inputmethod/mozc-server/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2014/03/27 19:28:33 ryoon Exp $ +# $NetBSD: Makefile.common,v 1.9 2014/05/09 07:37:09 wiz Exp $ # used by inputmethod/ibus-mozc/Makefile # used by inputmethod/mozc-elisp/Makefile # used by inputmethod/mozc-server/Makefile @@ -22,7 +22,7 @@ PATCHDIR= ${.CURDIR}/../../inputmethod/mozc-server/patches BUILD_DEPENDS+= ${PYPKGPREFIX}-gyp-[0-9]*:../../devel/gyp -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gyp +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gyp USE_LANGUAGES= c c++ # nullptr requires -std=c++11, and -std=c++11 requires gcc 4.7 or later diff --git a/inputmethod/py-input-pad/Makefile b/inputmethod/py-input-pad/Makefile index 13bd259257a..73c5e6c1628 100644 --- a/inputmethod/py-input-pad/Makefile +++ b/inputmethod/py-input-pad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2014/05/05 00:48:03 ryoon Exp $ +# $NetBSD: Makefile,v 1.33 2014/05/09 07:37:09 wiz 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= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 1607fd54224..951ce8d8fbf 100644 --- a/inputmethod/py-zinnia/Makefile +++ b/inputmethod/py-zinnia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/01/25 10:30:11 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:09 wiz Exp $ .include "../../inputmethod/zinnia/Makefile.common" @@ -11,7 +11,7 @@ USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ PYSETUPSUBDIR= python -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.06 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.06 EGG_NAME= zinnia_python-0.0.0 diff --git a/inputmethod/scim-python/Makefile b/inputmethod/scim-python/Makefile index d38ddc57fa5..c818092bb49 100644 --- a/inputmethod/scim-python/Makefile +++ b/inputmethod/scim-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2014/05/05 00:48:04 ryoon Exp $ +# $NetBSD: Makefile,v 1.25 2014/05/09 07:37:09 wiz Exp $ DISTNAME= scim-python-0.1.13rc1 PKGREVISION= 22 @@ -29,7 +29,7 @@ post-extract: ${CP} ${WRKDIR}/py.db ${WRKSRC}/python/engine/PinYin/py.db PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 REPLACE_PYTHON+= python/engine/XingMa/XMCreateDB.py .include "../../inputmethod/scim/buildlink3.mk" diff --git a/inputmethod/tegaki-pygtk/Makefile b/inputmethod/tegaki-pygtk/Makefile index 347ff48efd5..3f1e18c036e 100644 --- a/inputmethod/tegaki-pygtk/Makefile +++ b/inputmethod/tegaki-pygtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/01/25 10:30:11 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:09 wiz Exp $ DISTNAME= tegaki-pygtk-0.3.1 PKGREVISION= 2 @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.10:../../x11/py-gtk2 USE_LANGUAGES= # none EGG_NAME= ${DISTNAME:S/-/_/} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 695317f8bd1..5539d350c25 100644 --- a/inputmethod/tegaki-python/Makefile +++ b/inputmethod/tegaki-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/01/25 10:30:11 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:09 wiz Exp $ DISTNAME= tegaki-python-0.3.1 PKGREVISION= 1 @@ -24,7 +24,7 @@ SUBST_FILES.prefix= tegaki/engine.py SUBST_SED.prefix= -e 's|/usr/local/share|${PREFIX}/share|g' EGG_NAME= ${DISTNAME:S/-/_/} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-zinnia +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 abe0ec9b053..6dd7a4f5538 100644 --- a/inputmethod/tegaki-recognize/Makefile +++ b/inputmethod/tegaki-recognize/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/01/25 10:30:11 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:09 wiz Exp $ DISTNAME= tegaki-recognize-0.3.1.2 PKGREVISION= 1 @@ -15,7 +15,7 @@ DEPENDS+= tegaki-pygtk>=0.2:../../inputmethod/tegaki-pygtk USE_LANGUAGES= # none REPLACE_PYTHON= bin/tegaki-recognize -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.3.1.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.1.2 EGG_NAME= ${DISTNAME:S/-/_/} diff --git a/inputmethod/tegaki-tools/Makefile b/inputmethod/tegaki-tools/Makefile index 305cef7151e..660dd5d42ab 100644 --- a/inputmethod/tegaki-tools/Makefile +++ b/inputmethod/tegaki-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/01/25 10:30:12 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:09 wiz Exp $ DISTNAME= tegaki-tools-0.3.1 PKGREVISION= 1 @@ -15,7 +15,7 @@ DEPENDS+= tegaki-pygtk>=0.3:../../inputmethod/tegaki-pygtk USE_LANGUAGES= c c++ -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.1 EGG_NAME= ${DISTNAME:S/-/_/} .include "../../lang/python/application.mk" diff --git a/inputmethod/tegaki-train/Makefile b/inputmethod/tegaki-train/Makefile index 58093f97974..2a182812bbb 100644 --- a/inputmethod/tegaki-train/Makefile +++ b/inputmethod/tegaki-train/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/01/25 10:30:12 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:09 wiz Exp $ DISTNAME= tegaki-train-0.3.1 PKGREVISION= 1 @@ -14,7 +14,7 @@ DEPENDS+= tegaki-pygtk>=0.2:../../inputmethod/tegaki-pygtk USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.1 EGG_NAME= ${DISTNAME:S/-/_/} .include "../../lang/python/application.mk" diff --git a/inputmethod/tegaki-wagomu/Makefile b/inputmethod/tegaki-wagomu/Makefile index eba50177186..e6c67203850 100644 --- a/inputmethod/tegaki-wagomu/Makefile +++ b/inputmethod/tegaki-wagomu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/05/01 09:42:42 obache Exp $ +# $NetBSD: Makefile,v 1.13 2014/05/09 07:37:09 wiz Exp $ DISTNAME= tegaki-wagomu-0.3.1 PKGREVISION= 6 @@ -30,7 +30,7 @@ SUBST_FILES.fixver= tegakiwagomu.py SUBST_SED.fixver= -e 's|0\.3|${PKGVERSION_NOREV}|' EGG_NAME= ${DISTNAME:S/-/_/} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.1 .include "../../devel/glib2/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/lang/nodejs/Makefile b/lang/nodejs/Makefile index bcf10b65c48..6e118d8b519 100644 --- a/lang/nodejs/Makefile +++ b/lang/nodejs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2014/05/03 15:57:17 fhajny Exp $ +# $NetBSD: Makefile,v 1.24 2014/05/09 07:37:09 wiz Exp $ DISTNAME= node-v0.10.28 CATEGORIES= devel @@ -15,7 +15,7 @@ USE_TOOLS+= pkg-config USE_TOOLS+= gmake USE_LANGUAGES= c c++ -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.10.24 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.10.24 .include "../../mk/bsd.prefs.mk" .include "options.mk" diff --git a/lang/py-basicproperty/Makefile b/lang/py-basicproperty/Makefile index 93a023c81e7..af5dc9c178d 100644 --- a/lang/py-basicproperty/Makefile +++ b/lang/py-basicproperty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/01/17 22:44:16 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2014/05/09 07:37:09 wiz Exp $ DISTNAME= basicproperty-0.6.9a PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= original-bsd USE_LANGUAGES= c REPLACE_PYTHON= basicproperty/tests/test.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 post-extract: # wrong architecture binary diff --git a/lang/py-pyrex/Makefile b/lang/py-pyrex/Makefile index fcf1fe7e7e6..f07f5d6c6f3 100644 --- a/lang/py-pyrex/Makefile +++ b/lang/py-pyrex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2014/01/26 00:30:02 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2014/05/09 07:37:09 wiz 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= 33 # not yet ported as of 0.9.9 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 74c884675c9..46fcc431ed9 100644 --- a/lang/py-pythonz/Makefile +++ b/lang/py-pythonz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/04/07 00:43:45 rodent Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:10 wiz Exp $ DISTNAME= pythonz-1.2.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ WRKSRC= ${WRKDIR}/pythonz-${DISTNAME} USE_LANGUAGES= # none PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 a15abbc0a88..120ab7e4f40 100644 --- a/mail/archivemail/Makefile +++ b/mail/archivemail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2014/01/25 10:30:12 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2014/05/09 07:37:10 wiz Exp $ DISTNAME= archivemail-0.9.0 PKGREVISION= 1 @@ -14,7 +14,7 @@ USE_LANGUAGES= # none INSTALLATION_DIRS= share/archivemail -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.9.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 4ec1fb9e33e..e5cd6b1dcfd 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.90 2014/01/25 10:45:19 wiz Exp $ +# $NetBSD: Makefile,v 1.91 2014/05/09 07:37:10 wiz Exp $ DISTNAME= fetchmail-6.3.22 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} @@ -31,7 +31,7 @@ INSTALL_TARGET= install-pythonPYTHON PLIST_SUBST+= PYSITELIB=${PYSITELIB} REPLACE_PYTHON= fetchmailconf.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 6.3.22 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 c189941cc68..fe7c9edacd2 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.141 2014/04/07 19:23:20 schmonz Exp $ +# $NetBSD: Makefile,v 1.142 2014/05/09 07:37:10 wiz Exp $ DISTNAME= getmail-4.46.0 CATEGORIES= mail @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= # none REPLACE_PYTHON= *.py getmailcore/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 4.44.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 4.44.0 .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile index 09071dc833b..dbac0f2bf8d 100644 --- a/mail/mailman/Makefile +++ b/mail/mailman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2014/01/25 10:45:19 wiz Exp $ +# $NetBSD: Makefile,v 1.70 2014/05/09 07:37:10 wiz Exp $ DISTNAME= mailman-2.1.14-1 PKGNAME= mailman-2.1.14.1 @@ -69,7 +69,7 @@ RCD_SCRIPTS= mailman INSTALL_TEMPLATES+= ${FILESDIR}/INSTALL DEINSTALL_TEMPLATES+= ${FILESDIR}/DEINSTALL -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.1.14.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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/offlineimap/Makefile b/mail/offlineimap/Makefile index 0c05001a2ac..19d7b7f8945 100644 --- a/mail/offlineimap/Makefile +++ b/mail/offlineimap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2014/04/23 16:11:31 schmonz Exp $ +# $NetBSD: Makefile,v 1.26 2014/05/09 07:37:10 wiz Exp $ DISTNAME= offlineimap-6.5.5 @@ -19,7 +19,7 @@ INSTALLATION_DIRS= share/examples/offlineimap EGG_NAME= ${PKGNAME_NOREV} REPLACE_PYTHON= offlineimap/imaplib2.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 6.5.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 6.5.5 post-install: .for f in offlineimap.conf offlineimap.conf.minimal diff --git a/mail/py-libgmail/Makefile b/mail/py-libgmail/Makefile index f6120e2a83c..c782b231fac 100644 --- a/mail/py-libgmail/Makefile +++ b/mail/py-libgmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/01/25 10:30:12 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2014/05/09 07:37:10 wiz 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= 33 # py-mechanize +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mechanize .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/py-spf/Makefile b/mail/py-spf/Makefile index 101a783a121..1e44a351bdb 100644 --- a/mail/py-spf/Makefile +++ b/mail/py-spf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/02/15 17:20:59 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:10 wiz Exp $ VERSION= 2.0.8 DISTNAME= pyspf-${VERSION} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-dns>=0:../../net/py-dns EGG_NAME= pyspf-${VERSION} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-dns +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-dns .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/tmda/Makefile b/mail/tmda/Makefile index 3e76493e066..e3dd49379f1 100644 --- a/mail/tmda/Makefile +++ b/mail/tmda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2014/01/25 10:45:20 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2014/05/09 07:37:10 wiz Exp $ DISTNAME= tmda-1.1.12 PKGREVISION= 5 @@ -13,7 +13,7 @@ COMMENT= Python-based SPAM reduction system REPLACE_PYTHON= ${TMDA_PROGRAMS} PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.1.12 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.1.12 PKG_SYSCONFSUBDIR= ${PKGBASE} diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index eb9c1823ef9..e31df53ef15 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.175 2014/05/05 00:48:07 ryoon Exp $ +# $NetBSD: Makefile,v 1.176 2014/05/09 07:37:10 wiz Exp $ DISTNAME= gnumeric-1.8.4 PKGREVISION= 37 @@ -25,7 +25,7 @@ REPLACE_PERL+= plugins/perl-func/perl_func.pl CONFIGURE_ARGS+= --with-python CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.8.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.8.4 .include "../../lang/python/application.mk" .include "../../devel/py-gobject/buildlink3.mk" diff --git a/math/gnumeric110/Makefile b/math/gnumeric110/Makefile index a1e9fdc261a..67ccc1b3685 100644 --- a/math/gnumeric110/Makefile +++ b/math/gnumeric110/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2014/05/05 00:48:07 ryoon Exp $ +# $NetBSD: Makefile,v 1.54 2014/05/09 07:37:10 wiz Exp $ DISTNAME= gnumeric-1.10.17 PKGREVISION= 20 @@ -29,7 +29,7 @@ PLIST_SUBST+= GOFFICE_VERSION=${GOFFICE_VERSION} CONFIGURE_ARGS+= --with-python CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.10.17 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.10.17 .include "../../lang/python/application.mk" .include "../../devel/py-gobject/buildlink3.mk" diff --git a/math/gnumeric112/Makefile b/math/gnumeric112/Makefile index 584c874471b..f2cc96f60af 100644 --- a/math/gnumeric112/Makefile +++ b/math/gnumeric112/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2014/05/05 00:48:07 ryoon Exp $ +# $NetBSD: Makefile,v 1.20 2014/05/09 07:37:10 wiz Exp $ DISTNAME= gnumeric-1.12.9 PKGREVISION= 1 @@ -27,7 +27,7 @@ PLIST_SUBST+= GOFFICE_VERSION=${GOFFICE_VERSION} CONFIGURE_ARGS+= --with-python CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.12.9 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.12.9 .include "../../lang/python/application.mk" .include "../../devel/py-gobject3/buildlink3.mk" diff --git a/math/py-Numeric/Makefile b/math/py-Numeric/Makefile index 584707aa7ab..b3067548668 100644 --- a/math/py-Numeric/Makefile +++ b/math/py-Numeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2014/01/25 10:30:13 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2014/05/09 07:37:10 wiz Exp $ DISTNAME= Numeric-24.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://numeric.scipy.org/ COMMENT= Adds multidimensional numeric arrays to Python PYSETUP= setup.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 24.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 dabe26879e3..4e637a90764 100644 --- a/math/py-Scientific/Makefile +++ b/math/py-Scientific/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2014/04/16 14:51:24 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2014/05/09 07:37:10 wiz Exp $ DISTNAME= ScientificPython-2.8.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Python//} @@ -15,7 +15,7 @@ MAKE_ENV+= NETCDF_PREFIX=${BUILDLINK_PREFIX.netcdf} PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} PLIST_SUBST+= OSVER=${OS_VERSION:C/^(.).*/\1/} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.8.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.8.1 INSTALLATION_DIRS= bin diff --git a/math/py-cdecimal/Makefile b/math/py-cdecimal/Makefile index 9511cba712b..6314da72d62 100644 --- a/math/py-cdecimal/Makefile +++ b/math/py-cdecimal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/01/25 09:05:56 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:10 wiz 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= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 #.include "../../devel/gmp/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/math/py-ephem/Makefile b/math/py-ephem/Makefile index 4c64a9cbf6c..58de4e2b505 100644 --- a/math/py-ephem/Makefile +++ b/math/py-ephem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/01/20 12:51:38 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:10 wiz Exp $ DISTNAME= pyephem-3.7.5.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyephem/ephem/} @@ -14,7 +14,7 @@ do-test: (cd ${WRKSRC}/${PYSETUPSUBDIR} && ${SETENV} ${TEST_ENV} ${MAKE_ENV} \ ${PYTHONBIN} ${PYSETUP} ${PYSETUPARGS} "test") -PYTHON_VERSIONS_INCOMPATIBLE= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 REPLACE_PYTHON+= src/ephem/tests/test_angles.py REPLACE_PYTHON+= src/ephem/tests/test_bodies.py diff --git a/math/py-fpconst/Makefile b/math/py-fpconst/Makefile index e0c63916fc0..a46577a756f 100644 --- a/math/py-fpconst/Makefile +++ b/math/py-fpconst/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/01/25 09:06:15 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2014/05/09 07:37:11 wiz 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= 33 # not yet ported as of 0.7.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.7.2 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/py-mpmath/Makefile b/math/py-mpmath/Makefile index 61c4346a9b8..7c9ef89d0ae 100644 --- a/math/py-mpmath/Makefile +++ b/math/py-mpmath/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/01/25 10:30:13 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2014/05/09 07:37:11 wiz Exp $ DISTNAME= mpmath-0.17 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= modified-bsd USE_LANGUAGES= # none PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib do-test: diff --git a/math/py-networkx/Makefile b/math/py-networkx/Makefile index b6f055c5978..1934c85cc25 100644 --- a/math/py-networkx/Makefile +++ b/math/py-networkx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/01/25 10:30:13 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2014/05/09 07:37:11 wiz Exp $ DISTNAME= networkx-1.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ COMMENT= Python package for creating and manipulating graphs and networks LICENSE= modified-bsd 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/math/py-numarray/Makefile b/math/py-numarray/Makefile index 86a6c8e63f2..17f5bd49abf 100644 --- a/math/py-numarray/Makefile +++ b/math/py-numarray/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2014/01/25 09:06:42 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2014/05/09 07:37:11 wiz Exp $ DISTNAME= numarray-1.5.2 PKGNAME= ${PYPKGPREFIX}-numarray-1.5.2 @@ -16,7 +16,7 @@ BUILDLINK_PASSTHRU_DIRS+= /System/Library/Frameworks/vecLib.framework/Headers PLIST.blas= yes .endif -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.5.2; use py-numpy +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 186978e0b2b..80ffb127754 100644 --- a/meta-pkgs/bulk-large/Makefile +++ b/meta-pkgs/bulk-large/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/04/22 14:16:56 adam Exp $ +# $NetBSD: Makefile,v 1.12 2014/05/09 07:37:11 wiz Exp $ DISTNAME= bulk-large-20130223 PKGREVISION= 2 @@ -15,7 +15,7 @@ RESTRICTED= Just for test build purpose NO_BIN_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 # # Note: the primary purpose of this package is to build the most diff --git a/meta-pkgs/bulk-medium/Makefile b/meta-pkgs/bulk-medium/Makefile index 617993acb55..8cd1322acff 100644 --- a/meta-pkgs/bulk-medium/Makefile +++ b/meta-pkgs/bulk-medium/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2014/05/05 22:56:03 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2014/05/09 07:37:11 wiz Exp $ DISTNAME= bulk-medium-20140505 CATEGORIES= meta-pkgs @@ -10,7 +10,7 @@ COMMENT= Meta-package for a standard medium-sized limited bulk build META_PACKAGE= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-postgresql, py-matplotlib-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-postgresql, py-matplotlib-gtk2 RESTRICTED= Just for test build purpose NO_BIN_ON_CDROM= ${RESTRICTED} diff --git a/meta-pkgs/gnome/Makefile b/meta-pkgs/gnome/Makefile index a1295385868..cb0b827570c 100644 --- a/meta-pkgs/gnome/Makefile +++ b/meta-pkgs/gnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.129 2014/01/25 10:30:14 wiz Exp $ +# $NetBSD: Makefile,v 1.130 2014/05/09 07:37:11 wiz Exp $ DISTNAME= gnome-2.26.2 PKGREVISION= 4 @@ -11,7 +11,7 @@ COMMENT= Meta-package for the GNOME desktop META_PACKAGE= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2 .include "../../lang/python/pyversion.mk" diff --git a/meta-pkgs/py-gnome-bindings/Makefile b/meta-pkgs/py-gnome-bindings/Makefile index e08ca2d4ad0..cfda00e5b92 100644 --- a/meta-pkgs/py-gnome-bindings/Makefile +++ b/meta-pkgs/py-gnome-bindings/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2014/01/25 10:30:14 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2014/05/09 07:37:11 wiz Exp $ DISTNAME= ${PYPKGPREFIX}-gnome-bindings-2.26.2 CATEGORIES= meta-pkgs x11 gnome @@ -10,7 +10,7 @@ COMMENT= Meta-package for Python bindings for the GNOME desktop META_PACKAGE= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-ORBit, py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit, py-gnome2, py-gtk2 .include "../../lang/python/pyversion.mk" diff --git a/misc/byobu/Makefile b/misc/byobu/Makefile index 71f86b8f250..74c9fd441ca 100644 --- a/misc/byobu/Makefile +++ b/misc/byobu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/01/25 10:30:14 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:11 wiz Exp $ DISTNAME= byobu_5.69.orig PKGNAME= ${DISTNAME:S/_/-/:S/.orig//} @@ -22,7 +22,7 @@ REPLACE_BASH+= usr/share/byobu/tests/* REPLACE_PERL+= usr/lib/byobu/include/* REPLACE_PYTHON+= usr/lib/byobu/include/* -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-newt +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-newt EGDIR= share/examples/byobu CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/${EGDIR} diff --git a/misc/calibre/Makefile b/misc/calibre/Makefile index f9d7d062976..1fb494f6ee5 100644 --- a/misc/calibre/Makefile +++ b/misc/calibre/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2014/05/02 11:22:45 wiz Exp $ +# $NetBSD: Makefile,v 1.75 2014/05/09 07:37:11 wiz Exp $ DISTNAME= calibre-1.35.0 CATEGORIES= misc @@ -43,7 +43,7 @@ EXTRACT_USING= bsdtar USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config pax PYTHON_VERSIONS_ACCEPTED= 27 -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-mechanize, py-beautifulsoup, py-imaging, py-netifaces +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mechanize, py-beautifulsoup, py-imaging, py-netifaces PYDISTUTILSPKG= yes PYSETUPOPTARGS= # empty PYSETUPINSTALLARGS= --prefix=${PREFIX} --root=${DESTDIR:Q}${PREFIX} diff --git a/misc/deskbar-applet/Makefile b/misc/deskbar-applet/Makefile index 79073b6394e..87819723448 100644 --- a/misc/deskbar-applet/Makefile +++ b/misc/deskbar-applet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.86 2014/05/05 00:48:08 ryoon Exp $ +# $NetBSD: Makefile,v 1.87 2014/05/09 07:37:11 wiz Exp $ DISTNAME= deskbar-applet-2.32.0 PKGREVISION= 34 @@ -20,7 +20,7 @@ PKGCONFIG_OVERRIDE= data/deskbar-applet.pc.in GCONF_SCHEMAS= deskbar-applet.schemas -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2, py-gtk2 REPLACE_PYTHON= deskbar/deskbar-applet.py PY_PATCHPLIST= yes diff --git a/misc/gaupol/Makefile b/misc/gaupol/Makefile index 3b1693e021d..cf77027584c 100644 --- a/misc/gaupol/Makefile +++ b/misc/gaupol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2014/01/21 21:26:41 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2014/05/09 07:37:11 wiz Exp $ DISTNAME= gaupol-0.19.2 PKGREVISION= 2 @@ -19,7 +19,7 @@ USE_LANGUAGES= # none USE_TOOLS+= intltool msgfmt PYSETUPARGS= --mandir=${PREFIX}/${PKGMANDIR} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 .include "../../lang/python/distutils.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" diff --git a/misc/kdeutils3/Makefile b/misc/kdeutils3/Makefile index 521575dc5ea..f7b88a4fe6a 100644 --- a/misc/kdeutils3/Makefile +++ b/misc/kdeutils3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.104 2014/04/10 06:21:31 obache Exp $ +# $NetBSD: Makefile,v 1.105 2014/05/09 07:37:11 wiz Exp $ DISTNAME= kdeutils-${_KDE_VERSION} PKGREVISION= 34 @@ -37,7 +37,7 @@ CONFIGURE_ARGS+= --with-snmp=no CONFIGURE_ARGS+= --with-pythondir=${LOCALBASE} CONFIGURE_ENV+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} -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 .include "../../meta-pkgs/kde3/kde3.mk" .include "../../devel/gmp/buildlink3.mk" diff --git a/misc/kodos/Makefile b/misc/kodos/Makefile index 604a81e57d8..6715fe1319b 100644 --- a/misc/kodos/Makefile +++ b/misc/kodos/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2014/01/25 10:30:14 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2014/05/09 07:37:11 wiz Exp $ DISTNAME= kodos-2.4.9 PKGREVISION= 6 @@ -11,7 +11,7 @@ COMMENT= GUI for creating, testing and debugging Python REs PYDISTUTILSPKG= yes USE_LANGUAGES= # empty -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-qt3-modules +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-qt3-modules SUBST_CLASSES+= libpath SUBST_STAGE.libpath= pre-configure diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile index 7c12b1bcf6c..67447752efe 100644 --- a/misc/koffice/Makefile +++ b/misc/koffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.160 2014/04/29 07:57:14 wiz Exp $ +# $NetBSD: Makefile,v 1.161 2014/05/09 07:37:11 wiz Exp $ DISTNAME= koffice-1.6.3 PKGREVISION= 54 @@ -43,7 +43,7 @@ REPLACE_PERL+= tools/scripts/gdb_output_to_text.pl REPLACE_PERL+= tools/thesaurus/extract.pl REPLACE_PERL+= kpresenter/kprconverter.pl -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.6.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.6.3 # Ensure we export symbols in the linked shared object. LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} diff --git a/misc/mnemosyne/Makefile b/misc/mnemosyne/Makefile index ead8ec3828f..5aad0c6d12e 100644 --- a/misc/mnemosyne/Makefile +++ b/misc/mnemosyne/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2014/01/25 10:30:14 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2014/05/09 07:37:11 wiz Exp $ DISTNAME= mnemosyne-1.2.2 PKGREVISION= 16 @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= # none EGG_NAME= ${DISTNAME:S/^m/M/} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-qt3-base, py-imaging +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-qt3-base, py-imaging SUBST_CLASSES+= installpath SUBST_SED.installpath= -e 's,/usr/share,${PREFIX}/share,' diff --git a/misc/openoffice3/Makefile b/misc/openoffice3/Makefile index 95b50878d62..f02706a0e0e 100644 --- a/misc/openoffice3/Makefile +++ b/misc/openoffice3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.101 2014/05/05 00:48:09 ryoon Exp $ +# $NetBSD: Makefile,v 1.102 2014/05/09 07:37:12 wiz Exp $ OO_VER= 3.1.1 OO_TAG= OOO310_m19 @@ -32,7 +32,7 @@ WRKSRC= ${WRKDIR}/${OO_TAG} GCC_REQD+= 3.4 USE_LANGUAGES+= c c++ -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 3.1.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.1.1 CONFLICTS+= staroffice-[0-9]* CONFLICTS+= openoffice-[0-9]* diff --git a/misc/orca/Makefile b/misc/orca/Makefile index 86773b6d68a..f3610560320 100644 --- a/misc/orca/Makefile +++ b/misc/orca/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2014/01/25 10:30:14 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2014/05/09 07:37:12 wiz Exp $ DISTNAME= orca-2.32.1 PKGREVISION= 1 @@ -30,7 +30,7 @@ USE_PKGLOCALEDIR= yes CONFIGURE_ENV+= PYTHON=${PYTHONBIN} PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-ORBit, py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit, py-gnome2, py-gtk2 PYTHON_VERSIONED_DEPENDENCIES= cairo .include "../../mk/bsd.prefs.mk" diff --git a/misc/py-anita/Makefile b/misc/py-anita/Makefile index e4a8199d573..49d66d45e96 100644 --- a/misc/py-anita/Makefile +++ b/misc/py-anita/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2014/02/19 10:23:33 gson Exp $ +# $NetBSD: Makefile,v 1.30 2014/05/09 07:37:12 wiz Exp $ DISTNAME= anita-1.32 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-pexpect>=2.1:../../devel/py-pexpect USE_LANGUAGES= #none -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.32 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.32 .include "options.mk" .include "../../lang/python/distutils.mk" diff --git a/misc/py-anki2/Makefile b/misc/py-anki2/Makefile index 6292819a408..47f946b077e 100644 --- a/misc/py-anki2/Makefile +++ b/misc/py-anki2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2014/04/28 22:32:21 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2014/05/09 07:37:12 wiz Exp $ DISTNAME= anki-2.0.26 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:C/anki/anki2/} @@ -18,12 +18,12 @@ DEPENDS+= portaudio-devel-[0-9]*:../../audio/portaudio-devel # Actually, these hurt more than they help. # anki comes with its own version of the two, and if the pkgsrc versions # are newer, it might break -#PYTHON_VERSIONS_INCOMPATIBLE=33 # py-beautifulsoup +#PYTHON_VERSIONS_INCOMPATIBLE=33 34 34 # py-beautifulsoup #DEPENDS+= ${PYPKGPREFIX}-beautifulsoup>=3.2:../../www/py-beautifulsoup #DEPENDS+= ${PYPKGPREFIX}-httplib2-[0-9]*:../../www/py-httplib2 # XXX: python portaudio -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.0.21 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 34 # not yet ported as of 2.0.21 USE_PKGLOCALEDIR= yes USE_LANGUAGES= # none diff --git a/misc/py-carddav/Makefile b/misc/py-carddav/Makefile index 1a744c65b8f..1de229a784d 100644 --- a/misc/py-carddav/Makefile +++ b/misc/py-carddav/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/04/11 13:35:31 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2014/05/09 07:37:12 wiz 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= 33 # py-vobject +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-vobject REPLACE_PYTHON= pycarddav/ui.py REPLACE_PYTHON+= pycarddav/controllers/__init__.py diff --git a/misc/py-stdnum/Makefile b/misc/py-stdnum/Makefile index 14ff6a4e209..1ef7fd077c9 100644 --- a/misc/py-stdnum/Makefile +++ b/misc/py-stdnum/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/04/03 12:20:41 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:12 wiz Exp $ DISTNAME= python-stdnum-0.9 PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/} @@ -13,7 +13,7 @@ LICENSE= gnu-lgpl-v3 USE_LANGUAGES= # none EGG_NAME= ${DISTNAME:S/python-/python_/} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-suds +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-suds DEPENDS+= ${PYPKGPREFIX}-suds>=0.4:../../net/py-suds diff --git a/misc/py-trytond-company/Makefile b/misc/py-trytond-company/Makefile index f5190174ee3..12e1c071a14 100644 --- a/misc/py-trytond-company/Makefile +++ b/misc/py-trytond-company/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/05/05 22:58:41 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:12 wiz Exp $ DISTNAME= trytond_company-3.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1} @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond USE_LANGUAGES= # none REPLACE_PYTHON+= tests/test_company.py -PYTHON_VERSIONS_INCOMPATIBLE= 26 33 # XXX according to setup.py +PYTHON_VERSIONS_INCOMPATIBLE= 26 33 34 # XXX according to setup.py .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" diff --git a/misc/py-trytond-party/Makefile b/misc/py-trytond-party/Makefile index 95c2c1a96d9..663badb052f 100644 --- a/misc/py-trytond-party/Makefile +++ b/misc/py-trytond-party/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/05/05 22:58:41 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:13 wiz Exp $ DISTNAME= trytond_party-3.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1} @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond USE_LANGUAGES= # none REPLACE_PYTHON+= tests/test_party.py -PYTHON_VERSIONS_INCOMPATIBLE= 26 33 # XXX according to setup.py +PYTHON_VERSIONS_INCOMPATIBLE= 26 33 34 # XXX according to setup.py .include "options.mk" diff --git a/misc/py-trytond-product/Makefile b/misc/py-trytond-product/Makefile index 08c939b4384..12b14f14fe8 100644 --- a/misc/py-trytond-product/Makefile +++ b/misc/py-trytond-product/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/05/05 22:58:41 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:13 wiz Exp $ DISTNAME= trytond_product-3.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 26 33 # XXX according to setup.py +PYTHON_VERSIONS_INCOMPATIBLE= 26 33 34 # XXX according to setup.py REPLACE_PYTHON+= tests/test_product.py diff --git a/misc/py-trytond-stock-lot/Makefile b/misc/py-trytond-stock-lot/Makefile index 2a6b13f0ed2..15709e29ba8 100644 --- a/misc/py-trytond-stock-lot/Makefile +++ b/misc/py-trytond-stock-lot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/05/05 22:58:41 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:13 wiz Exp $ DISTNAME= trytond_stock_lot-3.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g} @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond USE_LANGUAGES= # none REPLACE_PYTHON+= tests/test_stock_lot.py -PYTHON_VERSIONS_INCOMPATIBLE= 26 33 # XXX according to setup.py (v3.0.0) +PYTHON_VERSIONS_INCOMPATIBLE= 26 33 34 # XXX according to setup.py (v3.0.0) .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" diff --git a/misc/py-trytond-stock/Makefile b/misc/py-trytond-stock/Makefile index 6d6f9628b41..455a84c4d91 100644 --- a/misc/py-trytond-stock/Makefile +++ b/misc/py-trytond-stock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/05/05 22:58:41 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:13 wiz Exp $ DISTNAME= trytond_stock-3.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1} @@ -19,7 +19,7 @@ DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 26 33 # XXX according to setup.py (v3.0.1) +PYTHON_VERSIONS_INCOMPATIBLE= 26 33 34 # XXX according to setup.py (v3.0.1) REPLACE_PYTHON+= tests/test_stock.py diff --git a/misc/routeplanner-cli/Makefile b/misc/routeplanner-cli/Makefile index 162873105d0..364b195b7d6 100644 --- a/misc/routeplanner-cli/Makefile +++ b/misc/routeplanner-cli/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/01/25 10:45:20 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2014/05/09 07:37:13 wiz Exp $ # DISTNAME= routeplanner_0.11 @@ -41,7 +41,7 @@ do-install: done # optional speedup -#PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-kjbuckets +#PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-kjbuckets #.include "../../devel/py-kjbuckets/buildlink3.mk" #.include "../../devel/py-pqueue/buildlink3.mk" diff --git a/misc/superkaramba/Makefile b/misc/superkaramba/Makefile index 63d383c6809..012fc09cee6 100644 --- a/misc/superkaramba/Makefile +++ b/misc/superkaramba/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.24 2014/04/10 06:21:32 obache Exp $ +# $NetBSD: Makefile,v 1.25 2014/05/09 07:37:13 wiz Exp $ DISTNAME= superkaramba-${_KDE_VERSION} PKGREVISION= 2 CATEGORIES= misc COMMENT= KDE desktop widgets -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/multimedia/farsight2/Makefile b/multimedia/farsight2/Makefile index e50e9e91a79..38cfe517747 100644 --- a/multimedia/farsight2/Makefile +++ b/multimedia/farsight2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2014/05/05 00:48:10 ryoon Exp $ +# $NetBSD: Makefile,v 1.47 2014/05/09 07:37:13 wiz Exp $ DISTNAME= farsight2-0.0.31 PKGREVISION= 12 @@ -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= 33 # py-gtk2, py-gstreamer0.10 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2, py-gstreamer0.10 .include "../../lang/python/pyversion.mk" diff --git a/multimedia/libkate/options.mk b/multimedia/libkate/options.mk index 372a65d7593..a7eed926ff2 100644 --- a/multimedia/libkate/options.mk +++ b/multimedia/libkate/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2014/01/25 10:30:15 wiz Exp $ +# $NetBSD: options.mk,v 1.3 2014/05/09 07:37:13 wiz 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= 33 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 2738dabfc6f..362dcd6b60d 100644 --- a/multimedia/pitivi/Makefile +++ b/multimedia/pitivi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2014/05/05 00:48:12 ryoon Exp $ +# $NetBSD: Makefile,v 1.32 2014/05/09 07:37:13 wiz Exp $ DISTNAME= pitivi-0.15.2 PKGREVISION= 6 @@ -17,7 +17,7 @@ USE_TOOLS+= pkg-config intltool gmake msgfmt CONFIGURE_ENV+= ac_cv_path_PYTHON=${PYTHONBIN} REPLACE_PYTHON= bin/pitivi.in PYTHON_VERSIONED_DEPENDENCIES= cairo -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2, py-gstreamer0.10 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 8e6161db14f..064021bf4ff 100644 --- a/multimedia/py-gstreamer0.10/Makefile +++ b/multimedia/py-gstreamer0.10/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2014/01/25 10:30:15 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2014/05/09 07:37:13 wiz 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= 33 # not yet ported as of 0.10.22; use py-gobjects +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 002d03930fd..8c9b266d46c 100644 --- a/multimedia/py-ming/Makefile +++ b/multimedia/py-ming/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2014/01/25 09:15:37 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2014/05/09 07:37:13 wiz Exp $ .include "../../multimedia/ming/Makefile.common" @@ -15,7 +15,7 @@ PY_PATCHPLIST= yes PYSETUPSUBDIR= py_ext EGG_NAME= ${DISTNAME:S/ming/mingc/} -PYTHON_VERSIONS_INCOMPATIBLE= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 .include "../../devel/zlib/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" diff --git a/multimedia/totem/Makefile.common b/multimedia/totem/Makefile.common index 72d52fff077..eb5ea16d123 100644 --- a/multimedia/totem/Makefile.common +++ b/multimedia/totem/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.61 2014/01/25 10:30:15 wiz Exp $ +# $NetBSD: Makefile.common,v 1.62 2014/05/09 07:37:13 wiz 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= 33 # py-gtk2, py-gdata +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2, py-gdata .include "../../lang/python/application.mk" .include "../../x11/py-gtk2/buildlink3.mk" diff --git a/net/avahi/options.mk b/net/avahi/options.mk index bd429b19774..d798662cbcc 100644 --- a/net/avahi/options.mk +++ b/net/avahi/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.5 2014/01/25 10:30:15 wiz Exp $ +# $NetBSD: options.mk,v 1.6 2014/05/09 07:37:13 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.avahi PKG_SUPPORTED_OPTIONS= avahi-howl gdbm introspection gtk2 gtk3 mono python qt3 @@ -78,7 +78,7 @@ CONFIGURE_ARGS+= --disable-qt4 ### .if !empty(PKG_OPTIONS:Mpython) PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 6ba977b60d8..6ce511078cf 100644 --- a/net/bittornado-gui/Makefile +++ b/net/bittornado-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2014/01/25 10:45:20 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2014/05/09 07:37:13 wiz 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= 33 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-wxWidgets INSTALLATION_DIRS= bin diff --git a/net/bittornado/Makefile b/net/bittornado/Makefile index 63560a04b3f..79a80bf9279 100644 --- a/net/bittornado/Makefile +++ b/net/bittornado/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/01/25 10:30:15 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2014/05/09 07:37:13 wiz 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= 33 # not yet ported as of 0.3.18 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 900f19aa8c8..2fd0b4ff033 100644 --- a/net/bittorrent-gui/Makefile +++ b/net/bittorrent-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2014/01/25 10:45:20 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2014/05/09 07:37:13 wiz 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= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 CONFLICTS+= bittornado-gui-[0-9]* diff --git a/net/bittorrent/Makefile b/net/bittorrent/Makefile index b77830d6b0a..74b144c3ecf 100644 --- a/net/bittorrent/Makefile +++ b/net/bittorrent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2014/01/25 10:30:15 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2014/05/09 07:37:13 wiz 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= 33 # not yet ported as of 4.4.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 eebc3b207a6..2dad6e2ba5d 100644 --- a/net/calypso/Makefile +++ b/net/calypso/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/01/25 10:30:15 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:14 wiz Exp $ DISTNAME= calypso-1.3 CATEGORIES= net time @@ -14,7 +14,7 @@ DEPENDS+= git-base-[0-9]*:../../devel/git-base INSTALLATION_DIRS= share/examples/calypso -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-vobject +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-vobject REPLACE_PYTHON= calypso.py diff --git a/net/coherence/Makefile b/net/coherence/Makefile index 716ed5772c0..0a5ed020223 100644 --- a/net/coherence/Makefile +++ b/net/coherence/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/01/25 10:30:15 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2014/05/09 07:37:14 wiz 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= 33 # py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/coilmq/Makefile b/net/coilmq/Makefile index 1acf28fb75a..bc4befc8e12 100644 --- a/net/coilmq/Makefile +++ b/net/coilmq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/01/22 07:13:22 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:14 wiz Exp $ DISTNAME= CoilMQ-0.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -23,7 +23,7 @@ SUBST_STAGE.cfg= post-patch SUBST_FILES.cfg= coilmq/config/__init__.py SUBST_SED.cfg= -e 's,/path/to/config.cfg,${PKG_SYSCONFDIR}/coilmq/defaults.cfg,' -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-stompclient, py-daemon +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-stompclient, py-daemon EGDIR= ${PREFIX}/share/examples/coilmq diff --git a/net/exabgp/Makefile b/net/exabgp/Makefile index 8f585966a7b..ab9d6059afb 100644 --- a/net/exabgp/Makefile +++ b/net/exabgp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/01/23 16:50:06 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:14 wiz Exp $ DISTNAME= exabgp-exabgp-3.2.19 PKGNAME= exabgp-3.2.19 @@ -29,7 +29,7 @@ REPLACE_PYTHON+= etc/exabgp/processes/tcp-server REPLACE_PYTHON+= etc/exabgp/processes/syslog-1.py EGG_NAME= ${PKGNAME_NOREV} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 3.2.19 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.2.19 USE_LANGUAGES= # none diff --git a/net/gitso/Makefile b/net/gitso/Makefile index fb9f6bb5ad4..66b3e39a747 100644 --- a/net/gitso/Makefile +++ b/net/gitso/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/05/05 00:48:14 ryoon Exp $ +# $NetBSD: Makefile,v 1.18 2014/05/09 07:37:14 wiz Exp $ DISTNAME= gitso-0.6 PKGREVISION= 12 @@ -17,7 +17,7 @@ DEPENDS+= x11vnc-[0-9]*:../../x11/x11vnc WRKSRC= ${WRKDIR}/Gitso PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-wxWidgets USE_TOOLS+= bash:run diff --git a/net/gtk-vnc/options.mk b/net/gtk-vnc/options.mk index 9e65d7e06c4..86f8ad80bb2 100644 --- a/net/gtk-vnc/options.mk +++ b/net/gtk-vnc/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.6 2014/01/25 10:30:16 wiz Exp $ +# $NetBSD: options.mk,v 1.7 2014/05/09 07:37:14 wiz 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= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 f5c455e5135..fc19a11968e 100644 --- a/net/mimms/Makefile +++ b/net/mimms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/01/25 10:30:16 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:14 wiz Exp $ DISTNAME= mimms-3.2 CATEGORIES= net multimedia @@ -11,7 +11,7 @@ COMMENT= MMS (e.g. mms://) stream downloader LICENSE= gnu-gpl-v3 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 3.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.2 SUBST_CLASSES+= man SUBST_FILES.man+= setup.py diff --git a/net/mitmproxy/Makefile b/net/mitmproxy/Makefile index 73ebf77fa10..9b013ce8151 100644 --- a/net/mitmproxy/Makefile +++ b/net/mitmproxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/01/25 10:30:16 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:14 wiz Exp $ DISTNAME= mitmproxy-0.9 CATEGORIES= net @@ -18,7 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.13:../../security/py-OpenSSL DEPENDS+= ${PYPKGPREFIX}-urwid>=1.1:../../devel/py-urwid USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-imaging, py-netlib +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-imaging, py-netlib .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/nagstamon/Makefile b/net/nagstamon/Makefile index 044e9848603..8ffee5b0bc8 100644 --- a/net/nagstamon/Makefile +++ b/net/nagstamon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2014/05/05 00:48:15 ryoon Exp $ +# $NetBSD: Makefile,v 1.34 2014/05/09 07:37:14 wiz Exp $ VERSION= 0.9.9 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= 33 # py-libxslt, py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 8e6a8a26ca6..3cc19e756d7 100644 --- a/net/nicotine/Makefile +++ b/net/nicotine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2014/01/25 10:30:16 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2014/05/09 07:37:14 wiz Exp $ DISTNAME= nicotine-1.0.8 PKGREVISION= 16 @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2>=1.99.16:../../x11/py-gtk2 USE_PKGLOCALEDIR= yes USE_LANGUAGES= # empty -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/nmap/options.mk b/net/nmap/options.mk index 23f8dd5410e..72e0244ecc8 100644 --- a/net/nmap/options.mk +++ b/net/nmap/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.11 2014/01/25 10:30:16 wiz Exp $ +# $NetBSD: options.mk,v 1.12 2014/05/09 07:37:14 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.nmap @@ -37,7 +37,7 @@ PY_PATCHPLIST= yes REPLACE_PYTHON+= zenmap/zenmapCore/*.py REPLACE_PYTHON+= zenmap/zenmapGUI/*.py REPLACE_PYTHON+= zenmap/zenmapGUI/higwidgets/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-xml, py-sqlite2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml, py-sqlite2, py-gtk2 .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" .include "../../x11/py-gtk2/buildlink3.mk" diff --git a/net/omniORB/Makefile b/net/omniORB/Makefile index 219a4296848..4fc972742e0 100644 --- a/net/omniORB/Makefile +++ b/net/omniORB/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/01/25 10:30:16 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:14 wiz Exp $ DISTNAME= omniORB-4.1.7 CATEGORIES= devel @@ -44,7 +44,7 @@ CONFIGURE_ARGS+=--disable-ipv6 PY_PATCHPLIST= yes REPLACE_PYTHON+= src/tool/omniidl/python/scripts/omniidlrun.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 4.1.7 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 4.1.7 post-install: ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/examples/omniORB/ diff --git a/net/py-GeoIP/Makefile b/net/py-GeoIP/Makefile index 47765aceb6c..a7aaf37091f 100644 --- a/net/py-GeoIP/Makefile +++ b/net/py-GeoIP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/01/25 09:08:32 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2014/05/09 07:37:14 wiz Exp $ DISTNAME= GeoIP-Python-1.2.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Python-//} @@ -12,7 +12,7 @@ LICENSE= gnu-lgpl-v2.1 EGG_NAME= ${DISTNAME:S/-/_/} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.2.7 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.2.7 .include "../../lang/python/distutils.mk" .include "../../net/GeoIP/buildlink3.mk" diff --git a/net/py-ORBit/Makefile b/net/py-ORBit/Makefile index 96f389771df..1cc37008019 100644 --- a/net/py-ORBit/Makefile +++ b/net/py-ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2014/01/25 10:30:16 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2014/05/09 07:37:14 wiz 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= 33 # dead upstream, no plans to port +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # dead upstream, no plans to port .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" diff --git a/net/py-adns/Makefile b/net/py-adns/Makefile index a3c1d373395..cb247244722 100644 --- a/net/py-adns/Makefile +++ b/net/py-adns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/01/20 11:39:21 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2014/05/09 07:37:14 wiz Exp $ DISTNAME= adns-python-1.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} @@ -15,7 +15,7 @@ CONFLICTS= ${PYPKGPREFIX}-adns-python-[0-9]* EGG_NAME= ${DISTNAME:S/-/_/} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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-boto/Makefile b/net/py-boto/Makefile index fac58018860..2e4f632311d 100644 --- a/net/py-boto/Makefile +++ b/net/py-boto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2014/01/25 10:30:16 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2014/05/09 07:37:14 wiz Exp $ DISTNAME= boto-2.6.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,7 +17,7 @@ REPLACE_PYTHON+= *.py REPLACE_PYTHON+= boto/*/*.py REPLACE_PYTHON+= bin/* -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-filechunkio +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-filechunkio .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" diff --git a/net/py-caldav/Makefile b/net/py-caldav/Makefile index 7246c35d995..7db6bd46c16 100644 --- a/net/py-caldav/Makefile +++ b/net/py-caldav/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/04/07 03:40:20 rodent Exp $ +# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:15 wiz 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= 33 # py-vobject +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-vobject REPLACE_PYTHON+= caldav/__init__.py caldav/davclient.py REPLACE_PYTHON+= caldav/elements/__init__.py caldav/elements/base.py diff --git a/net/py-dns/Makefile b/net/py-dns/Makefile index 94baf7eb9a3..27249734390 100644 --- a/net/py-dns/Makefile +++ b/net/py-dns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2014/01/25 09:09:06 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2014/05/09 07:37:15 wiz Exp $ DISTNAME= dnspython-1.11.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-/-/} @@ -11,7 +11,7 @@ COMMENT= Python DNS toolkit (python-2.x version) LICENSE= modified-bsd USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-dpkt/Makefile b/net/py-dpkt/Makefile index 6423ca735f0..cce2c268e40 100644 --- a/net/py-dpkt/Makefile +++ b/net/py-dpkt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/01/20 12:39:14 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:15 wiz Exp $ DISTNAME= dpkt-1.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= modified-bsd USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.8 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.8 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-eventlib/Makefile b/net/py-eventlib/Makefile index 9e4088275a1..2f3936e9514 100644 --- a/net/py-eventlib/Makefile +++ b/net/py-eventlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/05/05 22:56:39 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:15 wiz Exp $ # DISTNAME= eventlib-0.1.5 @@ -21,7 +21,7 @@ USE_LANGUAGES= # none PY_PATCHPLIST= yes PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 post-install: ${MV} ${DESTDIR}${PREFIX}/bin/eventlib \ diff --git a/net/py-foolscap/Makefile b/net/py-foolscap/Makefile index 9a4c867ddce..14a28552dff 100644 --- a/net/py-foolscap/Makefile +++ b/net/py-foolscap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/01/25 10:30:16 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:15 wiz Exp $ DISTNAME= foolscap-0.6.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/.tar//} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>=3.6.1:../../devel/py-ZopeInterface DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.6:../../security/py-OpenSSL -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted TEST_TARGET= test diff --git a/net/py-google/Makefile b/net/py-google/Makefile index a0558c731c6..000e120cb72 100644 --- a/net/py-google/Makefile +++ b/net/py-google/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2014/01/25 10:30:17 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2014/05/09 07:37:15 wiz 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= 33 # py-xml via py-soappy +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 3fd38c7ee64..11239071ece 100644 --- a/net/py-kenosis/Makefile +++ b/net/py-kenosis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2014/01/25 10:30:17 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2014/05/09 07:37:15 wiz 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= 33 # not yet ported as of 0.96 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 d1f2959e9ff..4f6c7a495eb 100644 --- a/net/py-libdnet/Makefile +++ b/net/py-libdnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/01/25 10:30:17 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2014/05/09 07:37:15 wiz 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= 33 # not yet ported as of 1.12 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 c7155bf78be..e8b011cf3ad 100644 --- a/net/py-libpcap/Makefile +++ b/net/py-libpcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2014/01/25 10:30:17 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2014/05/09 07:37:15 wiz 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= 33 # not yet ported as of 0.6.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 4c47da11096..06fe7c064c1 100644 --- a/net/py-medusa/Makefile +++ b/net/py-medusa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/01/25 10:30:17 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:15 wiz 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= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-metar/Makefile b/net/py-metar/Makefile index 530b3a133a5..a0be3809ff5 100644 --- a/net/py-metar/Makefile +++ b/net/py-metar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/01/21 13:33:31 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2014/05/09 07:37:15 wiz Exp $ DISTNAME= pymetar-0.19 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -11,7 +11,7 @@ COMMENT= Downloads weather reports LICENSE= gnu-gpl-v2 # or later PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.19 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.19 SUBST_CLASSES+= manpath SUBST_SED.manpath= -e 's,share/man,${PKGMANDIR},' diff --git a/net/py-netifaces/Makefile b/net/py-netifaces/Makefile index 88c8990a7fc..f3533950915 100644 --- a/net/py-netifaces/Makefile +++ b/net/py-netifaces/Makefile @@ -1,4 +1,4 @@ -#y$NetBSD: Makefile,v 1.2 2014/01/25 10:30:17 wiz Exp $ +#y$NetBSD: Makefile,v 1.3 2014/05/09 07:37:15 wiz Exp $ DISTNAME= netifaces-0.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= http://alastairs-place.net/projects/netifaces/ COMMENT= Portable access to network interfaces from Python LICENSE= mit -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/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-netlib/Makefile b/net/py-netlib/Makefile index 479368f98cf..28d4be21ce7 100644 --- a/net/py-netlib/Makefile +++ b/net/py-netlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/01/21 11:38:03 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:15 wiz Exp $ DISTNAME= netlib-0.9.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= mit USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.9.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.9.2 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-omniORBpy/Makefile b/net/py-omniORBpy/Makefile index 0a846e177dd..dff76307a54 100644 --- a/net/py-omniORBpy/Makefile +++ b/net/py-omniORBpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/01/25 10:30:17 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2014/05/09 07:37:15 wiz 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= 33 # omniORB +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # omniORB .include "../../lang/python/application.mk" .include "../../net/omniORB/buildlink3.mk" diff --git a/net/py-pcap/Makefile b/net/py-pcap/Makefile index 3f4baf6cae9..ff35bf1a98d 100644 --- a/net/py-pcap/Makefile +++ b/net/py-pcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/01/25 10:30:17 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:15 wiz Exp $ DISTNAME= pypcap-1.1 PKGNAME= ${PYPKGPREFIX}-pcap-1.1 @@ -23,7 +23,7 @@ SUBST_SED.prefix= -e "s|@PREFIX@|${PREFIX}|g" SUBST_STAGE.prefix= post-patch PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-pyrex +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-pyrex FILES_SUBST+= PYTHONBIN=${PYTHONBIN:Q} diff --git a/net/py-s3cmd/Makefile b/net/py-s3cmd/Makefile index d6c6f2373ed..d5939cfd145 100644 --- a/net/py-s3cmd/Makefile +++ b/net/py-s3cmd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/01/25 10:30:17 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2014/05/09 07:37:15 wiz 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= 33 # not yet ported as of 1.0.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.0.1 .include "../../lang/python/pyversion.mk" diff --git a/net/py-soappy/Makefile b/net/py-soappy/Makefile index bd1bdb74e01..2c58721b474 100644 --- a/net/py-soappy/Makefile +++ b/net/py-soappy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2014/01/25 10:30:17 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2014/05/09 07:37:16 wiz Exp $ DISTNAME= SOAPpy-0.11.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-xml>=0.8.3:../../textproc/py-xml USE_LANGUAGES= # empty -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-socketpool/Makefile b/net/py-socketpool/Makefile index 75562e540af..9c7e7ea409e 100644 --- a/net/py-socketpool/Makefile +++ b/net/py-socketpool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/01/25 10:30:17 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:16 wiz 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= 33 # not yet ported as of 0.5.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.5.3 post-install: ${INSTALL_DATA} ${DESTDIR}${PREFIX}/socketpool/README.rst \ diff --git a/net/py-spreadmodule/Makefile b/net/py-spreadmodule/Makefile index b1f7fab1289..ac8d7fb8ecd 100644 --- a/net/py-spreadmodule/Makefile +++ b/net/py-spreadmodule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2014/01/25 10:30:17 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2014/05/09 07:37:16 wiz Exp $ DISTNAME= SpreadModule-1.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/SpreadModule/spreadmodule/} @@ -17,7 +17,7 @@ SUBST_STAGE.setup= post-patch SUBST_FILES.setup= setup.py SUBST_SED.setup= -e 's,/usr/local,${BUILDLINK_PREFIX.spread},g' -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.4 .include "../../net/spread/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/net/py-suds/Makefile b/net/py-suds/Makefile index 4520c1cf8a1..88af7a74819 100644 --- a/net/py-suds/Makefile +++ b/net/py-suds/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/01/25 10:30:17 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:16 wiz Exp $ DISTNAME= suds-0.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= gnu-lgpl-v3 EGG_NAME= ${DISTNAME} USE_LANGUAGES= # empty -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.4 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-twisted/Makefile.common b/net/py-twisted/Makefile.common index 15d1241b1fb..aea1053f282 100644 --- a/net/py-twisted/Makefile.common +++ b/net/py-twisted/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.14 2014/01/25 10:30:17 wiz Exp $ +# $NetBSD: Makefile.common,v 1.15 2014/05/09 07:37:16 wiz Exp $ # used by net/py-twisted/Makefile # used by net/py-twisted-docs/Makefile @@ -14,4 +14,4 @@ LICENSE= mit DISTINFO_FILE?= ${.CURDIR}/../py-twisted/distinfo PATCHDIR?= ${.CURDIR}/../py-twisted/patches -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 13.2.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 13.2.0 diff --git a/net/py-zsi/Makefile b/net/py-zsi/Makefile index e95fb5f55cf..c1b380f0379 100644 --- a/net/py-zsi/Makefile +++ b/net/py-zsi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2014/01/25 10:30:18 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2014/05/09 07:37:16 wiz Exp $ DISTNAME= ZSI-2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-xml>=0.8.3:../../textproc/py-xml USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} diff --git a/net/pygopherd/Makefile b/net/pygopherd/Makefile index 0ae8f20cc1b..75b96920fcd 100644 --- a/net/pygopherd/Makefile +++ b/net/pygopherd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2014/01/25 10:45:20 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2014/05/09 07:37:16 wiz Exp $ DISTNAME= pygopherd_2.0.16 PKGREVISION= 4 @@ -33,7 +33,7 @@ RCD_SCRIPTS= pygopherd FILES_SUBST+= RUNTIMEDIR=${RUNTIMEDIR:Q} FILES_SUBST+= PYTHONBIN=${PYTHONBIN:Q} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.0.16 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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/rabbitmq/Makefile b/net/rabbitmq/Makefile index 415f064a27b..d4ab8b08289 100644 --- a/net/rabbitmq/Makefile +++ b/net/rabbitmq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/03/11 14:34:39 jperkin Exp $ +# $NetBSD: Makefile,v 1.18 2014/05/09 07:37:16 wiz Exp $ PKGNAME= rabbitmq-${RMQ_VERSION} DISTNAME= rabbitmq-server-${RMQ_VERSION} @@ -20,7 +20,7 @@ BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto DEPENDS+= coreutils-[0-9]*:../../sysutils/coreutils DEPENDS+= ${PYPKGPREFIX}-simplejson>=2:../../converters/py-simplejson -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 3.2.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.2.2 .include "version.mk" .include "../../lang/python/pyversion.mk" diff --git a/net/scapy/Makefile b/net/scapy/Makefile index 0e7df887531..d2182b6025d 100644 --- a/net/scapy/Makefile +++ b/net/scapy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2014/01/25 10:30:18 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2014/05/09 07:37:16 wiz Exp $ DISTNAME= scapy-2.2.0 CATEGORIES= net @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline NO_BUILD= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-libpcap, py-libdnet +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-libpcap, py-libdnet INSTALLATION_DIRS+= share/examples/scapy diff --git a/net/scapy/options.mk b/net/scapy/options.mk index 44cfccdea6d..26530616a8e 100644 --- a/net/scapy/options.mk +++ b/net/scapy/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2014/01/25 10:30:18 wiz Exp $ +# $NetBSD: options.mk,v 1.4 2014/05/09 07:37:16 wiz 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= 33 # py-gnuplot +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gnuplot .endif ### diff --git a/net/upnpinspector/Makefile b/net/upnpinspector/Makefile index 089280a356a..ec2a563cea0 100644 --- a/net/upnpinspector/Makefile +++ b/net/upnpinspector/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/01/25 10:30:18 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2014/05/09 07:37:16 wiz Exp $ DISTNAME= UPnP-Inspector-0.2.2 PKGREVISION= 3 @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2 USE_LANGUAGES= # none EGG_NAME= UPnP_Inspector-0.2.2 -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 12e3aefbcc9..edeac5039f1 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.120 2014/05/05 00:48:16 ryoon Exp $ +# $NetBSD: Makefile,v 1.121 2014/05/09 07:37:16 wiz Exp $ DISTNAME= wireshark-1.10.7 PKGREVISION= 2 @@ -34,7 +34,7 @@ CONFIGURE_ENV+= ac_cv_path_LEXDUMMY=${TOOLS_PATH.lex} PTHREAD_OPTS+= require PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.10.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.10.5 REPLACE_PYTHON+= help/faq.py REPLACE_PYTHON+= tools/asn2deb REPLACE_PYTHON+= tools/asn2wrs.py diff --git a/news/hellanzb/Makefile b/news/hellanzb/Makefile index e8a6de74a37..8e0795c0e42 100644 --- a/news/hellanzb/Makefile +++ b/news/hellanzb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/01/25 10:30:18 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2014/05/09 07:37:16 wiz Exp $ # .include "../../news/hellanzb/Makefile.version" @@ -17,7 +17,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= 33 # py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted USE_LANGUAGES= #none diff --git a/news/lottanzb/Makefile b/news/lottanzb/Makefile index df68cab90a6..83e0000d583 100644 --- a/news/lottanzb/Makefile +++ b/news/lottanzb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2014/01/25 10:30:18 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2014/05/09 07:37:16 wiz Exp $ DISTNAME= lottanzb-0.4.1 PKGREVISION= 1 @@ -18,7 +18,7 @@ USE_PKGLOCALEDIR= yes USE_TOOLS+= intltool msgfmt REPLACE_PYTHON= lottanzb/postprocessor.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 via py-kiwi +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 9f6d809853b..f78c32ce88c 100644 --- a/pkgtools/gnome-packagekit/Makefile +++ b/pkgtools/gnome-packagekit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2014/05/05 00:48:16 ryoon Exp $ +# $NetBSD: Makefile,v 1.45 2014/05/09 07:37:16 wiz Exp $ DISTNAME= gnome-packagekit-0.4.0 PKGREVISION= 34 @@ -18,7 +18,7 @@ USE_PKGLOCALEDIR= yes GCONF_SCHEMAS+= gnome-packagekit.schemas PY_PATCHPLIST= yes -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 # 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 fcbc53b21d9..c3933024633 100644 --- a/pkgtools/packagekit/Makefile +++ b/pkgtools/packagekit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2014/05/05 00:48:16 ryoon Exp $ +# $NetBSD: Makefile,v 1.43 2014/05/09 07:37:16 wiz Exp $ DISTNAME= PackageKit-0.4.0 PKGREVISION= 32 @@ -48,7 +48,7 @@ PKGCONFIG_OVERRIDE+= data/packagekit-qt.pc.in PKGCONFIG_OVERRIDE+= data/packagekit-glib.pc.in PY_PATCHPLIST= yes -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 REPLACE_PYTHON= backends/test/helpers/PackageKitDbusTest.py \ lib/python/packagekit/client.py \ diff --git a/print/hplip/Makefile b/print/hplip/Makefile index 867611ffcc7..52687b96b56 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2014/04/22 00:09:30 schnoebe Exp $ +# $NetBSD: Makefile,v 1.35 2014/05/09 07:37:16 wiz Exp $ DISTNAME= hplip-3.14.4 CATEGORIES= print @@ -17,7 +17,7 @@ FILES_SUBST+= CUPS_GROUP=${CUPS_GROUP} PKG_GROUPS_VARS+= CUPS_GROUP PKG_USERS_VARS+= CUPS_USER -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml BUILD_DEFS+= CUPS_USER CUPS_GROUP VARBASE diff --git a/print/hplip/options.mk b/print/hplip/options.mk index 766c7bd4a94..764bfe0e802 100644 --- a/print/hplip/options.mk +++ b/print/hplip/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2014/01/25 10:30:18 wiz Exp $ +# $NetBSD: options.mk,v 1.4 2014/05/09 07:37:17 wiz Exp $ # # HPLIP dependencies are detailed in the following page: # http://hplipopensource.com/hplip-web/install/manual/distros/other.html @@ -18,7 +18,7 @@ CONFIGURE_ARGS+= --enable-dbus-build EGFILES+= cups/pstotiff.convs cups/pstotiff.types MAKE_DIRS+= ${PKG_SYSCONFDIR}/cups DEPENDS+= ${PYPKGPREFIX}-reportlab-[0-9]*:../../print/py-reportlab -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-reportlab +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 34 34 # py-reportlab .include "../../sysutils/dbus/buildlink3.mk" .include "../../sysutils/py-dbus/buildlink3.mk" .else @@ -34,7 +34,7 @@ MESSAGE_SUBST+= EGDIR=${EGDIR} .include "../../graphics/sane-backends/buildlink3.mk" # XXX: a dependency installs py-Pillow, which conflicts .include "../../graphics/py-imaging/buildlink3.mk" -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-imaging +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 34 34 # py-imaging .else CONFIGURE_ARGS+= --disable-scan-build .endif @@ -49,7 +49,7 @@ MAKE_DIRS+= ${PKG_SYSCONFDIR}/dbus-1/system.d .include "../../x11/py-qt4/buildlink3.mk" .include "../../security/policykit/buildlink3.mk" DEPENDS+= ${PYPKGPREFIX}-notify-[0-9]*:../../sysutils/py-notify -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-notify +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 34 34 # py-notify .else CONFIGURE_ARGS+= --disable-policykit CONFIGURE_ARGS+= --disable-qt4 diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index ddc18348024..3826a82cd58 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.100 2014/05/05 00:48:17 ryoon Exp $ +# $NetBSD: Makefile,v 1.101 2014/05/09 07:37:17 wiz Exp $ DISTNAME= lilypond-2.18.2 PKGREVISION= 1 @@ -53,7 +53,7 @@ CONFIGURE_ARGS+= --with-ncsb-dir=${PREFIX}/share/fonts/urw CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} REPLACE_PYTHON+= scripts/build/yyout2grammar.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.18.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.18.0 PLIST_SUBST+= PKGVERSION=${PKGVERSION:S/nb${PKGREVISION}//} # needs FlexLexer.h diff --git a/print/pdfshuffler/Makefile b/print/pdfshuffler/Makefile index 30355072a98..04fd149e5ec 100644 --- a/print/pdfshuffler/Makefile +++ b/print/pdfshuffler/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/04/04 12:34:24 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2014/05/09 07:37:17 wiz Exp $ DISTNAME= pdfshuffler-0.6.0 CATEGORIES= print @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2 USE_LANGUAGES= # none REPLACE_PYTHON= pdfshuffler/pdfshuffler.py pdfshuffler/pdfshuffler_iconview.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 SUBST_CLASSES+= manpath SUBST_FILES.manpath+= setup.py diff --git a/print/py-pisa/Makefile b/print/py-pisa/Makefile index 56935796cac..05385a6ce8c 100644 --- a/print/py-pisa/Makefile +++ b/print/py-pisa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/01/25 10:30:18 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:17 wiz Exp $ DISTNAME= pisa-3.0.33 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,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= 33 # py-reportlab +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-reportlab # remove CRs: fixes patching on Darwin and stops pkglint from complaining pre-patch: diff --git a/print/py-poppler/Makefile b/print/py-poppler/Makefile index 405cf2cc337..d191301f536 100644 --- a/print/py-poppler/Makefile +++ b/print/py-poppler/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/05/05 00:48:18 ryoon Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:17 wiz Exp $ DISTNAME= pypoppler-0.12.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -16,7 +16,7 @@ USE_LIBTOOL= yes USE_TOOLS+= pkg-config PY_PATCHPLIST= yes PYTHON_VERSIONED_DEPENDENCIES= cairo:link -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 .include "../../lang/python/extension.mk" .include "../../devel/atk/buildlink3.mk" diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index 8574d747d60..141561008be 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2014/01/25 10:30:19 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2014/05/09 07:37:17 wiz Exp $ DISTNAME= reportlab-2.7 DISTFILES= ${DEFAULT_DISTFILES} pfbfer.zip @@ -17,7 +17,7 @@ DEPENDS+= {${PYPKGPREFIX}-imaging-[0-9]*,${PYPKGPREFIX}-Pillow-[0-9]*}:../../gra EXTRACT_DIR.pfbfer.zip= ${WRKSRC}/src/reportlab/fonts -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.7; py-imaging +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.7; py-imaging REPLACE_PYTHON+= demos/tests/testdemos.py REPLACE_PYTHON+= docs/genAll.py diff --git a/print/scribus-qt4/Makefile b/print/scribus-qt4/Makefile index 3c22cf9b200..089ad9f5d90 100644 --- a/print/scribus-qt4/Makefile +++ b/print/scribus-qt4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2014/05/05 00:48:18 ryoon Exp $ +# $NetBSD: Makefile,v 1.32 2014/05/09 07:37:17 wiz Exp $ DISTNAME= scribus-1.4.3 PKGREVISION= 2 @@ -20,7 +20,7 @@ CMAKE_ARGS+= -DPNG_LIBRARY_RELEASE=${LOCALBASE}/lib # XXX not yet #CMAKE_ARGS+= -DWANT_HUNSPELL:BOOL=ON -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.4.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.4.3 INSTALLATION_DIRS+= share/pixmaps diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 9259ffa953c..379144bf1ac 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.95 2014/05/05 00:48:18 ryoon Exp $ +# $NetBSD: Makefile,v 1.96 2014/05/09 07:37:17 wiz Exp $ DISTNAME= scribus-1.3.3.14 PKGREVISION= 20 @@ -21,7 +21,7 @@ USE_CMAKE= yes LDFLAGS.DragonFly= -lX11 -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.3.3.14 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.3.3.14 CONFIGURE_ENV+= FREETYPE_DIR=${BUILDLINK_PREFIX.freetype2} CONFIGURE_ARGS+= --enable-cairo diff --git a/security/botan/Makefile b/security/botan/Makefile index 7a67c774409..52e99007e7b 100644 --- a/security/botan/Makefile +++ b/security/botan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2014/02/24 19:58:19 joerg Exp $ +# $NetBSD: Makefile,v 1.32 2014/05/09 07:37:17 wiz Exp $ DISTNAME= Botan-1.8.14 PKGNAME= ${DISTNAME:tl} @@ -15,7 +15,7 @@ HAS_CONFIGURE= yes USE_LANGUAGES= c++ PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.8.14; 1.10 is supposedly better +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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.common b/security/lasso/Makefile.common index 54d02b2f9d3..a5f8ce033e1 100644 --- a/security/lasso/Makefile.common +++ b/security/lasso/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2014/01/20 16:40:26 wiz Exp $ +# $NetBSD: Makefile.common,v 1.9 2014/05/09 07:37:17 wiz Exp $ # # used by security/lasso/Makefile # used by security/py-lasso/Makefile @@ -23,7 +23,7 @@ USE_TOOLS+= pkg-config perl PKGCONFIG_OVERRIDE+= lasso.pc.in -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.3.6 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.3.6 .include "../../lang/python/application.mk" diff --git a/security/libprelude-python/Makefile b/security/libprelude-python/Makefile index 910912d50fb..4057981c5a5 100644 --- a/security/libprelude-python/Makefile +++ b/security/libprelude-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/01/25 10:30:19 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2014/05/09 07:37:17 wiz Exp $ PKGNAME= libprelude-python-${VERSION} PKGREVISION= 7 @@ -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= 33 # not yet ported as of 0.9.24.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 749d1a3c1b7..32d1f0200b0 100644 --- a/security/libpreludedb-python/Makefile +++ b/security/libpreludedb-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/01/25 10:30:19 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2014/05/09 07:37:17 wiz Exp $ PKGNAME= libpreludedb-python-${VERSION} PKGREVISION= 8 @@ -16,7 +16,7 @@ PYBINMODULE= yes PY_PATCHPLIST= yes BUILD_DIRS= bindings -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.9.24.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 fac35f38284..5140943e352 100644 --- a/security/mixminion/Makefile +++ b/security/mixminion/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2014/02/12 23:18:34 tron Exp $ +# $NetBSD: Makefile,v 1.22 2014/05/09 07:37:17 wiz 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= 33 # not yet ported as of 0.0.8alpha3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.0.8alpha3 TEST_TARGET= test diff --git a/security/prelude-correlator/Makefile b/security/prelude-correlator/Makefile index 30126522147..be114345b82 100644 --- a/security/prelude-correlator/Makefile +++ b/security/prelude-correlator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/01/25 10:30:19 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2014/05/09 07:37:17 wiz 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= ${WRKSRC}/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.9.0beta8 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.9.0beta8 EGG_NAME= prelude_correlator-0.9.0_beta8 pre-patch: diff --git a/security/py-SSLCrypto/Makefile b/security/py-SSLCrypto/Makefile index 4c0d6456e1b..7f9f6fa98c3 100644 --- a/security/py-SSLCrypto/Makefile +++ b/security/py-SSLCrypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/02/12 23:18:36 tron Exp $ +# $NetBSD: Makefile,v 1.13 2014/05/09 07:37:17 wiz 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= 33 # py-pyrex +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 bf02571fb6f..417acce3711 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.1 2014/01/27 19:53:30 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2014/05/09 07:37:18 wiz Exp $ DISTNAME= backports.ssl_match_hostname-3.4.0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= https://pypi.python.org/pypi/backports.ssl_match_hostname COMMENT= Python SSL support module for Python 2 LICENSE= python-software-foundation -PYTHON_VERSIONS_INCOMPATIBLE= 33 # included in 3.2+ +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # included in 3.2+ .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-cryptkit/Makefile b/security/py-cryptkit/Makefile index 24e4b5f365f..64af14f2e3b 100644 --- a/security/py-cryptkit/Makefile +++ b/security/py-cryptkit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2014/01/25 10:30:19 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2014/05/09 07:37:18 wiz Exp $ DISTNAME= cryptkit-0.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/cryptkit/ COMMENT= Python Cryptographic Toolkit -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.9 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.9 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-cryptopp/Makefile b/security/py-cryptopp/Makefile index 956d4cd9a19..e91172b06a8 100644 --- a/security/py-cryptopp/Makefile +++ b/security/py-cryptopp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/01/25 10:30:19 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2014/05/09 07:37:18 wiz Exp $ VERSION= 0.6.0 VERSION_EXCESSIVE= 1206569328141510525648634803928199668821045408958 @@ -17,7 +17,7 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= c c++ REPLACE_PYTHON= pycryptopp/test/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.6.0.120... +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.6.0.120... # It would be nice if egg.mk had support for this. #TEST_TARGET= @python@ setup.py test diff --git a/security/py-denyhosts/Makefile b/security/py-denyhosts/Makefile index 6a8c902e66c..e2548931493 100644 --- a/security/py-denyhosts/Makefile +++ b/security/py-denyhosts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/03/11 14:34:40 jperkin Exp $ +# $NetBSD: Makefile,v 1.13 2014/05/09 07:37:18 wiz 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= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 RCD_SCRIPTS+= denyhosts SMF_NAME= denyhost diff --git a/security/py-gnupg/Makefile b/security/py-gnupg/Makefile index ead1e4fece2..3304c4b7c14 100644 --- a/security/py-gnupg/Makefile +++ b/security/py-gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2014/01/25 10:30:20 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2014/05/09 07:37:18 wiz 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= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-lasso/Makefile b/security/py-lasso/Makefile index 38e40226374..40537eda34f 100644 --- a/security/py-lasso/Makefile +++ b/security/py-lasso/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2014/02/12 23:18:36 tron Exp $ +# $NetBSD: Makefile,v 1.22 2014/05/09 07:37:18 wiz Exp $ PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 12 @@ -12,7 +12,7 @@ CONFIGURE_ARGS+= --disable-perl INSTALL_DIRS= bindings/python PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.3.6 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.3.6 .include "../../lang/python/extension.mk" diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile index d99fe7a1ad6..be07ccd1080 100644 --- a/security/py-m2crypto/Makefile +++ b/security/py-m2crypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2014/02/12 23:18:36 tron Exp $ +# $NetBSD: Makefile,v 1.33 2014/05/09 07:37:18 wiz Exp $ DISTNAME= M2Crypto-0.21.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -19,7 +19,7 @@ BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.7i{,nb*} PYSETUPBUILDARGS= build_ext --openssl=${BUILDLINK_PREFIX.openssl} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.21.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.21.1 .include "../../lang/python/extension.mk" .include "../../lang/python/egg.mk" diff --git a/security/py-mcrypt/Makefile b/security/py-mcrypt/Makefile index 867f765830c..404739aa6e9 100644 --- a/security/py-mcrypt/Makefile +++ b/security/py-mcrypt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/01/25 10:30:20 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2014/05/09 07:37:18 wiz Exp $ DISTNAME= python-mcrypt-1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} @@ -13,7 +13,7 @@ LICENSE= gnu-lgpl-v2.1 EGG_NAME= ${DISTNAME:S/-/_/} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.1 .include "../../lang/python/distutils.mk" .include "../../security/libmcrypt/buildlink3.mk" diff --git a/security/py-oauth2/Makefile b/security/py-oauth2/Makefile index 2d870bef04a..5df7aac03db 100644 --- a/security/py-oauth2/Makefile +++ b/security/py-oauth2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/01/19 18:55:26 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:18 wiz Exp $ DISTNAME= oauth2-1.5.211 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-httplib2>=0.7.7:../../www/py-httplib2 -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.5.211 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.5.211 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-openid/Makefile b/security/py-openid/Makefile index b6e1ccb6783..5f2c48e94f6 100644 --- a/security/py-openid/Makefile +++ b/security/py-openid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/01/25 10:30:20 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2014/05/09 07:37:18 wiz 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= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-paramiko/Makefile b/security/py-paramiko/Makefile index d3651a3a30c..976a326530f 100644 --- a/security/py-paramiko/Makefile +++ b/security/py-paramiko/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2014/01/27 18:41:14 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2014/05/09 07:37:18 wiz Exp $ DISTNAME= paramiko-1.12.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-ecdsa>=0.9:../../security/py-ecdsa PYDISTUTILSPKG= yes REPLACE_PYTHON= paramiko/rng*.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 do-test: (cd ${WRKSRC} && ${PYTHONBIN} test.py) diff --git a/security/py-prewikka/Makefile b/security/py-prewikka/Makefile index f73f93df1ee..97530200119 100644 --- a/security/py-prewikka/Makefile +++ b/security/py-prewikka/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2014/01/25 10:45:20 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2014/05/09 07:37:18 wiz 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= 33 # py-cheetah +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-cheetah PREWIKKA_USER?= prewikka PREWIKKA_GROUP?= prewikka diff --git a/security/py-tlslite/Makefile b/security/py-tlslite/Makefile index 17fbe31cecf..1edaa1ea840 100644 --- a/security/py-tlslite/Makefile +++ b/security/py-tlslite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/01/25 10:30:20 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2014/05/09 07:37:18 wiz Exp $ DISTNAME= tlslite-0.3.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= SSL 3.0, TLS 1.0, and TLS 1.1 in Python LICENSE= public-domain PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.3.8 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.8 USE_LANGUAGES= # none diff --git a/security/py-xmlsec/Makefile b/security/py-xmlsec/Makefile index b843a81c8c1..12b59886c8c 100644 --- a/security/py-xmlsec/Makefile +++ b/security/py-xmlsec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/02/12 23:18:36 tron Exp $ +# $NetBSD: Makefile,v 1.9 2014/05/09 07:37:18 wiz 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= 33 # not yet ported as of 0.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.1 .include "../../security/openssl/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" diff --git a/shells/lshell/Makefile b/shells/lshell/Makefile index f2e8dc7321c..5ae0ae8c756 100644 --- a/shells/lshell/Makefile +++ b/shells/lshell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/01/23 17:34:26 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2014/05/09 07:37:18 wiz Exp $ DISTNAME= lshell-0.9.16 CATEGORIES= shells python @@ -17,7 +17,7 @@ PKG_SHELL= bin/lshell USE_LANGUAGES= # none PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.9.16 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.9.16 EGDIR= share/examples/lshell diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile index 65d458449a4..8c7d7765c3f 100644 --- a/sysutils/ansible/Makefile +++ b/sysutils/ansible/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/01/25 10:30:20 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:18 wiz Exp $ DISTNAME= ansible-1.4.1 CATEGORIES= sysutils @@ -34,7 +34,7 @@ SUBST_STAGE.pythonbin= pre-configure SUBST_FILES.pythonbin= Makefile SUBST_FILES.pythonbin= -e "s,@PYTHONBIN@,${PYTHONBIN}," -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-paramiko +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-paramiko MANPAGES= ansible-doc.1 ansible-pull.1 ansible-playbook.1 ansible.1 diff --git a/sysutils/bup/Makefile b/sysutils/bup/Makefile index fe079a13b2e..49db21bb255 100644 --- a/sysutils/bup/Makefile +++ b/sysutils/bup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2014/03/19 17:50:00 gdt Exp $ +# $NetBSD: Makefile,v 1.17 2014/05/09 07:37:18 wiz Exp $ DISTNAME= bup-0.25 PKGREVISION= 3 @@ -18,7 +18,7 @@ DEPENDS+= par2-[0-9]*:../../archivers/par2 DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline DEPENDS+= git-base-[0-9]*:../../devel/git-base -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-fuse-bindings +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-fuse-bindings DOCDIR= ${WRKDIR}/bup-man diff --git a/sysutils/cuisine/Makefile b/sysutils/cuisine/Makefile index 0123d7d4606..64222f2aed4 100644 --- a/sysutils/cuisine/Makefile +++ b/sysutils/cuisine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/01/25 10:30:21 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:19 wiz Exp $ VERSION= b79718f8f69d17a075b7a626e32c1ed1200445f8 DISTNAME= ${VERSION} @@ -13,7 +13,7 @@ LICENSE= modified-bsd DEPENDS+= fabric>=1.6.0:../../sysutils/fabric -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.6.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.6.4 WRKSRC= ${WRKDIR}/cuisine-${VERSION} diff --git a/sysutils/dbus-python-common/Makefile b/sysutils/dbus-python-common/Makefile index 00cc848bd6d..963fe5d2c06 100644 --- a/sysutils/dbus-python-common/Makefile +++ b/sysutils/dbus-python-common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/01/25 10:30:21 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:19 wiz Exp $ DISTNAME= dbus-python-1.2.0 PKGNAME= dbus-python-common-1.2.0 @@ -7,7 +7,7 @@ MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-python/ #BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils>=0:../../textproc/py-docutils #DEPENDS+= ${PYPKGPREFIX}-pyrex>=0.9.3:../../lang/py-pyrex -#PYTHON_VERSIONS_INCOMPATIBLE=33 # py-pyrex +#PYTHON_VERSIONS_INCOMPATIBLE=33 34 # py-pyrex MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.freedesktop.org/Software/dbus diff --git a/sysutils/duplicity/Makefile b/sysutils/duplicity/Makefile index 3e09ebcc3d3..f5288088a12 100644 --- a/sysutils/duplicity/Makefile +++ b/sysutils/duplicity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2014/01/25 10:30:21 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2014/05/09 07:37:19 wiz Exp $ DISTNAME= duplicity-0.6.22 CATEGORIES= sysutils net @@ -23,7 +23,7 @@ GPGPATH= ${LOCALBASE}/bin/gpg .endif REPLACE_PYTHON+= bin/* -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.6.22 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.6.22 SUBST_CLASSES+= fix-paths SUBST_STAGE.fix-paths= pre-configure diff --git a/sysutils/euca2ools/Makefile b/sysutils/euca2ools/Makefile index 58b7e785b3d..3aaeea236eb 100644 --- a/sysutils/euca2ools/Makefile +++ b/sysutils/euca2ools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/01/25 10:30:21 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:19 wiz Exp $ DISTNAME= euca2ools-2.1.2 CATEGORIES= sysutils @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-m2crypto>=0.20.2:../../security/py-m2crypto DEPENDS+= ${PYPKGPREFIX}-xml-[0-9]*:../../textproc/py-xml DEPENDS+= help2man-[0-9]*:../../converters/help2man -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-xml, py-m2crypto +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml, py-m2crypto #USE_LANGUAGES= # none diff --git a/sysutils/fabric/Makefile b/sysutils/fabric/Makefile index 4afdb8af0f5..5132cb8171b 100644 --- a/sysutils/fabric/Makefile +++ b/sysutils/fabric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2014/02/15 07:27:34 gls Exp $ +# $NetBSD: Makefile,v 1.36 2014/05/09 07:37:19 wiz Exp $ VERSION= 1.8.2 DISTNAME= Fabric-${VERSION} @@ -13,7 +13,7 @@ LICENSE= 2-clause-bsd DEPENDS+= ${PYPKGPREFIX}-paramiko>=1.10.0:../../security/py-paramiko -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-paramiko +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-paramiko USE_TOOLS+= pax diff --git a/sysutils/gnome-commander/Makefile b/sysutils/gnome-commander/Makefile index 82fcfded01d..1afcb892a53 100644 --- a/sysutils/gnome-commander/Makefile +++ b/sysutils/gnome-commander/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2014/05/05 00:48:20 ryoon Exp $ +# $NetBSD: Makefile,v 1.60 2014/05/09 07:37:19 wiz Exp $ DISTNAME= gnome-commander-1.2.8.15 PKGREVISION= 30 @@ -16,7 +16,7 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake intltool msgfmt pkg-config perl -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.2.8.15 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 fe6264bcd83..de5d5a07ea3 100644 --- a/sysutils/libvirt/Makefile +++ b/sysutils/libvirt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2014/03/07 00:30:11 agc Exp $ +# $NetBSD: Makefile,v 1.22 2014/05/09 07:37:19 wiz Exp $ DISTNAME= libvirt-1.2.2 CATEGORIES= sysutils @@ -17,7 +17,7 @@ USE_LIBTOOL= yes BUILD_DEFS+= VARBASE -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml PY_PATCHPLIST= yes REPLACE_PYTHON+= docs/apibuild.py diff --git a/sysutils/manifold/Makefile b/sysutils/manifold/Makefile index b8355f9cb32..1393260e7a0 100644 --- a/sysutils/manifold/Makefile +++ b/sysutils/manifold/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/01/23 17:39:32 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:19 wiz Exp $ PKGNAME= ${DISTNAME:S/^M/m/} DISTNAME= Manifold-0.2.0 @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-genshi-[0-9]*:../../www/py-genshi USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.2.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 a441fef387d..e9c80fb6696 100644 --- a/sysutils/monitoring/Makefile +++ b/sysutils/monitoring/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/01/25 10:30:21 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:19 wiz Exp $ VERSION= e518a90eade4ca538468b6640dccb651e6034b9e DISTNAME= ${VERSION} @@ -14,7 +14,7 @@ LICENSE= modified-bsd WRKSRC= ${WRKDIR}/monitoring-${VERSION} REPLACE_PYTHON+= Sources/monitoring.py Scripts/monitoring -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.9.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 c43607d72e5..d6bf09d037c 100644 --- a/sysutils/openxenmanager/Makefile +++ b/sysutils/openxenmanager/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/05/05 00:48:21 ryoon Exp $ +# $NetBSD: Makefile,v 1.12 2014/05/09 07:37:19 wiz 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= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 OXMDIR= ${PREFIX} diff --git a/sysutils/polysh/Makefile b/sysutils/polysh/Makefile index 92efe5f7d8d..98034977983 100644 --- a/sysutils/polysh/Makefile +++ b/sysutils/polysh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/01/23 18:30:20 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:19 wiz Exp $ DISTNAME= polysh-0.4 PKGREVISION= 1 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 de6829f08fa..9d134859919 100644 --- a/sysutils/py-gnome-menus/Makefile +++ b/sysutils/py-gnome-menus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2014/01/25 10:30:21 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2014/05/09 07:37:19 wiz 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= 33 # not yet ported as of 2.30.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 f7a65f2db60..0cfbdcdba57 100644 --- a/sysutils/py-notify-python/Makefile +++ b/sysutils/py-notify-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/05/05 00:48:22 ryoon Exp $ +# $NetBSD: Makefile,v 1.11 2014/05/09 07:37:19 wiz Exp $ DISTNAME= notify-python-0.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -22,7 +22,7 @@ USE_TOOLS+= gmake pkg-config PKGCONFIG_OVERRIDE+= notify-python.pc.in PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 # Missing function attach_status_icon # http://trac.galago-project.org/ticket/121 diff --git a/sysutils/py-notify/Makefile b/sysutils/py-notify/Makefile index e98178ba908..604db4cf8a3 100644 --- a/sysutils/py-notify/Makefile +++ b/sysutils/py-notify/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2014/01/25 10:30:21 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2014/05/09 07:37:19 wiz Exp $ DISTNAME= py-notify-0.2.1 PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}/1} @@ -13,7 +13,7 @@ LICENSE= gnu-lgpl-v2.1 EGG_NAME= ${DISTNAME:S/-/_/} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.2.1 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/py-psutil/Makefile b/sysutils/py-psutil/Makefile index 28ba00c07aa..fb3706e4e1f 100644 --- a/sysutils/py-psutil/Makefile +++ b/sysutils/py-psutil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/05/04 17:15:39 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:19 wiz Exp $ DISTNAME= psutil-2.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,7 @@ COMMENT= Cross-platform process and system utilities module for Python LICENSE= modified-bsd REPLACE_PYTHON= psutil/*py -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 "../../mk/bsd.prefs.mk" diff --git a/sysutils/py-xattr/Makefile b/sysutils/py-xattr/Makefile index 22e9905b5f9..991eb203e83 100644 --- a/sysutils/py-xattr/Makefile +++ b/sysutils/py-xattr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/03/21 14:06:01 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:19 wiz Exp $ DISTNAME= v0.7.2 PROPERNAME= ${DISTNAME:S/v/xattr-/} @@ -22,7 +22,7 @@ EGG_NAME= ${PROPERNAME} USE_LANGUAGES= c REPLACE_PYTHON= xattr/tool.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" diff --git a/sysutils/rdiff-backup/Makefile b/sysutils/rdiff-backup/Makefile index 37a2e3acea7..4cda711a6be 100644 --- a/sysutils/rdiff-backup/Makefile +++ b/sysutils/rdiff-backup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2014/01/23 18:56:44 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2014/05/09 07:37:20 wiz Exp $ DISTNAME= rdiff-backup-1.2.8 PKGREVISION= 6 @@ -9,7 +9,7 @@ MAINTAINER= snj@NetBSD.org HOMEPAGE= http://www.nongnu.org/rdiff-backup/ COMMENT= Remote incremental backup utility -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.2.8 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.2.8 EGG_NAME= ${DISTNAME:S/-/_/} SUBST_CLASSES+= path diff --git a/sysutils/salt-docs/Makefile b/sysutils/salt-docs/Makefile index 52542b8b440..39b9a37ec6a 100644 --- a/sysutils/salt-docs/Makefile +++ b/sysutils/salt-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/01/25 10:30:22 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:20 wiz Exp $ DISTNAME= salt-0.10.5 PKGNAME= ${DISTNAME:S/-/-docs-/} @@ -26,7 +26,7 @@ do-install: && ${FIND} ${HTMLDIR} -type f -print ) >>${PLIST_SRC} # problem in sphinx config file? -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.10.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.10.5 # The upstream salt project does not say what version of sphinx is required. .include "../../lang/python/pyversion.mk" diff --git a/sysutils/salt/Makefile b/sysutils/salt/Makefile index d354d596955..3b51179b251 100644 --- a/sysutils/salt/Makefile +++ b/sysutils/salt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2014/05/06 10:57:48 imil Exp $ +# $NetBSD: Makefile,v 1.23 2014/05/09 07:37:20 wiz Exp $ DISTNAME= salt-2014.1.3 PKGREVISION= 1 @@ -21,7 +21,7 @@ DEPENDS+= ${PYPKGPREFIX}-apache-libcloud>=0.14.1:../../net/py-apache-libcloud BUILD_DEFS+= VARBASE -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-m2crypto +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-m2crypto PYSETUPINSTALLARGS+= --salt-root-dir=${PREFIX} PYSETUPINSTALLARGS+= --salt-config-dir=${PKG_SYSCONFDIR} diff --git a/sysutils/virt-manager/Makefile b/sysutils/virt-manager/Makefile index 374fdfbaa2d..e67dbbe1864 100644 --- a/sysutils/virt-manager/Makefile +++ b/sysutils/virt-manager/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2014/05/05 00:48:22 ryoon Exp $ +# $NetBSD: Makefile,v 1.19 2014/05/09 07:37:20 wiz Exp $ DISTNAME= virt-manager-0.9.4 PKGREVISION= 14 @@ -26,7 +26,7 @@ USE_PKGLOCALEDIR= yes GCONF_SCHEMAS+= virt-manager.schemas -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 743a4d51cf4..a3ea8830ecf 100644 --- a/sysutils/virtinst/Makefile +++ b/sysutils/virtinst/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/01/23 19:18:07 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:20 wiz Exp $ DISTNAME= virtinst-0.600.3 PKGREVISION= 1 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 USE_TOOLS+= msgfmt xgettext USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.600.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.600.3 SUBST_CLASSES+= man SUBST_STAGE.man= pre-configure diff --git a/sysutils/xenkernel3/Makefile b/sysutils/xenkernel3/Makefile index 64006109b31..5932ea36bbe 100644 --- a/sysutils/xenkernel3/Makefile +++ b/sysutils/xenkernel3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2014/01/25 10:30:22 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2014/05/09 07:37:20 wiz Exp $ VERSION= 3.1.4 DISTNAME= xen-${VERSION} @@ -23,7 +23,7 @@ USE_TOOLS+= gmake PYTHON_FOR_BUILD_ONLY= YES PY_PATCHPLIST= NO -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 3.1.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.1.4 SUBST_CLASSES+= py SUBST_STAGE.py= pre-build diff --git a/sysutils/xenkernel33/Makefile b/sysutils/xenkernel33/Makefile index c259eff6f83..824593b2253 100644 --- a/sysutils/xenkernel33/Makefile +++ b/sysutils/xenkernel33/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2014/01/25 10:30:22 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2014/05/09 07:37:20 wiz Exp $ VERSION= 3.3.2 DISTNAME= xen-${VERSION} @@ -27,7 +27,7 @@ USE_TOOLS+= gmake PYTHON_FOR_BUILD_ONLY= yes PY_PATCHPLIST= NO -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 3.3.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.3.2 SUBST_CLASSES+= py SUBST_STAGE.py= pre-build diff --git a/sysutils/xenkernel41/Makefile b/sysutils/xenkernel41/Makefile index 5f8fa4de72b..b34c844b5b0 100644 --- a/sysutils/xenkernel41/Makefile +++ b/sysutils/xenkernel41/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2014/05/05 13:39:10 drochner Exp $ +# $NetBSD: Makefile,v 1.37 2014/05/09 07:37:20 wiz Exp $ VERSION= 4.1.6.1 DISTNAME= xen-${VERSION} @@ -21,7 +21,7 @@ USE_TOOLS+= gmake PYTHON_FOR_BUILD_ONLY= yes PY_PATCHPLIST= NO -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 4.1.6.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 4.1.6.1 # XXX Why does this not work? # See work/xen-4.1.2/Config.mk:41 why PYTHON must be set and what for diff --git a/sysutils/xenkernel42/Makefile b/sysutils/xenkernel42/Makefile index 8f98e3e12cd..214614f3f55 100644 --- a/sysutils/xenkernel42/Makefile +++ b/sysutils/xenkernel42/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/02/22 01:22:49 prlw1 Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:20 wiz Exp $ VERSION= 4.2.4 DISTNAME= xen-${VERSION} @@ -19,7 +19,7 @@ NO_CONFIGURE= yes USE_TOOLS+= gmake PYTHON_FOR_BUILD_ONLY= YES -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 4.2.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 4.2.3 MAKE_ENV+= OCAML_TOOLS=no diff --git a/sysutils/xentools20/Makefile b/sysutils/xentools20/Makefile index 0922c4159f1..afe631372cb 100644 --- a/sysutils/xentools20/Makefile +++ b/sysutils/xentools20/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2014/02/12 23:18:41 tron Exp $ +# $NetBSD: Makefile,v 1.46 2014/05/09 07:37:20 wiz Exp $ DISTNAME= xen-2.0.7-src PKGNAME= xentools20-2.0.7 @@ -15,7 +15,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 PKG_SYSCONFSUBDIR= xen diff --git a/sysutils/xentools3-hvm/Makefile b/sysutils/xentools3-hvm/Makefile index fb1e58b5f69..9859df78503 100644 --- a/sysutils/xentools3-hvm/Makefile +++ b/sysutils/xentools3-hvm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2014/01/25 10:30:22 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2014/05/09 07:37:20 wiz Exp $ VERSION= 3.1.4 DISTNAME= xen-${VERSION} @@ -21,7 +21,7 @@ ONLY_FOR_PLATFORM+= NetBSD-*-i386 NetBSD-*-x86_64 CONFLICTS= xentools30-* xentools33-* CONFLICTS+= xenstoretools-* -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 3.1.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.1.4 WRKSRC= ${WRKDIR}/xen-${VERSION}/tools CHECK_PORTABILITY_SKIP+= examples/* xm-test/ramdisk/make-release.sh diff --git a/sysutils/xentools3/Makefile b/sysutils/xentools3/Makefile index b604b948cb8..176aaa9f1a6 100644 --- a/sysutils/xentools3/Makefile +++ b/sysutils/xentools3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2014/02/12 23:18:41 tron Exp $ +# $NetBSD: Makefile,v 1.40 2014/05/09 07:37:20 wiz Exp $ VERSION= 3.1.4 DISTNAME= xen-${VERSION} @@ -15,7 +15,7 @@ COMMENT= Userland Tools for Xen DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline DEPENDS+= ${PYPKGPREFIX}-curses>=0nb4:../../devel/py-curses -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml MAKE_JOBS_SAFE= no diff --git a/sysutils/xentools33/Makefile b/sysutils/xentools33/Makefile index f204670eb9b..6ef8337bc03 100644 --- a/sysutils/xentools33/Makefile +++ b/sysutils/xentools33/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2014/01/25 10:45:21 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2014/05/09 07:37:20 wiz Exp $ VERSION= 3.3.2 DISTNAME= xen-${VERSION} @@ -20,7 +20,7 @@ DEPENDS+= ${PYPKGPREFIX}-curses>=0nb4:../../devel/py-curses BUILD_DEPENDS+= dev86-[0-9]*:../../devel/dev86 # needed to build firmware PKG_SYSCONFSUBDIR= xen -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml ONLY_FOR_PLATFORM= Linux-2.6*-i386 Linux-2.6*-x86_64 ONLY_FOR_PLATFORM+= NetBSD-[5-9].*-x86_64 NetBSD-[5-9].*-i386 diff --git a/sysutils/xentools41/Makefile b/sysutils/xentools41/Makefile index 3b02fe607be..3bc9f0113dd 100644 --- a/sysutils/xentools41/Makefile +++ b/sysutils/xentools41/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2014/02/13 11:12:58 drochner Exp $ +# $NetBSD: Makefile,v 1.45 2014/05/09 07:37:20 wiz Exp $ # # VERSION is set in version.mk as it is shared with other packages .include "version.mk" @@ -28,7 +28,7 @@ BUILD_DEPENDS+= dev86-[0-9]*:../../devel/dev86 # needed to build firmware BUILD_DEPENDS+= acpica-utils-[0-9]*:../../sysutils/acpica-utils .endif -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml PKG_SYSCONFSUBDIR= xen diff --git a/sysutils/xentools42/Makefile b/sysutils/xentools42/Makefile index 4b79a512f6e..de0fd5e7801 100644 --- a/sysutils/xentools42/Makefile +++ b/sysutils/xentools42/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2014/03/29 09:05:51 prlw1 Exp $ +# $NetBSD: Makefile,v 1.20 2014/05/09 07:37:20 wiz Exp $ VERSION= 4.2.4 VERSION_IPXE= 1.0.0 @@ -26,7 +26,7 @@ BUILD_DEPENDS+= acpica-utils-[0-9]*:../../sysutils/acpica-utils DEPENDS+= ${PYPKGPREFIX}-curses>=0nb4:../../devel/py-curses DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml PKG_SYSCONFSUBDIR= xen diff --git a/textproc/asciidoc/Makefile b/textproc/asciidoc/Makefile index c371e8c6598..7259a25a27c 100644 --- a/textproc/asciidoc/Makefile +++ b/textproc/asciidoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2014/01/26 08:18:29 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2014/05/09 07:37:20 wiz Exp $ DISTNAME= asciidoc-8.6.9 PKGREVISION= 2 @@ -40,7 +40,7 @@ REPLACE_PYTHON+= tests/testasciidoc.py REPLACE_PYTHON+= tests/asciidocapi.py REPLACE_PYTHON+= html5.conf xhtml11.conf xhtml11-quirks.conf -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 8.6.9 (as seen e.g. in git-docs) +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 8.6.9 (as seen e.g. in git-docs) INSTALLATION_DIRS= bin share/asciidoc share/asciidoc/filters \ share/asciidoc/docbook-xsl share/asciidoc/stylesheets \ diff --git a/textproc/coccigrep/Makefile b/textproc/coccigrep/Makefile index 2ff9bce4221..fd7b10fc937 100644 --- a/textproc/coccigrep/Makefile +++ b/textproc/coccigrep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/01/25 10:30:23 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2014/05/09 07:37:21 wiz Exp $ DISTNAME= coccigrep-1.12 CATEGORIES= textproc @@ -15,7 +15,7 @@ USE_LANGUAGES= # none INSTALLATION_DIRS= ${PKGMANDIR}/man1 -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.12 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.12 post-install: ${INSTALL_DATA} ${WRKSRC}/coccigrep.1 \ diff --git a/textproc/dblatex/Makefile b/textproc/dblatex/Makefile index 84e4cb06a73..c2c141db026 100644 --- a/textproc/dblatex/Makefile +++ b/textproc/dblatex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2014/01/25 10:30:23 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2014/05/09 07:37:21 wiz Exp $ DISTNAME= dblatex-0.3.2 PKGREVISION= 2 @@ -20,7 +20,7 @@ DEPENDS+= tex-ifxetex-[0-9]*:../../print/tex-ifxetex USE_LANGUAGES= # none REPLACE_PYTHON+= scripts/dblatex lib/dbtexmf/dblatex/xetex/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.3.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 48ef1183f43..527fe088ad8 100644 --- a/textproc/gnome-doc-utils/Makefile +++ b/textproc/gnome-doc-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2014/01/25 10:30:23 wiz Exp $ +# $NetBSD: Makefile,v 1.62 2014/05/09 07:37:21 wiz Exp $ DISTNAME= gnome-doc-utils-0.20.10 PKGREVISION= 2 @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-libxslt>=1.1.12:../../textproc/py-libxslt DEPENDS+= docbook-xml>=4.5:../../textproc/docbook-xml DEPENDS+= getopt-[0-9]*:../../misc/getopt -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-libxslt +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-libxslt USE_TOOLS+= intltool pkg-config gmake gawk msgfmt bash:run GNU_CONFIGURE= YES diff --git a/textproc/gtk-doc/Makefile b/textproc/gtk-doc/Makefile index 93a8e0be72a..e750d0e8464 100644 --- a/textproc/gtk-doc/Makefile +++ b/textproc/gtk-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2014/02/20 09:43:33 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2014/05/09 07:37:21 wiz Exp $ DISTNAME= gtk-doc-1.20 CATEGORIES= textproc @@ -19,7 +19,7 @@ PKGCONFIG_OVERRIDE= gtk-doc.pc.in CONFIGURE_ARGS+= --with-xml-catalog=${XML_DEFAULT_CATALOG:Q} USE_TOOLS+= gmake perl:run pkg-config:run msgfmt -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.20 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.20 .include "options.mk" diff --git a/textproc/ispell-lt/Makefile b/textproc/ispell-lt/Makefile index 443c0e2e65c..ee4a38b8bdd 100644 --- a/textproc/ispell-lt/Makefile +++ b/textproc/ispell-lt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/01/25 10:30:23 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:21 wiz Exp $ DISTNAME= ispell-lt-1.3 CATEGORIES= textproc @@ -13,7 +13,7 @@ DEPENDS+= ispell-[0-9]*:../../textproc/ispell USE_TOOLS+= gmake REPLACE_PYTHON+= tools/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.3 SUBST_CLASSES+= install SUBST_FILES.install= Makefile diff --git a/textproc/itstool/Makefile b/textproc/itstool/Makefile index 2b4d40c65ea..4f221148cea 100644 --- a/textproc/itstool/Makefile +++ b/textproc/itstool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/01/25 10:30:23 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:21 wiz Exp $ DISTNAME= itstool-2.0.2 CATEGORIES= textproc @@ -16,7 +16,7 @@ REPLACE_PYTHON= ${WRKSRC}/itstool.in DEPENDS+= ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2 -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.0.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.0.2 #Traceback (most recent call last): # File "/usr/pkg/bin/itstool", line 1516, in <module> # doc.apply_its_rules(not(opts.nobuiltins), params=params) diff --git a/textproc/jsoncpp/Makefile b/textproc/jsoncpp/Makefile index 0ce28c4682d..83196ddfe3f 100644 --- a/textproc/jsoncpp/Makefile +++ b/textproc/jsoncpp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/04/18 22:26:08 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2014/05/09 07:37:21 wiz Exp $ DISTNAME= jsoncpp-src-0.6.0rc2svn276 PKGNAME= ${DISTNAME:C/-src//} @@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}/jsoncpp # for tests PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.6.0rc2nb20140217 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.6.0rc2nb20140217 .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/libplist/Makefile b/textproc/libplist/Makefile index f54ecf3bd21..15e4237b513 100644 --- a/textproc/libplist/Makefile +++ b/textproc/libplist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/01/25 10:30:23 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2014/05/09 07:37:21 wiz Exp $ DISTNAME= libplist-1.8 PKGREVISION= 3 @@ -19,7 +19,7 @@ MAKE_JOBS_SAFE= no PKGCONFIG_OVERRIDE+= libplist++.pc.in PKGCONFIG_OVERRIDE+= libplist.pc.in PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.8 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.8 .include "../../textproc/libxml2/buildlink3.mk" .include "../../lang/python/extension.mk" diff --git a/textproc/py-4Suite/Makefile b/textproc/py-4Suite/Makefile index 4b2e21e7a49..f6cde84570c 100644 --- a/textproc/py-4Suite/Makefile +++ b/textproc/py-4Suite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/01/25 10:30:23 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2014/05/09 07:37:21 wiz Exp $ VER= 1.0.2 DISTNAME= 4Suite-XML-${VER} @@ -27,7 +27,7 @@ SUBST_STAGE.python= post-build SUBST_SED.python= -e 's,\#![^ ]* python,\#! ${PYTHONBIN},' #PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.0.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 890022278eb..a6087468723 100644 --- a/textproc/py-Excelerator/Makefile +++ b/textproc/py-Excelerator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/01/25 10:30:23 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2014/05/09 07:37:21 wiz 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= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 EGG_NAME= pyExcelerator-${VERSION} diff --git a/textproc/py-HappyDoc/Makefile b/textproc/py-HappyDoc/Makefile index 918e37a633d..dae9e62f6bf 100644 --- a/textproc/py-HappyDoc/Makefile +++ b/textproc/py-HappyDoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2014/01/25 10:30:23 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2014/05/09 07:37:21 wiz Exp $ DISTNAME= HappyDoc_r2_1 PKGNAME= ${PYPKGPREFIX}-HappyDoc-2.1 @@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}/HappyDoc-r2_1 PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} EGG_NAME= ${DISTNAME:S/_r/-/:S/_/./g} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.1 post-extract: ${MV} ${WRKSRC}/happydoc ${WRKSRC}/happydoc${PYVERSSUFFIX} diff --git a/textproc/py-Whoosh/Makefile b/textproc/py-Whoosh/Makefile index 00549893bb2..b2a7c4359ef 100644 --- a/textproc/py-Whoosh/Makefile +++ b/textproc/py-Whoosh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/01/25 10:30:23 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:21 wiz Exp $ # DISTNAME= Whoosh-0.1.13 @@ -13,7 +13,7 @@ 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/textproc/py-X2/Makefile b/textproc/py-X2/Makefile index 3d5d31c1ecb..fc735657566 100644 --- a/textproc/py-X2/Makefile +++ b/textproc/py-X2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/01/20 12:33:04 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2014/05/09 07:37:21 wiz 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=33 +PYTHON_VERSIONS_INCOMPATIBLE=33 34 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-cabocha/Makefile b/textproc/py-cabocha/Makefile index d913f44284f..a2d07ac49d8 100644 --- a/textproc/py-cabocha/Makefile +++ b/textproc/py-cabocha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/01/25 10:30:23 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:21 wiz Exp $ .include "../../textproc/cabocha/Makefile.common" @@ -10,7 +10,7 @@ COMMENT= CaboCha python module USE_LANGUAGES= c c++ PYSETUPSUBDIR= python -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.67 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 2587307c9b3..1a63d8d1e69 100644 --- a/textproc/py-cmTemplate/Makefile +++ b/textproc/py-cmTemplate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/01/25 10:30:23 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:21 wiz 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= 33 # not yet ported as of 0.3.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 4f51a01e564..416412fd5d8 100644 --- a/textproc/py-elementtree/Makefile +++ b/textproc/py-elementtree/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/01/25 10:30:24 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2014/05/09 07:37:21 wiz 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= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-empy/Makefile b/textproc/py-empy/Makefile index c7482c554ff..4050ab4a25d 100644 --- a/textproc/py-empy/Makefile +++ b/textproc/py-empy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/01/25 10:30:24 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:22 wiz Exp $ DISTNAME= empy-3.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -19,7 +19,7 @@ PYDISTUTILSPKG= # yes PLIST_SUBST+= PYVERSSUFFIX="${PYVERSSUFFIX}" PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # Fix html path in documentation SUBST_CLASSES+= doc diff --git a/textproc/py-gnosis-utils/Makefile b/textproc/py-gnosis-utils/Makefile index b77db297832..89361b38f70 100644 --- a/textproc/py-gnosis-utils/Makefile +++ b/textproc/py-gnosis-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2014/01/20 16:18:29 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2014/05/09 07:37:22 wiz 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= 33 # not yet ported as of 1.2.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 c98b5c7812e..4d11116febe 100644 --- a/textproc/py-iniparse/Makefile +++ b/textproc/py-iniparse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/01/25 10:30:24 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:22 wiz Exp $ DISTNAME= iniparse-0.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= mit AND python-software-foundation USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 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 bee144d24f3..12f27ed0d9f 100644 --- a/textproc/py-jsonlib/Makefile +++ b/textproc/py-jsonlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/01/18 15:48:00 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:22 wiz Exp $ DISTNAME= jsonlib-1.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= c -PYTHON_VERSIONS_INCOMPATIBLE= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-libxslt/Makefile b/textproc/py-libxslt/Makefile index d9de5a11371..89897ffc9d3 100644 --- a/textproc/py-libxslt/Makefile +++ b/textproc/py-libxslt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2014/01/25 10:30:24 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2014/05/09 07:37:22 wiz Exp $ DISTNAME= libxslt-1.1.28 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ LICENSE= mit # with no-advertising clause DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat DEPENDS+= ${PYPKGPREFIX}-libxml2>=2.6.8:../../textproc/py-libxml2 -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.1.28 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.1.28 WRKSRC= ${WRKDIR}/${DISTNAME}/python PYDISTUTILSPKG= yes diff --git a/textproc/py-mecab/Makefile b/textproc/py-mecab/Makefile index 20a2a0effbd..9fbb578c8c7 100644 --- a/textproc/py-mecab/Makefile +++ b/textproc/py-mecab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/01/25 10:30:24 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2014/05/09 07:37:22 wiz Exp $ .include "../../textproc/mecab/Makefile.common" @@ -22,7 +22,7 @@ do-test: BUILDLINK_API_DEPENDS.mecab+= mecab>=${MECAB_VERSION} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.996 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.996 .include "../../textproc/mecab/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/textproc/py-relatorio/Makefile b/textproc/py-relatorio/Makefile index bd0515ccad2..e11f73d2f2a 100644 --- a/textproc/py-relatorio/Makefile +++ b/textproc/py-relatorio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/02/02 08:15:50 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:22 wiz Exp $ DISTNAME= relatorio-0.6.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml USE_LANGUAGES= #none PYTHON_VERSIONED_DEPENDENCIES= cairo -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 via py-pycha +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 via py-pycha .include "../../lang/python/versioned_dependencies.mk" .include "../../lang/python/egg.mk" diff --git a/textproc/py-vobject/Makefile b/textproc/py-vobject/Makefile index d5f3a68643b..f8d99f46a21 100644 --- a/textproc/py-vobject/Makefile +++ b/textproc/py-vobject/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/01/25 10:30:25 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2014/05/09 07:37:22 wiz Exp $ DISTNAME= vobject-0.8.1c PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Python iCalendar (ics) and vCard library LICENSE= apache-2.0 PYTHON_VERSIONED_DEPENDENCIES= dateutil -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.8.1c +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.8.1c PYTHON_SELF_CONFLICT= yes diff --git a/textproc/py-xlwt/Makefile b/textproc/py-xlwt/Makefile index 4cca76b09c5..b83bfa244ce 100644 --- a/textproc/py-xlwt/Makefile +++ b/textproc/py-xlwt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/01/25 10:30:25 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:22 wiz Exp $ DISTNAME= xlwt-0.7.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ USE_LANGUAGES= #none REPLACE_PYTHON+= xlwt/Formatting.py REPLACE_PYTHON+= xlwt/examples/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.7.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.7.5 .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" diff --git a/textproc/py-xml/Makefile b/textproc/py-xml/Makefile index f8a94942d3f..597004d992d 100644 --- a/textproc/py-xml/Makefile +++ b/textproc/py-xml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2014/01/25 10:45:21 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2014/05/09 07:37:22 wiz 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= 33 # dead upstream, no plans of porting +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 c77f27d51d7..cdf68098e13 100644 --- a/textproc/py-yamcha/Makefile +++ b/textproc/py-yamcha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/01/25 10:30:25 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:22 wiz Exp $ # .include "../../textproc/yamcha/Makefile.common" @@ -12,7 +12,7 @@ COMMENT= YamCha python module USE_LANGUAGES= c c++ PYSETUPSUBDIR= python -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.33 EGG_NAME= ${DISTNAME:S/-/_python-/} diff --git a/textproc/queequeg/Makefile b/textproc/queequeg/Makefile index ac15ed3850e..d2661a46357 100644 --- a/textproc/queequeg/Makefile +++ b/textproc/queequeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/01/25 10:30:25 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:22 wiz Exp $ DISTNAME= queequeg-0.91 PKGREVISION= 1 @@ -15,7 +15,7 @@ BUILD_DEPENDS+= WordNet-[0-9]*:../../textproc/WordNet USE_LANGUAGES= # none PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-cdb +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-cdb SUBST_CLASSES+= fix-python SUBST_STAGE.fix-python= pre-configure diff --git a/textproc/rubber/Makefile b/textproc/rubber/Makefile index 4a33ba818b3..afc31049eb9 100644 --- a/textproc/rubber/Makefile +++ b/textproc/rubber/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2014/01/25 10:30:25 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2014/05/09 07:37:22 wiz Exp $ DISTNAME= rubber-1.1 PKGREVISION= 5 @@ -26,7 +26,7 @@ CONFIGURE_ARGS+= --infodir=${PREFIX:Q}/${PKGINFODIR:Q} PLIST_SUBST+= RUBBERVERSUFFIX=${PKGVERSION_NOREV} PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 ce907864c79..920e53c5b70 100644 --- a/textproc/xmlada/Makefile +++ b/textproc/xmlada/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/04/30 16:26:10 marino Exp $ +# $NetBSD: Makefile,v 1.9 2014/05/09 07:37:22 wiz Exp $ DISTNAME= xmlada-${XMLADA_VERS} PKGREVISION= 1 @@ -39,7 +39,7 @@ SUBST_SED.docs= -e 's/^all: \(.*\)/all: \1 docs/g' DESTSTATIC= ${DESTDIR}${PREFIX}/lib/xmlada/static DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 4.4.0.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 730ad1f5382..25b060a5330 100644 --- a/time/etm/Makefile +++ b/time/etm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2014/01/25 10:30:25 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2014/05/09 07:37:22 wiz Exp $ DISTNAME= etm-877 PKGREVISION= 1 @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.8.7:../../x11/py-wxWidgets DEPENDS+= ${PYPKGPREFIX}-icalendar>=2.0.1:../../time/py-icalendar PYTHON_VERSIONED_DEPENDENCIES= dateutil -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-wxWidgets USE_LANGUAGES= # none diff --git a/time/gdeskcal/Makefile b/time/gdeskcal/Makefile index 313e1b3d22a..32ac66a8bdc 100644 --- a/time/gdeskcal/Makefile +++ b/time/gdeskcal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2014/05/05 00:48:24 ryoon Exp $ +# $NetBSD: Makefile,v 1.56 2014/05/09 07:37:22 wiz Exp $ DISTNAME= gDeskCal-0_57_1 PKGNAME= gdeskcal-0.57.1 @@ -15,7 +15,7 @@ NO_BUILD= yes REPLACE_PYTHON= gdeskcal -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-xml, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml, py-gtk2 INSTALLATION_DIRS= bin lib/gdeskcal diff --git a/time/hamster-applet/Makefile b/time/hamster-applet/Makefile index 717541647d6..f5d744e864e 100644 --- a/time/hamster-applet/Makefile +++ b/time/hamster-applet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2014/05/05 00:48:24 ryoon Exp $ +# $NetBSD: Makefile,v 1.43 2014/05/09 07:37:23 wiz Exp $ DISTNAME= hamster-applet-2.28.1 PKGREVISION= 27 @@ -17,7 +17,7 @@ USE_TOOLS+= gmake intltool pkg-config msgfmt GCONF_SCHEMAS+= hamster-applet.schemas PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2, py-gtk2 SUBST_CLASSES+= python SUBST_MESSAGE.python= Fixing path to Python interpreter. diff --git a/time/py-dateutil/Makefile b/time/py-dateutil/Makefile index 50e0e0e3cd8..32bc29ec1cb 100644 --- a/time/py-dateutil/Makefile +++ b/time/py-dateutil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/01/25 10:30:26 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2014/05/09 07:37:23 wiz Exp $ DISTNAME= python-dateutil-1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} @@ -10,7 +10,7 @@ HOMEPAGE= http://labix.org/python-dateutil COMMENT= Extensions to the standard datetime module (Python-2.x version) EGG_NAME= ${DISTNAME:S/-/_/} -PYTHON_VERSIONS_INCOMPATIBLE= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/time/py-goocalendar/Makefile b/time/py-goocalendar/Makefile index 5e141a04ade..0c2054e720d 100644 --- a/time/py-goocalendar/Makefile +++ b/time/py-goocalendar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/01/31 19:32:04 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:23 wiz 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= 33 # py-gtk2 via py-goocanvas +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 02109d3ee88..0247779dc7f 100644 --- a/time/py-mxDateTime/Makefile +++ b/time/py-mxDateTime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2014/01/20 20:39:22 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2014/05/09 07:37:23 wiz Exp $ DISTNAME= egenix-mx-base-3.2.7 PKGNAME= ${PYPKGPREFIX}-mxDateTime-3.2.7 @@ -11,7 +11,7 @@ COMMENT= Python extension that provides types and conversions for dates LICENSE= egenix-public-license EGG_NAME= ${DISTNAME:S/-mx-/_mx_/} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 3.2.7 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.2.7 REPLACE_PYTHON+= egenix_mx_base.py REPLACE_PYTHON+= mx-base-3.2.7/mxSetup.py diff --git a/time/py-trytond-calendar/Makefile b/time/py-trytond-calendar/Makefile index 231e2960139..76aa17666f3 100644 --- a/time/py-trytond-calendar/Makefile +++ b/time/py-trytond-calendar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/05/05 22:58:41 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:23 wiz Exp $ DISTNAME= trytond_calendar-3.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1} @@ -18,7 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 26 33 # XXX according to setup.py (v3.0.2) +PYTHON_VERSIONS_INCOMPATIBLE= 26 33 34 # XXX according to setup.py (v3.0.2) PYTHON_VERSIONED_DEPENDENCIES= dateutil REPLACE_PYTHON+= tests/scenario_calendar.py tests/test_calendar.py diff --git a/time/wxRemind/Makefile b/time/wxRemind/Makefile index 1ba63cf3990..2de21d98ce8 100644 --- a/time/wxRemind/Makefile +++ b/time/wxRemind/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/01/25 10:30:26 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:23 wiz Exp $ DISTNAME= wxRemind-0.6.18 PKGREVISION= 4 @@ -11,7 +11,7 @@ COMMENT= Graphical front-end to Remind DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.6.1:../../x11/py-wxWidgets -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-wxWidgets .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/wm/bmpanel2/Makefile b/wm/bmpanel2/Makefile index b49fa5986f4..07b3d950b53 100644 --- a/wm/bmpanel2/Makefile +++ b/wm/bmpanel2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2014/05/05 00:48:24 ryoon Exp $ +# $NetBSD: Makefile,v 1.21 2014/05/09 07:37:23 wiz Exp $ DISTNAME= bmpanel2-2.1pre1 PKGREVISION= 16 @@ -18,7 +18,7 @@ USE_TOOLS+= pkg-config gzip PY_PATCHPLIST= yes REPLACE_PYTHON= extra/py/bmpanel2.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.1pre1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 4c3fd3355e1..ad948082227 100644 --- a/wm/ccsm/Makefile +++ b/wm/ccsm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2014/01/25 10:30:26 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2014/05/09 07:37:23 wiz 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= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 MAKE_ENV+= PYTHONBIN=${PYTHONBIN:Q} diff --git a/wm/icecc/Makefile b/wm/icecc/Makefile index d194f854572..51da5ab1428 100644 --- a/wm/icecc/Makefile +++ b/wm/icecc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2014/01/25 10:45:21 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2014/05/09 07:37:23 wiz Exp $ # Package version reflects icecc version, with PKGREVISION incremented # for any tool updates, according to the authors scheme. @@ -39,7 +39,7 @@ REPLACE_PYTHON= icecursorscfg-0.6/icecurcfg.py iceiconcvt-1.0/iceiconcvt.py REPLACE_PYTHON+= icemergeprefs-0.5/icemergeprefs.py icerrun-0.5/icerrrun.py REPLACE_PYTHON+= icerrun-0.5/icerrun.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-qt3-base +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-qt3-base SUBST_CLASSES+= path SUBST_STAGE.path= post-patch diff --git a/wm/py-tyle/Makefile b/wm/py-tyle/Makefile index 041a8f7b498..0f88aa0d796 100644 --- a/wm/py-tyle/Makefile +++ b/wm/py-tyle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/01/25 09:24:26 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2014/05/09 07:37:23 wiz Exp $ DISTNAME= pytyle-0.7.5 PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/} @@ -17,7 +17,7 @@ PYTHON_SELF_CONFLICT= yes USE_LANGUAGES= #none -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.7.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.7.5 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/ap-python/Makefile b/www/ap-python/Makefile index 8947ccf0a95..07a400d1e8c 100644 --- a/www/ap-python/Makefile +++ b/www/ap-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2014/01/25 10:30:26 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2014/05/09 07:37:23 wiz Exp $ DISTNAME= mod_python-2.7.11 PKGNAME= ap13-${PYPKGPREFIX}-python-2.7.11 @@ -21,7 +21,7 @@ CONFIGURE_ENV+= PYTHON_BIN=${PYTHONBIN:Q} ac_cv_path_MKDEP= INSTALLATION_DIRS= lib/httpd share/doc/ap-mod_python PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.7.11; 3.5.0 is supposed to work +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.7.11; 3.5.0 is supposed to work post-install: cd ${WRKSRC}/doc-html && pax -rwpe . ${DESTDIR}${PREFIX}/share/doc/ap-mod_python diff --git a/www/ap-scgi/Makefile b/www/ap-scgi/Makefile index bc7500cca03..e50e0782318 100644 --- a/www/ap-scgi/Makefile +++ b/www/ap-scgi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/01/25 10:30:26 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2014/05/09 07:37:23 wiz Exp $ # PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ APACHE_MODULE= yes # does not compile with apache24 PKG_APACHE_ACCEPTED= apache13 apache2 apache22 -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-quixote via py-scgi +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-quixote via py-scgi .include "../../mk/apache.mk" .include "../../www/apache/module.mk" diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index 9d21099fa02..0e58c4800cc 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.114 2014/05/05 00:48:25 ryoon Exp $ +# $NetBSD: Makefile,v 1.115 2014/05/09 07:37:23 wiz Exp $ DISTNAME= bluefish-2.2.4 PKGREVISION= 7 @@ -28,7 +28,7 @@ REPLACE_PYTHON+= data/cssmin.py data/jsmin.py CHECK_INTERPRETER_SKIP+= share/bluefish/plugins/*/*.py CHECK_INTERPRETER_SKIP+= share/bluefish/plugins/*/*/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.2.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 5da389eb906..89639b25fef 100644 --- a/www/browser-bookmarks-menu/Makefile +++ b/www/browser-bookmarks-menu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2014/05/05 00:48:25 ryoon Exp $ +# $NetBSD: Makefile,v 1.48 2014/05/09 07:37:23 wiz Exp $ DISTNAME= browser-bookmarks-menu-0.6 PKGREVISION= 30 @@ -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= 33 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2 SUBST_CLASSES+= paths SUBST_STAGE.paths= pre-configure diff --git a/www/cherokee/Makefile b/www/cherokee/Makefile index 552523438d8..92316744cf1 100644 --- a/www/cherokee/Makefile +++ b/www/cherokee/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2014/04/10 05:39:17 obache Exp $ +# $NetBSD: Makefile,v 1.28 2014/05/09 07:37:23 wiz Exp $ DISTNAME= cherokee-1.2.101 PKGREVISION= 6 @@ -33,7 +33,7 @@ RCD_SCRIPTS= cherokee INSTALLATION_DIRS+= ${EGDIR}/pam.d -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.2.101 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.2.101 .include "options.mk" diff --git a/www/clearsilver/Makefile b/www/clearsilver/Makefile index 09304a7e7c8..ab064cf4be5 100644 --- a/www/clearsilver/Makefile +++ b/www/clearsilver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2014/01/25 10:30:27 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2014/05/09 07:37:23 wiz 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= 33 # py-clearsilver +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-clearsilver .include "../../lang/python/pyversion.mk" .include "../../lang/ruby/rubyversion.mk" diff --git a/www/firefox/mozilla-common.mk b/www/firefox/mozilla-common.mk index 68732dc5a53..f3365d8ffb0 100644 --- a/www/firefox/mozilla-common.mk +++ b/www/firefox/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.32 2014/05/05 20:47:14 ryoon Exp $ +# $NetBSD: mozilla-common.mk,v 1.33 2014/05/09 07:37:24 wiz Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -108,7 +108,7 @@ CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}/js/ctypes/libffi/config.sub PYTHON_VERSIONS_ACCEPTED= 27 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/www/firefox24/mozilla-common.mk b/www/firefox24/mozilla-common.mk index e6343b08836..4b105cd020e 100644 --- a/www/firefox24/mozilla-common.mk +++ b/www/firefox24/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.8 2014/05/06 13:56:38 ryoon Exp $ +# $NetBSD: mozilla-common.mk,v 1.9 2014/05/09 07:37:24 wiz Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -92,7 +92,7 @@ CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}/js/ctypes/libffi/config.sub PYTHON_VERSIONS_ACCEPTED= 27 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/www/ies4linux/Makefile b/www/ies4linux/Makefile index e65f052cc02..85a75cad8d6 100644 --- a/www/ies4linux/Makefile +++ b/www/ies4linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/01/25 10:30:27 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2014/05/09 07:37:24 wiz Exp $ DISTNAME= ies4linux-2.99.0.1 PKGREVISION= 5 @@ -17,7 +17,7 @@ BUILD_DEPENDS+= cabextract-[0-9]*:../../archivers/cabextract NO_BUILD= yes USE_LANGUAGES= # none USE_TOOLS+= bash:run pax unzip:run -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 SHAREDIR= share/ies4linux diff --git a/www/ja-trac/options.mk b/www/ja-trac/options.mk index 5090cb9d156..3ced8713819 100644 --- a/www/ja-trac/options.mk +++ b/www/ja-trac/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.5 2014/01/25 10:30:27 wiz Exp $ +# $NetBSD: options.mk,v 1.6 2014/05/09 07:37:24 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.trac PKG_OPTIONS_REQUIRED_GROUPS= db @@ -14,12 +14,12 @@ PKG_OPTIONS_LEGACY_OPTS= psycopg2:pgsql # preferred over "py-sqlite3", the bundled version of sqlite3 support, # because it is more up to date. DEPENDS+= ${PYPKGPREFIX}-sqlite2>=2.5.5:../../databases/py-sqlite2 -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-sqlite2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 34 # py-sqlite2 .endif .if !empty(PKG_OPTIONS:Mpgsql) DEPENDS+= ${PYPKGPREFIX}-psycopg2>=2:../../databases/py-psycopg2 .endif .if !empty(PKG_OPTIONS:Mmysql) DEPENDS+= ${PYPKGPREFIX}-mysqldb>=1.2.2:../../databases/py-mysqldb -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-mysqldb +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 34 # py-mysqldb .endif diff --git a/www/loggerhead/Makefile b/www/loggerhead/Makefile index 009cf2c8953..b90ac33383a 100644 --- a/www/loggerhead/Makefile +++ b/www/loggerhead/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/01/25 10:30:27 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2014/05/09 07:37:24 wiz Exp $ DISTNAME= loggerhead-${VER} PKGREVISION= 1 @@ -19,7 +19,7 @@ DEPENDS+= ${PYPKGPREFIX}-PasteDeploy>=1.3:../../www/py-PasteDeploy DEPENDS+= ${PYPKGPREFIX}-SimpleTAL>=4.1:../../www/py-simpletal PYTHON_VERSIONED_DEPENDENCIES= flup -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-PasteDeploy, py-paste, py-simpletal +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-PasteDeploy, py-paste, py-simpletal .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" diff --git a/www/midori/Makefile b/www/midori/Makefile index 62fd87ef8ac..eb86b7f6869 100644 --- a/www/midori/Makefile +++ b/www/midori/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2014/05/05 00:48:26 ryoon Exp $ +# $NetBSD: Makefile,v 1.70 2014/05/09 07:37:24 wiz Exp $ DISTNAME= midori-0.4.9 PKGREVISION= 13 @@ -21,7 +21,7 @@ CHECK_PORTABILITY_SKIP+= win32/x86-mingw32-opensuse/install.sh CHECK_PORTABILITY_SKIP+= win32/makedist/makedist.midori PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.4.9 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.4.9 REPLACE_PYTHON= waf wscript docs/api/wscript_build REPLACE_PYTHON+= tests/wscript_build extensions/wscript_build diff --git a/www/py-ClientForm/Makefile b/www/py-ClientForm/Makefile index 1f9cb250a7c..523a5043083 100644 --- a/www/py-ClientForm/Makefile +++ b/www/py-ClientForm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/01/25 10:30:27 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:24 wiz 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 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.2.10 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 e914ba64f22..f39ff69319f 100644 --- a/www/py-HTMLgen/Makefile +++ b/www/py-HTMLgen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/01/25 10:30:27 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2014/05/09 07:37:24 wiz Exp $ DISTNAME= HTMLgen PKGNAME= ${PYPKGPREFIX}-HTMLgen-2.2.2 @@ -18,7 +18,7 @@ PY_PATCHPLIST= yes REPLACE_PYTHON+= *.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 INSTALLATION_DIRS+= ${PYSITELIB} diff --git a/www/py-PasteDeploy/Makefile b/www/py-PasteDeploy/Makefile index 4fc1d787245..07c710a6d55 100644 --- a/www/py-PasteDeploy/Makefile +++ b/www/py-PasteDeploy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/01/25 10:30:27 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:24 wiz Exp $ DISTNAME= PasteDeploy-1.3.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= http://pythonpaste.org/ COMMENT= Load, configure, and compose WSGI applications and servers LICENSE= mit -PYTHON_VERSIONS_INCOMPATIBLE= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-beautifulsoup/Makefile b/www/py-beautifulsoup/Makefile index 39c719e2127..587288eeecf 100644 --- a/www/py-beautifulsoup/Makefile +++ b/www/py-beautifulsoup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/01/25 09:25:32 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2014/05/09 07:37:24 wiz Exp $ DISTNAME= BeautifulSoup-3.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/B/b/:S/S/s/} @@ -10,7 +10,7 @@ HOMEPAGE= http://www.crummy.com/software/BeautifulSoup/ COMMENT= HTML/XML Parser for Python, version 3 LICENSE= modified-bsd -PYTHON_VERSIONS_INCOMPATIBLE= 33 # use py-beautifulsoup4 for python-3.x +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # use py-beautifulsoup4 for python-3.x .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-blosxom/Makefile b/www/py-blosxom/Makefile index 3f77625592b..034bdef060a 100644 --- a/www/py-blosxom/Makefile +++ b/www/py-blosxom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2014/01/25 10:30:27 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2014/05/09 07:37:24 wiz Exp $ PYBLOXSOMVERS= 1.5.3 DISTNAME= pyblosxom-${PYBLOXSOMVERS} @@ -26,7 +26,7 @@ INSTALLATION_DIRS= ${DOC_SUBDIR} REPLACE_PYTHON= Pyblosxom/data/pyblosxom.cgi EGG_NAME= ${DISTNAME} -PYTHON_VERSIONS_INCOMPATIBLE= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # There is a set of manual files in docs/source that could be # converted to HTML or PDF, and installed diff --git a/www/py-clearsilver/Makefile b/www/py-clearsilver/Makefile index 4d38d1872fe..9d0f66fec0d 100644 --- a/www/py-clearsilver/Makefile +++ b/www/py-clearsilver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2014/01/25 10:30:27 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2014/05/09 07:37:24 wiz Exp $ PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 1 @@ -14,7 +14,7 @@ CFLAGS+= -fPIC INSTALL_DIRS= python PY_PATCHPLIST= YES -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.10.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.10.5 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-django-appmedia/Makefile b/www/py-django-appmedia/Makefile index e02083a5b6e..4f9de48ecf5 100644 --- a/www/py-django-appmedia/Makefile +++ b/www/py-django-appmedia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/01/25 10:30:27 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:24 wiz Exp $ DISTNAME= django-appmedia-1.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= modified-bsd EGG_NAME= ${DISTNAME:S/-/_/} USE_LANGUAGES= # empty -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.0.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.0.1 DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django diff --git a/www/py-django-cmsplugin_gallery/Makefile b/www/py-django-cmsplugin_gallery/Makefile index 8619e18a86f..e6646a80a36 100644 --- a/www/py-django-cmsplugin_gallery/Makefile +++ b/www/py-django-cmsplugin_gallery/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/04/24 20:16:07 adam Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:24 wiz Exp $ DISTNAME= cmsplugin_gallery-0.5.5 PKGNAME= ${PYPKGPREFIX}-django-${DISTNAME} @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-django-inline-ordering-[0-9]*:../../www/py-django-inlin USE_LANGUAGES= # none -#PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-django-appmedia via py-django-cms, py-django-easy-thumbnails +#PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-django-appmedia via py-django-cms, py-django-easy-thumbnails .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-django-mezzanine-filebrowser/Makefile b/www/py-django-mezzanine-filebrowser/Makefile index 30ef4e99c2a..cc8f4bc53e8 100644 --- a/www/py-django-mezzanine-filebrowser/Makefile +++ b/www/py-django-mezzanine-filebrowser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/01/20 16:25:17 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:24 wiz Exp $ DISTNAME= filebrowser-safe-0.2.13 PKGNAME= ${PYPKGPREFIX}-django-mezzanine-${DISTNAME:S/-safe//} @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django USE_PKGLOCALEDIR= yes USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.2.13 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.2.13 EGG_NAME= ${DISTNAME:S/-/_/} diff --git a/www/py-django-mezzanine-grappelli/Makefile b/www/py-django-mezzanine-grappelli/Makefile index 304b87f37ec..c5e129c78f0 100644 --- a/www/py-django-mezzanine-grappelli/Makefile +++ b/www/py-django-mezzanine-grappelli/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/01/20 16:26:30 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:24 wiz Exp $ DISTNAME= grappelli-safe-0.2.11 PKGNAME= ${PYPKGPREFIX}-django-mezzanine-${DISTNAME:S/-safe//} @@ -19,7 +19,7 @@ USE_LANGUAGES= # none EGG_NAME= ${DISTNAME:S/-/_/} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.2.11 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.2.11 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-django-photologue/Makefile b/www/py-django-photologue/Makefile index d0809688374..9cca28be281 100644 --- a/www/py-django-photologue/Makefile +++ b/www/py-django-photologue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/01/25 10:30:28 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:25 wiz Exp $ DISTNAME= django-photologue-2.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-django-tagging-[0-9]*:../../www/py-django-tagging EGG_NAME= ${DISTNAME:S/-/_/} USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-django-tagging, py-imaging +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-django-tagging, py-imaging .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-django-registration/Makefile b/www/py-django-registration/Makefile index 5652422be90..abe1dd38fd8 100644 --- a/www/py-django-registration/Makefile +++ b/www/py-django-registration/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/01/25 10:30:28 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:25 wiz Exp $ DISTNAME= django-registration-0.8-alpha-1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S:-alpha-:a:} @@ -18,7 +18,7 @@ USE_LANGUAGES= # none EGG_NAME= ${DISTNAME:S/-/_/g:S/registration_/registration-/} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.8a1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.8a1 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-django-tagging/Makefile b/www/py-django-tagging/Makefile index e5562411a4e..dc740249007 100644 --- a/www/py-django-tagging/Makefile +++ b/www/py-django-tagging/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/01/20 16:29:30 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:25 wiz Exp $ DISTNAME= django-tagging-0.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.1 EGG_NAME= ${DISTNAME:S/-/_/} INSTALLATION_DIRS+= share/doc/py-django-tagging diff --git a/www/py-django/options.mk b/www/py-django/options.mk index de536c826be..b64e186c021 100644 --- a/www/py-django/options.mk +++ b/www/py-django/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.11 2014/01/30 18:20:19 wiz Exp $ +# $NetBSD: options.mk,v 1.12 2014/05/09 07:37:25 wiz 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= 33 # py-mysqldb +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mysqldb PLIST.mysql= yes .endif diff --git a/www/py-django14/Makefile b/www/py-django14/Makefile index dfc3515e9b7..0c88041cde4 100644 --- a/www/py-django14/Makefile +++ b/www/py-django14/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/01/25 10:30:28 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:25 wiz Exp $ DISTNAME= Django-1.4.10 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -20,7 +20,7 @@ REPLACE_PYTHON+= ${WRKSRC}/django/contrib/admin/static/admin/js/*.py REPLACE_PYTHON+= ${WRKSRC}/django/conf/project_template/*.py PYTHON_VERSIONED_DEPENDENCIES= flup -PYTHON_VERSIONS_INCOMPATIBLE= 33 # use py-django if you want python-3.x support +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # use py-django if you want python-3.x support .include "options.mk" diff --git a/www/py-django14/options.mk b/www/py-django14/options.mk index 8cc5e4e5086..20888d9734b 100644 --- a/www/py-django14/options.mk +++ b/www/py-django14/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2014/01/25 10:30:28 wiz Exp $ +# $NetBSD: options.mk,v 1.3 2014/05/09 07:37:25 wiz 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= 33 # py-mysqldb +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 34 # 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= 33 # py-sqlite2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 34 # py-sqlite2 PLIST.sqlite= yes .endif diff --git a/www/py-djangorestframework/Makefile b/www/py-djangorestframework/Makefile index 0c47c6a001c..6c0025d423d 100644 --- a/www/py-djangorestframework/Makefile +++ b/www/py-djangorestframework/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/01/25 10:30:28 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:25 wiz Exp $ DISTNAME= djangorestframework-0.2.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django EGG_NAME= ${DISTNAME} USE_LANGUAGES= # empty -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.2.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.2.3 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-flup/Makefile b/www/py-flup/Makefile index 485851e4279..6b127f28e42 100644 --- a/www/py-flup/Makefile +++ b/www/py-flup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/01/18 19:05:38 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2014/05/09 07:37:25 wiz Exp $ DISTNAME= flup-1.0.2 PKGNAME= ${PYPKGPREFIX}-flup-1.0.2 @@ -11,7 +11,7 @@ COMMENT= WSGI support modules (python-2.x version) LICENSE= 2-clause-bsd USE_LANGUAGES= # empty -PYTHON_VERSIONS_INCOMPATIBLE= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-gdata/Makefile b/www/py-gdata/Makefile index d6a78d91fca..54cbbd32491 100644 --- a/www/py-gdata/Makefile +++ b/www/py-gdata/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2014/02/07 14:28:09 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2014/05/09 07:37:25 wiz 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= 33 # not yet ported as of 2.0.18 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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-jonpy/Makefile b/www/py-jonpy/Makefile index 2d4fae0365d..d19a61be276 100644 --- a/www/py-jonpy/Makefile +++ b/www/py-jonpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/01/25 10:30:29 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2014/05/09 07:37:25 wiz 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= 33 # not yet ported as of 0.06 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.06 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-mechanize/Makefile b/www/py-mechanize/Makefile index 8251f57d962..f9fcd99e7d4 100644 --- a/www/py-mechanize/Makefile +++ b/www/py-mechanize/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/01/25 10:30:29 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2014/05/09 07:37:25 wiz Exp $ DISTNAME= mechanize-0.2.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Stateful programmatic web browsing in Python USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.2.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.2.5 do-test: ${RUN}cd ${WRKSRC}; ${PYTHONBIN} test.py diff --git a/www/py-mezzanine/Makefile b/www/py-mezzanine/Makefile index 4ffb5d7988e..00b11ce2604 100644 --- a/www/py-mezzanine/Makefile +++ b/www/py-mezzanine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/01/25 10:30:29 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:25 wiz Exp $ DISTNAME= Mezzanine-1.2.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -26,7 +26,7 @@ DEPENDS+= ${PYPKGPREFIX}-django-mezzanine-grappelli-[0-9]*:../../www/py-django-m USE_PKGLOCALEDIR= yes USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-postgresql, py-django-mezzanine-filebrowser, py-django-mezzanine-grappelli, py-imaging +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-postgresql, py-django-mezzanine-filebrowser, py-django-mezzanine-grappelli, py-imaging MESSAGE_SUBST+= PYTHONBIN=${PYTHONBIN} diff --git a/www/py-moin/Makefile b/www/py-moin/Makefile index cb79eb05ec8..bad203d2831 100644 --- a/www/py-moin/Makefile +++ b/www/py-moin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2014/01/20 20:17:05 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2014/05/09 07:37:25 wiz Exp $ VER= 1.9.7 DISTNAME= moin-${VER} @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.9.7 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.9.7 REPLACE_PYTHON= jabberbot/bot.py \ MoinMoin/version.py \ diff --git a/www/py-nevow/Makefile b/www/py-nevow/Makefile index 9116ca59b12..d76698f8570 100644 --- a/www/py-nevow/Makefile +++ b/www/py-nevow/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2014/01/25 10:30:29 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2014/05/09 07:37:25 wiz Exp $ VERSION= 0.10.0 DISTNAME= Nevow-${VERSION} @@ -21,7 +21,7 @@ DEPENDS+= ${PYPKGPREFIX}-xml>=0.8.3:../../textproc/py-xml REPLACE_PYTHON= nevow/test/segfault.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-twisted py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted py-xml .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" diff --git a/www/py-paste/Makefile b/www/py-paste/Makefile index b41859e49fb..cb4bd2de951 100644 --- a/www/py-paste/Makefile +++ b/www/py-paste/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/01/25 10:30:29 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2014/05/09 07:37:25 wiz Exp $ DISTNAME= Paste-1.7.5.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= mit 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/www/py-pendrell/Makefile b/www/py-pendrell/Makefile index e47fd82f9f1..8f0bd9ca8ac 100644 --- a/www/py-pendrell/Makefile +++ b/www/py-pendrell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/01/25 10:30:29 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:25 wiz Exp $ DISTNAME= pendrell-0.2.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-twisted>=10.0.0:../../net/py-twisted -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-pywebdav/Makefile b/www/py-pywebdav/Makefile index ca3b2f44967..b63a5718b12 100644 --- a/www/py-pywebdav/Makefile +++ b/www/py-pywebdav/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/01/25 10:30:29 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:25 wiz Exp $ VERSION= 0.9.8 DISTNAME= PyWebDAV-${VERSION} @@ -17,7 +17,7 @@ PLIST_SUBST+= DOCDIR=${DOCDIR:Q} INSTALLATION_DIRS+= ${DOCDIR} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.9.8 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.9.8 post-install: ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/${DOCDIR} diff --git a/www/py-scgi/Makefile b/www/py-scgi/Makefile index db4b71d1565..79744db824c 100644 --- a/www/py-scgi/Makefile +++ b/www/py-scgi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/01/25 10:30:29 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2014/05/09 07:37:26 wiz Exp $ PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 1 @@ -7,7 +7,7 @@ COMMENT= Simple Common Gateway Interface DEPENDS+= ${PYPKGPREFIX}-quixote-[0-9]*:../../devel/py-quixote -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-quixote +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-quixote .include "../../lang/python/distutils.mk" diff --git a/www/py-simpletal/Makefile b/www/py-simpletal/Makefile index fe0a553c58d..6df7cb91cf4 100644 --- a/www/py-simpletal/Makefile +++ b/www/py-simpletal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/01/25 10:30:29 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:26 wiz Exp $ DISTNAME= SimpleTAL-4.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= modified-bsd USE_LANGUAGES= #none -PYTHON_VERSIONS_INCOMPATIBLE= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 do-test: ${PYTHONBIN} ${WRKSRC}/runtests.py diff --git a/www/py-swish-e/Makefile b/www/py-swish-e/Makefile index 24ed410711b..1c107b8f767 100644 --- a/www/py-swish-e/Makefile +++ b/www/py-swish-e/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/01/25 10:30:29 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2014/05/09 07:37:26 wiz 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= 33 # not yet ported as of 0.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.5 .include "../../lang/python/distutils.mk" .include "../../www/swish-e/buildlink3.mk" diff --git a/www/py-twill/Makefile b/www/py-twill/Makefile index 74d03e03e7b..fc1aaa6dc73 100644 --- a/www/py-twill/Makefile +++ b/www/py-twill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/05/04 13:45:27 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:26 wiz Exp $ DISTNAME= twill-1.8.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ USE_LANGUAGES= # none PY_PATCHPLIST= yes PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # setup fails for 1.8.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 388ac89795f..bc3d38a82fd 100644 --- a/www/py-uliweb/Makefile +++ b/www/py-uliweb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/01/19 13:12:30 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:26 wiz Exp $ DISTNAME= Uliweb-0.2.3 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= 33 # not yet ported as of 0.2.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 1040a516aff..f6d0b1df86d 100644 --- a/www/py-webpy/Makefile +++ b/www/py-webpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/01/25 10:30:30 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2014/05/09 07:37:26 wiz 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= 33 # not yet ported as of 0.37 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.37 .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" diff --git a/www/py-werkzeug-docs/Makefile b/www/py-werkzeug-docs/Makefile index a01f7719769..1312bd1f87f 100644 --- a/www/py-werkzeug-docs/Makefile +++ b/www/py-werkzeug-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/01/25 10:30:30 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:26 wiz Exp $ PKGNAME= ${PYPKGPREFIX}-werkzeug-docs-${DISTNAME:C/[^-]*-//} @@ -23,7 +23,7 @@ do-install: && ${FIND} ${DOCDIR}/html -type f -print > ${WRKDIR}/PLIST PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # sphinx detection broken as of 0.9.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # sphinx detection broken as of 0.9.4 .include "../../lang/python/pyversion.mk" BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx diff --git a/www/trac/Makefile b/www/trac/Makefile index 3ef66cfe1dc..eb93c99cb00 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2014/03/11 17:41:44 gdt Exp $ +# $NetBSD: Makefile,v 1.65 2014/05/09 07:37:26 wiz Exp $ DISTNAME= Trac-1.0.1 PKGNAME= ${DISTNAME:tl} @@ -47,7 +47,7 @@ PYDISTUTILSPKG= YES PY_PATCHPLIST= YES REPLACE_PYTHON= contrib/cgi-bin/trac.* contrib/*.py contrib/*-hook REPLACE_PYTHON+= trac/tests/functional/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.0 .include "../../lang/python/application.mk" diff --git a/www/urlgrabber/Makefile b/www/urlgrabber/Makefile index a83e81faf66..720781d29c8 100644 --- a/www/urlgrabber/Makefile +++ b/www/urlgrabber/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/01/25 10:30:30 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2014/05/09 07:37:26 wiz Exp $ DISTNAME= urlgrabber-3.1.0 PKGREVISION= 3 @@ -10,7 +10,7 @@ HOMEPAGE= http://urlgrabber.baseurl.org/ COMMENT= Python package that drastically simplifies the fetching of files USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 3.1.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 bf809a80ab8..eb591a1f412 100644 --- a/www/viewvc/Makefile +++ b/www/viewvc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2014/01/25 10:45:22 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2014/05/09 07:37:26 wiz Exp $ DISTNAME= viewvc-1.1.20 CATEGORIES= devel www @@ -10,7 +10,7 @@ COMMENT= Viewing the content of CVS/SVN repositories with a Webbrowser LICENSE= 2-clause-bsd REPLACE_PYTHON= viewvc-install bin/* bin/cgi/*.cgi lib/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.1.20 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.1.20 .if !exists(/usr/bin/rlog) DEPENDS+= rcs-[0-9]*:../../devel/rcs diff --git a/www/webkit-gtk/Makefile.common b/www/webkit-gtk/Makefile.common index 38a30f64d28..79eb27eb528 100644 --- a/www/webkit-gtk/Makefile.common +++ b/www/webkit-gtk/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.31 2014/03/13 17:06:43 taca Exp $ +# $NetBSD: Makefile.common,v 1.32 2014/05/09 07:37:26 wiz Exp $ # used by www/webkit-gtk/Makefile # used by www/webkit-gtk3/Makefile @@ -43,7 +43,7 @@ BUILD_DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR} CONFIGURE_ENV+= RUBY=${RUBY} PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.10.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 034e896a9bc..4b09149317f 100644 --- a/x11/alacarte/Makefile +++ b/x11/alacarte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2014/05/05 00:48:27 ryoon Exp $ +# $NetBSD: Makefile,v 1.57 2014/05/09 07:37:26 wiz Exp $ DISTNAME= alacarte-0.13.1 PKGREVISION= 27 @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes USE_TOOLS+= intltool perl pkg-config gmake msgfmt PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 d9fb9a1857a..045fc7eb01e 100644 --- a/x11/avant-window-navigator/Makefile +++ b/x11/avant-window-navigator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2014/05/05 00:48:27 ryoon Exp $ +# $NetBSD: Makefile,v 1.22 2014/05/09 07:37:26 wiz Exp $ DISTNAME= avant-window-navigator-0.4.0 PKGREVISION= 16 @@ -43,7 +43,7 @@ PY_PATCHPLIST= yes REPLACE_PYTHON+= awn-settings/awnSettings.py.in REPLACE_PYTHON+= awn-settings/awnSettingsHelper.py PYTHON_VERSIONED_DEPENDENCIES= cairo:link -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 .include "../../devel/GConf/schemas.mk" .include "../../lang/vala014/buildlink3.mk" diff --git a/x11/driconf/Makefile b/x11/driconf/Makefile index 0365ffad2ff..aad1c69bc7b 100644 --- a/x11/driconf/Makefile +++ b/x11/driconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2014/01/21 21:25:06 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2014/05/09 07:37:26 wiz Exp $ DISTNAME= driconf-0.9.1 PKGREVISION= 10 @@ -19,7 +19,7 @@ USE_TOOLS+= msgfmt msgmerge xgettext CONFIGURE_ARGS+= --prefix=${PREFIX:Q} REPLACE_PYTHON= *.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 58e26bcf168..3383dbd64f2 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.128 2014/05/05 00:48:28 ryoon Exp $ +# $NetBSD: Makefile,v 1.129 2014/05/09 07:37:26 wiz Exp $ DISTNAME= gnome-applets-2.32.1.1 PKGREVISION= 38 @@ -15,7 +15,7 @@ USE_TOOLS+= gmake intltool msgfmt pkg-config USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2 .include "options.mk" diff --git a/x11/gnome-mag/Makefile b/x11/gnome-mag/Makefile index 81e1eb18ac2..9554c67d270 100644 --- a/x11/gnome-mag/Makefile +++ b/x11/gnome-mag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.86 2014/05/05 00:48:28 ryoon Exp $ +# $NetBSD: Makefile,v 1.87 2014/05/09 07:37:26 wiz Exp $ DISTNAME= gnome-mag-0.16.3 PKGREVISION= 19 @@ -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= 33 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 3ce7ca16b9c..c0a5bd2a412 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.170 2014/05/05 00:48:28 ryoon Exp $ +# $NetBSD: Makefile,v 1.171 2014/05/09 07:37:27 wiz Exp $ DISTNAME= gnome-panel-2.32.1 PKGREVISION= 38 @@ -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= 33 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 8e0f8be7b65..2a7e587ae51 100644 --- a/x11/gnome-terminal/Makefile +++ b/x11/gnome-terminal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2014/05/05 00:48:28 ryoon Exp $ +# $NetBSD: Makefile,v 1.62 2014/05/09 07:37:27 wiz Exp $ DISTNAME= gnome-terminal-2.32.1 PKGREVISION= 22 @@ -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= 33 # not yet ported as of 2.32.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 e2591878f58..5696dfd891a 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.261 2014/05/05 00:48:29 ryoon Exp $ +# $NetBSD: Makefile,v 1.262 2014/05/09 07:37:27 wiz Exp $ DISTNAME= gtk+-2.24.22 PKGNAME= ${DISTNAME:S/gtk/gtk2/} @@ -76,7 +76,7 @@ CPPFLAGS+= -DPREFIX="\"${PREFIX}\"" #SUBST_SED.pthread= -e 's,__PTHREAD_FLAGS__,${BUILDLINK_LDFLAGS.pthread},g' #SUBST_FILES.pthread= gdk-pixbuf/Makefile.in -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.24.22 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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/kde-workspace4/Makefile b/x11/kde-workspace4/Makefile index f537a04f7d0..09210b574b5 100644 --- a/x11/kde-workspace4/Makefile +++ b/x11/kde-workspace4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2014/04/10 06:21:20 obache Exp $ +# $NetBSD: Makefile,v 1.37 2014/05/09 07:37:27 wiz Exp $ DISTNAME= kde-workspace-${_KDE_VERSION} PKGNAME= ${DISTNAME:S/-4/4-4/} @@ -6,7 +6,7 @@ PKGREVISION= 2 CATEGORIES= x11 COMMENT= Base workspace for the KDE 4 integrated X11 desktop -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/x11/libdesktop-agnostic/Makefile b/x11/libdesktop-agnostic/Makefile index bc617e3a78d..d1922cdd02f 100644 --- a/x11/libdesktop-agnostic/Makefile +++ b/x11/libdesktop-agnostic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2014/05/05 00:48:31 ryoon Exp $ +# $NetBSD: Makefile,v 1.21 2014/05/09 07:37:27 wiz Exp $ DISTNAME= libdesktop-agnostic-0.3.92 PKGREVISION= 14 @@ -19,7 +19,7 @@ CONFIGURE_ARGS= --config-backends=keyfile,gconf \ --desktop-entry-backends=glib PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.3.92 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 8e3001e9077..32826047f85 100644 --- a/x11/py-Pmw/Makefile +++ b/x11/py-Pmw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2014/01/18 19:49:56 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2014/05/09 07:37:27 wiz 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= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 .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 4533073dfef..fbbf9ad8717 100644 --- a/x11/py-gnome2-desktop/Makefile +++ b/x11/py-gnome2-desktop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.89 2014/05/05 00:48:32 ryoon Exp $ +# $NetBSD: Makefile,v 1.90 2014/05/09 07:37:27 wiz 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= 33 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2, py-gtk2 PYTHON_VERSIONED_DEPENDENCIES= cairo:link .include "../../lang/python/pyversion.mk" diff --git a/x11/py-gnome2-extras/Makefile b/x11/py-gnome2-extras/Makefile index 722406d98bd..caddd171bab 100644 --- a/x11/py-gnome2-extras/Makefile +++ b/x11/py-gnome2-extras/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 2014/05/05 00:48:32 ryoon Exp $ +# $NetBSD: Makefile,v 1.73 2014/05/09 07:37:27 wiz 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= 33 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 e4c9fb6788a..7f542473a5a 100644 --- a/x11/py-gnome2/Makefile +++ b/x11/py-gnome2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.101 2014/05/05 00:48:32 ryoon Exp $ +# $NetBSD: Makefile,v 1.102 2014/05/09 07:37:27 wiz 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= 33 # py-ORBit, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit, py-gtk2 .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" diff --git a/x11/py-gtk2/Makefile b/x11/py-gtk2/Makefile index aef990d6081..8a4656c7b77 100644 --- a/x11/py-gtk2/Makefile +++ b/x11/py-gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.99 2014/05/05 00:48:32 ryoon Exp $ +# $NetBSD: Makefile,v 1.100 2014/05/09 07:37:27 wiz Exp $ DISTNAME= pygtk-2.24.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pygtk/gtk2/} @@ -22,7 +22,7 @@ USE_TOOLS+= gmake pkg-config PY_PATCHPLIST= YES PYTHON_VERSIONED_DEPENDENCIES= cairo:link -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.24.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 8e0d3b29c66..e8cff1e79f4 100644 --- a/x11/py-gtksourceview/Makefile +++ b/x11/py-gtksourceview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2014/05/05 00:48:32 ryoon Exp $ +# $NetBSD: Makefile,v 1.35 2014/05/09 07:37:27 wiz 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= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 .include "../../lang/python/extension.mk" diff --git a/x11/py-kiwi/Makefile b/x11/py-kiwi/Makefile index c730cf93bba..8ed3d31700e 100644 --- a/x11/py-kiwi/Makefile +++ b/x11/py-kiwi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2014/05/05 00:48:32 ryoon Exp $ +# $NetBSD: Makefile,v 1.35 2014/05/09 07:37:27 wiz 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= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 SUBST_CLASSES+= localedir SUBST_STAGE.localedir= pre-configure diff --git a/x11/py-qt3-base/Makefile.common b/x11/py-qt3-base/Makefile.common index 0c1b5e9b112..d32be3fcd3a 100644 --- a/x11/py-qt3-base/Makefile.common +++ b/x11/py-qt3-base/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.14 2014/01/25 10:30:31 wiz Exp $ +# $NetBSD: Makefile.common,v 1.15 2014/05/09 07:37:27 wiz Exp $ # # used by x11/py-qt3-base/Makefile # used by x11/py-qt3-modules/Makefile @@ -33,7 +33,7 @@ CONFIGURE_ARGS+= -v ${PREFIX}/share/sip${PYVERSSUFFIX} PY_PATCHPLIST= yes PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 3.18.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.18.1 do-configure: (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ diff --git a/x11/py-vte/Makefile b/x11/py-vte/Makefile index 1829ae86487..44bc91e4c26 100644 --- a/x11/py-vte/Makefile +++ b/x11/py-vte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2014/05/05 00:48:32 ryoon Exp $ +# $NetBSD: Makefile,v 1.22 2014/05/09 07:37:27 wiz 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= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 BUILD_DIRS= python diff --git a/x11/py-wxWidgets/Makefile b/x11/py-wxWidgets/Makefile index dd0a880db12..6681bb3f5d4 100644 --- a/x11/py-wxWidgets/Makefile +++ b/x11/py-wxWidgets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2014/05/05 00:48:32 ryoon Exp $ +# $NetBSD: Makefile,v 1.55 2014/05/09 07:37:27 wiz Exp $ VERSION= 2.8.10.1 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= 33 # not yet ported as of 2.8.10.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.8.10.1 WXARG= WXPORT=gtk2 UNICODE=1 diff --git a/x11/rox-session/Makefile b/x11/rox-session/Makefile index c0e1a4a6779..9909ad43936 100644 --- a/x11/rox-session/Makefile +++ b/x11/rox-session/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2014/05/05 00:48:32 ryoon Exp $ +# $NetBSD: Makefile,v 1.43 2014/05/09 07:37:27 wiz Exp $ DISTNAME= rox-session-0.28 PKGREVISION= 27 @@ -18,7 +18,7 @@ DIST_SUBDIR= rox NO_BUILD= yes REPLACE_PYTHON= AppRun tests/testutils.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 INSTALLATION_DIRS= share/rox/ROX-Session diff --git a/x11/tint2/Makefile b/x11/tint2/Makefile index 2eb4303d3fa..93f92a3fb46 100644 --- a/x11/tint2/Makefile +++ b/x11/tint2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2014/05/05 00:48:33 ryoon Exp $ +# $NetBSD: Makefile,v 1.32 2014/05/09 07:37:28 wiz Exp $ DISTNAME= tint2-0.11 PKGREVISION= 22 @@ -21,7 +21,7 @@ CONF_FILES= ${PREFIX}/share/examples/tint2/tint2rc \ ${PKG_SYSCONFDIR}/xdg/tint2/tint2rc REPLACE_PYTHON+= src/tint2conf/tintwizard.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 CMAKE_OPTS+= -DCMAKE_INSTALL_PREFIX=${PREFIX} CMAKE_OPTS+= -DSYSCONFDIR=${PKG_SYSCONFDIR} |