Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:GA
python3-nose
python3-nose.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python3-nose.spec of Package python3-nose
# # spec file for package python3-nose # # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: python3-nose Version: 1.3.0 Release: 0 Url: http://readthedocs.org/docs/nose/ Summary: Nose extends unittest to make testing easier License: LGPL-2.0+ Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/n/nose/nose-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python3 BuildRequires: python3-devel BuildRequires: python3-setuptools %if 0%{?suse_version} <= 1220 BuildRequires: python3-2to3 BuildRequires: python3-xml %endif #Test requirements: BuildRequires: python-coverage Requires: python3-setuptools %if 0%{?suse_version} <= 1220 Requires: python3-2to3 Requires: python3-xml %endif Requires(post): update-alternatives Requires(postun): update-alternatives BuildArch: noarch %description Nose extends the test loading and running features of unittest, making it easier to write, find and run tests. By default, nose will run tests in files or directories under the current working directory whose names include "test" or "Test" at a word boundary (like "test_this" or "functional_test" or "TestClass" but not "libtest"). Test output is similar to that of unittest, but also includes captured stdout output from failing tests, for easy print-style debugging. These features, and many more, are customizable through the use of plugins. Plugins included with nose provide support for doctest, code coverage and profiling, flexible attribute-based test selection, output capture and more. %prep %setup -q -n nose-%{version} sed -i 's,man/man1,share/man/man1,' setup.py # This tests succeeds/fails based on timing, which breaks on slow build hosts: rm functional_tests/test_multiprocessing/test_concurrent_shared.py %build python3 setup.py build %install python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} mv %{buildroot}%{_mandir}/man1/nosetests.1 %{buildroot}%{_mandir}/man1/nosetests-%{py3_ver}.1 ln -s %{_mandir}/man1/nosetests-%{py3_ver}.1 %{buildroot}%{_mandir}/man1/nosetests.1 rm %{buildroot}%{_bindir}/nosetests ln -s %{_bindir}/nosetests-%{py3_ver} %{buildroot}%{_bindir}/nosetests #%%check #python3 setup.py test %pre # Since /usr/bin/nosetests and /usr/share/man/man1/nosetests.1.gz became ghosted to be used # with update-alternatives, we have to get rid of the old binary resulting from the # non-update-alternativies-ified package: [[ ! -L %{_bindir}/nosetests ]] && rm -f %{_bindir}/nosetests [[ ! -L %{_mandir}/man1/nosetests.1.gz ]] && rm -f %{_mandir}/man1/nosetests.1.gz exit 0 %post update-alternatives \ --install %{_bindir}/nosetests nosetests %{_bindir}/nosetests-%{py3_ver} 30 \ --slave %{_mandir}/man1/nosetests.1.gz nosetests.1 %{_mandir}/man1/nosetests-%{py3_ver}.1.gz %preun if [ $1 -eq 0 ] ; then update-alternatives --remove nosetests %{_bindir}/nosetests-%{py3_ver} fi %files %defattr(-,root,root,-) %doc NEWS README.txt lgpl.txt %ghost %{_bindir}/nosetests %{_bindir}/nosetests-%{py3_ver} %ghost %{_mandir}/man1/nosetests.1.gz %{_mandir}/man1/nosetests-%{py3_ver}.1.gz %{python3_sitelib}/nose-%{version}-py%{py3_ver}.egg-info/ %{python3_sitelib}/nose %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor