commit: 4f961b8194c58cb5bae712e42ea8b539e0f1b213 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Mon Mar 31 08:12:25 2025 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Mon Mar 31 08:12:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f961b81
dev-python/zstd: treeclean Closes: https://bugs.gentoo.org/950214 (pkgremoved) Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> dev-python/zstd/Manifest | 2 -- dev-python/zstd/metadata.xml | 15 --------------- dev-python/zstd/zstd-1.5.6.1.ebuild | 33 --------------------------------- dev-python/zstd/zstd-1.5.6.4.ebuild | 33 --------------------------------- profiles/package.mask | 6 ------ 5 files changed, 89 deletions(-) diff --git a/dev-python/zstd/Manifest b/dev-python/zstd/Manifest deleted file mode 100644 index b239ce880667..000000000000 --- a/dev-python/zstd/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST zstd-1.5.6.1.tar.gz 643831 BLAKE2B 8c6cc1cca4fb9fb8a697ea2840f7eded5ec528f079115d15f24fd87b65648aaddfdb784315df8ba6f5fee18bee7c628478fc248b4769cfccca4f300d859768ee SHA512 1dd99ec381794664ae0891d1982ed0d627f72569f1d2c1b439204ccc5194979de8f393594bae17e5e4abbfde29811b4276085385c40664cc65f4b7940ce84d9d -DIST zstd-1.5.6.4.tar.gz 648805 BLAKE2B 569712593a53e8f3be3ef3515ff203dada740996474e19c9dfab4e79483a8835611181d3b30ff8660ab467455a9b17e9d7665d7a348c3ddb346dc9273916f2b7 SHA512 f28c3dc4f382310aba29aac5660c14e7f3c4ece7a23fe9272d4655a96e320631c5e22b20a4eae882cc20c47b065a4bc86ee8957d32b1da212f65c34811975968 diff --git a/dev-python/zstd/metadata.xml b/dev-python/zstd/metadata.xml deleted file mode 100644 index f7f3864b90ae..000000000000 --- a/dev-python/zstd/metadata.xml +++ /dev/null @@ -1,15 +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> - </maintainer> - <maintainer type="person"> - <email>[email protected]</email> - <name>Matthew Thode</name> - </maintainer> - <upstream> - <remote-id type="pypi">zstd</remote-id> - <remote-id type="github">sergey-dryabzhinsky/python-zstd</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/zstd/zstd-1.5.6.1.ebuild b/dev-python/zstd/zstd-1.5.6.1.ebuild deleted file mode 100644 index e25711563567..000000000000 --- a/dev-python/zstd/zstd-1.5.6.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2020-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Simple python bindings to Yann Collet ZSTD compression library" -HOMEPAGE=" - https://github.com/sergey-dryabzhinsky/python-zstd/ - https://pypi.org/project/zstd/ -" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" - -DEPEND=" - app-arch/zstd:= -" -RDEPEND=" - ${DEPEND} -" - -distutils_enable_tests unittest - -src_configure() { - export ZSTD_EXTERNAL=1 -} diff --git a/dev-python/zstd/zstd-1.5.6.4.ebuild b/dev-python/zstd/zstd-1.5.6.4.ebuild deleted file mode 100644 index c12683519797..000000000000 --- a/dev-python/zstd/zstd-1.5.6.4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2020-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Simple python bindings to Yann Collet ZSTD compression library" -HOMEPAGE=" - https://github.com/sergey-dryabzhinsky/python-zstd/ - https://pypi.org/project/zstd/ -" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -DEPEND=" - app-arch/zstd:= -" -RDEPEND=" - ${DEPEND} -" - -distutils_enable_tests unittest - -src_configure() { - export ZSTD_EXTERNAL=1 -} diff --git a/profiles/package.mask b/profiles/package.mask index a66d15958d3b..e57906dff0ad 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -291,12 +291,6 @@ virtual/perl-Time-Piece # Mask experimental software =mail-mta/postfix-3.11* -# Michał Górny <[email protected]> (2025-02-24) -# Bad package with frequent release issues. No reverse dependencies -# left. Use dev-python/zstandard instead (admittedly, also far -# from perfect). Removal on 2025-03-26. Bug #950214. -dev-python/zstd - # Sam James <[email protected]> (2025-02-22) # (Only) needed for no-yet-released LibreOffice. Mask for now to avoid # unnecessary conflicts/backtracking for LO users.
