commit:     c822add786b4708cb1ff0f7946b377403b1574e4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 09:50:20 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 09:55:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c822add7

dev-python/pymad: Enable py3.10

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

 dev-python/pymad/pymad-0.10-r1.ebuild | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/dev-python/pymad/pymad-0.10-r1.ebuild 
b/dev-python/pymad/pymad-0.10-r1.ebuild
index f9e7b3d99845..0708a1057149 100644
--- a/dev-python/pymad/pymad-0.10-r1.ebuild
+++ b/dev-python/pymad/pymad-0.10-r1.ebuild
@@ -4,13 +4,19 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 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"
+HOMEPAGE="
+       https://github.com/jaqx0r/pymad/
+       https://pypi.org/project/pymad/
+"
+SRC_URI="
+       https://github.com/jaqx0r/${PN}/archive/version/${PV}.tar.gz
+               -> ${P}.tar.gz
+"
 S="${WORKDIR}/${PN}-version-${PV}"
 
 LICENSE="GPL-2"

Reply via email to