rebuilt with python dist deps [release 3.4.0-3mamba;Thu Mar 18 2021]
This commit is contained in:
parent
f1795faf1a
commit
786f299087
@ -1,6 +1,6 @@
|
|||||||
Name: python-importlib_metadata
|
Name: python-importlib_metadata
|
||||||
Version: 3.4.0
|
Version: 3.4.0
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: A library to access the metadata for a Python package
|
Summary: A library to access the metadata for a Python package
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,10 +10,12 @@ URL: https://importlib-metadata.readthedocs.io/en/latest/
|
|||||||
Source: https://pypi.debian.net/importlib-metadata/importlib_metadata-%{version}.tar.gz
|
Source: https://pypi.debian.net/importlib-metadata/importlib_metadata-%{version}.tar.gz
|
||||||
License: Apache License 2.0
|
License: Apache License 2.0
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
#python3.7dist(typing-extensions): unidentified build requirement
|
||||||
|
#python3.7dist(zipp): unidentified build requirement
|
||||||
|
BuildRequires: libpython3-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: python >= %python_version
|
BuildRequires: python-wheel-py3
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRequires: python-pip-py3
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -40,17 +42,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
%posttrans %{?pyappend}
|
|
||||||
find %{python_sitearch}/*.egg-info -type d -empty -exec rmdir {} \;
|
|
||||||
:
|
|
||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{python_sitearch}/importlib_metadata-%{version}-py*.egg-info
|
||||||
|
%{python_sitearch}/importlib_metadata-%{version}-py*.egg-info/*
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 18 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.4.0-3mamba
|
||||||
|
- rebuilt with python dist deps
|
||||||
|
|
||||||
* Tue Jan 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.4.0-2mamba
|
* Tue Jan 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.4.0-2mamba
|
||||||
- fix cleaning empty egg-info dirs in posttrans
|
- fix cleaning empty egg-info dirs in posttrans
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user