dev-python/pyeclib: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-05-24 17:25:10 +02:00
parent ee392eb38e
commit accc5c564f
2 changed files with 0 additions and 41 deletions

View File

@@ -1,2 +1 @@
DIST pyeclib-1.7.0.tar.gz 45842 BLAKE2B 92931ee9dcdd980cfad076f89459341e5b5ea8816e2a12081f59faa98bb678090d27494f86bb307948470c04fd1a52219467433fe653858215b02810646e8976 SHA512 b02aec72ebef2086a61c54b05d66641c0a3fb10a4aa636d268679093a330ec4cba92161bae5313e6b74a9af986b01635ca59cd423dbb30ff1469ebf73b3f74b6
DIST pyeclib-1.8.0.tar.gz 48406 BLAKE2B e426b6358203bda4e4d22c7d490875e3ab173cdb6390745d344572acf5616eb8a96a56c14d73d089bcdf57a4163aee2fcfc4f23f702607d1722ab48715c7ff55 SHA512 84bc3b6820a886749bd31f2375690f70391e06ac7673d708d7aaf1e51b610a56650dca865eba9b47eab6e29c97a9c22a6b48d32177d07df8e66e8d7bbb52d927

View File

@@ -1,40 +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 optfeature pypi
DESCRIPTION="Messaging API for RPC and notifications over different messaging transports"
HOMEPAGE="
https://opendev.org/openstack/pyeclib/
https://pypi.org/project/pyeclib/
"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
DEPEND="
dev-libs/liberasurecode
"
RDEPEND="
${DEPEND}
"
BDEPEND="
test? (
dev-libs/isa-l
dev-libs/jerasure
)
"
distutils_enable_tests unittest
pkg_postinst() {
optfeature "isa-l backend" dev-libs/isa-l
optfeature "jerasure backend" dev-libs/jerasure
}