From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Cc: "Michał Górny" <mgorny@gentoo.org>
Subject: [gentoo-dev] [PATCH 5/9] profiles: Add python3_13t (freethreading) target
Date: Wed, 9 Oct 2024 13:47:12 +0200 [thread overview]
Message-ID: <20241009115754.584070-6-mgorny@gentoo.org> (raw)
In-Reply-To: <20241009115754.584070-1-mgorny@gentoo.org>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
---
profiles/base/package.use.force | 1 +
profiles/base/use.stable.mask | 2 ++
profiles/desc/python_single_target.desc | 1 +
profiles/desc/python_targets.desc | 1 +
4 files changed, 5 insertions(+)
diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index 9d51b4e49703..800efe47743b 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -253,6 +253,7 @@ dev-lang/python-exec python_targets_python3_10
dev-lang/python-exec python_targets_python3_11
dev-lang/python-exec python_targets_python3_12
dev-lang/python-exec python_targets_python3_13
+dev-lang/python-exec python_targets_python3_13t
dev-lang/python-exec python_targets_pypy3
# Zac Medico <zmedico@gentoo.org> (2010-10-20)
diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask
index 9167592b9e10..d1197864f26b 100644
--- a/profiles/base/use.stable.mask
+++ b/profiles/base/use.stable.mask
@@ -16,6 +16,8 @@ llvm_slot_19
# Python implementations without stable keywords.
python_targets_python3_13
python_single_target_python3_13
+python_targets_python3_13t
+python_single_target_python3_13t
python_targets_pypy3
python_single_target_pypy3
diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc
index 427e206dd196..d168b301a8d8 100644
--- a/profiles/desc/python_single_target.desc
+++ b/profiles/desc/python_single_target.desc
@@ -7,4 +7,5 @@ python3_10 - Build for Python 3.10 only
python3_11 - Build for Python 3.11 only
python3_12 - Build for Python 3.12 only
python3_13 - Build for Python 3.13 only
+python3_13t - Build for Python 3.13 freethreading only
pypy3 - Build for PyPy3 only
diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc
index b48cc57e99fb..298b54067be7 100644
--- a/profiles/desc/python_targets.desc
+++ b/profiles/desc/python_targets.desc
@@ -7,4 +7,5 @@ python3_10 - Build with Python 3.10
python3_11 - Build with Python 3.11
python3_12 - Build with Python 3.12
python3_13 - Build with Python 3.13
+python3_13t - Build with Python 3.13 freethreading
pypy3 - Build with PyPy3
--
2.47.0
next prev parent reply other threads:[~2024-10-09 11:59 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-09 11:47 [gentoo-dev] [PATCH 0/9] Python 3.13 freethreading support Michał Górny
2024-10-09 11:47 ` [gentoo-dev] [PATCH 1/9] dev-lang/python: Remove old Michał Górny
2024-10-09 11:47 ` [gentoo-dev] [PATCH 2/9] dev-lang/python: Remove freethreading support Michał Górny
2024-10-09 11:47 ` [gentoo-dev] [PATCH 3/9] profiles: Copy dev-lang/python entries for python-freethreading Michał Górny
2024-10-09 11:47 ` [gentoo-dev] [PATCH 4/9] dev-lang/python-freethreading: New package, 3.13.0 Michał Górny
2024-10-09 11:47 ` Michał Górny [this message]
2024-10-09 11:47 ` [gentoo-dev] [PATCH 6/9] install-qa-check.d: Support dev-lang/python-freethreading Michał Górny
2024-10-09 11:47 ` [gentoo-dev] [PATCH 7/9] python-utils-r1.eclass: Support python3_13t (freethreading) target Michał Górny
2024-10-09 11:47 ` [gentoo-dev] [PATCH 8/9] app-portage/gpyutils: Add python3.13t Michał Górny
2024-10-09 11:47 ` [gentoo-dev] [PATCH 9/9] distutils-r1.eclass: Do not use stable ABI wheels in freethreading Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241009115754.584070-6-mgorny@gentoo.org \
--to=mgorny@gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox