forked from pool/python-asv
This commit is contained in:
committed by
Git OBS Bridge
parent
3392000dfa
commit
11a6e91ca8
@@ -12,29 +12,30 @@
|
||||
# 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/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-asv
|
||||
Version: 0.4.1
|
||||
Release: 0
|
||||
License: BSD (FIXME:No SPDX)
|
||||
Summary: Airspeed Velocity: A simple Python history benchmarking tool
|
||||
Url: https://github.com/airspeed-velocity/asv
|
||||
License: BSD-3-Clause AND MIT
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/airspeed-velocity/asv
|
||||
Source: https://files.pythonhosted.org/packages/6e/94/4521cc0183a5656de9470452ddd2b6170a2d04ba9b18b84c597db09b8b0d/asv-%{version}.tar.gz
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module six >= 1.4}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module six >= 1.4}
|
||||
BuildRequires: git
|
||||
# /SECTION
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
Requires: python-six >= 1.4
|
||||
Suggests: python-python-hglib >= 1.5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user