From e8f68fe60e7a35063ee873f3726e4fe6fe0bf623 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 27 Dec 2018 16:02:22 +0000 Subject: py-cassandra-driver no longer supports Python 2.x, so simplify and mark it. --- databases/py-cassandra-driver/Makefile | 7 +++---- 1 file 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.* -- cgit v1.2.3