Name: python-ptyprocess Version: 0.7.0 Release: 4mamba Summary: Run a subprocess in a pseudo terminal Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/pexpect/ptyprocess Source: https://pypi.debian.net/ptyprocess/ptyprocess-%{version}.tar.gz License: ISC License ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel ## AUTOBUILDREQ-END BuildRequires: python3-devel >= 3.11.5-3mamba %description Launch a subprocess in a pseudo terminal (pty), and interact with both the process and its pty %if 0%{?with_pyver} %pyver_package %endif %prep %setup -q -n ptyprocess-%{version} %build CFLAGS="%{optflags}" %{__python} setup.py build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %{__python} setup.py install \ -O1 --skip-build \ --root="%{buildroot}" \ --install-headers=%{_includedir}/python \ --install-lib=%{python_sitearch} \ --record=%{name}.filelist sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %dir %{python_sitearch}/ptyprocess-%{version}-py*.egg-info %{python_sitearch}/ptyprocess-%{version}-py*.egg-info/* %changelog * Tue Sep 26 2023 Automatic Build System 0.7.0-4mamba - rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba * Wed Apr 05 2023 Silvan Calarco 0.7.0-3mamba - rebuilt with python 3.10 * Sat Feb 19 2022 Silvan Calarco 0.7.0-2mamba - rebuilt with distdeps * Thu Dec 31 2020 Silvan Calarco 0.7.0-1mamba - update to 0.7.0 * Sat Jul 20 2019 Silvan Calarco 0.6.0-1mamba - update to 0.6.0 * Fri Feb 12 2016 Automatic Build System 0.5.1-1mamba - automatic version update by autodist * Sun Jan 17 2016 Davide Madrisan 0.5-1mamba - package created using the webbuild interface