summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-06-01 15:20:28 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-01 15:22:31 +0200
commit9300a334ee62b416c1eb9dbf87185373948c4b6a (patch)
treeb0591324192f1f8ba9e9d5e297247b3f188d00d0
parentdev-python/pkgconfig: Enable py3.12 (diff)
downloadgentoo-9300a334ee62b416c1eb9dbf87185373948c4b6a.tar.gz
gentoo-9300a334ee62b416c1eb9dbf87185373948c4b6a.tar.bz2
gentoo-9300a334ee62b416c1eb9dbf87185373948c4b6a.zip
dev-python/poyo: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/poyo/poyo-0.5.0-r1.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/poyo/poyo-0.5.0-r1.ebuild b/dev-python/poyo/poyo-0.5.0-r1.ebuild
index 6e726f1e681c..666cdeb743a1 100644
--- a/dev-python/poyo/poyo-0.5.0-r1.ebuild
+++ b/dev-python/poyo/poyo-0.5.0-r1.ebuild
@@ -4,11 +4,15 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
+
inherit distutils-r1 pypi
DESCRIPTION="A lightweight YAML Parser for Python"
-HOMEPAGE="https://github.com/hackebrot/poyo"
+HOMEPAGE="
+ https://github.com/hackebrot/poyo/
+ https://pypi.org/project/poyo/
+"
LICENSE="MIT"
SLOT="0"