From: Michał Górny Date: Sun, 29 Mar 2020 09:06:12 +0000 (+0200) Subject: dev-python/sphinx-testing: Remove redundant versions X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ffac982963b4a47055d78589dde9db3241477800;p=gentoo.git dev-python/sphinx-testing: Remove redundant versions Signed-off-by: Michał Górny --- diff --git a/dev-python/sphinx-testing/Manifest b/dev-python/sphinx-testing/Manifest index df086e6c0f27..8ad7d89fd404 100644 --- a/dev-python/sphinx-testing/Manifest +++ b/dev-python/sphinx-testing/Manifest @@ -1,2 +1 @@ -DIST sphinx-testing-0.7.2.tar.gz 11040 BLAKE2B 503e38eabfe8dbe28942f9165a83db2dec0f9ac52e1e55f7298848b7a6b55244e1b5623bfda7f4e1380eab16ef81cf51c6bc11e919a8b45506f17759ae0ee181 SHA512 d267c74d97443db2df69914a825da969021e37fc61b8a664ef382504fa826387a95230bf9259b58c6f26721f33985fa2168d2714342a2166b59740cf1b3ad724 DIST sphinx-testing-1.0.1.tar.gz 11513 BLAKE2B 46ede243507a0d90b2ad4b918deadb818491bb0ed15ce41886040c52650f9fd348ff57c03766fd1e7719bbb54726f8915e091cf94a5396da946102ca49fd07b2 SHA512 2d377c0c6fe8e34a463b35e96938507a3ca35fa06cd19a2682eb55825e1b88982a80a02ebb9a02a47f11ca5e8fe6a5b9e5c8114d955fa3b774e0148e82121818 diff --git a/dev-python/sphinx-testing/sphinx-testing-0.7.2.ebuild b/dev-python/sphinx-testing/sphinx-testing-0.7.2.ebuild deleted file mode 100644 index b70328a430ff..000000000000 --- a/dev-python/sphinx-testing/sphinx-testing-0.7.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Testing utility classes and functions for Sphinx extensions" -HOMEPAGE="https://github.com/sphinx-doc/sphinx-testing" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="dev-python/six[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}]" - -DEPEND="${RDEPEND} - test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -python_test() { - nosetests || die -}