commit:     d7cfa26f38606645299a1a992f264c14b59134d4
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 16 13:33:49 2025 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Jul 16 15:38:00 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7cfa26f

net-misc/connman-notify: enable py3.13 and disable py3.11

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 net-misc/connman-notify/connman-notify-0_pre20191003-r3.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/net-misc/connman-notify/connman-notify-0_pre20191003-r3.ebuild 
b/net-misc/connman-notify/connman-notify-0_pre20191003-r3.ebuild
index 79e13a82e929..ff5966662058 100644
--- a/net-misc/connman-notify/connman-notify-0_pre20191003-r3.ebuild
+++ b/net-misc/connman-notify/connman-notify-0_pre20191003-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{12..13} )
 
 inherit desktop python-single-r1
 
@@ -12,13 +12,13 @@ MY_COMMIT="4f1e0a6b27ebf5d9b7508594188fe0f86c34ec52"
 DESCRIPTION="Desktop notification integration for connman"
 HOMEPAGE="https://gitlab.com/wavexx/connman-notify/";
 
SRC_URI="https://gitlab.com/wavexx/connman-notify/repository/${MY_COMMIT}/archive.tar.bz2
 -> ${P}.tar.bz2"
+S=${WORKDIR}/${PN}-${MY_COMMIT}-${MY_COMMIT}
 
 EGIT_REPO_URI="https://gitlab.com/wavexx/connman-notify.git";
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
@@ -29,8 +29,6 @@ RDEPEND="${PYTHON_DEPS}
        net-misc/connman
        virtual/notification-daemon"
 
-S=${WORKDIR}/${PN}-${MY_COMMIT}-${MY_COMMIT}
-
 src_install() {
        python_fix_shebang ${PN}
        dobin ${PN}

Reply via email to