commit:     1c747d8c70aa7d98776141b98c18c6410beee690
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 17 08:25:52 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 17 08:39:30 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c747d8c

dev-python/xxhash: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/xxhash/Manifest            |  1 -
 dev-python/xxhash/xxhash-3.5.0.ebuild | 38 -----------------------------------
 2 files changed, 39 deletions(-)

diff --git a/dev-python/xxhash/Manifest b/dev-python/xxhash/Manifest
index d27845468a25..ea7a704a27e3 100644
--- a/dev-python/xxhash/Manifest
+++ b/dev-python/xxhash/Manifest
@@ -1,2 +1 @@
-DIST xxhash-3.5.0.tar.gz 84241 BLAKE2B 
efe3fcfa02b15afd1539aa8667878868430337a9fe1decca03ae402893c743fd6f2e8dbbfae747e54a9bc6b65ba5cf5f4d2170181b88a820e9d4615b2b902ec7
 SHA512 
0242589264cba67eb535a0fffbfa8f171fe8c1991b8a90a1484311f283c9f49c81cae8a86552c43232aa9ac7ba66c989fda0a21bb403b3e8219b32db53941b2e
 DIST xxhash-3.6.0.tar.gz 85160 BLAKE2B 
b4a084b3495ec53431150ed5fd3adc6badcaec2553faec0db40cb49c5abe5a5bf0bc9ef3c0f6bbb636bbe97afbb5be75185d2e74305baa3dbc384e3e87fa28df
 SHA512 
c82f7d108708b944e01fe2fad19654b274b6888cdf653420094049b84f0b63f1b249262d2310496d7f647c82c50ef62db583862b83d36a16a4e5ddf7633fee1b

diff --git a/dev-python/xxhash/xxhash-3.5.0.ebuild 
b/dev-python/xxhash/xxhash-3.5.0.ebuild
deleted file mode 100644
index a59ca2d81e8a..000000000000
--- a/dev-python/xxhash/xxhash-3.5.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-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_{11..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python binding for the xxHash library"
-HOMEPAGE="
-       https://github.com/ifduyue/python-xxhash/
-       https://pypi.org/project/xxhash/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~x86"
-
-DEPEND="
-       >=dev-libs/xxhash-0.8.0
-"
-RDEPEND="
-       ${DEPEND}
-"
-
-distutils_enable_tests unittest
-
-python_configure_all() {
-       export XXHASH_LINK_SO=1
-}
-
-python_test() {
-       cd tests || die
-       eunittest
-}

Reply via email to