diff options
| author | Michał Górny <mgorny@gentoo.org> | 2026-02-21 07:26:44 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2026-02-21 10:22:36 +0100 |
| commit | f158d78b23c761502f0c5c5e98f5e59c20ffb367 (patch) | |
| tree | ae87f5e104d28b2f6222d084b49906226d94ea4e /dev-python | |
| parent | eb183a8b206ca0692b5f9a88b7e7ff9571a46c34 (diff) | |
| download | gentoo-f158d78b23c761502f0c5c5e98f5e59c20ffb367.tar.gz gentoo-f158d78b23c761502f0c5c5e98f5e59c20ffb367.tar.bz2 gentoo-f158d78b23c761502f0c5c5e98f5e59c20ffb367.zip | |
dev-python/stevedore: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/stevedore/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/stevedore/stevedore-5.5.0.ebuild | 49 |
2 files changed, 0 insertions, 50 deletions
diff --git a/dev-python/stevedore/Manifest b/dev-python/stevedore/Manifest index 019e3d70bbc5f..4ef2d14c6c839 100644 --- a/dev-python/stevedore/Manifest +++ b/dev-python/stevedore/Manifest @@ -1,2 +1 @@ -DIST stevedore-5.5.0.tar.gz 513878 BLAKE2B 4a062394f3c2bb1044a5510fa15d8124696bfb6a7a8f39470158b51293709bd6aca31f74f44db150ccc5bcb7102a413a063e34693a48f80bd3f85f7c7fe3c204 SHA512 4fa4806ddb98430893f44f97e4e43b6eab244bd47c72cec196418edf1f55647c29e47c4f6b4c6c42069001415471d9cecdc149e9d5a504422143a7f143813381 DIST stevedore-5.6.0.tar.gz 516074 BLAKE2B a6fe95df46bf0b0da44564f21a4a8fc5f9df1ddee882ed001d01bc916202f50645ef914219959d1ba1b463936733815f20faf5f10ea6be9a76c0d69c1196f149 SHA512 253cae8ab14e4dcc33bf656112da7329957ca4acda8b92fec7d590b499092c762b07b4f0fa2e63aa99a29b9edb7efba4655f4f14b8e65ace1e20f1a9b2dc441c diff --git a/dev-python/stevedore/stevedore-5.5.0.ebuild b/dev-python/stevedore/stevedore-5.5.0.ebuild deleted file mode 100644 index 6d46c074d766f..0000000000000 --- a/dev-python/stevedore/stevedore-5.5.0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2025 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 -} |
