pkgsrc-WIP-changes archive

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

py-sklearn-pandas: Incompatible with python27



Module Name:	pkgsrc-wip
Committed By:	Min Kim <minskim%NetBSD.org@localhost>
Pushed By:	minskim
Date:		Mon Aug 5 18:39:19 2019 -0700
Changeset:	70d275261ff76ff56239707f0f6813489c24f2fd

Modified Files:
	py-sklearn-pandas/Makefile

Log Message:
py-sklearn-pandas: Incompatible with python27

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

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

diffstat:
 py-sklearn-pandas/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/py-sklearn-pandas/Makefile b/py-sklearn-pandas/Makefile
index 7dc1ba99fa..202f93a1c6 100644
--- a/py-sklearn-pandas/Makefile
+++ b/py-sklearn-pandas/Makefile
@@ -13,6 +13,8 @@ DEPENDS+=	${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
 DEPENDS+=	${PYPKGPREFIX}-pandas-[0-9]*:../../math/py-pandas
 DEPENDS+=	${PYPKGPREFIX}-scikit-learn>=0.17:../../math/py-scikit-learn
 
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
 USE_LANGUAGES=	# none
 
 .include "../../lang/python/egg.mk"


Home | Main Index | Thread Index | Old Index