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

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

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

%define  oname meinheld

%def_with check

Name:    python3-module-%oname
Version: 0.6.1
Release: alt3.1

Summary: meinheld is a high performance asynchronous WSGI Web Server (based on picoev)
License: BSD
Group:   Development/Python3
URL:     https://github.com/mopemope/meinheld

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-distribute

%if_with check
BuildRequires: python3-module-gunicorn
%endif

Source:  %oname-%version.tar


%description
%summary

%package tests
Summary: Tests for %oname
Group: Development/Python3
Requires: python3-module-%oname = %EVR

%add_python3_self_prov_path %buildroot%python3_sitelibdir/%oname/tests/

%description tests
%summary

This package contains tests for %oname

%prep
%setup -n %oname-%version

%build
%python3_build

%install
%python3_install

mv tests/ %buildroot%python3_sitelibdir/%oname/

%if_with check
%check
%__python3 setup.py test
%endif

%files
%doc LICENSE *.rst example/
%python3_sitelibdir/%oname/
%python3_sitelibdir/*.egg-info

%exclude %python3_sitelibdir/%oname/tests/

%files tests
%python3_sitelibdir/%oname/tests/


%changelog

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

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