File python-gitdb2.spec of Package python-gitdb2
#
# spec file for package python-gitdb2
#
# Copyright (c) 2018 SUSE LINUX 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/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-gitdb2
Version: 2.0.4
Release: 0
Summary: Git Object Database
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/gitpython-developers/gitdb
Source: https://files.pythonhosted.org/packages/source/g/gitdb2/gitdb2-%{version}.tar.gz
BuildRequires: %{python_module setuptools >= 0.8.5}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-smmap2 >= 2.0.0
BuildRequires: %{python_module nose}
BuildRequires: %{python_module smmap2 >= 2.0.0}
%python_subpackages
%description
GitDB is a pure-Python git object database
%prep
%setup -q -n gitdb2-%{version}
%build
%python_build
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
# Package requires its own git tree in order to pass tests, no tags in git
#%%python_exec setup.py test
%files %{python_files}
%license LICENSE
%doc AUTHORS
%{python_sitelib}/gitdb*
%changelog