commit:     dafe7b9ddbbc0eded04b409eeceefddc3c2a292e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  3 12:41:10 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec  3 12:42:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dafe7b9d

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

Closes: https://bugs.gentoo.org/758161
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pymad/pymad-0.10.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/pymad/pymad-0.10.ebuild 
b/dev-python/pymad/pymad-0.10.ebuild
index 70a673dee65..2d72b05df66 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}"

Reply via email to