14
0
forked from pool/python-rdflib

Accepting request 1132811 from home:bmwiedemann:branches:devel:languages:python

Add reproducible.patch for reproducible builds (boo#1062303)

There might be other/better ways to solve this,
but upstream moved pretty far already.

OBS-URL: https://build.opensuse.org/request/show/1132811
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rdflib?expand=0&rev=61
This commit is contained in:
2023-12-15 12:22:24 +00:00
committed by Git OBS Bridge
parent e9620768b3
commit 6575ff7ecd
3 changed files with 42 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ Summary: A Python library for working with RDF
License: BSD-3-Clause
URL: http://rdflib.net/
Source: https://files.pythonhosted.org/packages/source/r/rdflib/rdflib-%{version}.tar.gz
Patch0: reproducible.patch
BuildRequires: %{python_module html5lib}
BuildRequires: %{python_module isodate}
BuildRequires: %{python_module pyparsing}
@@ -66,6 +67,7 @@ The library also contains both in-memory and persistent Graph backends.
%prep
%setup -q -n rdflib-%{version}
%patch0 -p1
# remove unwanted shebang
find rdflib -name "*.py" | xargs sed -i '1 { /^#!/ d }'