pkgsrc-WIP-changes archive

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

py-keras: Incompatible with python27



Module Name:	pkgsrc-wip
Committed By:	Min Kim <minskim%NetBSD.org@localhost>
Pushed By:	minskim
Date:		Mon Aug 5 18:40:00 2019 -0700
Changeset:	6298563ec52f47171fa6c2ef07b9e0b76eaf2db7

Modified Files:
	py-keras/Makefile

Log Message:
py-keras: 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=6298563ec52f47171fa6c2ef07b9e0b76eaf2db7

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

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

diffs:
diff --git a/py-keras/Makefile b/py-keras/Makefile
index d09ce0cfd9..4498e745a0 100644
--- a/py-keras/Makefile
+++ b/py-keras/Makefile
@@ -18,6 +18,8 @@ DEPENDS+=	${PYPKGPREFIX}-h5py>=2.7.1:../../devel/py-h5py
 DEPENDS+=	${PYPKGPREFIX}-Keras_Applications>=1.0.6:../../wip/py-Keras_Applications
 DEPENDS+=	${PYPKGPREFIX}-Keras_Preprocessing>=1.0.5:../../wip/py-Keras_Preprocessing
 
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
 USE_LANGUAGES=	# none
 
 .include "../../lang/python/egg.mk"


Home | Main Index | Thread Index | Old Index