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-jsmath | |
parent | 0c100b7dd2b30e75b799d806df4ef899fd98e1ea (diff) |
gentoo resync : 12.05.2022
Diffstat (limited to 'dev-python/sphinxcontrib-jsmath')
4 files changed, 44 insertions, 31 deletions
diff --git a/dev-python/sphinxcontrib-jsmath/Manifest b/dev-python/sphinxcontrib-jsmath/Manifest index f94b04263bea..1bef2dcde620 100644 --- a/dev-python/sphinxcontrib-jsmath/Manifest +++ b/dev-python/sphinxcontrib-jsmath/Manifest @@ -1,3 +1,3 @@ DIST sphinxcontrib-jsmath-1.0.1.tar.gz 5787 BLAKE2B 055ff298e11678d7d30975e4bef509ece0128be30ca0c5fd2be1323c2eb4fe92f861826ea5ddfcbd2d3e3a80535b374d2b1a13446c2604f3e448d5a8982b9881 SHA512 c1e6488f5c0ca4567c27ec7c597c9db321ac32ce354c4ad62fea534b2ae1c0acb183a921f46216bbc3891f14acfaac05ddf324b8fdaf99828df07bc91aa7e5c7 -EBUILD sphinxcontrib-jsmath-1.0.1-r1.ebuild 857 BLAKE2B 887a8d2cce743e66a977ad4d55e34e2749b854837090f79b05bf8e4f4dc00f01be7855942155d023ef56f8234d9834273d85d5b97405c395a24d33cf8665ff70 SHA512 fa8cc4a20e4cd99f930424d71049eb2b673cb5c2d2ef57a679d5afb76dbf70c3452fec1dbb8755d3626279497939142607dd9da4a1265083d1d53082f77ccbb1 -MISC metadata.xml 395 BLAKE2B 87cd7a4f0f35f9767363276baf274acd92315cd6058d8c230c676b6d0ef89c0ceda13ae5b898e326a896ffeaa7cdbea2d10a12e9a73b6e1f2adbc16d09d10791 SHA512 a5f8578ed6f9beed4d91c0c418b06ed5118d88ff321b5f32e48be860d3e0d901110e7dc7e624f3fef62de44a7cc18d951c3d31cad7e07fca48e22e74662f87cf +EBUILD sphinxcontrib-jsmath-1.0.1-r2.ebuild 988 BLAKE2B 355a6a8427b576841642dd14bf7cd1f05f53ab580ffb2410e7c6a2087f5e79ddd1a39dcc6f4ea2340c455a16da229482f1d4410a3e5e4a4279c4f33d6dcb4258 SHA512 551b72f5c95ebadd820c1f190ca313193eb829d0915f1153bbab007e773fb63ca83df0b90143a17a49cbfe109f7ee2b15661a3f6fc25ab02f8248a22e48dc11d +MISC metadata.xml 419 BLAKE2B 7b22df905fbf04eb026a37a8bcf2512508558a000793354a80fd7cb06bcacbb032291c24b1edd40cf884248bb761f9e9638b5ff55c6d59aa406777dfe2361214 SHA512 3fec9aaa8e570dfb8c4559dee30b71bdc479d5ac18431fcf85d1fd415adce54b8f2783ced3a5392a08ed083570622e500bf489c7b168f65a395248aa2c235629 diff --git a/dev-python/sphinxcontrib-jsmath/metadata.xml b/dev-python/sphinxcontrib-jsmath/metadata.xml index bed75a549a92..a4a39611e5b7 100644 --- a/dev-python/sphinxcontrib-jsmath/metadata.xml +++ b/dev-python/sphinxcontrib-jsmath/metadata.xml @@ -5,6 +5,7 @@ <email>python@gentoo.org</email> <name>Python</name> </maintainer> + <stabilize-allarches/> <upstream> <remote-id type="pypi">sphinxcontrib-jsmath</remote-id> <remote-id type="github">sphinx-doc/sphinxcontrib-jsmath</remote-id> diff --git a/dev-python/sphinxcontrib-jsmath/sphinxcontrib-jsmath-1.0.1-r1.ebuild b/dev-python/sphinxcontrib-jsmath/sphinxcontrib-jsmath-1.0.1-r1.ebuild deleted file mode 100644 index c4cadff84cb7..000000000000 --- a/dev-python/sphinxcontrib-jsmath/sphinxcontrib-jsmath-1.0.1-r1.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 renders display math in HTML via JavaScript" -HOMEPAGE="https://www.sphinx-doc.org - https://github.com/sphinx-doc/sphinxcontrib-jsmath" -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 -} diff --git a/dev-python/sphinxcontrib-jsmath/sphinxcontrib-jsmath-1.0.1-r2.ebuild b/dev-python/sphinxcontrib-jsmath/sphinxcontrib-jsmath-1.0.1-r2.ebuild new file mode 100644 index 000000000000..1826623ad02b --- /dev/null +++ b/dev-python/sphinxcontrib-jsmath/sphinxcontrib-jsmath-1.0.1-r2.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 renders display math in HTML via JavaScript" +HOMEPAGE=" + https://www.sphinx-doc.org/ + https://github.com/sphinx-doc/sphinxcontrib-jsmath/ + https://pypi.org/project/sphinxcontrib-jsmath/ +" +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 +} |