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

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

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

%define oname nose2

Name: python3-module-%oname
Version: 0.12.0
Release: alt1

Summary: A unittest-based testing framework for python that makes writing and running tests easier

Group: Development/Python3
License: BSD-2-Clause
Url: https://github.com/nose-devs/nose2

BuildArch: noarch

Source: %name-%version.tar

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

%description
nose provides an alternate test discovery and running process for
unittest, one that is intended to mimic the behavior of py.test as much
as is reasonably possible without resorting to too much magic.

%prep
%setup
sed -i "s|man/man1|share/man/man1|g" setup.py

%build
%python3_build

%install
%python3_install

rm -f %buildroot%_bindir/nosetests

%files
%doc AUTHORS README.rst
%_bindir/nose2
%python3_sitelibdir/%oname/
%python3_sitelibdir/*.egg-info

%changelog

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

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