diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-04 07:05:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-04 07:05:53 +0000 |
commit | bcd14fa3d053ab2e61920ff4aba55f7edf5824ce (patch) | |
tree | 72733f67353cd21ce23274fee05f1a3de1d665cf | |
parent | 5afe48ffbe8090d90a054a69804d6e5ed31537a0 (diff) | |
download | pkgsrc-bcd14fa3d053ab2e61920ff4aba55f7edf5824ce.tar.gz |
Remove unnecessary python restriction (to all supported versions).
-rw-r--r-- | databases/py-sqlalchemy-migrate/Makefile | 4 | ||||
-rw-r--r-- | devel/bzr-explorer/Makefile | 5 | ||||
-rw-r--r-- | devel/bzr-gtk/Makefile | 5 | ||||
-rw-r--r-- | devel/bzr-svn/Makefile | 5 | ||||
-rw-r--r-- | devel/bzr/Makefile | 5 | ||||
-rw-r--r-- | devel/bzrtools/Makefile | 5 | ||||
-rw-r--r-- | devel/gnatpython/Makefile | 4 | ||||
-rw-r--r-- | devel/gps/options.mk | 3 | ||||
-rw-r--r-- | devel/py-buildbot-slave/Makefile | 4 | ||||
-rw-r--r-- | devel/py-buildbot/Makefile | 4 | ||||
-rw-r--r-- | devel/py-jersey/Makefile | 4 | ||||
-rw-r--r-- | devel/py-pyutil/Makefile | 8 | ||||
-rw-r--r-- | devel/qbzr/Makefile | 5 | ||||
-rw-r--r-- | misc/gaupol/Makefile | 3 | ||||
-rw-r--r-- | multimedia/pitivi/Makefile | 4 | ||||
-rw-r--r-- | net/py-foolscap/Makefile | 5 | ||||
-rw-r--r-- | www/aws-demos/Makefile | 4 | ||||
-rw-r--r-- | www/aws/Makefile | 4 |
18 files changed, 20 insertions, 61 deletions
diff --git a/databases/py-sqlalchemy-migrate/Makefile b/databases/py-sqlalchemy-migrate/Makefile index 27ee933a9fe..1813f9ee613 100644 --- a/databases/py-sqlalchemy-migrate/Makefile +++ b/databases/py-sqlalchemy-migrate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/10/02 21:25:50 asau Exp $ +# $NetBSD: Makefile,v 1.3 2012/10/04 07:05:53 wiz Exp $ DISTNAME= sqlalchemy-migrate-0.7.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,5 @@ DEPENDS+= ${PYPKGPREFIX}-Tempita>=0.4:../../textproc/py-Tempita DEPENDS+= ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator DEPENDS+= ${PYPKGPREFIX}-sqlalchemy>=0.6<0.7:../../databases/py-sqlalchemy -PYTHON_VERSIONS_ACCEPTED= 27 26 - .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/bzr-explorer/Makefile b/devel/bzr-explorer/Makefile index 11865f1ca5a..077dd1b7853 100644 --- a/devel/bzr-explorer/Makefile +++ b/devel/bzr-explorer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/05/15 03:50:34 reed Exp $ +# $NetBSD: Makefile,v 1.11 2012/10/04 07:05:53 wiz Exp $ DISTNAME= bzr-explorer-${VER} PKGREVISION= 2 @@ -22,9 +22,6 @@ DEPENDS+= qbzr>=0.11:../../devel/qbzr DEPENDS+= ${PYPKGPREFIX}-qt4>=4.4:../../x11/py-qt4 PYDISTUTILSPKG= yes -# Only these python versions are supported, see: -# http://doc.bazaar.canonical.com/bzr.dev/en/whats-new/whats-new-in-2.4.html -PYTHON_VERSIONS_ACCEPTED= 27 26 .include "../../devel/bzr/plugin.mk" .include "../../lang/python/extension.mk" diff --git a/devel/bzr-gtk/Makefile b/devel/bzr-gtk/Makefile index 674f2598053..fc4f71ef5e0 100644 --- a/devel/bzr-gtk/Makefile +++ b/devel/bzr-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/04/08 21:28:17 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2012/10/04 07:05:53 wiz Exp $ DISTNAME= bzr-gtk-${VER} PKGREVISION= 1 @@ -18,9 +18,6 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.8:../../x11/py-gtk2 PYDISTUTILSPKG= yes REPLACE_PYTHON= create-credits.py info.py -# Only these python versions are supported, see: -# http://doc.bazaar.canonical.com/bzr.dev/en/whats-new/whats-new-in-2.4.html -PYTHON_VERSIONS_ACCEPTED= 27 26 USE_TOOLS+= msgfmt diff --git a/devel/bzr-svn/Makefile b/devel/bzr-svn/Makefile index 523ea09ac4a..83cf570598f 100644 --- a/devel/bzr-svn/Makefile +++ b/devel/bzr-svn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2012/04/08 21:28:17 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2012/10/04 07:05:54 wiz Exp $ DISTNAME= bzr-svn-${VER} CATEGORIES= devel scm @@ -13,9 +13,6 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir PYTHON_PATCH_SCRIPTS= info.py wiki.py -# Only these python versions are supported, see: -# http://doc.bazaar.canonical.com/bzr.dev/en/whats-new/whats-new-in-2.4.html -PYTHON_VERSIONS_ACCEPTED= 27 26 DEPENDS+= ${PYPKGPREFIX}-subvertpy>=0.8.8:../../devel/py-subvertpy DEPENDS= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 diff --git a/devel/bzr/Makefile b/devel/bzr/Makefile index fd5bac77709..877695e7d61 100644 --- a/devel/bzr/Makefile +++ b/devel/bzr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2012/04/08 21:28:17 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2012/10/04 07:05:54 wiz Exp $ DISTNAME= bzr-${VER} PKGREVISION= 1 @@ -21,9 +21,6 @@ USE_TOOLS+= gmake msgfmt PY_PATCHPLIST= yes PYDISTUTILSPKG= yes -# Only these python versions are supported, see: -# http://doc.bazaar.canonical.com/bzr.dev/en/whats-new/whats-new-in-2.4.html -PYTHON_VERSIONS_ACCEPTED= 27 26 PYTHON_PATCH_SCRIPTS= bzr bzrlib/weave.py PYTHON_PATCH_SCRIPTS+= bzrlib/patiencediff.py bzrlib/_patiencediff_py.py diff --git a/devel/bzrtools/Makefile b/devel/bzrtools/Makefile index 5e5d46b9f2d..ddb4dbc96dc 100644 --- a/devel/bzrtools/Makefile +++ b/devel/bzrtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/04/08 21:28:17 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2012/10/04 07:05:54 wiz Exp $ PKGNAME= bzrtools-${VER} DISTNAME= bzrtools-${VER:R} @@ -12,9 +12,6 @@ COMMENT= Collection of plugins for Bazaar LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir -# Only these python versions are supported, see: -# http://doc.bazaar.canonical.com/bzr.dev/en/whats-new/whats-new-in-2.4.html -PYTHON_VERSIONS_ACCEPTED= 27 26 PYTHON_PATCH_SCRIPTS= check-release.py test.py diff --git a/devel/gnatpython/Makefile b/devel/gnatpython/Makefile index cf1fcff7022..459c513ea1c 100644 --- a/devel/gnatpython/Makefile +++ b/devel/gnatpython/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/03/15 11:53:24 obache Exp $ +# $NetBSD: Makefile,v 1.6 2012/10/04 07:05:54 wiz Exp $ # DISTNAME= gnatpython-${SNAPSHOT} @@ -16,8 +16,6 @@ SNAPSHOT= 20110912 PKG_DESTDIR_SUPPORT= user-destdir -PYTHON_VERSIONS_ACCEPTED= 27 26 # uses "with ... as" - EGG_NAME= gnatpython-1.2 .include "../../lang/python/application.mk" diff --git a/devel/gps/options.mk b/devel/gps/options.mk index b6e41f15c15..6268b188c90 100644 --- a/devel/gps/options.mk +++ b/devel/gps/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2011/10/14 17:22:06 marino Exp $ +# $NetBSD: options.mk,v 1.3 2012/10/04 07:05:54 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gps PKG_SUPPORTED_OPTIONS= syslog python sqlite @@ -57,7 +57,6 @@ CONFIGURE_ARGS+= --with-python=${PREFIX} CONFIGURE_ARGS+= --enable-shared-python=no CONFIGURE_ARGS+= --enable-pygtk PLIST.pysupport= yes -PYTHON_VERSIONS_ACCEPTED= 27 26 .include "../../lang/python/pyversion.mk" .include "../../x11/py-gtk2/buildlink3.mk" .else diff --git a/devel/py-buildbot-slave/Makefile b/devel/py-buildbot-slave/Makefile index 4155e867626..9f03c782e4e 100644 --- a/devel/py-buildbot-slave/Makefile +++ b/devel/py-buildbot-slave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/11/13 23:07:05 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2012/10/04 07:05:55 wiz Exp $ # DISTNAME= buildbot-slave-0.8.5 @@ -14,8 +14,6 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir -PYTHON_VERSIONS_ACCEPTED= 27 26 - DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted .include "../../lang/python/egg.mk" diff --git a/devel/py-buildbot/Makefile b/devel/py-buildbot/Makefile index 3da55e3d1c0..3c359ae52b2 100644 --- a/devel/py-buildbot/Makefile +++ b/devel/py-buildbot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/11/13 23:06:37 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2012/10/04 07:05:55 wiz Exp $ # DISTNAME= buildbot-0.8.5 @@ -14,8 +14,6 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir -PYTHON_VERSIONS_ACCEPTED= 27 26 - DEPENDS+= ${PYPKGPREFIX}-sqlalchemy-[0-9]*:../../databases/py-sqlalchemy DEPENDS+= ${PYPKGPREFIX}-sqlalchemy-migrate-[0-9]*:../../databases/py-sqlalchemy-migrate DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted diff --git a/devel/py-jersey/Makefile b/devel/py-jersey/Makefile index 97a8b158365..a96422a062f 100644 --- a/devel/py-jersey/Makefile +++ b/devel/py-jersey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/04/20 18:49:25 adam Exp $ +# $NetBSD: Makefile,v 1.5 2012/10/04 07:05:55 wiz Exp $ DISTNAME= jersey-0.1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,8 +12,6 @@ LICENSE= modified-bsd PKG_DESTDIR_SUPPORT= user-destdir -PYTHON_VERSIONS_ACCEPTED= 27 26 - #BUILD_DEPENDS+= ${PYPKGPREFIX}-twisted>=10.0.0:../../net/py-twisted DEPENDS+= ${PYPKGPREFIX}-twisted>=10.0.0:../../net/py-twisted diff --git a/devel/py-pyutil/Makefile b/devel/py-pyutil/Makefile index 3ea846ae3fc..202d2b9deb4 100644 --- a/devel/py-pyutil/Makefile +++ b/devel/py-pyutil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/07/20 00:41:11 gdt Exp $ +# $NetBSD: Makefile,v 1.8 2012/10/04 07:05:55 wiz Exp $ # DISTNAME= pyutil-1.9.3 @@ -13,11 +13,9 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir -PYTHON_VERSIONS_ACCEPTED= 27 26 - DEPENDS+= ${PYPKGPREFIX}-setuptools_trial-[0-9]*:../../devel/py-setuptools_trial -DEPENDS+= ${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson -DEPENDS+= ${PYPKGPREFIX}-zbase32-[0-9]*:../../converters/py-zbase32 +DEPENDS+= ${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson +DEPENDS+= ${PYPKGPREFIX}-zbase32-[0-9]*:../../converters/py-zbase32 USE_LANGUAGES= # none diff --git a/devel/qbzr/Makefile b/devel/qbzr/Makefile index 8aeae3ff4ac..9f4e616ee1c 100644 --- a/devel/qbzr/Makefile +++ b/devel/qbzr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/04/22 08:43:01 cheusov Exp $ +# $NetBSD: Makefile,v 1.17 2012/10/04 07:05:54 wiz Exp $ DISTNAME= qbzr-${VER} PKGREVISION= 2 @@ -20,9 +20,6 @@ USE_TOOLS+= msgfmt WRKSRC= ${WRKDIR}/qbzr PYDISTUTILSPKG= yes -# Only these python versions are supported, see: -# http://doc.bazaar.canonical.com/bzr.dev/en/whats-new/whats-new-in-2.4.html -PYTHON_VERSIONS_ACCEPTED= 27 26 .include "../../devel/bzr/plugin.mk" .include "../../lang/python/extension.mk" diff --git a/misc/gaupol/Makefile b/misc/gaupol/Makefile index 4c121c67619..a0fbe502b8d 100644 --- a/misc/gaupol/Makefile +++ b/misc/gaupol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/03/15 11:53:30 obache Exp $ +# $NetBSD: Makefile,v 1.20 2012/10/04 07:08:07 wiz Exp $ # DISTNAME= gaupol-0.19.2 @@ -16,7 +16,6 @@ DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet DEPENDS+= ${PYPKGPREFIX}-enchant>=1.4:../../textproc/py-enchant DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.16:../../x11/py-gtk2 -PYTHON_VERSIONS_ACCEPTED= 27 26 PYDISTUTILSPKG= yes USE_LANGUAGES= # none USE_TOOLS+= intltool msgfmt diff --git a/multimedia/pitivi/Makefile b/multimedia/pitivi/Makefile index 12baa70d966..4222d3b7c90 100644 --- a/multimedia/pitivi/Makefile +++ b/multimedia/pitivi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/10/02 17:11:42 tron Exp $ +# $NetBSD: Makefile,v 1.19 2012/10/04 07:08:08 wiz Exp $ # DISTNAME= pitivi-0.15.0 @@ -18,8 +18,6 @@ PKG_DESTDIR_SUPPORT= user-destdir CONFIGURE_ENV+= ac_cv_path_PYTHON=${PYTHONBIN} PYTHON_PATCH_SCRIPTS= bin/pitivi.in -# no 25, needs setter/getter -PYTHON_VERSIONS_ACCEPTED= 27 26 .include "../../multimedia/gstreamer0.10/buildlink3.mk" .include "../../lang/python/application.mk" diff --git a/net/py-foolscap/Makefile b/net/py-foolscap/Makefile index 24aa8ffe4fb..abd2572dfe9 100644 --- a/net/py-foolscap/Makefile +++ b/net/py-foolscap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/08/21 23:43:46 gdt Exp $ +# $NetBSD: Makefile,v 1.7 2012/10/04 07:08:08 wiz Exp $ # DISTNAME= foolscap-0.6.4 @@ -22,9 +22,6 @@ TEST_TARGET= test USE_LANGUAGES= # none -# Why? -PYTHON_VERSIONS_ACCEPTED= 27 26 - INSTALLATION_DIRS+= share/doc/py-foolscap post-install: diff --git a/www/aws-demos/Makefile b/www/aws-demos/Makefile index 606a624bbdc..c8d460792bd 100644 --- a/www/aws-demos/Makefile +++ b/www/aws-demos/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/07/28 23:43:56 dholland Exp $ +# $NetBSD: Makefile,v 1.5 2012/10/04 07:08:08 wiz Exp $ # DISTNAME= aws-${AWS_VERSION} @@ -26,8 +26,6 @@ CONFIGURE_ARGS+= PYTHON=python${PYVERSSUFFIX} CONFIGURE_ARGS+= XMLADA=true CONFIGURE_ARGS+= prefix=${PREFIX} -PYTHON_VERSION_ACCEPTED= 26 27 - MAKE_ENV+= ADA_PROJECT_PATH=${PREFIX}/lib/gnat DEMO_DIRS+= agent diff --git a/www/aws/Makefile b/www/aws/Makefile index 825a86b6da6..b977f5c206a 100644 --- a/www/aws/Makefile +++ b/www/aws/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/07/08 20:14:28 marino Exp $ +# $NetBSD: Makefile,v 1.7 2012/10/04 07:08:08 wiz Exp $ # DISTNAME= aws-${AWS_VERSION} @@ -23,8 +23,6 @@ USE_LANGUAGES= c ada c++ fortran # gprconfig to crash due to output text not matching expected regexp # Adding c++ and fortran to USE_LANGUAGES avoids this issue. -PYTHON_VERSIONS_ACCEPTED= 26 27 - .include "options.mk" MAKE_ENV+= ADA_PROJECT_PATH=${PREFIX}/lib/gnat |