From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ACED7138334 for ; Sat, 17 Nov 2018 17:32:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BF09E0B7D; Sat, 17 Nov 2018 17:32:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 05C85E0B7D for ; Sat, 17 Nov 2018 17:32:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4DC0335C47 for ; Sat, 17 Nov 2018 17:32:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B12CB468 for ; Sat, 17 Nov 2018 17:32:11 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1542475881.6ad0e5b97d9701f5dbfa07fe656837d610f2578c.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/keras-applications/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/keras-applications/Manifest sci-libs/keras-applications/keras-applications-1.0.6.ebuild X-VCS-Directories: sci-libs/keras-applications/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 6ad0e5b97d9701f5dbfa07fe656837d610f2578c X-VCS-Branch: master Date: Sat, 17 Nov 2018 17:32:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2c905c78-ae4a-4124-ab49-3c498c9a47f0 X-Archives-Hash: 03002755e93a7709d00f2ad65c3b6bba commit: 6ad0e5b97d9701f5dbfa07fe656837d610f2578c Author: Jason Zaman gentoo org> AuthorDate: Sat Nov 17 15:28:36 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Nov 17 17:31:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ad0e5b9 sci-libs/keras-applications: bump 1.0.6 Signed-off-by: Jason Zaman gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 sci-libs/keras-applications/Manifest | 1 + .../keras-applications-1.0.6.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/sci-libs/keras-applications/Manifest b/sci-libs/keras-applications/Manifest index f81f587f28b..4cef0732b22 100644 --- a/sci-libs/keras-applications/Manifest +++ b/sci-libs/keras-applications/Manifest @@ -1,2 +1,3 @@ DIST keras-applications-1.0.4.tar.gz 285031 BLAKE2B 7208752b45f825949eb2718e4e276f7c3e4a523b2668975d6834084c42cdc2dc3efb57fd0ef24401bc0dd35453f4798422f6afd9583249237cd35941939c25f4 SHA512 10a793a60b7084ea641035618e178d5b1261da5826292db25134f9886b191bd152dfa8fa686a6270fa56a7fc1831bda07e77d12597972b186a9354f857feb1d0 DIST keras-applications-1.0.5.tar.gz 26556 BLAKE2B 263a5917ca6aa58f47fee09849ba149cdf6742b3278ce2f2dd7ace5f1a445a9eb53f218f906ec9c1384a4e7bbe87d40e3ef0fcc22261e64805042822b14a0684 SHA512 6ac0312b8eb6781c93cb3ffad09b8b631831855f35247f939b6fccfe9ababb85e3b0e5a59f9f30f5265d96290bf4f61e1046dbcc8333f914065c566040012ddc +DIST keras-applications-1.0.6.tar.gz 284862 BLAKE2B 1f1b34574dc2af3e66983334fd6fad626b810f134f17fbf4dfae161d8f0c695f52da0ef8e689513834a2c7031cff7f0c58773d834932d6db96ead4a68a8cd765 SHA512 11587ec9ab00c667d6b1e9c7c35ea6746c044986668a9f24f3ca6ec80e43d37839fa557bf531efd4c05c3518b3fd390c00806bfa672576e9b4b389412527e9e1 diff --git a/sci-libs/keras-applications/keras-applications-1.0.6.ebuild b/sci-libs/keras-applications/keras-applications-1.0.6.ebuild new file mode 100644 index 00000000000..92c2e51ab3f --- /dev/null +++ b/sci-libs/keras-applications/keras-applications-1.0.6.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python{3_5,3_6} ) +inherit distutils-r1 + +DESCRIPTION="Keras deep learning library reference implementations of deep learning models" +HOMEPAGE="https://keras.io/applications/" +SRC_URI="https://github.com/keras-team/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]"