commit: a6de0f1ce477b74cac258a76deacadd96ff809f2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri May 31 19:49:28 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri May 31 19:49:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6de0f1c
sci-libs/keras-applications: treeclean Closes: https://bugs.gentoo.org/929775 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> profiles/package.mask | 1 - sci-libs/keras-applications/Manifest | 1 - .../keras-applications-1.0.8-r2.ebuild | 18 ------------------ sci-libs/keras-applications/metadata.xml | 14 -------------- 4 files changed, 34 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index c271b27f18f6..1591fa81b118 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -294,7 +294,6 @@ dev-python/grpcio-tools # preprocessing no longer have any revdeps in the tree. For ML, the # recommendation is to install from pip in a venv. # Removal in 30 days. Bug #930830 -sci-libs/keras-applications sci-libs/keras-preprocessing # Sam James <[email protected]> (2024-04-28) diff --git a/sci-libs/keras-applications/Manifest b/sci-libs/keras-applications/Manifest deleted file mode 100644 index ab10fe6c757d..000000000000 --- a/sci-libs/keras-applications/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST keras-applications-1.0.8.tar.gz 288909 BLAKE2B 41d70552f5dfdd0c1385a7ca0b527ce0e0c3441c1ee3f72c90569f3e43e6a82485d0d4affee83afc645f3b99a519facb41d11a3fc1384c98f44182dddbea02bb SHA512 58af0d8e0289d97b416559bf235deeb9a5405d50f2a2c93612cdbde36e4d6d006db5c570acb814c209414a4b61c2310a99257aa0e2feaf24e5260d549b8b94f6 diff --git a/sci-libs/keras-applications/keras-applications-1.0.8-r2.ebuild b/sci-libs/keras-applications/keras-applications-1.0.8-r2.ebuild deleted file mode 100644 index 16e901fdb80a..000000000000 --- a/sci-libs/keras-applications/keras-applications-1.0.8-r2.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 - -DESCRIPTION="Keras deep learning library reference implementations of deep learning models" -HOMEPAGE="https://keras.io/applications/" -SRC_URI="https://github.com/keras-team/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~x86" - -RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]" diff --git a/sci-libs/keras-applications/metadata.xml b/sci-libs/keras-applications/metadata.xml deleted file mode 100644 index 00ca801f5326..000000000000 --- a/sci-libs/keras-applications/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>[email protected]</email> - <name>Jason Zaman</name> - </maintainer> - <longdescription lang="en"> - Keras Applications is the applications module of the Keras deep learning library. It provides model definitions and pre-trained weights for a number of popular archictures, such as VGG16, ResNet50, Xception, MobileNet, and more. - </longdescription> - <upstream> - <remote-id type="github">keras-team/keras-applications</remote-id> - </upstream> -</pkgmetadata>
