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 B4F00138336 for ; Mon, 13 Aug 2018 11:35:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94947E0784; Mon, 13 Aug 2018 11:35:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5056BE0784 for ; Mon, 13 Aug 2018 11:35:54 +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 AEC49335CA6 for ; Mon, 13 Aug 2018 11:35:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D256B3A7 for ; Mon, 13 Aug 2018 11:35:49 +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: <1534160076.5fb2349448fcb5ebffdfa9d4872d2525ffb55298.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.2.ebuild sci-libs/keras-preprocessing/metadata.xml X-VCS-Directories: sci-libs/keras-preprocessing/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 5fb2349448fcb5ebffdfa9d4872d2525ffb55298 X-VCS-Branch: master Date: Mon, 13 Aug 2018 11:35:49 +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: 886a6734-1552-42fe-bfc3-69a3c20f9bfb X-Archives-Hash: 6b7f81a1178eb596a335363672ba13a4 commit: 5fb2349448fcb5ebffdfa9d4872d2525ffb55298 Author: Jason Zaman gentoo org> AuthorDate: Mon Aug 13 11:32:00 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Mon Aug 13 11:34:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fb23494 sci-libs/keras-preprocessing: new package Package-Manager: Portage-2.3.40, Repoman-2.3.9 sci-libs/keras-preprocessing/Manifest | 1 + .../keras-preprocessing-1.0.2.ebuild | 22 ++++++++++++++++++++++ sci-libs/keras-preprocessing/metadata.xml | 14 ++++++++++++++ 3 files changed, 37 insertions(+) diff --git a/sci-libs/keras-preprocessing/Manifest b/sci-libs/keras-preprocessing/Manifest new file mode 100644 index 00000000000..df69c924a48 --- /dev/null +++ b/sci-libs/keras-preprocessing/Manifest @@ -0,0 +1 @@ +DIST keras-preprocessing-1.0.2.tar.gz 34762 BLAKE2B 3b4766aa48d6e6cfd50817af97c8f2faf9ae7e78007f7dddcbf1f4ded072657a5b94ac4b563d090dd8a8437a249b64fea61a1cd5f680767f14611fa6fe92dd3a SHA512 d5a558c3d9741c298ea3737bfb04788bd2cbecefe14aa53e0f6ccde891ad9304ec673a888dc53a2f954c0b718ce31d9d35095d3f21e15d73248acfc8105457d9 diff --git a/sci-libs/keras-preprocessing/keras-preprocessing-1.0.2.ebuild b/sci-libs/keras-preprocessing/keras-preprocessing-1.0.2.ebuild new file mode 100644 index 00000000000..930bd5dcf26 --- /dev/null +++ b/sci-libs/keras-preprocessing/keras-preprocessing-1.0.2.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 python3_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}]" diff --git a/sci-libs/keras-preprocessing/metadata.xml b/sci-libs/keras-preprocessing/metadata.xml new file mode 100644 index 00000000000..833dd3977c1 --- /dev/null +++ b/sci-libs/keras-preprocessing/metadata.xml @@ -0,0 +1,14 @@ + + + + + perfinion@gentoo.org + Jason Zaman + + + Keras Preprocessing is the data preprocessing and data augmentation module of the Keras deep learning library. It provides utilities for working with image data, text data, and sequence data. + + + keras-team/keras-preprocessing + +