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
|
Name: python-typing_extensions
|
||||||
Version: 3.7.4.3
|
Version: 3.7.4.3
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: https://pypi.org/project/typing-extensions/
|
Summary: https://pypi.org/project/typing-extensions/
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
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
|
Source: https://pypi.debian.net/typing-extensions/typing_extensions-%{version}.tar.gz
|
||||||
License: Python Software Foundation License
|
License: Python Software Foundation License
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: python3
|
BuildRequires: libpython3-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython-devel
|
|
||||||
Requires: python >= %python_version
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -40,12 +37,17 @@ 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
|
||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{python_sitearch}/typing_extensions-%{version}-py*.egg-info
|
||||||
|
%{python_sitearch}/typing_extensions-%{version}-py*.egg-info/*
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jan 25 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.7.4.3-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user