From owner-svn-ports-head@freebsd.org Sun Jan 28 13:31:36 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A99CEC6A11; Sun, 28 Jan 2018 13:31:36 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2EA817B568; Sun, 28 Jan 2018 13:31:36 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 299571A509; Sun, 28 Jan 2018 13:31:36 +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 w0SDVan1012503; Sun, 28 Jan 2018 13:31:36 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0SDVZ5X012501; Sun, 28 Jan 2018 13:31:35 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201801281331.w0SDVZ5X012501@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sun, 28 Jan 2018 13:31:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460177 - head/math/py-keras X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/math/py-keras X-SVN-Commit-Revision: 460177 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jan 2018 13:31:36 -0000 Author: dbaio Date: Sun Jan 28 13:31:35 2018 New Revision: 460177 URL: https://svnweb.freebsd.org/changeset/ports/460177 Log: math/py-keras: Update to 2.1.3 WHile here: Allow concurrent installation. Relax USES=python, Keras is compatible with Python 2.7-3.6. Changes: https://github.com/keras-team/keras/releases/tag/2.1.3 PR: 225463 Submitted by: Neel Chauhan (maintainer) Modified: head/math/py-keras/Makefile head/math/py-keras/distinfo Modified: head/math/py-keras/Makefile ============================================================================== --- head/math/py-keras/Makefile Sun Jan 28 13:26:21 2018 (r460176) +++ head/math/py-keras/Makefile Sun Jan 28 13:31:35 2018 (r460177) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= keras -PORTVERSION= 2.1.2 +PORTVERSION= 2.1.3 CATEGORIES= math PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,8 +15,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}theano>=0.8.0:math ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${FLAVOR} -USES= python:-3.5 -USE_PYTHON= autoplist distutils +USES= python +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes USE_GITHUB= yes Modified: head/math/py-keras/distinfo ============================================================================== --- head/math/py-keras/distinfo Sun Jan 28 13:26:21 2018 (r460176) +++ head/math/py-keras/distinfo Sun Jan 28 13:31:35 2018 (r460177) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512608974 -SHA256 (fchollet-keras-2.1.2_GH0.tar.gz) = 1615d8dc0b87f1b7e8bc0fb2f3639f8969685aebb9c86f032945196819d2ae8a -SIZE (fchollet-keras-2.1.2_GH0.tar.gz) = 454445 +TIMESTAMP = 1517056243 +SHA256 (fchollet-keras-2.1.3_GH0.tar.gz) = 3880817c9d1ab94ea46aaccf4aec9f1cb212b7d91229a13a99a9b65cc7677621 +SIZE (fchollet-keras-2.1.3_GH0.tar.gz) = 472240