diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-barman/Makefile | 4 | ||||
-rw-r--r-- | databases/py-orderedmultidict/Makefile | 4 | ||||
-rw-r--r-- | databases/py-pymysql/Makefile | 4 | ||||
-rw-r--r-- | databases/py-sqlalchemy-utils/options.mk | 3 |
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) |