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
|
||||
Version: 2.4.7
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: An alternative approach to creating and executing simple grammars
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
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
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libpython3-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython3-devel >= 3.7.4
|
||||
Requires: python >= %python_version
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%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.
|
||||
@ -39,13 +36,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
--install-lib=%{python_sitearch} \
|
||||
--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
|
||||
%defattr(-,root,root)
|
||||
%dir %{python_sitearch}/pyparsing-%{version}-py*.egg-info
|
||||
%{python_sitearch}/pyparsing-%{version}-py*.egg-info/*
|
||||
%doc LICENSE
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user