Date: Mon, 2 Apr 2018 08:03:30 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466207 - head/math/py-keras Message-ID: <201804020803.w3283UuY099915@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Mon Apr 2 08:03:29 2018 New Revision: 466207 URL: https://svnweb.freebsd.org/changeset/ports/466207 Log: 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) Modified: head/math/py-keras/Makefile head/math/py-keras/distinfo head/math/py-keras/pkg-descr Modified: head/math/py-keras/Makefile ============================================================================== --- head/math/py-keras/Makefile Mon Apr 2 07:39:29 2018 (r466206) +++ head/math/py-keras/Makefile Mon Apr 2 08:03:29 2018 (r466207) @@ -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> Modified: head/math/py-keras/distinfo ============================================================================== --- head/math/py-keras/distinfo Mon Apr 2 07:39:29 2018 (r466206) +++ head/math/py-keras/distinfo Mon Apr 2 08:03:29 2018 (r466207) @@ -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 Modified: head/math/py-keras/pkg-descr ============================================================================== --- head/math/py-keras/pkg-descr Mon Apr 2 07:39:29 2018 (r466206) +++ head/math/py-keras/pkg-descr Mon Apr 2 08:03:29 2018 (r466207) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804020803.w3283UuY099915>