diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-12-14 18:54:46 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-12-14 18:54:46 +0000 |
| commit | c481be7e1e8fbed206971d407b512daf8ff6cf18 (patch) | |
| tree | cf213fa703bc1a78dfac6f1df094c7b82637fcbd /dev-python/sphinx-autoapi/sphinx-autoapi-3.3.3.ebuild | |
| parent | 4cd9d0dda82f1784f71ed4bfe85de33f5be89e08 (diff) | |
| download | baldeagleos-repo-c481be7e1e8fbed206971d407b512daf8ff6cf18.tar.gz baldeagleos-repo-c481be7e1e8fbed206971d407b512daf8ff6cf18.tar.xz baldeagleos-repo-c481be7e1e8fbed206971d407b512daf8ff6cf18.zip | |
Adding metadata
Diffstat (limited to 'dev-python/sphinx-autoapi/sphinx-autoapi-3.3.3.ebuild')
| -rw-r--r-- | dev-python/sphinx-autoapi/sphinx-autoapi-3.3.3.ebuild | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/dev-python/sphinx-autoapi/sphinx-autoapi-3.3.3.ebuild b/dev-python/sphinx-autoapi/sphinx-autoapi-3.3.3.ebuild deleted file mode 100644 index 578ec2d8256f..000000000000 --- a/dev-python/sphinx-autoapi/sphinx-autoapi-3.3.3.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) - -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-6.1.0[${PYTHON_USEDEP}] -" - -BDEPEND+=" - test? ( dev-python/beautifulsoup4[${PYTHON_USEDEP}] ) -" - -DOCS=( README.rst CHANGELOG.rst ) - -distutils_enable_tests pytest - -python_test() { - local 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" - ) - - distutils-r1_python_test -} |
