public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/python-zmq] rawhide: Better BuildOption formatting
Date: Fri, 11 Sep 2026 09:42:26 GMT [thread overview]
Message-ID: <178911974679.1.1403272935881610931.rpms-python-zmq-c1167202bea8@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-zmq
Branch : rawhide
Commit : c1167202bea86e8a49ac09874ab926f4d9098f68
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-09-11T10:33:16+01:00
Stats : +9/-11 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-zmq/c/c1167202bea86e8a49ac09874ab926f4d9098f68?branch=rawhide
Log:
Better BuildOption formatting
---
diff --git a/python-zmq.spec b/python-zmq.spec
index ba7bd37..8f088d5 100644
--- a/python-zmq.spec
+++ b/python-zmq.spec
@@ -47,19 +47,17 @@ Source: %{forgeurl}/archive/v%{version}/pyzmq-%{version}.tar.gz
BuildSystem: pyproject
# https://scikit-build-core.readthedocs.io/en/latest/configuration/index.html
-BuildOption(build): %{shrink:
- --config-settings cmake.define.PYZMQ_LIBZMQ_RPATH:BOOL=OFF
- --config-settings cmake.define.PYZMQ_NO_BUNDLE=ON
- --config-settings logging.level=INFO
- --config-settings build.verbose=true
- --config-settings cmake.build-type="RelWithDebInfo"
- }
+BuildOption(build): --config-settings cmake.define.PYZMQ_LIBZMQ_RPATH:BOOL=OFF
+BuildOption(build): --config-settings cmake.define.PYZMQ_NO_BUNDLE=ON
+BuildOption(build): --config-settings logging.level=INFO
+BuildOption(build): --config-settings build.verbose=true
+BuildOption(build): --config-settings cmake.build-type="RelWithDebInfo"
BuildOption(install): --no-assert-license zmq
# - The cffi backend does not apply when we build with Cython.
-BuildOption(check): %{shrink:
- --exclude 'zmq.backend.cffi*'
- %{?!with_gevent:--exclude 'zmq.green*'}
- }
+BuildOption(check): --exclude 'zmq.backend.cffi*'
+%if %{without gevent}
+BuildOption(check): --exclude 'zmq.green*'
+%endif
BuildRequires: gcc
# This package contains no C++ code, but there are some checks in
reply other threads:[~2026-09-11 9:42 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=178911974679.1.1403272935881610931.rpms-python-zmq-c1167202bea8@fedoraproject.org \
--to=code@musicinmybrain.net \
--cc=git-commits@fedoraproject.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