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/rencode/
Date: Sun, 12 Sep 2021 07:49:15
Message-Id: 1631432885.d003c35bec098bb9884205134dba67331b1f8503.mgorny@gentoo
1 commit: d003c35bec098bb9884205134dba67331b1f8503
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 12 07:48:05 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 12 07:48:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d003c35b
7
8 dev-python/rencode: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/rencode/rencode-1.0.6.ebuild | 20 --------------------
13 1 file changed, 20 deletions(-)
14
15 diff --git a/dev-python/rencode/rencode-1.0.6.ebuild b/dev-python/rencode/rencode-1.0.6.ebuild
16 deleted file mode 100644
17 index a23f32664aa..00000000000
18 --- a/dev-python/rencode/rencode-1.0.6.ebuild
19 +++ /dev/null
20 @@ -1,20 +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_{7,8,9} )
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="similar to bencode from the BitTorrent project"
30 -HOMEPAGE="https://github.com/aresch/rencode"
31 -SRC_URI="https://github.com/aresch/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
32 -
33 -LICENSE="GPL-3"
34 -SLOT="0"
35 -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux"
36 -IUSE=""
37 -
38 -RDEPEND=""
39 -DEPEND="dev-python/cython[${PYTHON_USEDEP}]
40 - dev-python/wheel[${PYTHON_USEDEP}]"