summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2018-12-27 16:02:22 +0000
committerjoerg <joerg@pkgsrc.org>2018-12-27 16:02:22 +0000
commite8f68fe60e7a35063ee873f3726e4fe6fe0bf623 (patch)
tree2940d999f33d633026ed328f68f6efe977fc015d
parent207591608961aa982a50723e9322941af747369b (diff)
downloadpkgsrc-e8f68fe60e7a35063ee873f3726e4fe6fe0bf623.tar.gz
py-cassandra-driver no longer supports Python 2.x, so simplify and mark it.
-rw-r--r--databases/py-cassandra-driver/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/py-cassandra-driver/Makefile b/databases/py-cassandra-driver/Makefile
index 5efd6700866..238e61b5f33 100644
--- a/databases/py-cassandra-driver/Makefile
+++ b/databases/py-cassandra-driver/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2018/12/15 21:12:20 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2018/12/27 16:02:22 joerg Exp $
DISTNAME= python-driver-3.15.1
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}-cassandra/}
@@ -13,13 +13,12 @@ LICENSE= apache-2.0
EGG_NAME= cassandra_driver-${PKGVERSION_NOREV}
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../lang/python/pyversion.mk"
DEPENDS+= ${PYPKGPREFIX}-cython>=0.28:../../devel/py-cython
DEPENDS+= ${PYPKGPREFIX}-six>=1.9:../../lang/py-six
-.if ${_PYTHON_VERSION} == 27
-DEPENDS+= ${PYPKGPREFIX}-futures-[0-9]*:../../devel/py-futures
-.endif
# Remove if upstream stops being obsessive about Cython version
MAKE_ENV+= CASS_DRIVER_ALLOWED_CYTHON_VERSION=0.*