summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-05-31 22:50:14 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-05-31 22:50:14 +0300
commit915a91afac923dfbef1b63c3d9e13fc3f0be80e6 (patch)
tree4c927418976dfd822ef03dcde51945071463ec2f /sci-libs
parentsci-libs/keras-applications: treeclean (diff)
downloadgentoo-915a91afac923dfbef1b63c3d9e13fc3f0be80e6.tar.gz
gentoo-915a91afac923dfbef1b63c3d9e13fc3f0be80e6.tar.bz2
gentoo-915a91afac923dfbef1b63c3d9e13fc3f0be80e6.zip
sci-libs/keras-preprocessing: treeclean
Closes: https://bugs.gentoo.org/929776 Bug: https://bugs.gentoo.org/926315 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/keras-preprocessing/Manifest1
-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, 38 deletions
diff --git a/sci-libs/keras-preprocessing/Manifest b/sci-libs/keras-preprocessing/Manifest
deleted file mode 100644
index 15b2d81619e5..000000000000
--- a/sci-libs/keras-preprocessing/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Keras_Preprocessing-1.1.2.tar.gz 163598 BLAKE2B 94d0bac41ac140015a5d46453c99e1180c8c06d8fab4d6707890b1f24466d287f6da54d66b395e5e50c7aac67cc0abc8153fbfbeb4ffb0e79561bca528a6b81b SHA512 aae4d52accdfb9df260070336b1c5a628e57563978f7cb299aa67a6265f26eb44deb803cef795616a5e94cd8bcd2b9aa067570258fff96642b88cc0c701c3cec
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>