From dafe7b9ddbbc0eded04b409eeceefddc3c2a292e Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 3 Dec 2020 13:41:10 +0100 Subject: dev-python/pymad: Port up to py3.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/758161 Signed-off-by: Michał Górny --- dev-python/pymad/pymad-0.10.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'dev-python/pymad') diff --git a/dev-python/pymad/pymad-0.10.ebuild b/dev-python/pymad/pymad-0.10.ebuild index 70a673dee65a..2d72b05df66a 100644 --- a/dev-python/pymad/pymad-0.10.ebuild +++ b/dev-python/pymad/pymad-0.10.ebuild @@ -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}" -- cgit v1.2.3-65-gdbad