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/yappi/
Date: Sun, 29 Mar 2020 12:22:10
Message-Id: 1585483894.44ae524dbc38dd5554a4980895bf1ba3101c6b44.mgorny@gentoo
1 commit: 44ae524dbc38dd5554a4980895bf1ba3101c6b44
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 12:11:34 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 12:11:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44ae524d
7
8 dev-python/yappi: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/yappi/Manifest | 1 -
13 dev-python/yappi/yappi-0.98.ebuild | 24 ------------------------
14 2 files changed, 25 deletions(-)
15
16 diff --git a/dev-python/yappi/Manifest b/dev-python/yappi/Manifest
17 index 7f521d1616c..0454a3f54a2 100644
18 --- a/dev-python/yappi/Manifest
19 +++ b/dev-python/yappi/Manifest
20 @@ -1,2 +1 @@
21 -DIST yappi-0.98.tar.gz 37074 BLAKE2B 3a2c60f7c5987681f242230fc4fa0b87f924c0d1dbaedd3c240d30e6c440e2604e7add789cfd37052301a1f0ab99c81e2de30249fd6c83d5ba00624e131d266a SHA512 699e1845aac8e3c701c495913862597240b264c396b0b6ad0e9d6d533138caaeb883baeb036dc7b57bddf02ba411475401b2db77527d2ee63409d73b80f32098
22 DIST yappi-1.0.tar.gz 38939 BLAKE2B b07b38bc07ffb6ba7aea3728ba6977680ca7f2dcc499778110aa31e733c512e5704cd580d01faf3344849df6772f110472a01328447228e9c45180beefc36f3e SHA512 d743c471ee3797b9f3b24c831fcb4ddf2cec7c13c56e567c0618eeada9a534ca0b114929da623a2c67142c61f3c38b024b25ba5e32883113148f4377f7574905
23
24 diff --git a/dev-python/yappi/yappi-0.98.ebuild b/dev-python/yappi/yappi-0.98.ebuild
25 deleted file mode 100644
26 index 9d567d63673..00000000000
27 --- a/dev-python/yappi/yappi-0.98.ebuild
28 +++ /dev/null
29 @@ -1,24 +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 -inherit distutils-r1
36 -
37 -DESCRIPTION="Yet Another Python Profiler"
38 -HOMEPAGE="https://bitbucket.org/sumerc/yappi/"
39 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
40 -
41 -LICENSE="MIT"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~x86"
44 -IUSE="test"
45 -RESTRICT="!test? ( test )"
46 -
47 -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
48 -DEPEND="${RDEPEND}
49 - test? ( dev-python/nose[${PYTHON_USEDEP}] )"
50 -
51 -python_test() {
52 - esetup.py test
53 -}