commit: bf12351001d44c1cd2697e6ce8fc0f175d3cc552 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 27 15:03:56 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Apr 27 15:04:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf123510
dev-python/simplegeneric: treeclean Closes: https://bugs.gentoo.org/927524 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/simplegeneric/Manifest | 1 - dev-python/simplegeneric/metadata.xml | 20 ------------------- .../simplegeneric/simplegeneric-0.8.1-r2.ebuild | 23 ---------------------- profiles/package.mask | 5 ----- 4 files changed, 49 deletions(-) diff --git a/dev-python/simplegeneric/Manifest b/dev-python/simplegeneric/Manifest deleted file mode 100644 index 3459f19c92b1..000000000000 --- a/dev-python/simplegeneric/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST simplegeneric-0.8.1.zip 12663 BLAKE2B cc3d70f8f4f04209b7ce259c6caaccec001515a3da04736cb8baa5fe7e6091f4f85bdde0c5c4227a01bfe52739f51ab0116d8bfdc4bb58bd2188c3a54c5eac37 SHA512 74c25d4e04fe197058cb43fabe3702cc5901989dc0b0bcf7511369f4f3d90fd98e4225174db0680c8f39389914f82824bdbdaf4c302b53998fbabbf0dba393e4 diff --git a/dev-python/simplegeneric/metadata.xml b/dev-python/simplegeneric/metadata.xml deleted file mode 100644 index d25c0a26f03b..000000000000 --- a/dev-python/simplegeneric/metadata.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Python</name> - </maintainer> - <longdescription> - The simplegeneric module lets you define simple single-dispatch - generic functions, akin to Python's built-in generic functions like len(), - iter() and so on. However, instead of using specially-named methods, these - generic functions use simple lookup tables, akin to those used by - e.g. pickle.dump() and other generic functions found in the Python - standard library. - </longdescription> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">simplegeneric</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/simplegeneric/simplegeneric-0.8.1-r2.ebuild b/dev-python/simplegeneric/simplegeneric-0.8.1-r2.ebuild deleted file mode 100644 index b08472dd32da..000000000000 --- a/dev-python/simplegeneric/simplegeneric-0.8.1-r2.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 -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Simple generic functions for Python" -HOMEPAGE="https://pypi.org/project/simplegeneric/" -SRC_URI="$(pypi_sdist_url "${PN}" "${PV}" .zip)" - -LICENSE="ZPL" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" - -BDEPEND=" - app-arch/unzip -" - -distutils_enable_tests setup.py diff --git a/profiles/package.mask b/profiles/package.mask index 039e7b02596e..628a3bcf2a72 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -313,11 +313,6 @@ sec-keys/openpgp-keys-jiatan ~app-arch/xz-utils-5.6.0 ~app-arch/xz-utils-5.6.1 -# Michał Górny <[email protected]> (2024-03-26) -# Last release in 2012. No reverse dependencies. -# Removal on 2024-04-25. Bug #927524. -dev-python/simplegeneric - # Michał Górny <[email protected]> (2024-03-26) # Unmaintained. EAPI 6. Homepage gone. No keywords for modern # architectures.
