dev-python/hiredis: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-04-30 20:37:59 +02:00
parent ed408140c7
commit f9a1bfcf95
2 changed files with 0 additions and 46 deletions

View File

@@ -1,2 +1 @@
DIST hiredis-py-3.3.0.gh.tar.gz 20104 BLAKE2B 0b0d37ef07c2284febbc00075dbb3606b98fe2a7af8b4e31ee354e61699f2853127f1db2f4ffc5b603e6715540ebb7fd063e46b887ef26429d7ad1b403a00bc7 SHA512 461aa2207d1b3c2ee8fdc2b3b53cd59ed706ea27b8aecd819d67253bf07bd138cdc107ac1aaaa3142b1026768f5e5c5bb67c476ddcbf1d1d22fbbfae6803923d
DIST hiredis-py-3.3.1.gh.tar.gz 20064 BLAKE2B 9b49159291e21f00561a75e89c443fd879e6cc74a215d68768a54e9ca18e5e60057e236ea1dc40d09efb0cbf1fb38440f323ae1156b0213cb6cf351c72e23016 SHA512 02160cb5200f9741b81e9871944adc106f7fe61fdd749dde948ce9881a15b81bebc5e21047c60ad9bc164ee994fc517015b47282930c195b7c051c15d5b97fcf

View File

@@ -1,45 +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} pypy3_11 )
inherit distutils-r1
MY_P=hiredis-py-${PV}
DESCRIPTION="Python extension that wraps hiredis"
HOMEPAGE="
https://github.com/redis/hiredis-py/
https://pypi.org/project/hiredis/
"
SRC_URI="
https://github.com/redis/hiredis-py/archive/v${PV}.tar.gz
-> ${MY_P}.gh.tar.gz
"
S=${WORKDIR}/${MY_P}
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
DEPEND="
>=dev-libs/hiredis-1.0.0:=
"
RDEPEND="
${DEPEND}
"
PATCHES=(
"${FILESDIR}"/hiredis-2.4.0-system-libs.patch
)
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
python_test() {
rm -rf hiredis || die
epytest
}