Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinxcontrib-trio/
Date: Mon, 03 Feb 2020 18:07:57
Message-Id: 1580751921.7d099febc40ace52dec92b312a0292bdcaa394e4.andrewammerlaan@gentoo
1 commit: 7d099febc40ace52dec92b312a0292bdcaa394e4
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Mon Feb 3 17:45:21 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Mon Feb 3 17:45:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7d099feb
7
8 dev-python/sphinxcontrib-trio: Make Sphinx better at docum. func. and meth.
9
10 Package-Manager: Portage-2.3.86, Repoman-2.3.20
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 dev-python/sphinxcontrib-trio/Manifest | 1 +
14 dev-python/sphinxcontrib-trio/metadata.xml | 9 ++++++++
15 .../sphinxcontrib-trio-1.1.0.ebuild | 26 ++++++++++++++++++++++
16 3 files changed, 36 insertions(+)
17
18 diff --git a/dev-python/sphinxcontrib-trio/Manifest b/dev-python/sphinxcontrib-trio/Manifest
19 new file mode 100644
20 index 0000000..0992ef5
21 --- /dev/null
22 +++ b/dev-python/sphinxcontrib-trio/Manifest
23 @@ -0,0 +1 @@
24 +DIST sphinxcontrib-trio-1.1.0.tar.gz 23372 BLAKE2B 3b9c651ea575efd53848135533e531f25aeb0b45ee3d57722e7bed324c13fe7bea5eb4a1ac529913a999241c3346f8eee3d6c5e68a2ac7a1676b1e721e3c923d SHA512 d7de31d396aaee2836f854bdeba75eb5748890428601ed9f6aca1386c8c7b347ff86680bbe7257387d461f2ebdd98a6145d4887277263d40fff5450cd31e38a1
25
26 diff --git a/dev-python/sphinxcontrib-trio/metadata.xml b/dev-python/sphinxcontrib-trio/metadata.xml
27 new file mode 100644
28 index 0000000..628ab20
29 --- /dev/null
30 +++ b/dev-python/sphinxcontrib-trio/metadata.xml
31 @@ -0,0 +1,9 @@
32 +<?xml version="1.0" encoding="UTF-8"?>
33 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 +
35 +<pkgmetadata>
36 + <maintainer type="person">
37 + <email>andrewammerlaan@××××××.net</email>
38 + <name>Andrew Ammerlaan</name>
39 + </maintainer>
40 +</pkgmetadata>
41
42 diff --git a/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.0.ebuild b/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.0.ebuild
43 new file mode 100644
44 index 0000000..e592dc2
45 --- /dev/null
46 +++ b/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.0.ebuild
47 @@ -0,0 +1,26 @@
48 +# Copyright 1999-2020 Gentoo Authors
49 +# Distributed under the terms of the GNU General Public License v2
50 +
51 +EAPI=7
52 +
53 +PYTHON_COMPAT=( python3_{6,7,8} )
54 +
55 +inherit distutils-r1
56 +
57 +DESCRIPTION="Make Sphinx better at documenting Python functions and methods"
58 +HOMEPAGE="https://github.com/python-trio/sphinxcontrib-trio"
59 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
60 +
61 +LICENSE="|| ( Apache-2.0 MIT )"
62 +KEYWORDS="~amd64 ~x86"
63 +SLOT="0"
64 +
65 +RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
66 +
67 +DEPEND="test? (
68 + dev-python/contextlib2[${PYTHON_USEDEP}]
69 + dev-python/cssselect[${PYTHON_USEDEP}]
70 + dev-python/lxml[${PYTHON_USEDEP}] )"
71 +
72 +distutils_enable_sphinx docs/source
73 +distutils_enable_tests pytest