rebuilt with python dist deps [release 3.7.4.3-2mamba;Thu Mar 18 2021]
This commit is contained in:
parent
307f8b3c7d
commit
96dd733eb7
@ -1,6 +1,6 @@
|
||||
Name: python-typing_extensions
|
||||
Version: 3.7.4.3
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: https://pypi.org/project/typing-extensions/
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -10,11 +10,8 @@ URL: https://pypi.org/project/typing-extensions/
|
||||
Source: https://pypi.debian.net/typing-extensions/typing_extensions-%{version}.tar.gz
|
||||
License: Python Software Foundation License
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: python3
|
||||
BuildRequires: libpython3-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython-devel
|
||||
Requires: python >= %python_version
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -40,12 +37,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
--install-lib=%{python_sitearch} \
|
||||
--record=%{name}.filelist
|
||||
|
||||
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%dir %{python_sitearch}/typing_extensions-%{version}-py*.egg-info
|
||||
%{python_sitearch}/typing_extensions-%{version}-py*.egg-info/*
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Thu Mar 18 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.7.4.3-2mamba
|
||||
- rebuilt with python dist deps
|
||||
|
||||
* Mon Jan 25 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.7.4.3-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user