Gentoo Archives: gentoo-commits

From: Theo Anderson <telans@××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinx-click/
Date: Thu, 17 Jun 2021 05:55:49
Message-Id: 1623799705.0643a9328cc79d0941e0db099355ba6968a67f13.telans@gentoo
1 commit: 0643a9328cc79d0941e0db099355ba6968a67f13
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Tue Jun 15 17:32:18 2021 +0000
4 Commit: Theo Anderson <telans <AT> posteo <DOT> de>
5 CommitDate: Tue Jun 15 23:28:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0643a932
7
8 dev-python/sphinx-click: add 3.0.1
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/sphinx-click/Manifest | 1 +
13 dev-python/sphinx-click/sphinx-click-3.0.1.ebuild | 29 +++++++++++++++++++++++
14 2 files changed, 30 insertions(+)
15
16 diff --git a/dev-python/sphinx-click/Manifest b/dev-python/sphinx-click/Manifest
17 index a07d48bd0..54f479211 100644
18 --- a/dev-python/sphinx-click/Manifest
19 +++ b/dev-python/sphinx-click/Manifest
20 @@ -1 +1,2 @@
21 DIST sphinx-click-3.0.0.tar.gz 19802 BLAKE2B 103b4d4374baac92baef327ed4a10e60b8ecbc1fecb828082ab2e9be766ba13bc4e1479d4e07eda456ba545be1626658cf599e48c3782f7257e646b819426b61 SHA512 a5d4aa443f149fbc875e773ac721a48e19f35c96ddff47fc5763639babe1dd7d87a92ce4b7139b0b2e6b252792de32f52e9bcbbf509c7af0fdbd12cb480fe0dc
22 +DIST sphinx-click-3.0.1.tar.gz 17193 BLAKE2B 4110e7b69975d90729b48eaa8587771ee8b082574774f1fbc22278c0e3c8993f16c7682aafa273198b14c1d698faed39216d4ff3563e5a6b56e0646a987bf58e SHA512 ef3627e53e762e19f0b11824f32369aece053cfa861b49cd08e8d8e34d392883fff7df79a1eb23b256d401a803c93eed4bad91daf54eb2ad4c93655911c2e8e4
23
24 diff --git a/dev-python/sphinx-click/sphinx-click-3.0.1.ebuild b/dev-python/sphinx-click/sphinx-click-3.0.1.ebuild
25 new file mode 100644
26 index 000000000..e19efe79f
27 --- /dev/null
28 +++ b/dev-python/sphinx-click/sphinx-click-3.0.1.ebuild
29 @@ -0,0 +1,29 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +PYTHON_COMPAT=( python3_{8,9} )
36 +
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="Sphinx plugin to automatically document click-based applications"
40 +HOMEPAGE="
41 + https://github.com/click-contrib/sphinx-click
42 + https://pypi.org/project/sphinx-click
43 +"
44 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 +
46 +LICENSE="MIT"
47 +KEYWORDS="~amd64 ~x86"
48 +SLOT="0"
49 +
50 +RDEPEND="
51 + >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]
52 + >=dev-python/click-6[${PYTHON_USEDEP}]
53 + <dev-python/docutils-0.17[${PYTHON_USEDEP}]
54 +"
55 +DEPEND=">=dev-python/pbr-2.0[${PYTHON_USEDEP}]"
56 +
57 +distutils_enable_tests pytest
58 +distutils_enable_sphinx docs --no-autodoc