rebuilt with distdeps [release 4.8.0-2mamba;Sat Apr 03 2021]
This commit is contained in:
parent
62a9b8d765
commit
09865e9bac
@ -1,20 +1,18 @@
|
|||||||
Name: python-pexpect
|
Name: python-pexpect
|
||||||
Version: 4.8.0
|
Version: 4.8.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Pexpect is a pure Python Expect. It allows easy control of other applications.
|
Summary: Pexpect is a pure Python Expect. It allows easy control of other applications.
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://pexpect.sourceforge.net/
|
URL: https://pexpect.sourceforge.net/
|
||||||
Source: https://pypi.debian.net/pexpect/pexpect-%{version}.tar.gz
|
Source: https://pypi.debian.net/pexpect/pexpect-%{version}.tar.gz
|
||||||
#Source: http://pexpect.sourceforge.net/pexpect-%{version}.tar.gz
|
|
||||||
License: MIT
|
License: MIT
|
||||||
Requires: python >= %python_version
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel >= %python_version
|
BuildRequires: libpython3-devel
|
||||||
|
BuildRequires: python3.7dist(ptyprocess)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Pexpect is a pure Python expect-like module. Pexpect makes Python a better tool for controlling other applications.
|
Pexpect is a pure Python expect-like module. Pexpect makes Python a better tool for controlling other applications.
|
||||||
@ -40,7 +38,8 @@ Send questions to: noah@noah.org Put 'pexpect' in the subject.
|
|||||||
--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
|
||||||
|
|
||||||
sed -i "/_async.pyc/d" %{name}.filelist
|
sed -i "/_async.pyc/d" %{name}.filelist
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -48,8 +47,12 @@ sed -i "/_async.pyc/d" %{name}.filelist
|
|||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{python_sitearch}/pexpect-%{version}-py*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.8.0-2mamba
|
||||||
|
- rebuilt with distdeps
|
||||||
|
|
||||||
* Thu Feb 06 2020 Automatic Build System <autodist@mambasoft.it> 4.8.0-1mamba
|
* Thu Feb 06 2020 Automatic Build System <autodist@mambasoft.it> 4.8.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user