dev-python/stevedore: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-08-21 06:43:44 +02:00
parent 6cff354e54
commit 38f19ead1b
2 changed files with 0 additions and 50 deletions

View File

@@ -1,2 +1 @@
DIST stevedore-5.8.0.tar.gz 514710 BLAKE2B 905fe75ba6ba85be25a1a6761dd31a5c802d80c0532f59562e489b39eda91ec83c2dcc61320f7b8040f5c4ab39130ac253a8dd88c335fcda8ae727032cdec340 SHA512 f11aff48fb3cc66c4319ceeeaf8aff316cc0047021a28d3976f527b7321fe204faab414e4793dd93d82edd8d11391600ea8479cc6da2115fa7189d4f48b7ffad
DIST stevedore-5.9.0.tar.gz 514850 BLAKE2B 822c51a1637bb2eaad30b57426a43fa1baa4ccc3d36ebcbec1cc979ce5d1f18e831fc31ef1136830784d3d1576e8bd129a9fc51a399de24453c382040b6434b8 SHA512 90f579779114cee32b4e06fa5eb60dce5ba4592a8a0ddfcbecacddf9682e105cf9b53f9c1c19049d80969eb561c73bf592d920a620182c664e558134dcae2605

View File

@@ -1,49 +0,0 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=pbr
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1 pypi
DESCRIPTION="Manage dynamic plugins for Python applications"
HOMEPAGE="
https://opendev.org/openstack/stevedore/
https://github.com/openstack/stevedore/
https://pypi.org/project/stevedore/
"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~mips ~ppc64 ~riscv ~s390 ~sparc x86"
BDEPEND="
test? (
dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/testtools[${PYTHON_USEDEP}]
)
"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
distutils_enable_sphinx 'doc/source' \
'>=dev-python/openstackdocstheme-1.18.1' \
'>=dev-python/reno-2.5.0' \
'>=dev-python/sphinx-2.0.0'
python_test() {
local EPYTEST_DESELECT=(
# also fails in venv
stevedore/tests/test_cache.py::TestCache::test_disable_caching_file
)
local EPYTEST_IGNORE=()
if ! has_version "dev-python/sphinx[${PYTHON_USEDEP}]"; then
EPYTEST_IGNORE+=(
stevedore/tests/test_sphinxext.py
)
fi
epytest
}