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: Wed, 22 Dec 2021 07:44:02
Message-Id: 1640159034.c43c18f584c704dac23c8c412ce1d51ee0edc6e0.mgorny@gentoo
1 commit: c43c18f584c704dac23c8c412ce1d51ee0edc6e0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 22 07:43:34 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 22 07:43:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c43c18f5
7
8 dev-python/sphinx_rtd_theme: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/sphinx_rtd_theme/Manifest | 1 -
13 .../sphinx_rtd_theme/sphinx_rtd_theme-0.5.2.ebuild | 32 ----------------------
14 2 files changed, 33 deletions(-)
15
16 diff --git a/dev-python/sphinx_rtd_theme/Manifest b/dev-python/sphinx_rtd_theme/Manifest
17 index 37d58481f12a..36c2ba7770a6 100644
18 --- a/dev-python/sphinx_rtd_theme/Manifest
19 +++ b/dev-python/sphinx_rtd_theme/Manifest
20 @@ -1,2 +1 @@
21 -DIST sphinx_rtd_theme-0.5.2.tar.gz 7606638 BLAKE2B c104121b36c89f4d2b7c2fc12433ffd1a7cba9b9d532358dafd53061b2ca9ead4bb93b7b596394c244a9da51c0b9299f2fe0ec8d4ca102015b6c7dfb92081813 SHA512 dd46bfeb05b433970d8130c06cad6dfa9dbc4e9db2d9a8190b80232d75b4d0a86590c17d64b9b1dcd2cb1d042033f4d2c2ce2e5cac0239c6b86899628b94b274
22 DIST sphinx_rtd_theme-1.0.0.tar.gz 2780623 BLAKE2B 02e72ddade0632423d21e512ab86fbdcc9f18eddbef328ba766f1b06a49c838808af4ee000e57c8f0f40112569b35c1b62c9c0c8853c237fd2ddb6de76d48a21 SHA512 06025445e1358c994bf0c15a382ec8f8f3f2114dfac19f340585a3660d91a279100c2d16ef665d9eb8d38b0e4ed264e96d3ac6814dd01b9430d2f8a0d8275178
23
24 diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.5.2.ebuild b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.5.2.ebuild
25 deleted file mode 100644
26 index e63a57663ece..000000000000
27 --- a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.5.2.ebuild
28 +++ /dev/null
29 @@ -1,32 +0,0 @@
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..10} pypy3 )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="ReadTheDocs.org theme for Sphinx"
39 -HOMEPAGE="https://github.com/readthedocs/sphinx_rtd_theme"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="MIT"
43 -SLOT="0"
44 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
45 -IUSE=""
46 -
47 -PDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
48 -RDEPEND="<dev-python/docutils-0.17[${PYTHON_USEDEP}]"
49 -BDEPEND="
50 - test? (
51 - ${PDEPEND}
52 - dev-python/readthedocs-sphinx-ext[${PYTHON_USEDEP}]
53 - )"
54 -
55 -distutils_enable_tests pytest
56 -
57 -src_configure() {
58 - # CI=1 disables rebuilding webpack that requires npm use
59 - # yes, that surely makes sense
60 - export CI=1
61 -}