mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-31 09:08:08 -07:00
dev-python/pyeclib: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST pyeclib-1.6.4.tar.gz 50928 BLAKE2B a115cbe6157f30edd2da3c3a16ff2c7871e1349c827491e80d2ca36e0ee221cf37bd49545f375828e16a3ceac7b84fae1d25247c86053ffba62d8196a9d0980d SHA512 132c2fda295f6bea3609b22783c0d68e65814929061785269e94fc29f35054b99c6073d836f61c5396c48d951eb35f3c83010946ac28f9ac900e2ff7bffefc20
|
||||
DIST pyeclib-1.7.0.tar.gz 45842 BLAKE2B 92931ee9dcdd980cfad076f89459341e5b5ea8816e2a12081f59faa98bb678090d27494f86bb307948470c04fd1a52219467433fe653858215b02810646e8976 SHA512 b02aec72ebef2086a61c54b05d66641c0a3fb10a4aa636d268679093a330ec4cba92161bae5313e6b74a9af986b01635ca59cd423dbb30ff1469ebf73b3f74b6
|
||||
|
||||
@@ -1,47 +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
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
|
||||
src_prepare() {
|
||||
# https://review.opendev.org/c/openstack/pyeclib/+/798010
|
||||
sed -e '/library_dirs/d' -i setup.py || die
|
||||
distutils-r1_src_prepare
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
optfeature "isa-l backend" dev-libs/isa-l
|
||||
optfeature "jerasure backend" dev-libs/jerasure
|
||||
}
|
||||
Reference in New Issue
Block a user