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 67D28138334 for ; Fri, 28 Sep 2018 10:24:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98D61E09F4; Fri, 28 Sep 2018 10:24:20 +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 6B3DDE09F4 for ; Fri, 28 Sep 2018 10:24:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EDE3F335C94 for ; Fri, 28 Sep 2018 10:24:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCCBA3C3 for ; Fri, 28 Sep 2018 10:24:08 +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: <1538130227.7f60e422b3aa1cbad9afe3ca3374325455b8bd0b.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/keras-preprocessing/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/keras-preprocessing/Manifest sci-libs/keras-preprocessing/keras-preprocessing-1.0.3.ebuild X-VCS-Directories: sci-libs/keras-preprocessing/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 7f60e422b3aa1cbad9afe3ca3374325455b8bd0b X-VCS-Branch: master Date: Fri, 28 Sep 2018 10:24:08 +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: cc7577d4-d41d-4ac3-906f-d1db13e0155e X-Archives-Hash: 66d23bc45b7399eb2ceebff11db8e7bc commit: 7f60e422b3aa1cbad9afe3ca3374325455b8bd0b Author: Jason Zaman gentoo org> AuthorDate: Fri Sep 28 03:43:54 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Fri Sep 28 10:23:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f60e422 sci-libs/keras-preprocessing: bump 1.0.3 Package-Manager: Portage-2.3.49, Repoman-2.3.10 sci-libs/keras-preprocessing/Manifest | 1 + .../keras-preprocessing-1.0.3.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/sci-libs/keras-preprocessing/Manifest b/sci-libs/keras-preprocessing/Manifest index df69c924a48..99cf8f8d935 100644 --- a/sci-libs/keras-preprocessing/Manifest +++ b/sci-libs/keras-preprocessing/Manifest @@ -1 +1,2 @@ DIST keras-preprocessing-1.0.2.tar.gz 34762 BLAKE2B 3b4766aa48d6e6cfd50817af97c8f2faf9ae7e78007f7dddcbf1f4ded072657a5b94ac4b563d090dd8a8437a249b64fea61a1cd5f680767f14611fa6fe92dd3a SHA512 d5a558c3d9741c298ea3737bfb04788bd2cbecefe14aa53e0f6ccde891ad9304ec673a888dc53a2f954c0b718ce31d9d35095d3f21e15d73248acfc8105457d9 +DIST keras-preprocessing-1.0.3.tar.gz 36360 BLAKE2B 4a5d8e8d1211434b212a509acd563ef38f043ffc2f856019205e5e9b6806303c824bdfd19009a38a19ca961a9ece7719dcecf41f494b19da11084d5fa733e807 SHA512 98501a96eeca29d13a50f418b8d7417911cba50f0a3097b9576684a78c60441b93296ac3fb544f951f40990f5c8b7c0a15e9da3ac336119b0234caec8d182f4c diff --git a/sci-libs/keras-preprocessing/keras-preprocessing-1.0.3.ebuild b/sci-libs/keras-preprocessing/keras-preprocessing-1.0.3.ebuild new file mode 100644 index 00000000000..fb4aa8c7c7c --- /dev/null +++ b/sci-libs/keras-preprocessing/keras-preprocessing-1.0.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Foundation +# 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="Easy data preprocessing and data augmentation for deep learning models" +HOMEPAGE="https://keras.io/" +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}] + sci-libs/scipy[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]"