Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rencode/
Date: Wed, 19 Feb 2020 19:06:57
Message-Id: 1582139202.a37dc8297fb53dbc5fbe88b01171e1dc01a267dc.asturm@gentoo
1 commit: a37dc8297fb53dbc5fbe88b01171e1dc01a267dc
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 19 18:57:34 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 19 19:06:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a37dc829
7
8 dev-python/rencode: Drop 1.0.5 (r0)
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-python/rencode/rencode-1.0.5.ebuild | 19 -------------------
14 1 file changed, 19 deletions(-)
15
16 diff --git a/dev-python/rencode/rencode-1.0.5.ebuild b/dev-python/rencode/rencode-1.0.5.ebuild
17 deleted file mode 100644
18 index 49f14f940bf..00000000000
19 --- a/dev-python/rencode/rencode-1.0.5.ebuild
20 +++ /dev/null
21 @@ -1,19 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -PYTHON_COMPAT=( python3_6 )
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="similar to bencode from the BitTorrent project"
31 -HOMEPAGE="https://github.com/aresch/rencode"
32 -SRC_URI="https://github.com/aresch/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
33 -
34 -LICENSE="GPL-3"
35 -SLOT="0"
36 -KEYWORDS="amd64 ~arm ~sparc x86 ~amd64-linux ~x86-linux"
37 -IUSE=""
38 -
39 -RDEPEND=""
40 -DEPEND="dev-python/cython[${PYTHON_USEDEP}]"