pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/py-cassandra-driver
Module Name: pkgsrc
Committed By: joerg
Date: Thu Dec 27 16:02:22 UTC 2018
Modified Files:
pkgsrc/databases/py-cassandra-driver: Makefile
Log Message:
py-cassandra-driver no longer supports Python 2.x, so simplify and mark it.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/databases/py-cassandra-driver/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/py-cassandra-driver/Makefile
diff -u pkgsrc/databases/py-cassandra-driver/Makefile:1.27 pkgsrc/databases/py-cassandra-driver/Makefile:1.28
--- pkgsrc/databases/py-cassandra-driver/Makefile:1.27 Sat Dec 15 21:12:20 2018
+++ pkgsrc/databases/py-cassandra-driver/Makefile Thu Dec 27 16:02:22 2018
@@ -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.*
Home |
Main Index |
Thread Index |
Old Index