Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/readthedocs-sphinx-ext/
Date: Thu, 12 May 2022 07:13:42
Message-Id: 1652339609.c26a9f6f096d5d02b4f34341d2f5fcbf5b969d0e.mgorny@gentoo
1 commit: c26a9f6f096d5d02b4f34341d2f5fcbf5b969d0e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 12 06:17:23 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 12 07:13:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c26a9f6f
7
8 dev-python/readthedocs-sphinx-ext: Bump to 2.1.6
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/readthedocs-sphinx-ext/Manifest | 1 +
13 .../readthedocs-sphinx-ext-2.1.6.ebuild | 35 ++++++++++++++++++++++
14 2 files changed, 36 insertions(+)
15
16 diff --git a/dev-python/readthedocs-sphinx-ext/Manifest b/dev-python/readthedocs-sphinx-ext/Manifest
17 index f8baeb212617..2be2e32a9a29 100644
18 --- a/dev-python/readthedocs-sphinx-ext/Manifest
19 +++ b/dev-python/readthedocs-sphinx-ext/Manifest
20 @@ -1 +1,2 @@
21 DIST readthedocs-sphinx-ext-2.1.5.tar.gz 12351 BLAKE2B 5cb3e821b04dabb492cac194ec3be4cdf5874811d8e57556c653611d4a1e2d57a38c00492662d1530f25f15a011834a7966af4c58b9f8f8fe71559753cf3d79d SHA512 0d2960ca55bf9be4faad0a8aa9cdcde74aaa69529b98be6059377ae037ce447d5919617fd8d4afb85ece6dc7f2693426e1a5574049025859e300211f7a5802fb
22 +DIST readthedocs-sphinx-ext-2.1.6.tar.gz 12343 BLAKE2B bbc1b80e18c1023ef498b7508b1acc400279042ec224bb5d51e60eef586ca2a95a740cddf4bf4a2f165c7012a521cff01196286ca21a51c5a0ffde03e2bdb70f SHA512 f9a4cffbd8939162c2a439e08f5f52a2313f00f42b3efecd4fa1431aa85aac205afcd04b5ecda089a4a239ef77e4f885a7cba9884219229b7c576f173bc52b14
23
24 diff --git a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.6.ebuild b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.6.ebuild
25 new file mode 100644
26 index 000000000000..63333c7b8aee
27 --- /dev/null
28 +++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.6.ebuild
29 @@ -0,0 +1,35 @@
30 +# Copyright 2020-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=setuptools
36 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Code specific for Read the Docs and Sphinx"
41 +HOMEPAGE="
42 + https://github.com/readthedocs/readthedocs-sphinx-ext/
43 + https://pypi.org/project/readthedocs-sphinx-ext/
44 +"
45 +SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
46 +
47 +LICENSE="MIT"
48 +SLOT="0"
49 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
50 +
51 +RDEPEND="
52 + >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
53 + dev-python/requests[${PYTHON_USEDEP}]
54 +"
55 +PDEPEND="
56 + dev-python/sphinx[${PYTHON_USEDEP}]
57 +"
58 +BDEPEND="
59 + test? ( ${PDEPEND} )
60 +"
61 +
62 +# unittest should be sufficient but tests are very verbose, so pytest's
63 +# output capture is most welcome
64 +distutils_enable_tests pytest