Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37767491
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-easyprocess

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%global pypi_name EasyProcess
%global modulename easyprocess

# proc test failing by chance

%ifarch ppc64le
%def_without check
%endif

Name: python3-module-%modulename
Summary: Easy to use Python subprocess interface
Version: 1.1
Release: alt2
License: BSD
Group: Development/Python3
URL: https://github.com/ponty/EasyProcess
# Source-url: %url/archive/%version/%modulename-%version.tar.gz
Source: %modulename-%version.tar

BuildArch: noarch

BuildRequires: python3-devel
BuildRequires: python3-module-setuptools

%if_disabled check
%else
BuildRequires: /proc
BuildRequires: iputils
BuildRequires: python3-module-pytest
BuildRequires: python3-module-pytest-timeout
BuildRequires: python3-module-six
%endif

%description
EasyProcess is an easy to use python subprocess interface.

%prep
%setup -n %modulename-%version

# Avoid circular dependency with PyVirtualDisplay

rm tests/test_fast/test_deadlock.py

%build
%python3_build

%install
%python3_install

%check
export PYTHONPATH=%buildroot/%python3_sitelibdir/
py.test3 -v

%files
%doc README.md
%python3_sitelibdir/%pypi_name-%version-py*.egg-info/
%python3_sitelibdir/%modulename/

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin