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/cov-core/
Date: Mon, 22 Nov 2021 10:46:27
Message-Id: 1637577593.3d88400a0ee806857594a5a778cf931c833494b3.mgorny@gentoo
1 commit: 3d88400a0ee806857594a5a778cf931c833494b3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 22 08:10:24 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 22 10:39:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d88400a
7
8 dev-python/cov-core: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/cov-core/cov-core-1.15.0-r2.ebuild | 17 -----------------
13 1 file changed, 17 deletions(-)
14
15 diff --git a/dev-python/cov-core/cov-core-1.15.0-r2.ebuild b/dev-python/cov-core/cov-core-1.15.0-r2.ebuild
16 deleted file mode 100644
17 index 53aa9ff78d20..000000000000
18 --- a/dev-python/cov-core/cov-core-1.15.0-r2.ebuild
19 +++ /dev/null
20 @@ -1,17 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="plugin core for use by pytest-cov, nose-cov and nose2-cov"
30 -HOMEPAGE="https://github.com/schlamar/cov-core"
31 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="MIT"
34 -SLOT="0"
35 -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
36 -
37 -RDEPEND=">=dev-python/coverage-3.6[${PYTHON_USEDEP}]"