pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/py-zipline: Incompatible with python27



Module Name:	pkgsrc-wip
Committed By:	Min Kim <minskim%NetBSD.org@localhost>
Pushed By:	minskim
Date:		Fri Jan 24 11:12:13 2020 -0800
Changeset:	00b0054c5a4dc3d855823dba2f0bcd542d890559

Modified Files:
	py-zipline/Makefile

Log Message:
wip/py-zipline: Incompatible with python27

py-scipy no longer supports python27.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=00b0054c5a4dc3d855823dba2f0bcd542d890559

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-zipline/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/py-zipline/Makefile b/py-zipline/Makefile
index 78bf59fd5a..d1b02c24e7 100644
--- a/py-zipline/Makefile
+++ b/py-zipline/Makefile
@@ -13,8 +13,6 @@ LICENSE=	apache-2.0
 DEPENDS+=	${PYPKGPREFIX}-alembic>=0.7.7:../../databases/py-alembic
 DEPENDS+=	${PYPKGPREFIX}-bcolz>=0.12.1:../../devel/py-bcolz
 DEPENDS+=	${PYPKGPREFIX}-click>=4.0.0:../../devel/py-click
-DEPENDS+=	${PYPKGPREFIX}-contextlib2>=0.4.0:../../devel/py-contextlib2
-DEPENDS+=	${PYPKGPREFIX}-cyordereddict>=0.2.2:../../devel/py-cyordereddict
 DEPENDS+=	${PYPKGPREFIX}-dateutil>=2.4.2:../../time/py-dateutil
 DEPENDS+=	${PYPKGPREFIX}-decorator>=4.0.0:../../devel/py-decorator
 DEPENDS+=	${PYPKGPREFIX}-empyrical>=0.2.2:../../finance/py-empyrical
@@ -39,6 +37,8 @@ DEPENDS+=	${PYPKGPREFIX}-statsmodels>=0.6.1:../../math/py-statsmodels
 DEPENDS+=	${PYPKGPREFIX}-tables>=3.3.0:../../math/py-tables
 DEPENDS+=	${PYPKGPREFIX}-toolz>=0.8.2:../../devel/py-toolz
 
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
 BUILDLINK_API_DEPENDS.py-cython+=	${PYPKGPREFIX}-cython>=0.22.1
 .include "../../devel/py-cython/buildlink3.mk"
 .include "../../lang/python/egg.mk"


Home | Main Index | Thread Index | Old Index