[packages/python3-yarl] Rel 3; keep .c files
arekm
arekm at pld-linux.org
Wed Feb 19 18:43:05 CET 2025
commit a379c8ba33810be689a09817fd832e8a22407f12
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Wed Feb 19 18:19:33 2025 +0100
Rel 3; keep .c files
python3-yarl.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/python3-yarl.spec b/python3-yarl.spec
index 79440c7..9c39eab 100644
--- a/python3-yarl.spec
+++ b/python3-yarl.spec
@@ -7,7 +7,7 @@ Summary: Yet another URL library
Summary(pl.UTF-8): Yet another URL library - jeszcze jedna biblioteka do URL-i
Name: python3-yarl
Version: 1.18.3
-Release: 1
+Release: 2
License: Apache v2.0
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/yarl/
@@ -61,6 +61,9 @@ Dokumentacja API modułu Pythona yarl.
%prep
%setup -q -n yarl-%{version}
+# keep *.c files so debuginfo will pick it up
+sed -i -e 's#build_inplace: bool = False,#build_inplace: bool = True,#g' -e 's#build_inplace=False#build_inplace=True#g' packaging/pep517_backend/_backend.py
+
%build
%py3_build_pyproject
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-yarl.git/commitdiff/a379c8ba33810be689a09817fd832e8a22407f12
More information about the pld-cvs-commit
mailing list