*/*: Clean PYTHON_COMPAT of obsolete impls
[gentoo.git] / dev-python / amodem / amodem-1.13.1.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 PYTHON_COMPAT=( python3_6 pypy3 )
7
8 inherit distutils-r1
9
10 DESCRIPTION="Transmit data between two computers using audio"
11 HOMEPAGE="https://github.com/romanz/amodem"
12 SRC_URI="https://github.com/romanz/amodem/archive/v${PV}.tar.gz -> ${P}.tar.gz
13         mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
14
15 LICENSE="MIT"
16 SLOT="0"
17 KEYWORDS="~amd64 ~x86"