From 7d099febc40ace52dec92b312a0292bdcaa394e4 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Mon, 3 Feb 2020 18:45:21 +0100 Subject: dev-python/sphinxcontrib-trio: Make Sphinx better at docum. func. and meth. Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan --- dev-python/sphinxcontrib-trio/Manifest | 1 + dev-python/sphinxcontrib-trio/metadata.xml | 9 ++++++++ .../sphinxcontrib-trio-1.1.0.ebuild | 26 ++++++++++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 dev-python/sphinxcontrib-trio/Manifest create mode 100644 dev-python/sphinxcontrib-trio/metadata.xml create mode 100644 dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.0.ebuild (limited to 'dev-python/sphinxcontrib-trio') diff --git a/dev-python/sphinxcontrib-trio/Manifest b/dev-python/sphinxcontrib-trio/Manifest new file mode 100644 index 000000000..0992ef5cd --- /dev/null +++ b/dev-python/sphinxcontrib-trio/Manifest @@ -0,0 +1 @@ +DIST sphinxcontrib-trio-1.1.0.tar.gz 23372 BLAKE2B 3b9c651ea575efd53848135533e531f25aeb0b45ee3d57722e7bed324c13fe7bea5eb4a1ac529913a999241c3346f8eee3d6c5e68a2ac7a1676b1e721e3c923d SHA512 d7de31d396aaee2836f854bdeba75eb5748890428601ed9f6aca1386c8c7b347ff86680bbe7257387d461f2ebdd98a6145d4887277263d40fff5450cd31e38a1 diff --git a/dev-python/sphinxcontrib-trio/metadata.xml b/dev-python/sphinxcontrib-trio/metadata.xml new file mode 100644 index 000000000..628ab2017 --- /dev/null +++ b/dev-python/sphinxcontrib-trio/metadata.xml @@ -0,0 +1,9 @@ + + + + + + andrewammerlaan@riseup.net + Andrew Ammerlaan + + diff --git a/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.0.ebuild b/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.0.ebuild new file mode 100644 index 000000000..e592dc298 --- /dev/null +++ b/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="Make Sphinx better at documenting Python functions and methods" +HOMEPAGE="https://github.com/python-trio/sphinxcontrib-trio" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="|| ( Apache-2.0 MIT )" +KEYWORDS="~amd64 ~x86" +SLOT="0" + +RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]" + +DEPEND="test? ( + dev-python/contextlib2[${PYTHON_USEDEP}] + dev-python/cssselect[${PYTHON_USEDEP}] + dev-python/lxml[${PYTHON_USEDEP}] )" + +distutils_enable_sphinx docs/source +distutils_enable_tests pytest -- cgit v1.2.3-65-gdbad