dev-python/sphinx-click: initial import

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri 2021-05-07 01:07:15 +02:00
parent ec8e05cc19
commit f8572eba2e
No known key found for this signature in database
GPG Key ID: 75DFA720D0EF7660
3 changed files with 53 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST sphinx-click-2.7.1.tar.gz 17608 BLAKE2B 4fe15f3e8ad413f36a9aa6125f973fdb8d150a0996a373bc877ccec1c40132d81235abaf28a1ab90e647cbdb6a9571d782078e1de19c98e76818c6a957490bec SHA512 55749ab1f48569225558eda243c77991623418a2185fbda266d75d3a52f4551fb619b3024bb368d8332e55c0755da7a9da5b5da97158c9d8eefec3a2007f201e

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<longdescription lang="en">
sphinx-click is a Sphinx plugin that allows you to automatically extract documentation from a click-based application and include it in your docs.
</longdescription>
<upstream>
<remote-id type="github">click-contrib/sphinx-click</remote-id>
<remote-id type="pypi">sphinx-click</remote-id>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,36 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1
DESCRIPTION="Sphinx plugin to automatically document click-based applications"
HOMEPAGE="
https://github.com/click-contrib/sphinx-click
https://pypi.org/project/sphinx-click
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
#KEYWORDS="~amd64"
SLOT="0"
RDEPEND="
${PYTHON_DEPS}
>=dev-python/sphinx-1.5[${PYTHON_USEDEP}]
<dev-python/sphinx-4[${PYTHON_USEDEP}]
>=dev-python/click-6[${PYTHON_USEDEP}]
<dev-python/click-8[${PYTHON_USEDEP}]
dev-python-docutils[${PYTHON_USEDEP}]
"
DEPEND="
test? (
>=dev-python/click-5[${PYTHON_USEDEP}]
<dev-python/click-8[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest
distutils_enable_sphinx docs