diff options
Diffstat (limited to 'dev-python/sphinxcontrib-devhelp')
-rw-r--r-- | dev-python/sphinxcontrib-devhelp/Manifest | 2 | ||||
-rw-r--r-- | dev-python/sphinxcontrib-devhelp/sphinxcontrib-devhelp-2.0.0.ebuild | 29 |
2 files changed, 31 insertions, 0 deletions
diff --git a/dev-python/sphinxcontrib-devhelp/Manifest b/dev-python/sphinxcontrib-devhelp/Manifest index fa1f85449aef..0169e5822086 100644 --- a/dev-python/sphinxcontrib-devhelp/Manifest +++ b/dev-python/sphinxcontrib-devhelp/Manifest @@ -1,3 +1,5 @@ DIST sphinxcontrib_devhelp-1.0.6.tar.gz 12480 BLAKE2B 40fcbd13156cba5d904ee30e98284f0bc6f53e4dc2003cbeca6cb0189122d8b453ca7ab849570bbea615a2b0d4fc016b1ff6f72b2f8ec337b9424b4fc9ff8a57 SHA512 97ab48f4adc16140323220bd23447d74fdec1d223e64c06a325df9568436bbce31edf5b33103dc81e0eb937f7ac8328b012fce80d2d6fd995dc0f63e9fb15f77 +DIST sphinxcontrib_devhelp-2.0.0.tar.gz 12967 BLAKE2B b99418693db6b1d3466b18025c6d2be73d4a567419454905642ccc805f34292df1bb6b69a8f39b6a48ed3335fc61a59d9e5a08e65909885b9facbcc90937fcc5 SHA512 72d0bef99f46422160e54053e2594f04a90cd5bc0d8a7ce51259e013472fb9b5102dd87a2807771455d04ceceea94df5fd77cea08e922688f70b62630087083e EBUILD sphinxcontrib-devhelp-1.0.6.ebuild 717 BLAKE2B 988454b778924350e9c1765857bafb5267dc1baf12e2b9fdc7073c56117c6a555adc7ed2b4b03b017368c47bd0ad9c1f757a5295fb6a9bade5ba75616a621b94 SHA512 c43fc0d2347410cf3b7335e083738ab096fc25586fa919c876a6d58550e1bf464600ef54a07e87f2e16aa72e8dccb70a27785e1cec422df17aa8979192c8370f +EBUILD sphinxcontrib-devhelp-2.0.0.ebuild 725 BLAKE2B 4c7136764e8dc9d0cc19157775a6baaf283fb65b8f9ae57fbdab6675d56398ae19d179ecbe12c0a771102d58727e53b2d1fd1bfbe5c56e093e81459ed0139267 SHA512 04230b20c0dfc0d59f2520eddd88eeb5834e6925231b47041f7c0a212edab2ac9bb7db09eb15e9072c37b6b779d2d8746d9706e4faff85106b55594e41cd4ee1 MISC metadata.xml 421 BLAKE2B 0149d4fd64eb705d8731df8aab1a95f29797e68db4cee2dc31b9c1e1cda44223d966e0ffbd1e5ec1b83952f18c3d9965d4d1d7df51fcf88d8549e30572b0ab91 SHA512 b4051429218926b1a0ea4cf02f48a1ed3014245baa2fc4704d4fff116234fa2a83cd8c229377faa8e2f613445df1391d292c77482c59bc5441289e7d92bb8dc7 diff --git a/dev-python/sphinxcontrib-devhelp/sphinxcontrib-devhelp-2.0.0.ebuild b/dev-python/sphinxcontrib-devhelp/sphinxcontrib-devhelp-2.0.0.ebuild new file mode 100644 index 000000000000..74fb38077fc0 --- /dev/null +++ b/dev-python/sphinxcontrib-devhelp/sphinxcontrib-devhelp-2.0.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{10..13} pypy3 ) + +inherit distutils-r1 pypi + +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/ +" + +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-5[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( ${PDEPEND} ) +" + +distutils_enable_tests pytest |