public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-bioread] rawhide: Use %py3_test_envvars with help2man
@ 2026-06-06 9:10 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-06 9:10 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-bioread
Branch : rawhide
Commit : bae9ba33227129f7a5746d4651762c248356e3aa
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-06-06T10:09:11+01:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-bioread/c/bae9ba33227129f7a5746d4651762c248356e3aa?branch=rawhide
Log:
Use %py3_test_envvars with help2man
---
diff --git a/python-bioread.spec b/python-bioread.spec
index 4ad876c..9e4832c 100644
--- a/python-bioread.spec
+++ b/python-bioread.spec
@@ -55,7 +55,7 @@ find bioread/runners/ -type f -perm /0111 \
install -d '%{buildroot}%{_mandir}/man1'
for bin in acq2hdf5 acq2mat acq2txt acq_info acq_layout acq_markers
do
- PYTHONPATH='%{buildroot}%{python3_sitelib}' help2man \
+ %{py3_test_envvars} help2man \
--no-info \
--version-string='%{version}' \
--output="%{buildroot}%{_mandir}/man1/${bin}.1" \
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-06 9:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-06 9:10 [rpms/python-bioread] rawhide: Use %py3_test_envvars with help2man Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox