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/sphinx_rtd_theme/
Date: Thu, 05 Mar 2020 18:06:58
Message-Id: 1583431373.4cda57fdb61cef91565b4cf50dd51dcc240c7a14.mgorny@gentoo
1 commit: 4cda57fdb61cef91565b4cf50dd51dcc240c7a14
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 5 18:02:53 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 5 18:02:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cda57fd
7
8 dev-python/sphinx_rtd_theme: Revbump to drop py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../sphinx_rtd_theme-0.4.3-r1.ebuild | 27 ++++++++++++++++++++++
13 1 file changed, 27 insertions(+)
14
15 diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.4.3-r1.ebuild b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.4.3-r1.ebuild
16 new file mode 100644
17 index 00000000000..9b07580f820
18 --- /dev/null
19 +++ b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.4.3-r1.ebuild
20 @@ -0,0 +1,27 @@
21 +# Copyright 1999-2020 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=7
25 +
26 +DISTUTILS_USE_SETUPTOOLS=rdepend
27 +PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
28 +
29 +inherit distutils-r1
30 +
31 +DESCRIPTION="ReadTheDocs.org theme for Sphinx"
32 +HOMEPAGE="https://github.com/readthedocs/sphinx_rtd_theme"
33 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
34 +
35 +LICENSE="MIT"
36 +SLOT="0"
37 +KEYWORDS="~amd64 ~x86"
38 +IUSE=""
39 +
40 +PDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
41 +BDEPEND="
42 + test? (
43 + ${PDEPEND}
44 + dev-python/readthedocs-sphinx-ext[${PYTHON_USEDEP}]
45 + )"
46 +
47 +distutils_enable_tests pytest