summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-11-07 16:28:02 +0100
committerMichał Górny <mgorny@gentoo.org>2023-11-07 16:28:02 +0100
commit4a5464b6db8a7568a11d7e82af703379eebad69b (patch)
tree685b424cbc6999765f521f04b49fbd7d32c5d966 /dev-python/pygal
parentdev-python/pytest-services: Enable py3.12 (diff)
downloadgentoo-4a5464b6db8a7568a11d7e82af703379eebad69b.tar.gz
gentoo-4a5464b6db8a7568a11d7e82af703379eebad69b.tar.bz2
gentoo-4a5464b6db8a7568a11d7e82af703379eebad69b.zip
dev-python/pygal: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pygal')
-rw-r--r--dev-python/pygal/pygal-3.0.0-r4.ebuild12
1 files changed, 9 insertions, 3 deletions
diff --git a/dev-python/pygal/pygal-3.0.0-r4.ebuild b/dev-python/pygal/pygal-3.0.0-r4.ebuild
index 085675d1b7c2..6e1231be0113 100644
--- a/dev-python/pygal/pygal-3.0.0-r4.ebuild
+++ b/dev-python/pygal/pygal-3.0.0-r4.ebuild
@@ -4,14 +4,20 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
PYTHON_REQ_USE="xml(+)"
inherit distutils-r1 optfeature
DESCRIPTION="A python SVG charts generator"
-HOMEPAGE="https://github.com/Kozea/pygal/"
-SRC_URI="https://github.com/Kozea/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
+HOMEPAGE="
+ https://github.com/Kozea/pygal/
+ https://pypi.org/project/pygal/
+"
+SRC_URI="
+ https://github.com/Kozea/pygal/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
LICENSE="LGPL-3+"
SLOT="0"