From 290aebdea65a02557706eaeda477fef0437b6a48 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jun 2026 11:50:53 -0500 Subject: Adding metadata --- dev-python/sphinx-autoapi/Manifest | 1 - dev-python/sphinx-autoapi/metadata.xml | 21 --------- .../sphinx-autoapi/sphinx-autoapi-3.8.0.ebuild | 50 ---------------------- 3 files changed, 72 deletions(-) delete mode 100644 dev-python/sphinx-autoapi/Manifest delete mode 100644 dev-python/sphinx-autoapi/metadata.xml delete mode 100644 dev-python/sphinx-autoapi/sphinx-autoapi-3.8.0.ebuild (limited to 'dev-python/sphinx-autoapi') diff --git a/dev-python/sphinx-autoapi/Manifest b/dev-python/sphinx-autoapi/Manifest deleted file mode 100644 index 2cf63f25bc79..000000000000 --- a/dev-python/sphinx-autoapi/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sphinx-autoapi-3.8.0.gh.tar.gz 76444 BLAKE2B e4308f77dd0f982e4f68ee1e6eb21af1703241956adb7d91f81ce36f0f3f3b552fe3e27b9cde38d6a718a35124e6bf23ed9c2ff653f31699a65270a118a44dc6 SHA512 c65dfe55c816650dbc98dc45906995eb8ef314d2cf41cd101b59bcb5362b365941130ddef77bb92ac98622ac880e1d177229a8142c09879308d18cff5e6a664c diff --git a/dev-python/sphinx-autoapi/metadata.xml b/dev-python/sphinx-autoapi/metadata.xml deleted file mode 100644 index 1bfd9ce96426..000000000000 --- a/dev-python/sphinx-autoapi/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - python@gentoo.org - - - marco@sirabella.org - Marco Sirabella - - - proxy-maint@gentoo.org - Proxy Maintainers - - - - https://sphinx-autoapi.readthedocs.io - https://github.com/readthedocs/sphinx-autoapi/issues - - baldeagleos-repo - diff --git a/dev-python/sphinx-autoapi/sphinx-autoapi-3.8.0.ebuild b/dev-python/sphinx-autoapi/sphinx-autoapi-3.8.0.ebuild deleted file mode 100644 index 3209fc18d8c2..000000000000 --- a/dev-python/sphinx-autoapi/sphinx-autoapi-3.8.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# 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_{13..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" -) -- cgit v1.3.1