rebuilt with distdeps [release 2.4.7-2mamba;Wed Mar 31 2021]
This commit is contained in:
parent
718a88d993
commit
8957864093
@ -1,20 +1,17 @@
|
|||||||
Name: python-pyparsing
|
Name: python-pyparsing
|
||||||
Version: 2.4.7
|
Version: 2.4.7
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: An alternative approach to creating and executing simple grammars
|
Summary: An alternative approach to creating and executing simple grammars
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://pyparsing.wikispaces.com/
|
URL: https://pyparsing.wikispaces.com/
|
||||||
Source: https://pypi.debian.net/pyparsing/pyparsing-%{version}.tar.gz
|
Source: https://pypi.debian.net/pyparsing/pyparsing-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython3-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython3-devel >= 3.7.4
|
|
||||||
Requires: python >= %python_version
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions.
|
The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions.
|
||||||
@ -39,13 +36,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
#sed -i "\,\.egg-info/,d;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}/pyparsing-%{version}-py*.egg-info
|
||||||
|
%{python_sitearch}/pyparsing-%{version}-py*.egg-info/*
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 31 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.7-2mamba
|
||||||
|
- rebuilt with distdeps
|
||||||
|
|
||||||
* Mon Apr 06 2020 Automatic Build System <autodist@mambasoft.it> 2.4.7-1mamba
|
* Mon Apr 06 2020 Automatic Build System <autodist@mambasoft.it> 2.4.7-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user