summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-02-25 09:47:18 +0000
committerwiz <wiz@pkgsrc.org>2011-02-25 09:47:18 +0000
commitdf148167909a2ea09151d92ca19966fc53f0d999 (patch)
treeb9ce2c6269b72ed740ad13fce0a5e6992338901f /databases
parentdb475c9fcdb210502424c9d103785c680346ae13 (diff)
downloadpkgsrc-df148167909a2ea09151d92ca19966fc53f0d999.tar.gz
Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
Diffstat (limited to 'databases')
-rw-r--r--databases/gramps3/Makefile4
-rw-r--r--databases/py-cassa/Makefile4
-rw-r--r--databases/py-elixir/Makefile4
-rw-r--r--databases/py-sqlite3/Makefile4
4 files changed, 8 insertions, 8 deletions
diff --git a/databases/gramps3/Makefile b/databases/gramps3/Makefile
index 6f260830c41..58dcaaac1d5 100644
--- a/databases/gramps3/Makefile
+++ b/databases/gramps3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2011/01/13 13:37:18 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2011/02/25 09:47:19 wiz Exp $
#
DISTNAME= gramps-3.2.5
@@ -19,7 +19,7 @@ USE_TOOLS+= msgfmt pkg-config intltool msgconv
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
-PYTHON_VERSIONS_ACCEPTED= 26 25
+PYTHON_VERSIONS_ACCEPTED= 27 26 25
REPLACE_PYTHON= src/DateHandler/_Date_fr.py
REPLACE_PYTHON+= src/plugins/quickview/Reporef.py
diff --git a/databases/py-cassa/Makefile b/databases/py-cassa/Makefile
index 1ee00789185..8fdb37d19f8 100644
--- a/databases/py-cassa/Makefile
+++ b/databases/py-cassa/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/06/30 10:25:14 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2011/02/25 09:47:19 wiz Exp $
DISTNAME= pycassa-0.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
@@ -12,7 +12,7 @@ COMMENT= Python client library for Cassandra
PKG_DESTDIR_SUPPORT= user-destdir
-PYTHON_VERSIONS_ACCEPTED= 26 25
+PYTHON_VERSIONS_ACCEPTED= 27 26 25
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
diff --git a/databases/py-elixir/Makefile b/databases/py-elixir/Makefile
index 55f7eb6602c..7560df1e9c7 100644
--- a/databases/py-elixir/Makefile
+++ b/databases/py-elixir/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/11/18 14:57:42 he Exp $
+# $NetBSD: Makefile,v 1.2 2011/02/25 09:47:19 wiz Exp $
#
DISTNAME= Elixir-0.7.0
@@ -20,7 +20,7 @@ DEPENDS+= ${PYPKGPREFIX}-sqlite2-[0-9]*:../../databases/py-sqlite2/
DEPENDS+= ${PYPKGPREFIX}-amkCrypto-[0-9]*:../../security/py-amkCrypto
# Python stuff
-PYTHON_VERSIONS_ACCEPTED= 26 25
+PYTHON_VERSIONS_ACCEPTED= 27 26 25
PYDISTUTILSPKG= yes
diff --git a/databases/py-sqlite3/Makefile b/databases/py-sqlite3/Makefile
index 8b99b5490a9..dde6f15fdf5 100644
--- a/databases/py-sqlite3/Makefile
+++ b/databases/py-sqlite3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/07/07 11:03:37 zafer Exp $
+# $NetBSD: Makefile,v 1.4 2011/02/25 09:47:19 wiz Exp $
PKGNAME= ${PYPKGPREFIX}-sqlite3-0
CATEGORIES= databases python
@@ -14,7 +14,7 @@ USE_TOOLS+= patch
EXTRACT_ELEMENTS= ${PYSUBDIR}/Modules/_sqlite
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_ACCEPTED=26 25
+PYTHON_VERSIONS_ACCEPTED=27 26 25
PY_SETUP_SUBST+= SQLITE_PREFIX=${BUILDLINK_PREFIX.sqlite3}
# ignore errors due to missing files (EXTRACT_ELEMENTS!)