media-gfx/drawing: enable py3.13

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2024-07-01 11:34:18 +03:00
parent d833d5465f
commit 006e9cce76
No known key found for this signature in database
GPG Key ID: A12750536B5E7010
2 changed files with 16 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..13} )
inherit gnome2-utils meson python-single-r1 xdg
@ -50,6 +50,12 @@ src_configure() {
meson_src_configure
}
src_install() {
meson_src_install
einstalldocs
python_fix_shebang -f "${D}"
}
pkg_preinst() {
gnome2_schemas_savelist
xdg_pkg_preinst

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..13} )
inherit gnome2-utils meson python-single-r1 xdg
@ -50,6 +50,12 @@ src_configure() {
meson_src_configure
}
src_install() {
meson_src_install
einstalldocs
python_fix_shebang -f "${D}"
}
pkg_preinst() {
gnome2_schemas_savelist
xdg_pkg_preinst