diff --git a/dev-python/os-api-ref/Manifest b/dev-python/os-api-ref/Manifest index 737e39255b..04b388085d 100644 --- a/dev-python/os-api-ref/Manifest +++ b/dev-python/os-api-ref/Manifest @@ -1 +1 @@ -DIST os-api-ref-2.2.0.tar.gz 93273 BLAKE2B 9da508d51993f5b71474d39e818bfdc897023a6104e708c6c30b807bb20891f05685aa241605d1cf30540b75108e7914c932ba7aa6fa1619961c11ab2c7ee6d8 SHA512 3d25b3cd702c611577c86c206a60f92d929191f9e75c210e04c639c2a597ea58d31c81c17b79e41276c3e5b391e2c7bb95a9d7483b0f248e230d03550da3af96 +DIST os-api-ref-2.3.0.tar.gz 92864 BLAKE2B 48d74f40a4b865520ec1b61235245f2571262c14c46f994d9b6655a33376a981732212ad4f38b894e495e6381302054eb455516de03b2d2f87662c8f29f4650d SHA512 e53063df90393c17e764e640c4ad5e1e6f1da7286ce9da6bdd460d54e2f831022a366c9cb711b95d8bfa872294309620f2d44cd4910277971ff2f2719c5d81eb diff --git a/dev-python/os-api-ref/os-api-ref-2.2.0.ebuild b/dev-python/os-api-ref/os-api-ref-2.3.0.ebuild similarity index 72% rename from dev-python/os-api-ref/os-api-ref-2.2.0.ebuild rename to dev-python/os-api-ref/os-api-ref-2.3.0.ebuild index 76e9c9352d..c98ce0e43e 100644 --- a/dev-python/os-api-ref/os-api-ref-2.2.0.ebuild +++ b/dev-python/os-api-ref/os-api-ref-2.3.0.ebuild @@ -1,14 +1,18 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 +EPYTEST_DESELECT=( os_api_ref/tests/test_microversions.py::TestMicroversions::test_parameters_table ) PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 DESCRIPTION="Sphinx Extensions to support API reference sites in OpenStack" -HOMEPAGE="https://docs.openstack.org/os-api-ref/latest" +HOMEPAGE=" + https://opendev.org/openstack/os-api-ref + https://pypi.org/project/os-api-ref/ +" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" @@ -19,10 +23,10 @@ RDEPEND=" >=dev-python/openstackdocstheme-2.2.1[${PYTHON_USEDEP}] >=dev-python/pyyaml-3.1.2[${PYTHON_USEDEP}] >=dev-python/six-1.10.0[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] + >=dev-python/sphinx-4.0.0[${PYTHON_USEDEP}] " +DEPEND="${RDEPEND}" BDEPEND=" - ${RDEPEND} test? ( >=dev-python/beautifulsoup4-4.6.0[${PYTHON_USEDEP}] >=dev-python/sphinx-testing-1.0.1[${PYTHON_USEDEP}] @@ -33,7 +37,3 @@ BDEPEND=" distutils_enable_tests pytest distutils_enable_sphinx doc/source ">=dev-python/openstackdocstheme-2.2.1" - -python_test() { - pytest -vv --deselect os_api_ref/tests/test_microversions.py::TestMicroversions::test_parameters_table || die -}