forked from pool/python-tox
Accepting request 172826 from home:thomas-schraitle:branches:devel:languages:python
Ok, I've tried to get the testsuite working, but it was too difficult removed bcond, so it's fixed OBS-URL: https://build.opensuse.org/request/show/172826 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=8
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-tox
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# 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
|
||||
@@ -15,15 +15,14 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: python-tox
|
||||
Version: 1.4.2
|
||||
Version: 1.4.3
|
||||
Release: 0
|
||||
Summary: Virtualenv-based automation of test activities
|
||||
License: GPL-2.0+
|
||||
Group: Development/Languages/Python
|
||||
Url: http://codespeak.net/tox
|
||||
Source: http://pypi.python.org/packages/source/t/tox/tox-%{version}.zip
|
||||
Source: http://pypi.python.org/packages/source/t/tox/tox-%{version}.tar.gz
|
||||
BuildRequires: python-Sphinx
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-py >= 1.4.9
|
||||
@@ -64,13 +63,13 @@ cd doc && make html && rm -r _build/html/.buildinfo # Generate HTML documentatio
|
||||
%install
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
#%%check
|
||||
#python setup.py test
|
||||
# %%check
|
||||
# python setup.py test
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE README.txt doc/_build/html
|
||||
%{_bindir}/tox
|
||||
%{_bindir}/*
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user