From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AD9761581E7 for ; Tue, 23 Apr 2024 20:15:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCCB3E29C1; Tue, 23 Apr 2024 20:15:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 91D58E29C1 for ; Tue, 23 Apr 2024 20:15:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9627C3430D6 for ; Tue, 23 Apr 2024 20:15:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 009E4171E for ; Tue, 23 Apr 2024 20:15:49 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1713903345.97366cf152c665e5646bc6aa81ead2f2a14f70c6.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libevdev/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libevdev/libevdev-1.13.1-r1.ebuild dev-libs/libevdev/libevdev-1.13.1.ebuild dev-libs/libevdev/libevdev-9999.ebuild X-VCS-Directories: dev-libs/libevdev/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 97366cf152c665e5646bc6aa81ead2f2a14f70c6 X-VCS-Branch: master Date: Tue, 23 Apr 2024 20:15:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e2526040-096c-4347-83d8-ce0dc5798798 X-Archives-Hash: 64a6dfe6a284df7f3a1adff50dd5e22b commit: 97366cf152c665e5646bc6aa81ead2f2a14f70c6 Author: Kostadin Shishmanov tutanota com> AuthorDate: Tue Apr 23 18:47:39 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Apr 23 20:15:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97366cf1 dev-libs/libevdev: enable py3.12 Closes: https://bugs.gentoo.org/919907 Closes: https://github.com/gentoo/gentoo/pull/36380 Signed-off-by: Kostadin Shishmanov tutanota.com> Signed-off-by: Matt Turner gentoo.org> .../libevdev/{libevdev-1.13.1.ebuild => libevdev-1.13.1-r1.ebuild} | 2 +- dev-libs/libevdev/libevdev-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/libevdev/libevdev-1.13.1.ebuild b/dev-libs/libevdev/libevdev-1.13.1-r1.ebuild similarity index 96% rename from dev-libs/libevdev/libevdev-1.13.1.ebuild rename to dev-libs/libevdev/libevdev-1.13.1-r1.ebuild index 7178ce1649e7..300b0dba54e8 100644 --- a/dev-libs/libevdev/libevdev-1.13.1.ebuild +++ b/dev-libs/libevdev/libevdev-1.13.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit meson-multilib python-any-r1 diff --git a/dev-libs/libevdev/libevdev-9999.ebuild b/dev-libs/libevdev/libevdev-9999.ebuild index 86afaef46cd2..5016bca432b7 100644 --- a/dev-libs/libevdev/libevdev-9999.ebuild +++ b/dev-libs/libevdev/libevdev-9999.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit meson-multilib python-any-r1