public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-cartopy] rawhide: remove both C++ and Cython source files
Date: Sun, 02 Aug 2026 05:15:14 GMT [thread overview]
Message-ID: <178564771434.1.7416230596617657712.rpms-python-cartopy-6bbc2a92ca19@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-cartopy
Branch : rawhide
Commit : 6bbc2a92ca19ca3e44a87db28da1289a7a993356
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-07-31T00:20:33-03:00
Stats : +4/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-cartopy/c/6bbc2a92ca19ca3e44a87db28da1289a7a993356?branch=rawhide
Log:
remove both C++ and Cython source files
---
diff --git a/python-cartopy.spec b/python-cartopy.spec
index 28c8cbc..b1fadb0 100644
--- a/python-cartopy.spec
+++ b/python-cartopy.spec
@@ -90,16 +90,18 @@ export FORCE_CYTHON=1 SETUPTOOLS_SCM_PRETEND_VERSION=%{version}
%install
%pyproject_install
-# Remove C++ source files installed into site-packages
+# Remove C++ and Cython source files installed into site-packages
find %{buildroot}%{python3_sitearch}/cartopy/ -name "*.cpp" -delete
+find %{buildroot}%{python3_sitearch}/cartopy/ -name "*.pyx" -delete
# Fix shebang in non-executable script
sed -i -e '/^#!/d' %{buildroot}%{python3_sitearch}/cartopy/feature/download/__main__.py
%pyproject_save_files -l %{srcname}
-# Remove deleted C++ source files from pyproject_files list
+# Remove deleted C++ and Cython source files from pyproject_files list
sed -i '/trace\.cpp/d' %{pyproject_files}
+sed -i '/trace\.pyx/d' %{pyproject_files}
mkdir -p %{buildroot}%{_datadir}/cartopy/shapefiles/natural_earth/
for theme in physical cultural; do
reply other threads:[~2026-08-02 5:15 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=178564771434.1.7416230596617657712.rpms-python-cartopy-6bbc2a92ca19@fedoraproject.org \
--to=rosset.filipe@gmail.com \
--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