diff options
Diffstat (limited to 'dev-python/sphinxcontrib-applehelp')
-rw-r--r-- | dev-python/sphinxcontrib-applehelp/Manifest | 1 | ||||
-rw-r--r-- | dev-python/sphinxcontrib-applehelp/sphinxcontrib-applehelp-2.0.0-r1.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/dev-python/sphinxcontrib-applehelp/Manifest b/dev-python/sphinxcontrib-applehelp/Manifest index 05499161a377..5c43a9e46be1 100644 --- a/dev-python/sphinxcontrib-applehelp/Manifest +++ b/dev-python/sphinxcontrib-applehelp/Manifest @@ -1,3 +1,4 @@ DIST sphinxcontrib_applehelp-2.0.0.tar.gz 20053 BLAKE2B bf405807969d9b55e6123997a9fd10aadf59e71bd9740fae043b1f605aad6d4f9b2f8a15942638246da3aa3282098fc408979f45c33331fadf613f2822f6f0f2 SHA512 8fefd599e413f1e9e53fa62a0fbeafed8ac231e18805e56950d45fe9eda670051dea6a938aea5df58c8fc93f61d524a129495fc4c609fcba7653ba1511d6bc6b +EBUILD sphinxcontrib-applehelp-2.0.0-r1.ebuild 716 BLAKE2B 4473c43b208bb9f39b80dd25cc8f07bed9d5475301bcf0981edceb598cfe6c1512061218e4d5dcbe6dba6b10512cebb5ed6cf487c07bccc1daa7b05fa583e806 SHA512 a2799ce71755f6fa4ac846bcd8f137daf80a8c48cc124c42860f3ae2938f783b3da74fc72a67fa3d41cd74c711d32e3cba511065e69ed203f6ab2457d0d9119c EBUILD sphinxcontrib-applehelp-2.0.0.ebuild 722 BLAKE2B 87690c55b4fcad55924f2e080395b6df373e46f750d615040e7bbaa1c0c707ef434ff1cd4d82c1401b41df2c2fad3d14ea23980f968dc075d149b966335a8ba5 SHA512 c8f6bb542d82c4e37c38fccfad59faa28b4b111f9d52e768550b42b90e30d2d36fadb4ec3227630033d85b90d411d553e734592353412c03e44a2c49fd9ff5ce MISC metadata.xml 425 BLAKE2B 69f933f9bbb268736b6d99ac9256c9b2a5eb53259e117a2e02dd5b2d284d83b947c9e58fee62f4b2bbf1446829f337319fdd4c1f703d6f6c84a4ca5799d141cf SHA512 76f9a4483e7899eff96173738d4c116988fbb64852a306359649dd882abbc6b574e685a7947e4636f517aeb4b4ff56a9f8f84d9aab8da63c45fcaced3ce1aa15 diff --git a/dev-python/sphinxcontrib-applehelp/sphinxcontrib-applehelp-2.0.0-r1.ebuild b/dev-python/sphinxcontrib-applehelp/sphinxcontrib-applehelp-2.0.0-r1.ebuild new file mode 100644 index 000000000000..5e77f640b660 --- /dev/null +++ b/dev-python/sphinxcontrib-applehelp/sphinxcontrib-applehelp-2.0.0-r1.ebuild @@ -0,0 +1,29 @@ +# 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 Apple help book" +HOMEPAGE=" + https://www.sphinx-doc.org/ + https://github.com/sphinx-doc/sphinxcontrib-applehelp/ + https://pypi.org/project/sphinxcontrib-applehelp/ +" + +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? ( ${PDEPEND} ) +" + +distutils_enable_tests pytest |