From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1394847-garchives=archives.gentoo.org@lists.gentoo.org> 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 1BEE9158090 for <garchives@archives.gentoo.org>; Tue, 10 May 2022 18:06:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49F98E085A; Tue, 10 May 2022 18:06:26 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AABA1E085A for <gentoo-commits@lists.gentoo.org>; Tue, 10 May 2022 18:06:25 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E880341573 for <gentoo-commits@lists.gentoo.org>; Tue, 10 May 2022 18:06:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D35BF456 for <gentoo-commits@lists.gentoo.org>; Tue, 10 May 2022 18:06:22 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1652205976.60944e9b30e409f3e538b301d41dcb711b91a41b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pep517/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pep517/pep517-0.12.0-r1.ebuild X-VCS-Directories: dev-python/pep517/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 60944e9b30e409f3e538b301d41dcb711b91a41b X-VCS-Branch: master Date: Tue, 10 May 2022 18:06:22 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 39e8edef-0fd4-4e98-88fc-46428462fce6 X-Archives-Hash: 35ae9ffa67ccf41437fcf1682b8e93ba commit: 60944e9b30e409f3e538b301d41dcb711b91a41b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue May 10 17:58:06 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue May 10 18:06:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60944e9b dev-python/pep517: Enable py3.11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pep517/pep517-0.12.0-r1.ebuild | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/dev-python/pep517/pep517-0.12.0-r1.ebuild b/dev-python/pep517/pep517-0.12.0-r1.ebuild index 222ca99b9770..1aa58f9baf68 100644 --- a/dev-python/pep517/pep517-0.12.0-r1.ebuild +++ b/dev-python/pep517/pep517-0.12.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 @@ -12,21 +12,25 @@ DESCRIPTION="Wrappers to build Python packages using PEP 517 hooks" HOMEPAGE=" https://pypi.org/project/pep517/ https://github.com/pypa/pep517/ - https://pep517.readthedocs.io/" + https://pep517.readthedocs.io/ +" SRC_URI=" https://github.com/pypa/pep517/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz" + -> ${P}.gh.tar.gz +" LICENSE="MIT" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" RDEPEND=" - dev-python/tomli[${PYTHON_USEDEP}]" + dev-python/tomli[${PYTHON_USEDEP}] +" BDEPEND=" test? ( dev-python/testpath[${PYTHON_USEDEP}] - )" + ) +" distutils_enable_tests pytest