From 93d7658008fb431ae469d5b6356fd53390998561 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 1 Mar 2023 19:26:48 +0000 Subject: gentoo auto-resync : 01:03:2023 - 19:26:48 --- dev-python/sphinx-autoapi/Manifest | 4 +- .../sphinx-autoapi/sphinx-autoapi-2.0.0.ebuild | 13 +++++- .../sphinx-autoapi/sphinx-autoapi-2.0.1.ebuild | 54 ++++++++++++++++++++++ 3 files changed, 69 insertions(+), 2 deletions(-) create mode 100644 dev-python/sphinx-autoapi/sphinx-autoapi-2.0.1.ebuild (limited to 'dev-python/sphinx-autoapi') diff --git a/dev-python/sphinx-autoapi/Manifest b/dev-python/sphinx-autoapi/Manifest index c2ff69acf705..3076dcdd07dc 100644 --- a/dev-python/sphinx-autoapi/Manifest +++ b/dev-python/sphinx-autoapi/Manifest @@ -1,3 +1,5 @@ DIST sphinx-autoapi-2.0.0.gh.tar.gz 86051 BLAKE2B af6c2f997e7e018304c5f19d978fc87fa853d876781930c1220e8e823a078c80c86851a141ed01d7ab94fd76d747e8dfd7462dd5ccab84127f1c95d225324a92 SHA512 7188ed167de808028b2ac603abb6a136584698a1df4882755b80609f4760dab818cec5f4684bf5d16afc2ae1be112ecb96c7f02f989fcb67937c19c045f45b81 -EBUILD sphinx-autoapi-2.0.0.ebuild 1076 BLAKE2B d8179888ebf218663b1c72e70ac364c834a6075a71cc42a489e163ffa6f9438f35e88346bebbddd0e284bbf91ff5c29f9474753d3fa8e8523f2ca53114dd01af SHA512 64ceba6b038f65bea14ad3eba646d7b2cc90b9082d6f7fc68dae38f3bf46578b61ead5be322ae3319f145a67f6358cf82507ece45e54cb951eb763899c2c2325 +DIST sphinx-autoapi-2.0.1.gh.tar.gz 85974 BLAKE2B 5beea907901603a665367c244188f847fcc59f889df5da4e27dba39f36c9714347dab1e867d3bbed0fb44139eb1f77863178a0c831e06a6d373211892e8ce6ab SHA512 b7301a86fa6ebde80fd6289e92e2e9149323044f6db34e39305541ccb4bcb136a777c8e38c152f7536435290c86a0543d51c14290fbdfeb7b13805f711e00a80 +EBUILD sphinx-autoapi-2.0.0.ebuild 1366 BLAKE2B aed34cef0c018222e1ef0bdd56499807b7c2ef39f9807e5f6400368114bb235642b27a4109c31c32fe0f6a0717199910594e9978c79facb6e64e4ea97060c7f9 SHA512 90e9e0220601ed8909a51465ca887f4780ab13dbcd3aa1c847d3217c493b961822a9a05bc0dc4601564e3ee076a6c8083a235eaab90d8fd021e1b2121905884a +EBUILD sphinx-autoapi-2.0.1.ebuild 1526 BLAKE2B 7be2053cdf6deb66f7e2bad3b537f2cea637c1e35f555906e75fda366fbd551a73c99da339641291314f4c011d97d0526a4f143d0729c299886ff5ada13c01a8 SHA512 64417ad80f02bc2c4e92d48a2d2cf9182c3659ab84ad4d320e172c92789664953e596d7f7efe6d05e676e9243934c0ead7f962247dea2a6575bb272b5f43404c MISC metadata.xml 769 BLAKE2B 6f85e487a2d2def289bb54a6addc2338bb8af85b323ec1c95851945f9c407ec22bfadd8079ac8b6e00cfbc85caa0e2b09d82329f1f87a365fc44b69c7bcd9a20 SHA512 68f02a5f98234c2a5cb15aa04ce90077b154a7e3a7a69dc0a1d0a6b5c7b42c60624878a7e2fff1576c8b586fc15e7ef042942274d4e8473835bb3d8bfdbd8393 diff --git a/dev-python/sphinx-autoapi/sphinx-autoapi-2.0.0.ebuild b/dev-python/sphinx-autoapi/sphinx-autoapi-2.0.0.ebuild index ccd674abfc2c..f26014d3e974 100644 --- a/dev-python/sphinx-autoapi/sphinx-autoapi-2.0.0.ebuild +++ b/dev-python/sphinx-autoapi/sphinx-autoapi-2.0.0.ebuild @@ -38,4 +38,15 @@ EPYTEST_DESELECT=( ) distutils_enable_tests pytest -distutils_enable_sphinx docs --no-autodoc +distutils_enable_sphinx docs dev-python/sphinx-rtd-theme + +python_test() { + # https://github.com/readthedocs/sphinx-autoapi/issues/368 + if has_version ">=dev-python/sphinx-6.0"; then + EPYTEST_DESELECT+=( + tests/python/test_pyintegration.py::TestPositionalOnlyArgumentsModule::test_integration + ) + fi + + distutils-r1_python_test +} diff --git a/dev-python/sphinx-autoapi/sphinx-autoapi-2.0.1.ebuild b/dev-python/sphinx-autoapi/sphinx-autoapi-2.0.1.ebuild new file mode 100644 index 000000000000..9b8488762142 --- /dev/null +++ b/dev-python/sphinx-autoapi/sphinx-autoapi-2.0.1.ebuild @@ -0,0 +1,54 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) + +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/ +" +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[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + >=dev-python/sphinx-4.0[${PYTHON_USEDEP}] + dev-python/unidecode[${PYTHON_USEDEP}] +" + +DOCS=( README.rst CHANGELOG.rst ) + +# Test requires pypi download w/ internet: https://github.com/readthedocs/sphinx-autoapi/issues/329 +EPYTEST_DESELECT=( + tests/test_integration.py::TestExtensionErrors::test_extension_setup_errors[dotnetexample-override_conf2-AutoAPI +) + +distutils_enable_tests pytest +distutils_enable_sphinx docs dev-python/sphinx-rtd-theme + +python_test() { + # https://github.com/readthedocs/sphinx-autoapi/issues/368 + if has_version "