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 55A49158003 for ; Sat, 25 Feb 2023 19:59:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A804E07D4; Sat, 25 Feb 2023 19:59:20 +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 49163E07D4 for ; Sat, 25 Feb 2023 19:59:20 +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 5C9A1340D5A for ; Sat, 25 Feb 2023 19:59:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECACD21 for ; Sat, 25 Feb 2023 19:59:17 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1677355117.471e30110b4ad3496a10a0c4b3c1c05d58ecaba6.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/dunshire/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/dunshire/dunshire-0.1.1-r2.ebuild sci-mathematics/dunshire/dunshire-0.1.1-r3.ebuild X-VCS-Directories: sci-mathematics/dunshire/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 471e30110b4ad3496a10a0c4b3c1c05d58ecaba6 X-VCS-Branch: master Date: Sat, 25 Feb 2023 19:59:17 +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: 9f510e6d-d05a-4053-9b1f-475e3425d3b8 X-Archives-Hash: 7f0b4b924a5409b6108b300e7ba2bf78 commit: 471e30110b4ad3496a10a0c4b3c1c05d58ecaba6 Author: Michael Orlitzky gentoo org> AuthorDate: Sat Feb 25 19:25:53 2023 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sat Feb 25 19:58:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=471e3011 sci-mathematics/dunshire: PEP517 and python-3.11 support. Closes: https://bugs.gentoo.org/897236 Signed-off-by: Michael Orlitzky gentoo.org> .../dunshire/{dunshire-0.1.1-r2.ebuild => dunshire-0.1.1-r3.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/dunshire/dunshire-0.1.1-r2.ebuild b/sci-mathematics/dunshire/dunshire-0.1.1-r3.ebuild similarity index 93% rename from sci-mathematics/dunshire/dunshire-0.1.1-r2.ebuild rename to sci-mathematics/dunshire/dunshire-0.1.1-r3.ebuild index 07433b5d2252..f90e22df1022 100644 --- a/sci-mathematics/dunshire/dunshire-0.1.1-r2.ebuild +++ b/sci-mathematics/dunshire/dunshire-0.1.1-r3.ebuild @@ -3,8 +3,8 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) - +PYTHON_COMPAT=( python3_{9..11} ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="Python library to solve linear games over symmetric cones"