pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-Keras-Applications py-Keras-Applications: mark...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df0d31f05fa4
branches:  trunk
changeset: 454251:df0d31f05fa4
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jun 07 11:59:20 2021 +0000

description:
py-Keras-Applications: mark as incompatible with Python < 3.7

diffstat:

 math/py-Keras-Applications/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 34ea40b747b3 -r df0d31f05fa4 math/py-Keras-Applications/Makefile
--- a/math/py-Keras-Applications/Makefile       Mon Jun 07 11:57:50 2021 +0000
+++ b/math/py-Keras-Applications/Makefile       Mon Jun 07 11:59:20 2021 +0000
@@ -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 @@
 
 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