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: Mon, 02 Nov 2020 14:48:27
Message-Id: 1604328173.2e1873161d2f8f2c66f00d15827ac3ddb7054126.mgorny@gentoo
1 commit: 2e1873161d2f8f2c66f00d15827ac3ddb7054126
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 2 14:42:53 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 2 14:42:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e187316
7
8 dev-python/readthedocs-sphinx-ext: Remove old
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.0.ebuild | 27 ----------------------
14 2 files changed, 28 deletions(-)
15
16 diff --git a/dev-python/readthedocs-sphinx-ext/Manifest b/dev-python/readthedocs-sphinx-ext/Manifest
17 index 0e1e6935bd6..c6ef32d9329 100644
18 --- a/dev-python/readthedocs-sphinx-ext/Manifest
19 +++ b/dev-python/readthedocs-sphinx-ext/Manifest
20 @@ -1,2 +1 @@
21 -DIST readthedocs-sphinx-ext-2.1.0.tar.gz 9961 BLAKE2B a172fb2b7bff930f4ef728c5509e0a303bd46fd07e5da496721896751dcd0fa4fa4ba3b4d3251931598cb6172e186a3f340100f13d88c840bcb6912e5a134185 SHA512 81e60f3b6216e1c0fef12493e668cff561937bc5da965b0dfd06dca2f034f95291dfa977f94f726ec7f0bf048fa57d9fd7887219ec172b14ff2558be5e09a130
22 DIST readthedocs-sphinx-ext-2.1.1.tar.gz 10181 BLAKE2B 01ca34befd0f18bb747d7f843e0cc394e19db4fe471f2bb21617b6dbdf4c1ad9721047185561f9bfbd8f770e1fefd5b560e65d7c5e2675c1bc8d74e08252eeb1 SHA512 5594e375133477ecdc1d22a78c0d4dac73c5e8c1715f4309a9674497ef860b07e8872bb4ba471fbffacd8bd22bc49741b8df54ad9ca9bb474acd9cdee72c8969
23
24 diff --git a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.0.ebuild b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.0.ebuild
25 deleted file mode 100644
26 index 1b290f5a107..00000000000
27 --- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.0.ebuild
28 +++ /dev/null
29 @@ -1,27 +0,0 @@
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