commit: 4b3a0fb3181b7366607052f64924bc11487dbfaf Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sun Apr 14 11:25:26 2024 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Sun Apr 14 11:25:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b3a0fb3
app-backup/untangle-https-backup: support python 3.12, drop 3.9 Closes: https://bugs.gentoo.org/929286 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> ...-backup-0.1.0-r1.ebuild => untangle-https-backup-0.1.0-r2.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-backup/untangle-https-backup/untangle-https-backup-0.1.0-r1.ebuild b/app-backup/untangle-https-backup/untangle-https-backup-0.1.0-r2.ebuild similarity index 84% rename from app-backup/untangle-https-backup/untangle-https-backup-0.1.0-r1.ebuild rename to app-backup/untangle-https-backup/untangle-https-backup-0.1.0-r2.ebuild index a36a06595c25..123e746bccf5 100644 --- a/app-backup/untangle-https-backup/untangle-https-backup-0.1.0-r1.ebuild +++ b/app-backup/untangle-https-backup/untangle-https-backup-0.1.0-r2.ebuild @@ -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
