15
0
forked from pool/python-ged4py
Tomáš Chvátal
2019-08-02 08:08:22 +00:00
committed by Git OBS Bridge
parent 6705a8a2b6
commit 22697296a2

View File

@@ -12,27 +12,27 @@
# 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-ged4py
Version: 0.1.11
Release: 0
License: MIT
Summary: GEDCOM tools for Python
Url: https://github.com/andy-z/ged4py
License: MIT
Group: Development/Languages/Python
URL: https://github.com/andy-z/ged4py
Source: https://files.pythonhosted.org/packages/source/g/ged4py/ged4py-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-ansel
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module ansel}
# /SECTION
BuildRequires: fdupes
Requires: python-ansel
BuildArch: noarch
%python_subpackages
%description