*/*: Clean PYTHON_COMPAT of obsolete impls
[gentoo.git] / dev-python / rencode / rencode-1.0.5-r1.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 PYTHON_COMPAT=( python2_7 python3_{6,7} )
7 inherit distutils-r1
8
9 DESCRIPTION="similar to bencode from the BitTorrent project"
10 HOMEPAGE="https://github.com/aresch/rencode"
11 SRC_URI="https://github.com/aresch/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
12
13 LICENSE="GPL-3"
14 SLOT="0"
15 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
16 IUSE=""
17
18 RDEPEND=""
19 DEPEND="dev-python/cython[${PYTHON_USEDEP}]"