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 F409015806E for ; Tue, 30 May 2023 00:20:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC96FE0AC1; Tue, 30 May 2023 00:20:31 +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 BDD29E0AC1 for ; Tue, 30 May 2023 00:20:31 +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 C1FA734116C for ; Tue, 30 May 2023 00:20:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0537EA7F for ; Tue, 30 May 2023 00:20:29 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1685406009.9c5521ad33a16e9e80666375ccc7f0ef8f30da40.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/portage/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/portage/portage-3.0.47-r1.ebuild sys-apps/portage/portage-9999.ebuild X-VCS-Directories: sys-apps/portage/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9c5521ad33a16e9e80666375ccc7f0ef8f30da40 X-VCS-Branch: master Date: Tue, 30 May 2023 00:20:29 +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: 151f955c-6bb2-4cd5-92e5-01c9c23f8153 X-Archives-Hash: c2b7b8d2f831f3e2abd06d69caae617d commit: 9c5521ad33a16e9e80666375ccc7f0ef8f30da40 Author: Sam James gentoo org> AuthorDate: Tue May 30 00:18:23 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 30 00:20:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c5521ad sys-apps/portage: enable py3.12 Signed-off-by: Sam James gentoo.org> sys-apps/portage/{portage-9999.ebuild => portage-3.0.47-r1.ebuild} | 4 +++- sys-apps/portage/portage-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-3.0.47-r1.ebuild similarity index 98% copy from sys-apps/portage/portage-9999.ebuild copy to sys-apps/portage/portage-3.0.47-r1.ebuild index 351719796ca4..b4825b36e3ce 100644 --- a/sys-apps/portage/portage-9999.ebuild +++ b/sys-apps/portage/portage-3.0.47-r1.ebuild @@ -4,8 +4,9 @@ EAPI=7 DISTUTILS_EXT=1 -PYTHON_COMPAT=( pypy3 python3_{10..11} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) PYTHON_REQ_USE='bzip2(+),threads(+)' +SETUPTOOLS_USE_DISTUTILS=local TMPFILES_OPTIONAL=1 inherit distutils-r1 linux-info toolchain-funcs tmpfiles prefix @@ -30,6 +31,7 @@ IUSE="apidoc build doc gentoo-dev +ipc +native-extensions +rsync-verify selinux RESTRICT="!test? ( test )" BDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-vcs/git ) " DEPEND=" diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild index 351719796ca4..b4825b36e3ce 100644 --- a/sys-apps/portage/portage-9999.ebuild +++ b/sys-apps/portage/portage-9999.ebuild @@ -4,8 +4,9 @@ EAPI=7 DISTUTILS_EXT=1 -PYTHON_COMPAT=( pypy3 python3_{10..11} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) PYTHON_REQ_USE='bzip2(+),threads(+)' +SETUPTOOLS_USE_DISTUTILS=local TMPFILES_OPTIONAL=1 inherit distutils-r1 linux-info toolchain-funcs tmpfiles prefix @@ -30,6 +31,7 @@ IUSE="apidoc build doc gentoo-dev +ipc +native-extensions +rsync-verify selinux RESTRICT="!test? ( test )" BDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-vcs/git ) " DEPEND="