From 953124d159a222fcc2c1d24ef656ff7ff41aba6f Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Wed, 5 Mar 2025 14:42:54 -0500 Subject: [PATCH 1/2] epel10 bootstrap --- python-pydata-sphinx-theme.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/python-pydata-sphinx-theme.spec b/python-pydata-sphinx-theme.spec index 86d5e8c..57ae71c 100644 --- a/python-pydata-sphinx-theme.spec +++ b/python-pydata-sphinx-theme.spec @@ -138,9 +138,6 @@ rm _build/.buildinfo cd - %endif -%check -%pytest -v - %files -n python3-pydata-sphinx-theme -f %{pyproject_files} %doc README.md %license LICENSE From 8fb55350ecb8275b53f359abe602d9702852ba41 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Tue, 25 Mar 2025 11:26:02 -0400 Subject: [PATCH 2/2] non-bootstrap build --- python-pydata-sphinx-theme.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-pydata-sphinx-theme.spec b/python-pydata-sphinx-theme.spec index 57ae71c..15dd904 100644 --- a/python-pydata-sphinx-theme.spec +++ b/python-pydata-sphinx-theme.spec @@ -40,7 +40,8 @@ BuildRequires: gcc-c++ BuildRequires: make BuildRequires: nodejs-devel BuildRequires: nodejs-npm -BuildRequires: python3-devel +BuildRequires: python%{python3_pkgversion}-devel +BuildRequires: python%{python3_pkgversion}-soupsieve BuildRequires: yarnpkg Provides: bundled(js-bootstrap) = 5.3.3 @@ -138,6 +139,9 @@ rm _build/.buildinfo cd - %endif +%check +%pytest -v + %files -n python3-pydata-sphinx-theme -f %{pyproject_files} %doc README.md %license LICENSE