public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-photutils] rawhide: backport with_check for BR from epel10
@ 2026-08-29  3:20 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-08-29  3:20 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-photutils
Branch : rawhide
Commit : 0fed5f92be94dfd6b52002a9e4b0202ae3e32297
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date   : 2026-08-21T18:12:21-03:00
Stats  : +6/-6 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-photutils/c/0fed5f92be94dfd6b52002a9e4b0202ae3e32297?branch=rawhide

Log:
backport with_check for BR from epel10

---
diff --git a/python-photutils.spec b/python-photutils.spec
index 28ead6e..92092b4 100644
--- a/python-photutils.spec
+++ b/python-photutils.spec
@@ -1,4 +1,4 @@
-%bcond_without check
+%bcond_with check
 
 %global srcname photutils
 
@@ -7,15 +7,11 @@ Version: 3.0.0
 Release: %autorelease
 Summary: Astropy affiliated package for image photometry tasks
 License: BSD-3-Clause
-
 URL: https://photutils.readthedocs.io/en/stable/
 Source0: %{pypi_source}
-
 ExcludeArch: %{ix86}
-
 BuildRequires:  gcc
 
-
 %global _description %{expand:
 Photutils contains functions for:
  * estimating the background and background rms in astronomical images
@@ -38,7 +34,11 @@ Recommends: %{py3_dist scikit-image} >= 0.23
 %autosetup -n %{srcname}-%{version}
 
 %generate_buildrequires
-%pyproject_buildrequires -r -x test
+%if %{with check}
+    %pyproject_buildrequires -r -x test
+%else
+    %pyproject_buildrequires
+%endif
 
 %build
 %pyproject_wheel

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-29  3:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-29  3:20 [rpms/python-photutils] rawhide: backport with_check for BR from epel10 Filipe Rosset

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox