commit:     5fb2349448fcb5ebffdfa9d4872d2525ffb55298
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 13 11:32:00 2018 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Jason Zaman</name>
+       </maintainer>
+       <longdescription lang="en">
+               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.
+       </longdescription>
+       <upstream>
+               <remote-id 
type="github">keras-team/keras-preprocessing</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to