commit: 747fdb8a6fe3997a3a4bc31049a6f87360d1455c Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Jul 12 14:07:11 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Jul 12 14:09:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=747fdb8a
dev-python/rapidfuzz-capi: treeclean Closes: https://bugs.gentoo.org/934002 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/rapidfuzz-capi/Manifest | 1 - dev-python/rapidfuzz-capi/metadata.xml | 13 ----------- .../rapidfuzz-capi/rapidfuzz-capi-1.0.5.ebuild | 25 ---------------------- profiles/package.mask | 5 ----- 4 files changed, 44 deletions(-) diff --git a/dev-python/rapidfuzz-capi/Manifest b/dev-python/rapidfuzz-capi/Manifest deleted file mode 100644 index 2b991b1ac19f..000000000000 --- a/dev-python/rapidfuzz-capi/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST rapidfuzz_capi-1.0.5.gh.tar.gz 5908 BLAKE2B a5f3c27c2292800527f0e0558e0f25525c2865a6348fbbe36da8d5a96e5524c68154bfba8dbfc3c174f759dde14a95c64e47dd6669166beb035bd1126741569b SHA512 b62c6fdd0e5d0804f7c1ef6f6b5e007afd8439720071fbdf1440232c62925e794a6ae33774a33ef745ebbd4ef956a85d2bf60934a7d568d39d1e590467f26bcf diff --git a/dev-python/rapidfuzz-capi/metadata.xml b/dev-python/rapidfuzz-capi/metadata.xml deleted file mode 100644 index 43ddd18c41eb..000000000000 --- a/dev-python/rapidfuzz-capi/metadata.xml +++ /dev/null @@ -1,13 +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> - <stabilize-allarches/> - <upstream> - <remote-id type="github">maxbachmann/rapidfuzz_capi</remote-id> - <remote-id type="pypi">rapidfuzz-capi</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/rapidfuzz-capi/rapidfuzz-capi-1.0.5.ebuild b/dev-python/rapidfuzz-capi/rapidfuzz-capi-1.0.5.ebuild deleted file mode 100644 index 25a7cc31b8c8..000000000000 --- a/dev-python/rapidfuzz-capi/rapidfuzz-capi-1.0.5.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..12} ) - -inherit distutils-r1 - -MY_P=rapidfuzz_capi-${PV} -DESCRIPTION="C-API of RapidFuzz, which can be used to extend RapidFuzz" -HOMEPAGE=" - https://github.com/maxbachmann/rapidfuzz_capi/ - https://pypi.org/project/rapidfuzz-capi/ -" -SRC_URI=" - https://github.com/maxbachmann/rapidfuzz_capi/archive/v${PV}.tar.gz - -> ${MY_P}.gh.tar.gz -" -S=${WORKDIR}/${MY_P} - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" diff --git a/profiles/package.mask b/profiles/package.mask index 44e1f4bb8c42..7e7e0d97a41e 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -302,11 +302,6 @@ sci-libs/o2scl # Removal: 2024-08-11. Bug #933998. dev-php/PEAR-Mail_mimeDecode -# Michał Górny <[email protected]> (2024-06-10) -# Merged into dev-python/rapidfuzz. No revdeps left. -# Removal on 2024-07-10. Bug #934002. -dev-python/rapidfuzz-capi - # Alfredo Tupone <[email protected]> (2024-06-09) # Not ready for testing >=dev-lang/ocaml-5
