dev-python/pymad: Port up to py3.9

Closes: https://bugs.gentoo.org/758161
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-12-03 13:41:10 +01:00
parent 1051c7478d
commit dafe7b9ddb

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
PYTHON_COMPAT=( python3_{6..9} )
DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1
@@ -11,6 +11,7 @@ inherit distutils-r1
DESCRIPTION="Python wrapper for libmad MP3 decoding in python"
HOMEPAGE="https://github.com/jaqx0r/pymad"
SRC_URI="https://github.com/jaqx0r/${PN}/archive/version/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-version-${PV}"
LICENSE="GPL-2"
SLOT="0"
@@ -18,5 +19,3 @@ KEYWORDS="~amd64 ~ppc ~x86"
DEPEND="media-libs/libmad"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}-version-${PV}"