public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-nbdime] rawhide: Minor spec file cleanups
@ 2026-07-15 1:28 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-07-15 1:28 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-nbdime
Branch : rawhide
Commit : bf63ce372fc0407f472735035100cb462a0ed073
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-07-14T19:28:12-06:00
Stats : +8/-12 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-nbdime/c/bf63ce372fc0407f472735035100cb462a0ed073?branch=rawhide
Log:
Minor spec file cleanups
---
diff --git a/python-nbdime.spec b/python-nbdime.spec
index 3797ac1..0cc1882 100644
--- a/python-nbdime.spec
+++ b/python-nbdime.spec
@@ -35,7 +35,6 @@ BuildSystem: pyproject
BuildOption(generate_buildrequires): -x docs,test
BuildOption(install): -l nbdime
-BuildRequires: fdupes
BuildRequires: fontawesome-fonts-web
BuildRequires: gcc-c++
BuildRequires: git-core
@@ -77,12 +76,12 @@ BuildRequires: yarnpkg
# style-loader, style-mod, url-parse, w3c-keyname, y-protocols, yjs
# Public Domain: jsonify
License: %{shrink:
- Apache-2.0 AND
- BSD-2-Clause AND
- BSD-3-Clause AND
- ISC AND
- MIT AND
- LicenseRef-Fedora-Public-Domain
+ BSD-3-Clause
+ AND Apache-2.0
+ AND BSD-2-Clause
+ AND ISC
+ AND MIT
+ AND LicenseRef-Fedora-Public-Domain
}
Summary: %{summary}
# Filesystem package for the standard Jupyter paths
@@ -252,10 +251,10 @@ cp -p %{SOURCE2} .
# Do not depend on jupyter_server_mathjax; it doesn't work in jupyterlab 4.10+
# https://github.com/jupyter-server/jupyter_server_mathjax/issues/20
-sed -i '/jupyter_server_mathjax/d' pyproject.toml
+%pyproject_patch_dependency jupyter_server_mathjax:ignore
# Do not run code coverage tools
-sed -i '/pytest-cov/d' pyproject.toml
+%pyproject_patch_dependency pytest-cov:ignore
%conf
# Remove useless shebangs
@@ -288,9 +287,6 @@ rm docs/build/html/.buildinfo
# Move the configuration files to the standard Jupyter directories
mv %{buildroot}%{_prefix}%{_sysconfdir} %{buildroot}%{_sysconfdir}
-# Link identical files
-%fdupes %{buildroot}%{python3_sitelib}/nbdime
-
# Add missing executable bits
chmod a+x \
%{buildroot}%{python3_sitelib}/nbdime/tests/filters/add_helper.py \
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-15 1:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-15 1:28 [rpms/python-nbdime] rawhide: Minor spec file cleanups Jerry James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox