diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-02-21 00:15:53 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-02-21 00:15:53 +0000 |
commit | db653baf275126269bb89ea0d2bdb8e50497a94c (patch) | |
tree | 9d1ee94cfa7312384acd366d3dd8f629660b3f18 /dev-python/sphinxcontrib-qthelp | |
parent | 1534d50aaf24272ec425fa439389ef7e1f7bf174 (diff) |
gentoo auto-resync : 21:02:2025 - 00:15:53
Diffstat (limited to 'dev-python/sphinxcontrib-qthelp')
-rw-r--r-- | dev-python/sphinxcontrib-qthelp/Manifest | 1 | ||||
-rw-r--r-- | dev-python/sphinxcontrib-qthelp/sphinxcontrib-qthelp-2.0.0-r1.ebuild | 32 |
2 files changed, 33 insertions, 0 deletions
diff --git a/dev-python/sphinxcontrib-qthelp/Manifest b/dev-python/sphinxcontrib-qthelp/Manifest index 9f49db260799..5e22c7023ad8 100644 --- a/dev-python/sphinxcontrib-qthelp/Manifest +++ b/dev-python/sphinxcontrib-qthelp/Manifest @@ -1,3 +1,4 @@ DIST sphinxcontrib_qthelp-2.0.0.tar.gz 17165 BLAKE2B 568d59a1ec6d46bf0974bda0112396ed0e73576bef691214ecd61e551030a55e719d485149aaa1ca353243155d48f8e0f1218a67ddeb73f3fc83c4b99655e52d SHA512 d551559a6f0fddf61ea24ce067e28a6bb8a61dda1f62e3a2531e43c8ec8059eb819b6a37f912425832c1b0f8dc4b830614240c38abca8a04b31ebb0ded59ec4d +EBUILD sphinxcontrib-qthelp-2.0.0-r1.ebuild 764 BLAKE2B cf1081e68c39a97a787ccfefe8335b22dbd88c44e0b2d1438d38c7c1b6729ea43fcd121614d6b2c98926d2292d040730657c5aae4844208174f16e3a92b1cfc6 SHA512 15aff66d85a52624413b6f358233b9105a005e5b599260b97c796e2b11af111402f4b8d549aecd7c460cc7ef04adcc6ef04b18371afea81e2612fa595ca2391e EBUILD sphinxcontrib-qthelp-2.0.0.ebuild 770 BLAKE2B 81bcf1ac9ab1e7dfc9db3edc361936a2065b861fb9c03d476d3de32a307b35d8ea3463c5dbe864d225e0494832e44f19320dec4c090df2cc9a37c58b2a787614 SHA512 70b4b34f558a8e3fec2b0234271de60b2b605167da1830918b1ca23bc21c415d8d7bed76743d2a7d49c8499fb36529371ec8b05ad3d1296b0ffee2b8fc74465c MISC metadata.xml 419 BLAKE2B 5a559b50428f6425568dfbae01bce3ada0905cbea24542e75122f1f3fce9e04cec6861f4d662515c7efa8c15a5b2347a83af5a2ea38326c069f9253436e7199e SHA512 559911ed37cd63368b2783fd6d65aa9b5fecc7b58422978f9d86b32eb8f50275f6b52a910ea4c73ef2ef3d081373862eff8a8e0e4098bd83c6b1cf4f06cd1af0 diff --git a/dev-python/sphinxcontrib-qthelp/sphinxcontrib-qthelp-2.0.0-r1.ebuild b/dev-python/sphinxcontrib-qthelp/sphinxcontrib-qthelp-2.0.0-r1.ebuild new file mode 100644 index 000000000000..6dc0c789f69c --- /dev/null +++ b/dev-python/sphinxcontrib-qthelp/sphinxcontrib-qthelp-2.0.0-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{11..13} pypy3_11 ) + +inherit distutils-r1 pypi + +DESCRIPTION="Sphinx extension which outputs QtHelp documents" +HOMEPAGE=" + https://www.sphinx-doc.org/ + https://github.com/sphinx-doc/sphinxcontrib-qthelp/ + https://pypi.org/project/sphinxcontrib-qthelp/ +" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + +PDEPEND=" + >=dev-python/sphinx-5[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + >=dev-python/defusedxml-0.7.1[${PYTHON_USEDEP}] + ${PDEPEND} + ) +" + +distutils_enable_tests pytest |