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: Wed, 27 May 2020 07:03:26
Message-Id: 1590562997.cd3fca5032117fe924011894aa9582b53c832012.mgorny@gentoo
1 commit: cd3fca5032117fe924011894aa9582b53c832012
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 27 06:51:26 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 27 07:03:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd3fca50
7
8 dev-python/readthedocs-sphinx-ext: Bump to 1.0.4
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-1.0.4.ebuild | 27 ++++++++++++++++++++++
14 2 files changed, 28 insertions(+)
15
16 diff --git a/dev-python/readthedocs-sphinx-ext/Manifest b/dev-python/readthedocs-sphinx-ext/Manifest
17 index a8250eca244..3aef4c5fdc0 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-1.0.3.tar.gz 11589 BLAKE2B 9c6ac1bd3baa2a92cbc67d18f5fd6b3f63ce0fe7cc16832ad23940c7b8d85d88f299c8cba6623d0c2b229cbcc43e43ece926aefa01d6a3055ef9c252ddf68dfd SHA512 571336adbb3f6c9077d2530562f5d72092f8df440b282187fca5aaeb2a9c281aa49bc29423e550905696a200f692ebcea5fe6f83e023f64759224697c49e2f03
22 +DIST readthedocs-sphinx-ext-1.0.4.tar.gz 11686 BLAKE2B 3c188e52682f8c24633f79b9ec0eed7f06c922989f7578f06e0ede0e3844ca019e1905450df8d12150d05f3a82a1103a0786cb2c60dc3551e3e3097849cdc301 SHA512 52f45c26ae934b44a41073a9e77096ea8ed97f2a36ed1ea9b63084be0af58dcff24c6b729cda7a8b631f9fe5f56822ceabdbbd2e11056b44df18212986cb445a
23
24 diff --git a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.4.ebuild b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.4.ebuild
25 new file mode 100644
26 index 00000000000..e8bb844066b
27 --- /dev/null
28 +++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.4.ebuild
29 @@ -0,0 +1,27 @@
30 +# Copyright 2020 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
36 +inherit distutils-r1
37 +
38 +DESCRIPTION="Code specific for Read the Docs and Sphinx"
39 +HOMEPAGE="https://github.com/readthedocs/readthedocs-sphinx-ext"
40 +SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
41 +
42 +LICENSE="MIT"
43 +SLOT="0"
44 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
45 +
46 +RDEPEND="
47 + >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
48 + dev-python/requests[${PYTHON_USEDEP}]"
49 +PDEPEND="
50 + dev-python/sphinx[${PYTHON_USEDEP}]"
51 +BDEPEND="
52 + test? ( ${PDEPEND} )"
53 +
54 +# unittest should be sufficient but tests are very verbose, so pytest's
55 +# output capture is most welcome
56 +distutils_enable_tests pytest