svn commit: r442736 - head/math/py-keras

Danilo G. Baio dbaio at FreeBSD.org
Tue Jun 6 01:32:14 UTC 2017


Author: dbaio
Date: Tue Jun  6 01:32:12 2017
New Revision: 442736
URL: https://svnweb.freebsd.org/changeset/ports/442736

Log:
  math/py-keras: Update to 2.0.4
  
  While here, limit python for use any version up to 3.5
  
  PR:		219743
  Submitted by:	Neel Chauhan <neel at neelc.org> (maintainer)
  Approved by:	garga (mentor)
  Differential Revision:	https://reviews.freebsd.org/D11051

Modified:
  head/math/py-keras/Makefile
  head/math/py-keras/distinfo

Modified: head/math/py-keras/Makefile
==============================================================================
--- head/math/py-keras/Makefile	Tue Jun  6 01:25:42 2017	(r442735)
+++ head/math/py-keras/Makefile	Tue Jun  6 01:32:12 2017	(r442736)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	keras
-PORTVERSION=	2.0.2
+PORTVERSION=	2.0.4
 CATEGORIES=	math
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -18,7 +18,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}theano>=0.8.0:math
 USE_GITHUB=	yes
 GH_ACCOUNT=	fchollet
 
-USES=		python
+USES=		python:-3.5
 USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes
 

Modified: head/math/py-keras/distinfo
==============================================================================
--- head/math/py-keras/distinfo	Tue Jun  6 01:25:42 2017	(r442735)
+++ head/math/py-keras/distinfo	Tue Jun  6 01:32:12 2017	(r442736)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1490353715
-SHA256 (fchollet-keras-2.0.2_GH0.tar.gz) = 4639c266bbadb24366687004bf7404019aee667812aba87f600299f90ad7cf64
-SIZE (fchollet-keras-2.0.2_GH0.tar.gz) = 333940
+TIMESTAMP = 1496602495
+SHA256 (fchollet-keras-2.0.4_GH0.tar.gz) = 2988421421ca0fd91738cd327e4b12998bff28b2e106a576835dc211fa093486
+SIZE (fchollet-keras-2.0.4_GH0.tar.gz) = 345790


More information about the svn-ports-head mailing list