commit: ea3778a52d9b8523f988939578048b741364c934 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Mar 26 17:10:14 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Mar 26 17:16:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3778a5
dev-python/cov-core: Remove redundant versions Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/cov-core/Manifest | 1 - dev-python/cov-core/cov-core-1.7.ebuild | 19 ------------------- 2 files changed, 20 deletions(-) diff --git a/dev-python/cov-core/Manifest b/dev-python/cov-core/Manifest index 036caf1a3a3..f85649084cb 100644 --- a/dev-python/cov-core/Manifest +++ b/dev-python/cov-core/Manifest @@ -1,2 +1 @@ DIST cov-core-1.15.0.tar.gz 5890 BLAKE2B bddab94ae47ba19ecdee5aae0198d9086a423673362ac64f0885f773bd8b8ab3f4d6abf1203ee901e272161dfb4b64168f2aa5f2d0f4426ea279d6d7251e921e SHA512 1b962a6a7253c1f6530248f3a71058e7709ee5cca274166807f040163c9cc240e9e85e42820063476c1c0f6dfca81d45277738663ed818fe715b30db151ace16 -DIST cov-core-1.7.tar.gz 5972 BLAKE2B 0f1304722ea590ca6331be85413dcf614a9a4584101824e68775a0fbd41e82d92d5dd74115bd525e155937fba710201bd184873caf79c5f88a4bd10cefb5d848 SHA512 8e1744f686262c5affc6e2d7b08ce6277b60e79156a4c2491f805325048702f765b64c40acd53d59b5fd7358d85bf3ab367270eef4a12ad209db5f661612b140 diff --git a/dev-python/cov-core/cov-core-1.7.ebuild b/dev-python/cov-core/cov-core-1.7.ebuild deleted file mode 100644 index 8dec4df1d0b..00000000000 --- a/dev-python/cov-core/cov-core-1.7.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 pypy3 ) -inherit distutils-r1 - -DESCRIPTION="plugin core for use by pytest-cov, nose-cov and nose2-cov" -HOMEPAGE="https://bitbucket.org/memedough/cov-core/overview" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 arm hppa ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="dev-python/coverage[${PYTHON_USEDEP}]" -DEPEND=""
