commit:     7db306e61cad0e5686821916a9010128b258da36
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 16 15:29:21 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 18:46:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7db306e6

dev-python/pyzmq: Update scikit-build-core use post eclass fixes

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/36280
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pyzmq/pyzmq-26.0.0.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/pyzmq/pyzmq-26.0.0.ebuild 
b/dev-python/pyzmq/pyzmq-26.0.0.ebuild
index e360778f49ba..2107def1855c 100644
--- a/dev-python/pyzmq/pyzmq-26.0.0.ebuild
+++ b/dev-python/pyzmq/pyzmq-26.0.0.ebuild
@@ -54,10 +54,9 @@ distutils_enable_tests pytest
 #      dev-python/myst-parser
 
 src_configure() {
-       export ZMQ_DRAFT_API=$(usex drafts '1' '0')
-
-       # TODO: remove this when we update the eclass
-       export SKBUILD_INSTALL_STRIP=false
+       DISTUTILS_ARGS=(
+               -DZMQ_DRAFT_API="$(usex drafts)"
+       )
 }
 
 src_test() {

Reply via email to