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-testing/
Date: Sun, 29 Mar 2020 09:16:15
Message-Id: 1585473352.ffac982963b4a47055d78589dde9db3241477800.mgorny@gentoo
1 commit: ffac982963b4a47055d78589dde9db3241477800
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 09:06:12 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 09:15:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffac9829
7
8 dev-python/sphinx-testing: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/sphinx-testing/Manifest | 1 -
13 .../sphinx-testing/sphinx-testing-0.7.2.ebuild | 27 ----------------------
14 2 files changed, 28 deletions(-)
15
16 diff --git a/dev-python/sphinx-testing/Manifest b/dev-python/sphinx-testing/Manifest
17 index df086e6c0f2..8ad7d89fd40 100644
18 --- a/dev-python/sphinx-testing/Manifest
19 +++ b/dev-python/sphinx-testing/Manifest
20 @@ -1,2 +1 @@
21 -DIST sphinx-testing-0.7.2.tar.gz 11040 BLAKE2B 503e38eabfe8dbe28942f9165a83db2dec0f9ac52e1e55f7298848b7a6b55244e1b5623bfda7f4e1380eab16ef81cf51c6bc11e919a8b45506f17759ae0ee181 SHA512 d267c74d97443db2df69914a825da969021e37fc61b8a664ef382504fa826387a95230bf9259b58c6f26721f33985fa2168d2714342a2166b59740cf1b3ad724
22 DIST sphinx-testing-1.0.1.tar.gz 11513 BLAKE2B 46ede243507a0d90b2ad4b918deadb818491bb0ed15ce41886040c52650f9fd348ff57c03766fd1e7719bbb54726f8915e091cf94a5396da946102ca49fd07b2 SHA512 2d377c0c6fe8e34a463b35e96938507a3ca35fa06cd19a2682eb55825e1b88982a80a02ebb9a02a47f11ca5e8fe6a5b9e5c8114d955fa3b774e0148e82121818
23
24 diff --git a/dev-python/sphinx-testing/sphinx-testing-0.7.2.ebuild b/dev-python/sphinx-testing/sphinx-testing-0.7.2.ebuild
25 deleted file mode 100644
26 index b70328a430f..00000000000
27 --- a/dev-python/sphinx-testing/sphinx-testing-0.7.2.ebuild
28 +++ /dev/null
29 @@ -1,27 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -PYTHON_COMPAT=( python3_6 )
35 -
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Testing utility classes and functions for Sphinx extensions"
39 -HOMEPAGE="https://github.com/sphinx-doc/sphinx-testing"
40 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="BSD-2"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~arm ~arm64"
45 -IUSE="test"
46 -RESTRICT="!test? ( test )"
47 -
48 -RDEPEND="dev-python/six[${PYTHON_USEDEP}]
49 - dev-python/sphinx[${PYTHON_USEDEP}]"
50 -
51 -DEPEND="${RDEPEND}
52 - test? ( dev-python/nose[${PYTHON_USEDEP}] )"
53 -
54 -python_test() {
55 - nosetests || die
56 -}