commit:     a44036989b2af2709d5013b7734553a450c30892
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  7 02:13:07 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Oct  7 02:32:27 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4403698

dev-python/sphinx-autoapi: Bump to 3.6.1

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

 dev-python/sphinx-autoapi/Manifest                 |  1 +
 .../sphinx-autoapi/sphinx-autoapi-3.6.1.ebuild     | 57 ++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/dev-python/sphinx-autoapi/Manifest 
b/dev-python/sphinx-autoapi/Manifest
index 5a87b6bcab44..7dfbd85a51f2 100644
--- a/dev-python/sphinx-autoapi/Manifest
+++ b/dev-python/sphinx-autoapi/Manifest
@@ -1 +1,2 @@
 DIST sphinx-autoapi-3.6.0.gh.tar.gz 73411 BLAKE2B 
0fbe15c138d72a32d224248d94652763d8303ff014dbf2d35d878232e021ebcd9a7b72a792dc4d81aea182ea9cc812290f70954242bffa989d08e1427bb3c94b
 SHA512 
9b671e3ca66ae40e95ce6df89952e9c1f2bf644087d9deaeb0e305de217fc8154445ff947ad9806949603f0956d95ae6d97c711fea52dcd44aa8f828b74f6c3d
+DIST sphinx-autoapi-3.6.1.gh.tar.gz 74022 BLAKE2B 
8e0ff4ce50454d49db409edcf842fff24bd1362cc048cf28a26fc4bbe128cbd0f0ba372ffb647db66d8b5d980c26db7b7192f05778014b7ec8ab2be7e2c33779
 SHA512 
42866432a55f5582eb7d2a1ea87ff7a5a34168cc3d0930d6f4c9d5f8c13f45db3ab8ff1290f12cc902906147c591bc7313448bbe39d10347a5381612b74729d9

diff --git a/dev-python/sphinx-autoapi/sphinx-autoapi-3.6.1.ebuild 
b/dev-python/sphinx-autoapi/sphinx-autoapi-3.6.1.ebuild
new file mode 100644
index 000000000000..34474b10e9e5
--- /dev/null
+++ b/dev-python/sphinx-autoapi/sphinx-autoapi-3.6.1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1
+
+DESCRIPTION="A new approach to API documentation in Sphinx"
+HOMEPAGE="
+       https://sphinx-autoapi.readthedocs.io/
+       https://github.com/readthedocs/sphinx-autoapi/
+       https://pypi.org/project/sphinx-autoapi/
+"
+# sdist is missing docs, as of 2.1.0
+SRC_URI="
+       https://github.com/readthedocs/sphinx-autoapi/archive/v${PV}.tar.gz
+               -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+       >=dev-python/astroid-3.0.0[${PYTHON_USEDEP}]
+       dev-python/jinja2[${PYTHON_USEDEP}]
+       dev-python/pyyaml[${PYTHON_USEDEP}]
+       >=dev-python/sphinx-7.4.0[${PYTHON_USEDEP}]
+"
+
+BDEPEND+="
+       test? (
+               dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+       )
+"
+
+DOCS=( README.rst CHANGELOG.rst )
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+       # Internet
+       tests/python/test_pyintegration.py::TestPEP695::test_integration
+       
tests/python/test_pyintegration.py::TestPipeUnionModule::test_integration
+       
"tests/test_integration.py::TestExtensionErrors::test_extension_setup_errors[dotnetexample"
+)
+
+src_prepare() {
+       distutils-r1_src_prepare
+
+       # remove conflicting pins
+       sed -i -e 's:~=:>=:' pyproject.toml || die
+}

Reply via email to