mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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)
This commit is contained in:
parent
c30538dca9
commit
11e479104d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466207
3 changed files with 13 additions and 13 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue