public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Cc: "Michał Górny" <mgorny@gentoo.org>, "Ionen Wolkens" <ionen@gentoo.org>
Subject: [gentoo-dev] [PATCH 2/4] distutils-r1.eclass: Quote DISTUTILS_ALLOW_WHEEL_REUSE
Date: Sat,  3 May 2025 17:12:16 +0200	[thread overview]
Message-ID: <20250503151738.1193924-3-mgorny@gentoo.org> (raw)
In-Reply-To: <20250503151738.1193924-1-mgorny@gentoo.org>

Reported-by: Ionen Wolkens <ionen@gentoo.org>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
---
 eclass/distutils-r1.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index 880e33cd741f..799206f7eb03 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -215,7 +215,7 @@
 # This is an optimization that can avoid the overhead of calling into
 # the build system in pure Python packages and packages using the stable
 # Python ABI.
-: ${DISTUTILS_ALLOW_WHEEL_REUSE=1}
+: "${DISTUTILS_ALLOW_WHEEL_REUSE=1}"
 
 # @ECLASS_VARIABLE: BUILD_DIR
 # @OUTPUT_VARIABLE


  parent reply	other threads:[~2025-05-03 15:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-03 15:12 [gentoo-dev] [PATCH 0/4] distutils-r1.eclass: symlinking support Michał Górny
2025-05-03 15:12 ` [gentoo-dev] [PATCH 1/4] python-utils-r1.eclass: Simplify _python_impl_matches Michał Górny
2025-05-03 15:12 ` Michał Górny [this message]
2025-05-03 15:12 ` [gentoo-dev] [PATCH 3/4] distutils-r1.eclass: Support .pyc symlinking Michał Górny
2025-05-03 15:12 ` [gentoo-dev] [PATCH 4/4] distutils-r1.eclass: Support cross-impl symlinks 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=20250503151738.1193924-3-mgorny@gentoo.org \
    --to=mgorny@gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    --cc=ionen@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