aboutsummaryrefslogtreecommitdiff
path: root/math/py-keras
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-04-02 08:03:29 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-04-02 08:03:29 +0000
commit11e479104d5887cbb50b7fb23cfbf52716de8c5d (patch)
treed795ad6c12aba13904fb935ca1014f6c58cc0abe /math/py-keras
parentc30538dca97fc873e637040752a2b1463b35a4bd (diff)
downloadports-11e479104d5887cbb50b7fb23cfbf52716de8c5d.tar.gz
ports-11e479104d5887cbb50b7fb23cfbf52716de8c5d.zip
math/py-keras: Update 2.1.4 -> 2.1.5
Port changes: * Change to DISTVERSION * Minor comment change * Add PYNUMPY to RUN_DEPENDS * Sort RUN_DEPENDS * Remove USE_PYTHON=concurrent (not needed) * Group USExx * Replace WWW with the https version PR: 226451 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
Notes
Notes: svn path=/head/; revision=466207
Diffstat (limited to 'math/py-keras')
-rw-r--r--math/py-keras/Makefile18
-rw-r--r--math/py-keras/distinfo6
-rw-r--r--math/py-keras/pkg-descr2
3 files changed, 13 insertions, 13 deletions
diff --git a/math/py-keras/Makefile b/math/py-keras/Makefile
index 35588b30ed32..11d46bb07a3f 100644
--- a/math/py-keras/Makefile
+++ b/math/py-keras/Makefile
@@ -1,26 +1,26 @@
# $FreeBSD$
PORTNAME= keras
-PORTVERSION= 2.1.4
-PORTREVISION= 1
+DISTVERSION= 2.1.5
CATEGORIES= math
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= neel@neelc.org
-COMMENT= Deep Learning library for Python
+COMMENT= Deep learning library for Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}theano>=0.8.0:math/py-theano@${FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${FLAVOR}
+RUN_DEPENDS= ${PYNUMPY} \
+ ${PYTHON_PKGNAMEPREFIX}scipy>=0.14:science/py-scipy@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}theano>=0.8.0:math/py-theano@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
-NO_ARCH= yes
-
USE_GITHUB= yes
GH_ACCOUNT= fchollet
+USE_PYTHON= autoplist distutils
+NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/math/py-keras/distinfo b/math/py-keras/distinfo
index 11ca193af7e8..ce5edf25647b 100644
--- a/math/py-keras/distinfo
+++ b/math/py-keras/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1518659422
-SHA256 (fchollet-keras-2.1.4_GH0.tar.gz) = fec0bfcee160fbf79baec2afa2691e751106a171280358f4705b8e79bee4c666
-SIZE (fchollet-keras-2.1.4_GH0.tar.gz) = 480487
+TIMESTAMP = 1522653674
+SHA256 (fchollet-keras-2.1.5_GH0.tar.gz) = 9195027cc2deb063bee4964bb27be1f5e2411e44defc69348ed9ede418641557
+SIZE (fchollet-keras-2.1.5_GH0.tar.gz) = 495201
diff --git a/math/py-keras/pkg-descr b/math/py-keras/pkg-descr
index 2b55073b05fd..9b7820801350 100644
--- a/math/py-keras/pkg-descr
+++ b/math/py-keras/pkg-descr
@@ -1,4 +1,4 @@
Deep Learning library for Python. Convnets, recurrent neural networks, and
more. Runs on Theano and TensorFlow.
-WWW: http://keras.io/
+WWW: https://keras.io/