summaryrefslogtreecommitdiff
path: root/sci-libs/keras-preprocessing
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/keras-preprocessing')
-rw-r--r--sci-libs/keras-preprocessing/Manifest3
-rw-r--r--sci-libs/keras-preprocessing/keras-preprocessing-1.1.2-r1.ebuild23
-rw-r--r--sci-libs/keras-preprocessing/metadata.xml14
3 files changed, 0 insertions, 40 deletions
diff --git a/sci-libs/keras-preprocessing/Manifest b/sci-libs/keras-preprocessing/Manifest
deleted file mode 100644
index 9b400d34a64f..000000000000
--- a/sci-libs/keras-preprocessing/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST Keras_Preprocessing-1.1.2.tar.gz 163598 BLAKE2B 94d0bac41ac140015a5d46453c99e1180c8c06d8fab4d6707890b1f24466d287f6da54d66b395e5e50c7aac67cc0abc8153fbfbeb4ffb0e79561bca528a6b81b SHA512 aae4d52accdfb9df260070336b1c5a628e57563978f7cb299aa67a6265f26eb44deb803cef795616a5e94cd8bcd2b9aa067570258fff96642b88cc0c701c3cec
-EBUILD keras-preprocessing-1.1.2-r1.ebuild 542 BLAKE2B 71896c823a3cc8ac048ae17414f0cfd4658e2d4c64951690d7c7964b16f3329bf7c62a7532a8280fcc77b03bff6530c0e7405722cc42d5535725cf633ccebbf8 SHA512 317fd31cc7c716312bc4725b9ef0ab8a7d1d202930c22cffbb33c24c095fce5fcaa7ad8d95b484a3943cc7615d73a3ce97fa99f2cc45057c22f6f4e4dd8b25eb
-MISC metadata.xml 586 BLAKE2B ad53f0cfe824544995fe03a0b13af89ca96e443d140751b6ca9f8fe566a50f4a1492a5ba767635dafd4a47ab7470524b31bd592439f369e9f9f2ece8a643d05e SHA512 ccc05fd9545e6a56af7685d560c16ce9237a45dc1a78b4f04e23729603f5f1c77c22c528916087a9a6d44e19087b7ccb6e4126751004eb0d72e956fa3c35afc5
diff --git a/sci-libs/keras-preprocessing/keras-preprocessing-1.1.2-r1.ebuild b/sci-libs/keras-preprocessing/keras-preprocessing-1.1.2-r1.ebuild
deleted file mode 100644
index 120e85768ffc..000000000000
--- a/sci-libs/keras-preprocessing/keras-preprocessing-1.1.2-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYPI_PN="Keras_Preprocessing"
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Easy data preprocessing and data augmentation for deep learning models"
-HOMEPAGE="https://keras.io/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
-
-RDEPEND="
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/scipy[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]"
diff --git a/sci-libs/keras-preprocessing/metadata.xml b/sci-libs/keras-preprocessing/metadata.xml
deleted file mode 100644
index 89bac5c2363d..000000000000
--- a/sci-libs/keras-preprocessing/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>perfinion@gentoo.org</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>