diff options
author | tron <tron> | 2009-09-23 09:54:45 +0000 |
---|---|---|
committer | tron <tron> | 2009-09-23 09:54:45 +0000 |
commit | 5a69e91ec229b4560f7a6079244fccfdd3fdd5fb (patch) | |
tree | 2ea31493b365caeb290a56bdc64a51a0373fa8b9 | |
parent | 9150e0b67fb005498fb9b861285824b6bd90b757 (diff) | |
download | pkgsrc-5a69e91ec229b4560f7a6079244fccfdd3fdd5fb.tar.gz |
Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessary
after Python 2.3 has been removed from "pkgsrc".
Approved by Thomas Klausner.
-rw-r--r-- | databases/py-mysqldb/Makefile | 3 | ||||
-rw-r--r-- | devel/bzr/Makefile | 3 | ||||
-rw-r--r-- | devel/diffuse/Makefile | 3 | ||||
-rw-r--r-- | devel/py-at-spi/Makefile | 3 | ||||
-rw-r--r-- | devel/py-setuptools/Makefile | 3 | ||||
-rw-r--r-- | filesystems/fuse-wikipediafs/Makefile | 3 | ||||
-rw-r--r-- | fonts/py-fonttools/Makefile | 3 | ||||
-rw-r--r-- | graphics/py-matplotlib-tk/Makefile | 3 | ||||
-rw-r--r-- | graphics/py-matplotlib/Makefile | 3 | ||||
-rw-r--r-- | math/py-scipy/Makefile | 3 | ||||
-rw-r--r-- | misc/deskbar-applet/Makefile | 3 | ||||
-rw-r--r-- | misc/orca/Makefile | 3 | ||||
-rw-r--r-- | multimedia/farsight2/Makefile | 3 | ||||
-rw-r--r-- | net/py-ORBit/Makefile | 3 | ||||
-rw-r--r-- | net/youtube-dl/Makefile | 3 | ||||
-rw-r--r-- | print/py-cups/Makefile | 3 | ||||
-rw-r--r-- | security/lasso/Makefile.common | 3 | ||||
-rw-r--r-- | sysutils/py-dbus/Makefile | 3 | ||||
-rw-r--r-- | sysutils/rdiff-backup/Makefile | 3 | ||||
-rw-r--r-- | textproc/py-vobject/Makefile | 3 | ||||
-rw-r--r-- | x11/alacarte/Makefile | 3 | ||||
-rw-r--r-- | x11/py-qt4/Makefile | 3 | ||||
-rw-r--r-- | x11/py-sip/Makefile | 3 |
23 files changed, 23 insertions, 46 deletions
diff --git a/databases/py-mysqldb/Makefile b/databases/py-mysqldb/Makefile index af5fd906393..f57dfd4377a 100644 --- a/databases/py-mysqldb/Makefile +++ b/databases/py-mysqldb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2009/09/22 13:09:30 tron Exp $ +# $NetBSD: Makefile,v 1.30 2009/09/23 09:54:45 tron Exp $ DISTNAME= MySQL-python-${DIST_VERSION} PKGNAME= ${PYPKGPREFIX}-mysqldb-${DIST_VERSION:S/c/rc/} @@ -20,7 +20,6 @@ PY_PATCHPLIST= yes PYSETUPINSTALLARGS= --single-version-externally-managed --record plist.txt PLIST_SUBST+= DIST_VERSION=${DIST_VERSION} PYVERSSUFFIX=${PYVERSSUFFIX} -PYTHON_VERSIONS_ACCEPTED= 26 25 24 .include "../../mk/mysql.buildlink3.mk" diff --git a/devel/bzr/Makefile b/devel/bzr/Makefile index ff430be7d97..5bd12648487 100644 --- a/devel/bzr/Makefile +++ b/devel/bzr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2009/09/09 05:43:11 epg Exp $ +# $NetBSD: Makefile,v 1.42 2009/09/23 09:54:45 tron Exp $ DISTNAME= bzr-${VER} #PKGREVISION= 1 @@ -21,7 +21,6 @@ USE_TOOLS+= gmake PY_PATCHPLIST= yes PYDISTUTILSPKG= yes -PYTHON_VERSIONS_ACCEPTED= 26 25 24 PYTHON_PATCH_SCRIPTS= bzr bzrlib/weave.py .include "../../mk/bsd.prefs.mk" diff --git a/devel/diffuse/Makefile b/devel/diffuse/Makefile index 672c634b817..5a339e49741 100644 --- a/devel/diffuse/Makefile +++ b/devel/diffuse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2009/08/26 19:57:20 sno Exp $ +# $NetBSD: Makefile,v 1.16 2009/09/23 09:54:45 tron Exp $ # DISTNAME= diffuse-0.4.0 @@ -20,7 +20,6 @@ USE_LANGUAGES= # none CONF_FILES+= ${PREFIX}/share/examples/diffuse/diffuserc \ ${PKG_SYSCONFDIR}/diffuserc -PYTHON_VERSIONS_ACCEPTED= 26 25 24 do-build: # nothing diff --git a/devel/py-at-spi/Makefile b/devel/py-at-spi/Makefile index 93081fb033e..c003f86be15 100644 --- a/devel/py-at-spi/Makefile +++ b/devel/py-at-spi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2009/08/26 19:57:07 sno Exp $ +# $NetBSD: Makefile,v 1.12 2009/09/23 09:54:45 tron Exp $ # DISTNAME= at-spi-1.26.0 @@ -16,7 +16,6 @@ PKG_DESTDIR_SUPPORT= user-destdir NO_BUILD= yes PY_PATCHPLIST= yes -PYTHON_VERSIONS_ACCEPTED= 26 25 24 PYATSPIDIR= ${PREFIX}/${PYSITELIB}/pyatspi INSTALLATION_DIRS= ${PYATSPIDIR} diff --git a/devel/py-setuptools/Makefile b/devel/py-setuptools/Makefile index 253bd641bfa..10b00282a54 100644 --- a/devel/py-setuptools/Makefile +++ b/devel/py-setuptools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2009/09/09 16:49:18 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2009/09/23 09:54:45 tron Exp $ # EGG_VERSION= 0.6c9 @@ -15,7 +15,6 @@ COMMENT= New Python packaging system PKG_DESTDIR_SUPPORT= user-destdir -PYTHON_VERSIONS_ACCEPTED= 26 25 24 PYDISTUTILSPKG= yes PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} PYPKGPREFIX=${PYPKGPREFIX} diff --git a/filesystems/fuse-wikipediafs/Makefile b/filesystems/fuse-wikipediafs/Makefile index 0e5fcf205e7..d73c51c18be 100644 --- a/filesystems/fuse-wikipediafs/Makefile +++ b/filesystems/fuse-wikipediafs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2009/08/21 15:16:49 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2009/09/23 09:54:45 tron Exp $ # DISTNAME= wikipediafs-0.3 @@ -13,7 +13,6 @@ COMMENT= FUSE filesystem for accessing the wikipedia PKG_DESTDIR_SUPPORT= user-destdir -PYTHON_VERSIONS_ACCEPTED= 26 25 24 PYDISTUTILSPKG= yes PY_PATCHLIST= yes diff --git a/fonts/py-fonttools/Makefile b/fonts/py-fonttools/Makefile index 2e476cfe334..e47b4373dd2 100644 --- a/fonts/py-fonttools/Makefile +++ b/fonts/py-fonttools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2009/07/16 15:11:37 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2009/09/23 09:54:45 tron Exp $ # DISTNAME= fonttools-2.2 @@ -12,7 +12,6 @@ COMMENT= Library for manipulating fonts PKG_DESTDIR_SUPPORT= user-destdir -PYTHON_VERSIONS_ACCEPTED= 26 25 24 PYDISTUTILSPKG= yes .include "../../lang/python/extension.mk" diff --git a/graphics/py-matplotlib-tk/Makefile b/graphics/py-matplotlib-tk/Makefile index 24f374df65d..c0d889351e6 100644 --- a/graphics/py-matplotlib-tk/Makefile +++ b/graphics/py-matplotlib-tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/08/05 11:02:12 markd Exp $ +# $NetBSD: Makefile,v 1.4 2009/09/23 09:54:45 tron Exp $ # DISTNAME= matplotlib-0.98.4 @@ -17,7 +17,6 @@ PY_PATCHPLIST= yes PYDISTUTILSPKG= yes USE_LANGUAGES= c c++ -PYTHON_VERSIONS_ACCEPTED= 26 25 24 .include "../../lang/python/extension.mk" .include "../../graphics/py-matplotlib/buildlink3.mk" diff --git a/graphics/py-matplotlib/Makefile b/graphics/py-matplotlib/Makefile index c77a63df98d..36f7de11b3f 100644 --- a/graphics/py-matplotlib/Makefile +++ b/graphics/py-matplotlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2009/08/05 11:02:12 markd Exp $ +# $NetBSD: Makefile,v 1.24 2009/09/23 09:54:45 tron Exp $ # DISTNAME= matplotlib-0.98.4 @@ -19,7 +19,6 @@ USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config PY_PATCHPLIST= yes PYDISTUTILSPKG= yes -PYTHON_VERSIONS_ACCEPTED= 26 25 24 .include "../../lang/python/extension.mk" diff --git a/math/py-scipy/Makefile b/math/py-scipy/Makefile index 5395064f365..7a115cfa145 100644 --- a/math/py-scipy/Makefile +++ b/math/py-scipy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/07/25 12:16:45 markd Exp $ +# $NetBSD: Makefile,v 1.4 2009/09/23 09:54:45 tron Exp $ DISTNAME= scipy-0.7.0 PKGNAME= ${PYPKGPREFIX}-scipy-0.7.0 @@ -13,7 +13,6 @@ PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX} -PYTHON_VERSIONS_ACCEPTED= 26 25 24 USE_LANGUAGES+= c c++ fortran MAKE_ENV+= ATLAS=None diff --git a/misc/deskbar-applet/Makefile b/misc/deskbar-applet/Makefile index c5410a88797..c7dda35184b 100644 --- a/misc/deskbar-applet/Makefile +++ b/misc/deskbar-applet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2009/08/26 19:58:00 sno Exp $ +# $NetBSD: Makefile,v 1.42 2009/09/23 09:54:45 tron Exp $ # DISTNAME= deskbar-applet-2.26.2 @@ -23,7 +23,6 @@ PKGCONFIG_OVERRIDE= data/deskbar-applet.pc GCONF_SCHEMAS= deskbar-applet.schemas -PYTHON_VERSIONS_ACCEPTED= 26 25 24 PYTHON_PATCH_SCRIPTS= deskbar/deskbar-applet.py PY_PATCHPLIST= yes diff --git a/misc/orca/Makefile b/misc/orca/Makefile index 46767e1e85d..49c71227a2c 100644 --- a/misc/orca/Makefile +++ b/misc/orca/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2009/08/26 19:58:03 sno Exp $ +# $NetBSD: Makefile,v 1.22 2009/09/23 09:54:46 tron Exp $ # DISTNAME= orca-2.26.3 @@ -18,7 +18,6 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= intltool pkg-config gmake msgfmt -PYTHON_VERSIONS_ACCEPTED= 26 25 24 CONFIGURE_ENV+= PYTHON=${PYTHONBIN} PY_PATCHPLIST= yes diff --git a/multimedia/farsight2/Makefile b/multimedia/farsight2/Makefile index 617c078eb1e..8f79f494a40 100644 --- a/multimedia/farsight2/Makefile +++ b/multimedia/farsight2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/08/26 19:57:05 sno Exp $ +# $NetBSD: Makefile,v 1.3 2009/09/23 09:54:46 tron Exp $ # DISTNAME= farsight2-0.0.14 @@ -23,7 +23,6 @@ PKGCONFIG_OVERRIDE+= farsight2.pc.in # gstreamer-check-0.10 >= 0.10.23 (GStreamer Check unittest Library) PY_PATCHPLIST= yes -PYTHON_VERSIONS_ACCEPTED= 26 25 24 .include "../../lang/python/pyversion.mk" BUILDLINK_API_DEPENDS.pygobject+= ${PYPKGPREFIX}-gobject>=2.16 diff --git a/net/py-ORBit/Makefile b/net/py-ORBit/Makefile index c7cdf5eee4f..24eee486536 100644 --- a/net/py-ORBit/Makefile +++ b/net/py-ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2009/09/08 16:37:34 drochner Exp $ +# $NetBSD: Makefile,v 1.34 2009/09/23 09:54:46 tron Exp $ # DISTNAME= pyorbit-2.24.0 @@ -20,7 +20,6 @@ PKGCONFIG_OVERRIDE+= pyorbit-2.pc.in GNU_CONFIGURE= YES CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} -PYTHON_VERSIONS_ACCEPTED= 26 25 24 BUILDLINK_API_DEPENDS.python26+= python26>=2.6.2nb4 BUILDLINK_API_DEPENDS.python25+= python25>=2.5.4nb2 BUILDLINK_API_DEPENDS.python24+= python24>=2.4.5nb4 diff --git a/net/youtube-dl/Makefile b/net/youtube-dl/Makefile index 5ae83b4aaa6..746a4cc04bf 100644 --- a/net/youtube-dl/Makefile +++ b/net/youtube-dl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2009/09/06 16:48:44 snj Exp $ +# $NetBSD: Makefile,v 1.16 2009/09/23 09:54:46 tron Exp $ DISTNAME= youtube-dl PKGNAME= youtube-dl-20090808 # master site needs to be updated in tandem @@ -15,7 +15,6 @@ LICENSE= public-domain PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # none -PYTHON_VERSIONS_ACCEPTED= 26 25 24 NO_BUILD= yes WRKSRC= ${WRKDIR} diff --git a/print/py-cups/Makefile b/print/py-cups/Makefile index e7dbc80e911..de392f5769b 100644 --- a/print/py-cups/Makefile +++ b/print/py-cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2009/08/26 19:56:52 sno Exp $ +# $NetBSD: Makefile,v 1.6 2009/09/23 09:54:46 tron Exp $ DISTNAME= pycups-${VERSION} PKGNAME= ${PYPKGPREFIX}-cups-${VERSION} @@ -15,7 +15,6 @@ COMMENT= Python bindings for the CUPS API PKG_DESTDIR_SUPPORT= user-destdir CFLAGS+= -DVERSION=\"${VERSION}\" -PYTHON_VERSIONS_ACCEPTED= 26 25 24 PYDISTUTILSPKG= yes diff --git a/security/lasso/Makefile.common b/security/lasso/Makefile.common index 840fc5bbca0..41ad07d105e 100644 --- a/security/lasso/Makefile.common +++ b/security/lasso/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2009/04/09 03:23:55 manu Exp $ +# $NetBSD: Makefile.common,v 1.3 2009/09/23 09:54:46 tron Exp $ # # used by security/lasso/Makefile # used by security/py-lasso/Makefile @@ -22,7 +22,6 @@ USE_TOOLS+= pkg-config perl PKGCONFIG_OVERRIDE+= lasso.pc.in -PYTHON_VERSIONS_ACCEPTED= 26 25 24 .include "../../lang/python/application.mk" .include "../../security/xmlsec1/buildlink3.mk" diff --git a/sysutils/py-dbus/Makefile b/sysutils/py-dbus/Makefile index 631899c250d..e3010c85cd1 100644 --- a/sysutils/py-dbus/Makefile +++ b/sysutils/py-dbus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2009/05/10 10:30:18 zafer Exp $ +# $NetBSD: Makefile,v 1.15 2009/09/23 09:54:46 tron Exp $ # DISTNAME= dbus-python-0.83.0 @@ -18,7 +18,6 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= pkg-config gmake GNU_CONFIGURE= yes -PYTHON_VERSIONS_ACCEPTED= 26 25 24 PY_PATCHPLIST= YES .include "../../devel/glib2/buildlink3.mk" diff --git a/sysutils/rdiff-backup/Makefile b/sysutils/rdiff-backup/Makefile index 6b8f6d5c178..ecbba3aa84f 100644 --- a/sysutils/rdiff-backup/Makefile +++ b/sysutils/rdiff-backup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2009/08/24 06:15:23 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2009/09/23 09:54:46 tron Exp $ DISTNAME= rdiff-backup-1.2.8 PKGREVISION= 2 @@ -13,7 +13,6 @@ PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes -PYTHON_VERSIONS_ACCEPTED= 26 25 24 SUBST_CLASSES+= path SUBST_STAGE.path= post-patch diff --git a/textproc/py-vobject/Makefile b/textproc/py-vobject/Makefile index cc3b89bbdfa..1a6e33135a1 100644 --- a/textproc/py-vobject/Makefile +++ b/textproc/py-vobject/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2009/08/27 17:16:20 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2009/09/23 09:54:46 tron Exp $ # DISTNAME= vobject-0.8.1c @@ -15,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= ${PYPKGPREFIX}-dateutil>=1.1:../../time/py-dateutil -PYTHON_VERSIONS_ACCEPTED= 26 25 24 PYDISTUTILSPKG= yes PY_PATCHPLIST= yes diff --git a/x11/alacarte/Makefile b/x11/alacarte/Makefile index 6840b58d1dc..76b6a2c69ba 100644 --- a/x11/alacarte/Makefile +++ b/x11/alacarte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2009/08/26 19:58:28 sno Exp $ +# $NetBSD: Makefile,v 1.21 2009/09/23 09:54:46 tron Exp $ # DISTNAME= alacarte-0.12.1 @@ -17,7 +17,6 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_TOOLS+= intltool perl pkg-config gmake msgfmt -PYTHON_VERSIONS_ACCEPTED= 26 25 24 PY_PATCHPLIST= yes SUBST_CLASSES+= paths diff --git a/x11/py-qt4/Makefile b/x11/py-qt4/Makefile index 52298c317ed..f9427c864c2 100644 --- a/x11/py-qt4/Makefile +++ b/x11/py-qt4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2009/08/26 19:58:39 sno Exp $ +# $NetBSD: Makefile,v 1.14 2009/09/23 09:54:46 tron Exp $ # PKGNAME= ${PYPKGPREFIX}-qt4-${PYQT_VERSION} @@ -25,7 +25,6 @@ CONFIGURE_ARGS+= --confirm-license INSTALL_ENV+= INSTALL_ROOT=${DESTDIR:Q} -PYTHON_VERSIONS_ACCEPTED= 26 25 24 PY_PATCHPLIST= yes PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} diff --git a/x11/py-sip/Makefile b/x11/py-sip/Makefile index 81547f7a9ba..b1999f99d7d 100644 --- a/x11/py-sip/Makefile +++ b/x11/py-sip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2009/09/07 19:02:14 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2009/09/23 09:54:47 tron Exp $ # DISTNAME= sip-4.8.2 @@ -14,7 +14,6 @@ PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS+= ${PYPKGPREFIX}-qt2-sip-* ${PYPKGPREFIX}-qt3-sip-* -PYTHON_VERSIONS_ACCEPTED= 26 25 24 USE_LIBTOOL= yes USE_TOOLS+= gmake |