commit:     c0a92f5d5ca194161cbca5d0e870625333a06989
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 21 06:27:10 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 21 09:22:36 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0a92f5d

dev-python/stevedore: Bump to 5.7.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/stevedore/Manifest               |  1 +
 dev-python/stevedore/stevedore-5.7.0.ebuild | 49 +++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/stevedore/Manifest b/dev-python/stevedore/Manifest
index 4ef2d14c6c83..d7fc9c99c5d8 100644
--- a/dev-python/stevedore/Manifest
+++ b/dev-python/stevedore/Manifest
@@ -1 +1,2 @@
 DIST stevedore-5.6.0.tar.gz 516074 BLAKE2B 
a6fe95df46bf0b0da44564f21a4a8fc5f9df1ddee882ed001d01bc916202f50645ef914219959d1ba1b463936733815f20faf5f10ea6be9a76c0d69c1196f149
 SHA512 
253cae8ab14e4dcc33bf656112da7329957ca4acda8b92fec7d590b499092c762b07b4f0fa2e63aa99a29b9edb7efba4655f4f14b8e65ace1e20f1a9b2dc441c
+DIST stevedore-5.7.0.tar.gz 516200 BLAKE2B 
b08b135c1c2dd400cb286814638ebcaabffafd3b7fd6bcc27688d329f57fbdd5c9cf03b1101e8eb448fd88ff2a74526f1e39a03f396edcc1081d8cc3ab836ee8
 SHA512 
1abb448332e1a790acacc5e71fff2fcc1203ec52504ce03d103980f134b73cca41de1675873741bab6725bd8510867dff15b473dce3966bb9f3504780235dc40

diff --git a/dev-python/stevedore/stevedore-5.7.0.ebuild 
b/dev-python/stevedore/stevedore-5.7.0.ebuild
new file mode 100644
index 000000000000..85f6b659f5b4
--- /dev/null
+++ b/dev-python/stevedore/stevedore-5.7.0.ebuild
@@ -0,0 +1,49 @@
+# 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
+}

Reply via email to