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 9ECBD158020 for ; Tue, 25 Oct 2022 18:36:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3524E0D2E; Tue, 25 Oct 2022 18:36:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BEDA7E0D2E for ; Tue, 25 Oct 2022 18:36:37 +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 0713A340A7B for ; Tue, 25 Oct 2022 18:36:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B2DE620 for ; Tue, 25 Oct 2022 18:36:35 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1666722919.3c22ac69701bc3d56178a9919a80704607dddfd9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycups/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pycups/pycups-2.0.1-r1.ebuild X-VCS-Directories: dev-python/pycups/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3c22ac69701bc3d56178a9919a80704607dddfd9 X-VCS-Branch: master Date: Tue, 25 Oct 2022 18:36:35 +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: a0fc45e2-cb1a-4b7c-9615-665ff99be60e X-Archives-Hash: 6d01a354d238abc65775d084dd1809c7 commit: 3c22ac69701bc3d56178a9919a80704607dddfd9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 25 17:11:15 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 25 18:35:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c22ac69 dev-python/pycups: enable py3.11 Fedora do it, so we can too. Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/pycups/pycups-2.0.1-r1.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/dev-python/pycups/pycups-2.0.1-r1.ebuild b/dev-python/pycups/pycups-2.0.1-r1.ebuild index 1fddc3ef337b..8e797cc3d9d0 100644 --- a/dev-python/pycups/pycups-2.0.1-r1.ebuild +++ b/dev-python/pycups/pycups-2.0.1-r1.ebuild @@ -4,8 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) - +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 DESCRIPTION="Python bindings for the CUPS API" @@ -20,10 +19,8 @@ IUSE="examples" RDEPEND="net-print/cups" DEPEND="${RDEPEND}" -PATCHES=( - # https://github.com/OpenPrinting/pycups/commit/8cbf6d40a0132764ad51e7416aa7034966875091 - "${FILESDIR}/${P}-py3.10.patch" -) +# https://github.com/OpenPrinting/pycups/commit/8cbf6d40a0132764ad51e7416aa7034966875091 +PATCHES=( "${FILESDIR}/${P}-py3.10.patch" ) python_install_all() { if use examples; then