15
0
2018-12-04 17:12:28 +00:00
committed by Git OBS Bridge
parent a772009b97
commit fd79e17475

View File

@@ -21,20 +21,19 @@
Name: python-EasyProcess
Version: 0.2.3
Release: 0
Url: https://github.com/ponty/easyprocess
Summary: Easy to use python subprocess interface
License: BSD-2-Clause
Group: Development/Languages/Python
URL: https://github.com/ponty/easyprocess
Source: https://files.pythonhosted.org/packages/source/E/EasyProcess/EasyProcess-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python3-2to3
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module nose}
%endif
BuildArch: noarch
%python_subpackages
%description
@@ -49,14 +48,14 @@ Features include:
- timeout
- unit-tests
- cross-platform, development on linux
- global config file with program aliases
- global config file with program aliases
- shell is not supported
- pipes are not supported
- stdout/stderr is set only after the subprocess has finished
- stop() does not kill whole subprocess tree
- stop() does not kill whole subprocess tree
- unicode support
- supported python versions: 2.5, 2.6, 2.7, 3.1, 3.2, PyPy
%prep
%setup -q -n EasyProcess-%{version}
@@ -78,8 +77,8 @@ popd
%endif
%files %{python_files}
%defattr(-,root,root,-)
%doc LICENSE.txt README.rst
%license LICENSE.txt
%doc README.rst
%{python_sitelib}/*
%changelog