diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-03-21 10:50:20 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-03-21 10:55:51 +0100 |
commit | c822add786b4708cb1ff0f7946b377403b1574e4 (patch) | |
tree | 71c0c2f78cfcd335295076777b7865f13358ac31 | |
parent | sys-kernel/gentoo-sources: Linux 5.17.0 and genpatches (diff) | |
download | gentoo-c822add786b4708cb1ff0f7946b377403b1574e4.tar.gz gentoo-c822add786b4708cb1ff0f7946b377403b1574e4.tar.bz2 gentoo-c822add786b4708cb1ff0f7946b377403b1574e4.zip |
dev-python/pymad: Enable py3.10
Closes: https://bugs.gentoo.org/835725
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/pymad/pymad-0.10-r1.ebuild | 12 |
1 files 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" |