summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-26 18:10:14 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-26 18:16:23 +0100
commitea3778a52d9b8523f988939578048b741364c934 (patch)
treecbb6c1c4bfc446d8c4622b23fcc7b42785a12aba /dev-python/cov-core
parentacct-{group,user}: remove sh keyword (diff)
downloadgentoo-ea3778a52d9b8523f988939578048b741364c934.tar.gz
gentoo-ea3778a52d9b8523f988939578048b741364c934.tar.bz2
gentoo-ea3778a52d9b8523f988939578048b741364c934.zip
dev-python/cov-core: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cov-core')
-rw-r--r--dev-python/cov-core/Manifest1
-rw-r--r--dev-python/cov-core/cov-core-1.7.ebuild19
2 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/cov-core/Manifest b/dev-python/cov-core/Manifest
index 036caf1a3a30..f85649084cb3 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 8dec4df1d0b8..000000000000
--- 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=""