Skip to content

Commit

Permalink
app-backup/untangle-https-backup: support python 3.12, drop 3.9
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/929286
Signed-off-by: Michael Orlitzky <[email protected]>
  • Loading branch information
orlitzky committed Apr 14, 2024
1 parent 8ecf608 commit 4b3a0fb
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4b3a0fb

Please sign in to comment.