Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37584236
en ru br
ALT Linux repos
S:0.12.0-alt1

Group :: Development/Python3
RPM: python3-module-nose2

 Main   Changelog   Spec   Patches   Sources   Download   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

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin