diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-03-09 19:14:39 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-03-09 19:14:39 +0000 |
| commit | 6e09959beed2f9355ea5dcbb8ead535bba0a57fc (patch) | |
| tree | 9fa816eeec8c6e6c41ad102f54b2d44f0baf4b99 /dev-python/sphinx-autoapi | |
| parent | 3e3968c9e274a143289f3732da5d130f6e2a226b (diff) | |
| download | baldeagleos-repo-6e09959beed2f9355ea5dcbb8ead535bba0a57fc.tar.gz baldeagleos-repo-6e09959beed2f9355ea5dcbb8ead535bba0a57fc.tar.xz baldeagleos-repo-6e09959beed2f9355ea5dcbb8ead535bba0a57fc.zip | |
Adding metadata
Diffstat (limited to 'dev-python/sphinx-autoapi')
| -rw-r--r-- | dev-python/sphinx-autoapi/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/sphinx-autoapi/sphinx-autoapi-3.8.0.ebuild | 50 |
2 files changed, 51 insertions, 0 deletions
diff --git a/dev-python/sphinx-autoapi/Manifest b/dev-python/sphinx-autoapi/Manifest index 5ee631b41231..d359f049928d 100644 --- a/dev-python/sphinx-autoapi/Manifest +++ b/dev-python/sphinx-autoapi/Manifest @@ -1,2 +1,3 @@ DIST sphinx-autoapi-3.6.1.gh.tar.gz 74022 BLAKE2B 8e0ff4ce50454d49db409edcf842fff24bd1362cc048cf28a26fc4bbe128cbd0f0ba372ffb647db66d8b5d980c26db7b7192f05778014b7ec8ab2be7e2c33779 SHA512 42866432a55f5582eb7d2a1ea87ff7a5a34168cc3d0930d6f4c9d5f8c13f45db3ab8ff1290f12cc902906147c591bc7313448bbe39d10347a5381612b74729d9 DIST sphinx-autoapi-3.7.0.gh.tar.gz 76405 BLAKE2B 7fae64ef459f10720c19bb93b3765ffee3f11a1ca74800bf565935c4acdf63782d8964dbf2badb8bd62607d4dfa982db313d30d2d21f2634e26f2071eddbdff4 SHA512 0aa86eed5288d2efe33c74c0c50b19f6c58b2c51caca3577afd7e67007a4004cc5e89eafdbdc43378c9b8cc21039bcde0e9f1def0ea5e24d404eec12058d1b79 +DIST sphinx-autoapi-3.8.0.gh.tar.gz 76444 BLAKE2B e4308f77dd0f982e4f68ee1e6eb21af1703241956adb7d91f81ce36f0f3f3b552fe3e27b9cde38d6a718a35124e6bf23ed9c2ff653f31699a65270a118a44dc6 SHA512 c65dfe55c816650dbc98dc45906995eb8ef314d2cf41cd101b59bcb5362b365941130ddef77bb92ac98622ac880e1d177229a8142c09879308d18cff5e6a664c diff --git a/dev-python/sphinx-autoapi/sphinx-autoapi-3.8.0.ebuild b/dev-python/sphinx-autoapi/sphinx-autoapi-3.8.0.ebuild new file mode 100644 index 000000000000..c4ab31caa8cd --- /dev/null +++ b/dev-python/sphinx-autoapi/sphinx-autoapi-3.8.0.ebuild @@ -0,0 +1,50 @@ +# Copyright 2022-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{10..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" +) |
