summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorrodent <rodent>2015-04-13 23:12:40 +0000
committerrodent <rodent>2015-04-13 23:12:40 +0000
commit58315a81fc520a127a5644e31f88b1f6764964c4 (patch)
tree0a02a5deb14850f2bb33cc45a035c29ba28ecaf5 /databases
parent702c3bab8a743d3270f8185eb14e063be7a0c1bb (diff)
downloadpkgsrc-58315a81fc520a127a5644e31f88b1f6764964c4.tar.gz
Removing python26. EOL'd quite some ago and discussed a couple times on
tech-pkg@ and pkgsrc-users@.
Diffstat (limited to 'databases')
-rw-r--r--databases/py-barman/Makefile4
-rw-r--r--databases/py-orderedmultidict/Makefile4
-rw-r--r--databases/py-pymysql/Makefile4
-rw-r--r--databases/py-sqlalchemy-utils/options.mk3
4 files changed, 4 insertions, 11 deletions
diff --git a/databases/py-barman/Makefile b/databases/py-barman/Makefile
index e47087fd3c8..0120b66d38e 100644
--- a/databases/py-barman/Makefile
+++ b/databases/py-barman/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/04/07 09:42:55 fhajny Exp $
+# $NetBSD: Makefile,v 1.4 2015/04/13 23:12:40 rodent Exp $
DISTNAME= barman-1.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -17,8 +17,6 @@ DEPENDS+= rsync-[0-9]*:../../net/rsync
PYTHON_VERSIONED_DEPENDENCIES= dateutil
-PYTHON_VERSIONS_INCOMPATIBLE= 26
-
USE_LANGUAGES= # none
CONF_FILES+= share/examples/barman/barman.conf \
diff --git a/databases/py-orderedmultidict/Makefile b/databases/py-orderedmultidict/Makefile
index 03e1244c5a6..5e80e62c955 100644
--- a/databases/py-orderedmultidict/Makefile
+++ b/databases/py-orderedmultidict/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2015/04/02 22:57:19 rodent Exp $
+# $NetBSD: Makefile,v 1.7 2015/04/13 23:12:40 rodent Exp $
DISTNAME= orderedmultidict-0.7.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,8 +14,6 @@ DEPENDS+= ${PYPKGPREFIX}-six>=1.8.0:../../lang/py-six
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 26
-
post-install:
chmod -x ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_INFODIR}/*
diff --git a/databases/py-pymysql/Makefile b/databases/py-pymysql/Makefile
index 514d4d51e02..1771067a3b2 100644
--- a/databases/py-pymysql/Makefile
+++ b/databases/py-pymysql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/04/01 02:16:26 rodent Exp $
+# $NetBSD: Makefile,v 1.4 2015/04/13 23:12:40 rodent Exp $
DISTNAME= PyMySQL-0.6.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -10,8 +10,6 @@ HOMEPAGE= https://github.com/PyMySQL/PyMySQL/
COMMENT= Pure-Python MySQL driver
LICENSE= mit
-PYTHON_VERSIONS_INCOMPATIBLE= 26
-
USE_LANGUAGES= # none
REPLACE_PYTHON+= pymysql/tests/thirdparty/test_MySQLdb/capabilities.py
diff --git a/databases/py-sqlalchemy-utils/options.mk b/databases/py-sqlalchemy-utils/options.mk
index 02ad999d527..d6e13b7d7e1 100644
--- a/databases/py-sqlalchemy-utils/options.mk
+++ b/databases/py-sqlalchemy-utils/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2015/04/03 16:35:53 rodent Exp $
+# $NetBSD: options.mk,v 1.3 2015/04/13 23:12:40 rodent Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.py-sqlalchemy-utils
PKG_SUPPORTED_OPTIONS= arrow babel color furl intervals ipaddress json password
@@ -23,7 +23,6 @@ DEPENDS+= ${PYPKGPREFIX}-colour>=0.0.4:../../textproc/py-colour
.if !empty(PKG_OPTIONS:Mfurl)
DEPENDS+= ${PYPKGPREFIX}-furl>=0.3.5:../../www/py-furl
-PYTHON_VERSIONS_INCOMPATIBLE= 26 # via py-orderedmultidict
.endif
.if !empty(PKG_OPTIONS:Mintervals)