diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-05-12 16:42:50 +0300 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-05-12 16:42:50 +0300 |
commit | 752d6256e5204b958b0ef7905675a940b5e9172f (patch) | |
tree | 330d16e6362a49cbed8875a777fe641a43376cd3 /dev-python/sphinxcontrib-devhelp | |
parent | 0c100b7dd2b30e75b799d806df4ef899fd98e1ea (diff) |
gentoo resync : 12.05.2022
Diffstat (limited to 'dev-python/sphinxcontrib-devhelp')
4 files changed, 44 insertions, 31 deletions
diff --git a/dev-python/sphinxcontrib-devhelp/Manifest b/dev-python/sphinxcontrib-devhelp/Manifest index 1932bfe00d28..a71d1469eba4 100644 --- a/dev-python/sphinxcontrib-devhelp/Manifest +++ b/dev-python/sphinxcontrib-devhelp/Manifest @@ -1,3 +1,3 @@ DIST sphinxcontrib-devhelp-1.0.2.tar.gz 17398 BLAKE2B fcf04148bc4a77963517d9011c20a6b77eee499f1a5dcd4a9631b4f415f80a9f7091b254f74ba2fbc9b7106dfb741dc839e14813e088d5a0802793ed457e95df SHA512 83b46eaf26df3932ea2136cfda1c0fca4fc08ce8bca564845b3efe5bb00d6c8c93991f4edd4913d4ec796e2d85bd2c7265adf28e98f42e8094daeb5ac11a0eb1 -EBUILD sphinxcontrib-devhelp-1.0.2.ebuild 840 BLAKE2B a40ad56323f8ba52475b939d5f90c7fba69be338adb00b7acd793095fc75f376af2aaaa6bbca61ca3deb9256df9d5ea774163d874dcb066a3d5750a6602be267 SHA512 5f359c12b021e9ceb1b19f2db98a7a3cfe26cccd25d32b439fea9eae4d89bea4ef98fee7d06c7032d5162785e01c05f67235df5f7e86fdb10811c1dd65770985 -MISC metadata.xml 397 BLAKE2B cd13b65a17c389d1121c158185e57195c44affbb24c0953e05a2623470bd68203d670844c1164f68aac75207d0b1168dd256565d745204c473dbd7785f67cbb9 SHA512 acea189a2682a65a29cbc32947fa0784f63f3b2b18efd0b1bac46ce64403b16006c106c37d0b9478421153ea658cba326491deaa70b0549ea8d5cff0af7db2e0 +EBUILD sphinxcontrib-devhelp-1.0.2-r1.ebuild 972 BLAKE2B 01ffae3c4915af723e81edb851654dd19e1251ef7e46d42ae0706e38206b731ec9bde67de6fb419c684227dbbc6460ff2bea30f526d07611a98037e66c0e6d8a SHA512 22de5b21ad4cf4e3d563e713d1d491e975bcd666a49b35cc12c90961a7e0f6d09d79eaf5658e6f2222a084019511e7f1988ffb6b7cd7603659eb0358fee51c95 +MISC metadata.xml 421 BLAKE2B 0149d4fd64eb705d8731df8aab1a95f29797e68db4cee2dc31b9c1e1cda44223d966e0ffbd1e5ec1b83952f18c3d9965d4d1d7df51fcf88d8549e30572b0ab91 SHA512 b4051429218926b1a0ea4cf02f48a1ed3014245baa2fc4704d4fff116234fa2a83cd8c229377faa8e2f613445df1391d292c77482c59bc5441289e7d92bb8dc7 diff --git a/dev-python/sphinxcontrib-devhelp/metadata.xml b/dev-python/sphinxcontrib-devhelp/metadata.xml index cebcc5dabf24..6baa5f4c3acd 100644 --- a/dev-python/sphinxcontrib-devhelp/metadata.xml +++ b/dev-python/sphinxcontrib-devhelp/metadata.xml @@ -5,6 +5,7 @@ <email>python@gentoo.org</email> <name>Python</name> </maintainer> + <stabilize-allarches/> <upstream> <remote-id type="pypi">sphinxcontrib-devhelp</remote-id> <remote-id type="github">sphinx-doc/sphinxcontrib-devhelp</remote-id> diff --git a/dev-python/sphinxcontrib-devhelp/sphinxcontrib-devhelp-1.0.2-r1.ebuild b/dev-python/sphinxcontrib-devhelp/sphinxcontrib-devhelp-1.0.2-r1.ebuild new file mode 100644 index 000000000000..7c3d92d32739 --- /dev/null +++ b/dev-python/sphinxcontrib-devhelp/sphinxcontrib-devhelp-1.0.2-r1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Sphinx extension which outputs Devhelp documents" +HOMEPAGE=" + https://www.sphinx-doc.org/ + https://github.com/sphinx-doc/sphinxcontrib-devhelp/ + https://pypi.org/project/sphinxcontrib-devhelp/ +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + +PDEPEND=" + >=dev-python/sphinx-2.0[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( ${PDEPEND} ) +" + +distutils_enable_tests pytest + +python_compile() { + distutils-r1_python_compile + find "${BUILD_DIR}" -name '*.pth' -delete || die +} + +python_test() { + distutils_write_namespace sphinxcontrib + cd "${T}" || die + epytest "${S}"/tests +} diff --git a/dev-python/sphinxcontrib-devhelp/sphinxcontrib-devhelp-1.0.2.ebuild b/dev-python/sphinxcontrib-devhelp/sphinxcontrib-devhelp-1.0.2.ebuild deleted file mode 100644 index b2eae1f99fb8..000000000000 --- a/dev-python/sphinxcontrib-devhelp/sphinxcontrib-devhelp-1.0.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} pypy3 ) -inherit distutils-r1 - -DESCRIPTION="Sphinx extension which outputs Devhelp documents" -HOMEPAGE="https://www.sphinx-doc.org - https://github.com/sphinx-doc/sphinxcontrib-devhelp" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" - -RDEPEND="dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]" -PDEPEND=" - >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]" -BDEPEND=" - test? ( ${PDEPEND} )" - -distutils_enable_tests pytest - -python_install_all() { - distutils-r1_python_install_all - find "${ED}" -name '*.pth' -delete || die -} |