public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "orbea" <orbea@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-util/maturin/
Date: Tue, 22 Oct 2024 01:20:37 +0000 (UTC)	[thread overview]
Message-ID: <1729559653.8ebf86b251863fa1d68477e337e1d8f12a055719.orbea@gentoo> (raw)

commit:     8ebf86b251863fa1d68477e337e1d8f12a055719
Author:     orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Tue Oct 22 01:07:20 2024 +0000
Commit:     orbea <orbea <AT> riseup <DOT> net>
CommitDate: Tue Oct 22 01:14:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=8ebf86b2

dev-util/maturin: sync ::gentoo

Signed-off-by: orbea <orbea <AT> riseup.net>

 dev-util/maturin/maturin-1.6.0.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-util/maturin/maturin-1.6.0.ebuild b/dev-util/maturin/maturin-1.6.0.ebuild
index f0ab401..39c91ab 100644
--- a/dev-util/maturin/maturin-1.6.0.ebuild
+++ b/dev-util/maturin/maturin-1.6.0.ebuild
@@ -466,6 +466,7 @@ BDEPEND="
 		dev-python/boltons[${PYTHON_USEDEP}]
 		dev-python/virtualenv[${PYTHON_USEDEP}]
 		dev-vcs/git
+		elibc_musl? ( dev-util/patchelf )
 	)
 "
 RDEPEND+=" ${DEPEND}"
@@ -506,6 +507,9 @@ src_prepare() {
 src_configure() {
 	export OPENSSL_NO_VENDOR=1
 
+	# bug #938847 (TODO?: should probably be an eclass default for musl)
+	use elibc_musl && RUSTFLAGS+=" -C target-feature=-crt-static"
+
 	# https://github.com/rust-lang/stacker/issues/79
 	use s390 && ! is-flagq '-march=*' &&
 		append-cflags $(test-flags-CC -march=z10)
@@ -536,7 +540,6 @@ python_compile_all() {
 }
 
 python_test() {
-	local -x COLUMNS=100 # match clap_builder crate default
 	local -x MATURIN_TEST_PYTHON=${EPYTHON}
 	local -x PIP_CONFIG_FILE=${T}/pip.conf
 	local -x VIRTUALENV_SYSTEM_SITE_PACKAGES=1
@@ -545,6 +548,8 @@ python_test() {
 	local -x PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1
 
 	local skip=(
+		# picky cli output test that easily benignly fail (bug #937992)
+		--skip cli_tests
 		# avoid need for wasm over a single hello world test
 		--skip integration_wasm_hello_world
 		# fragile depending on rust version, also wants libpypy*-c.so for pypy


             reply	other threads:[~2024-10-22  1:20 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-22  1:20 orbea [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-20 16:24 [gentoo-commits] repo/proj/libressl:master commit in: dev-util/maturin/ orbea
2025-01-12 16:31 orbea
2025-01-04 15:17 orbea
2024-12-29 17:45 orbea
2024-12-20 17:32 orbea
2024-12-20 17:32 orbea
2024-12-12  2:07 orbea
2024-12-01  6:08 orbea
2024-11-10 16:03 orbea
2024-11-10 16:03 orbea
2024-10-22  1:20 orbea
2024-10-22  1:20 orbea
2024-08-01  1:26 orbea
2024-07-22  5:12 orbea
2024-04-22 23:44 orbea
2024-04-22 23:44 orbea
2023-11-14  0:07 orbea
2023-10-18 17:01 orbea
2023-09-06  1:31 orbea
2023-09-06  1:31 orbea
2023-08-24 15:53 orbea

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=1729559653.8ebf86b251863fa1d68477e337e1d8f12a055719.orbea@gentoo \
    --to=orbea@riseup.net \
    --cc=gentoo-commits@lists.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