mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 10:58:21 -07:00
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:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user