pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-Keras-Applications
Module Name: pkgsrc
Committed By: adam
Date: Mon Jun 7 11:59:21 UTC 2021
Modified Files:
pkgsrc/math/py-Keras-Applications: Makefile
Log Message:
py-Keras-Applications: mark as incompatible with Python < 3.7
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/py-Keras-Applications/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/py-Keras-Applications/Makefile
diff -u pkgsrc/math/py-Keras-Applications/Makefile:1.1 pkgsrc/math/py-Keras-Applications/Makefile:1.2
--- pkgsrc/math/py-Keras-Applications/Makefile:1.1 Wed Jan 1 16:38:15 2020
+++ pkgsrc/math/py-Keras-Applications/Makefile Mon Jun 7 11:59:20 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2020/01/01 16:38:15 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2021/06/07 11:59:20 adam Exp $
DISTNAME= Keras_Applications-1.0.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
-CATEGORIES= math
+CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=K/Keras_Applications/}
MAINTAINER= minskim%NetBSD.org@localhost
@@ -15,5 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-numpy>=1.9.1:..
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27 36 # py-h5py
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index