pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is u...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7213276df2e0
branches: trunk
changeset: 565486:7213276df2e0
user: tron <tron%pkgsrc.org@localhost>
date: Wed Sep 23 09:54:45 2009 +0000
description:
Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessary
after Python 2.3 has been removed from "pkgsrc".
Approved by Thomas Klausner.
diffstat:
databases/py-mysqldb/Makefile | 3 +--
devel/bzr/Makefile | 3 +--
devel/diffuse/Makefile | 3 +--
devel/py-at-spi/Makefile | 3 +--
devel/py-setuptools/Makefile | 3 +--
filesystems/fuse-wikipediafs/Makefile | 3 +--
fonts/py-fonttools/Makefile | 3 +--
graphics/py-matplotlib-tk/Makefile | 3 +--
graphics/py-matplotlib/Makefile | 3 +--
math/py-scipy/Makefile | 3 +--
misc/deskbar-applet/Makefile | 3 +--
misc/orca/Makefile | 3 +--
multimedia/farsight2/Makefile | 3 +--
net/py-ORBit/Makefile | 3 +--
net/youtube-dl/Makefile | 3 +--
print/py-cups/Makefile | 3 +--
security/lasso/Makefile.common | 3 +--
sysutils/py-dbus/Makefile | 3 +--
sysutils/rdiff-backup/Makefile | 3 +--
textproc/py-vobject/Makefile | 3 +--
x11/alacarte/Makefile | 3 +--
x11/py-qt4/Makefile | 3 +--
x11/py-sip/Makefile | 3 +--
23 files changed, 23 insertions(+), 46 deletions(-)
diffs (truncated from 391 to 300 lines):
diff -r 8d94b7be4122 -r 7213276df2e0 databases/py-mysqldb/Makefile
--- a/databases/py-mysqldb/Makefile Wed Sep 23 09:35:47 2009 +0000
+++ b/databases/py-mysqldb/Makefile Wed Sep 23 09:54:45 2009 +0000
@@ -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 @@
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 -r 8d94b7be4122 -r 7213276df2e0 devel/bzr/Makefile
--- a/devel/bzr/Makefile Wed Sep 23 09:35:47 2009 +0000
+++ b/devel/bzr/Makefile Wed Sep 23 09:54:45 2009 +0000
@@ -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 @@
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_ACCEPTED= 26 25 24
PYTHON_PATCH_SCRIPTS= bzr bzrlib/weave.py
.include "../../mk/bsd.prefs.mk"
diff -r 8d94b7be4122 -r 7213276df2e0 devel/diffuse/Makefile
--- a/devel/diffuse/Makefile Wed Sep 23 09:35:47 2009 +0000
+++ b/devel/diffuse/Makefile Wed Sep 23 09:54:45 2009 +0000
@@ -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 @@
CONF_FILES+= ${PREFIX}/share/examples/diffuse/diffuserc \
${PKG_SYSCONFDIR}/diffuserc
-PYTHON_VERSIONS_ACCEPTED= 26 25 24
do-build:
# nothing
diff -r 8d94b7be4122 -r 7213276df2e0 devel/py-at-spi/Makefile
--- a/devel/py-at-spi/Makefile Wed Sep 23 09:35:47 2009 +0000
+++ b/devel/py-at-spi/Makefile Wed Sep 23 09:54:45 2009 +0000
@@ -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 @@
NO_BUILD= yes
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_ACCEPTED= 26 25 24
PYATSPIDIR= ${PREFIX}/${PYSITELIB}/pyatspi
INSTALLATION_DIRS= ${PYATSPIDIR}
diff -r 8d94b7be4122 -r 7213276df2e0 devel/py-setuptools/Makefile
--- a/devel/py-setuptools/Makefile Wed Sep 23 09:35:47 2009 +0000
+++ b/devel/py-setuptools/Makefile Wed Sep 23 09:54:45 2009 +0000
@@ -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 @@
PKG_DESTDIR_SUPPORT= user-destdir
-PYTHON_VERSIONS_ACCEPTED= 26 25 24
PYDISTUTILSPKG= yes
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} PYPKGPREFIX=${PYPKGPREFIX}
diff -r 8d94b7be4122 -r 7213276df2e0 filesystems/fuse-wikipediafs/Makefile
--- a/filesystems/fuse-wikipediafs/Makefile Wed Sep 23 09:35:47 2009 +0000
+++ b/filesystems/fuse-wikipediafs/Makefile Wed Sep 23 09:54:45 2009 +0000
@@ -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 @@
PKG_DESTDIR_SUPPORT= user-destdir
-PYTHON_VERSIONS_ACCEPTED= 26 25 24
PYDISTUTILSPKG= yes
PY_PATCHLIST= yes
diff -r 8d94b7be4122 -r 7213276df2e0 fonts/py-fonttools/Makefile
--- a/fonts/py-fonttools/Makefile Wed Sep 23 09:35:47 2009 +0000
+++ b/fonts/py-fonttools/Makefile Wed Sep 23 09:54:45 2009 +0000
@@ -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 @@
PKG_DESTDIR_SUPPORT= user-destdir
-PYTHON_VERSIONS_ACCEPTED= 26 25 24
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
diff -r 8d94b7be4122 -r 7213276df2e0 graphics/py-matplotlib-tk/Makefile
--- a/graphics/py-matplotlib-tk/Makefile Wed Sep 23 09:35:47 2009 +0000
+++ b/graphics/py-matplotlib-tk/Makefile Wed Sep 23 09:54:45 2009 +0000
@@ -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 @@
PYDISTUTILSPKG= yes
USE_LANGUAGES= c c++
-PYTHON_VERSIONS_ACCEPTED= 26 25 24
.include "../../lang/python/extension.mk"
.include "../../graphics/py-matplotlib/buildlink3.mk"
diff -r 8d94b7be4122 -r 7213276df2e0 graphics/py-matplotlib/Makefile
--- a/graphics/py-matplotlib/Makefile Wed Sep 23 09:35:47 2009 +0000
+++ b/graphics/py-matplotlib/Makefile Wed Sep 23 09:54:45 2009 +0000
@@ -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_TOOLS+= pkg-config
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_ACCEPTED= 26 25 24
.include "../../lang/python/extension.mk"
diff -r 8d94b7be4122 -r 7213276df2e0 math/py-scipy/Makefile
--- a/math/py-scipy/Makefile Wed Sep 23 09:35:47 2009 +0000
+++ b/math/py-scipy/Makefile Wed Sep 23 09:54:45 2009 +0000
@@ -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 @@
PYDISTUTILSPKG= yes
PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX}
-PYTHON_VERSIONS_ACCEPTED= 26 25 24
USE_LANGUAGES+= c c++ fortran
MAKE_ENV+= ATLAS=None
diff -r 8d94b7be4122 -r 7213276df2e0 misc/deskbar-applet/Makefile
--- a/misc/deskbar-applet/Makefile Wed Sep 23 09:35:47 2009 +0000
+++ b/misc/deskbar-applet/Makefile Wed Sep 23 09:54:45 2009 +0000
@@ -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 @@
GCONF_SCHEMAS= deskbar-applet.schemas
-PYTHON_VERSIONS_ACCEPTED= 26 25 24
PYTHON_PATCH_SCRIPTS= deskbar/deskbar-applet.py
PY_PATCHPLIST= yes
diff -r 8d94b7be4122 -r 7213276df2e0 misc/orca/Makefile
--- a/misc/orca/Makefile Wed Sep 23 09:35:47 2009 +0000
+++ b/misc/orca/Makefile Wed Sep 23 09:54:45 2009 +0000
@@ -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 @@
USE_LIBTOOL= yes
USE_TOOLS+= intltool pkg-config gmake msgfmt
-PYTHON_VERSIONS_ACCEPTED= 26 25 24
CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
PY_PATCHPLIST= yes
diff -r 8d94b7be4122 -r 7213276df2e0 multimedia/farsight2/Makefile
--- a/multimedia/farsight2/Makefile Wed Sep 23 09:35:47 2009 +0000
+++ b/multimedia/farsight2/Makefile Wed Sep 23 09:54:45 2009 +0000
@@ -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 @@
# 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 -r 8d94b7be4122 -r 7213276df2e0 net/py-ORBit/Makefile
--- a/net/py-ORBit/Makefile Wed Sep 23 09:35:47 2009 +0000
+++ b/net/py-ORBit/Makefile Wed Sep 23 09:54:45 2009 +0000
@@ -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 @@
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 -r 8d94b7be4122 -r 7213276df2e0 net/youtube-dl/Makefile
--- a/net/youtube-dl/Makefile Wed Sep 23 09:35:47 2009 +0000
+++ b/net/youtube-dl/Makefile Wed Sep 23 09:54:45 2009 +0000
@@ -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 @@
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # none
-PYTHON_VERSIONS_ACCEPTED= 26 25 24
NO_BUILD= yes
WRKSRC= ${WRKDIR}
diff -r 8d94b7be4122 -r 7213276df2e0 print/py-cups/Makefile
--- a/print/py-cups/Makefile Wed Sep 23 09:35:47 2009 +0000
+++ b/print/py-cups/Makefile Wed Sep 23 09:54:45 2009 +0000
@@ -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 @@
PKG_DESTDIR_SUPPORT= user-destdir
CFLAGS+= -DVERSION=\"${VERSION}\"
-PYTHON_VERSIONS_ACCEPTED= 26 25 24
PYDISTUTILSPKG= yes
diff -r 8d94b7be4122 -r 7213276df2e0 security/lasso/Makefile.common
--- a/security/lasso/Makefile.common Wed Sep 23 09:35:47 2009 +0000
+++ b/security/lasso/Makefile.common Wed Sep 23 09:54:45 2009 +0000
@@ -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 @@
PKGCONFIG_OVERRIDE+= lasso.pc.in
-PYTHON_VERSIONS_ACCEPTED= 26 25 24
.include "../../lang/python/application.mk"
.include "../../security/xmlsec1/buildlink3.mk"
diff -r 8d94b7be4122 -r 7213276df2e0 sysutils/py-dbus/Makefile
--- a/sysutils/py-dbus/Makefile Wed Sep 23 09:35:47 2009 +0000
+++ b/sysutils/py-dbus/Makefile Wed Sep 23 09:54:45 2009 +0000
@@ -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 @@
USE_TOOLS+= pkg-config gmake
Home |
Main Index |
Thread Index |
Old Index