app-backup/untangle-https-backup: support python 3.12, drop 3.9

Closes: https://bugs.gentoo.org/929286
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
Michael Orlitzky 2024-04-14 07:25:26 -04:00
parent 8ecf608868
commit 4b3a0fb318
No known key found for this signature in database
GPG Key ID: 6F48D3DA05C2DADB

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_9 python3_10 python3_11 )
PYTHON_COMPAT=( python3_10 python3_11 python3_12 )
PYTHON_REQ_USE="ssl(+)"
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
@ -15,7 +15,6 @@ SRC_URI="https://michael.orlitzky.com/code/releases/${P}.tar.gz"
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
src_install() {
distutils-r1_src_install