From owner-svn-ports-all@freebsd.org Tue Jun 6 01:32:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31E51B7FAA4; Tue, 6 Jun 2017 01:32:14 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F135D76A29; Tue, 6 Jun 2017 01:32:13 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v561WDZp018392; Tue, 6 Jun 2017 01:32:13 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v561WCfY018390; Tue, 6 Jun 2017 01:32:12 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201706060132.v561WCfY018390@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Tue, 6 Jun 2017 01:32:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442736 - head/math/py-keras X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2017 01:32:14 -0000 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 (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