15
0
forked from pool/python-ebcdic
Tomáš Chvátal
2019-08-02 08:09:02 +00:00
committed by Git OBS Bridge
parent 4d7679ea10
commit 7e1c3bc9f7

View File

@@ -12,24 +12,24 @@
# 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-ebcdic
Version: 1.0.2
Release: 0
License: BSD-2-Clause
Summary: Additional EBCDIC codecs for Python
Url: https://pypi.python.org/pypi/ebcdic
License: BSD-2-Clause
Group: Development/Languages/Python
URL: https://pypi.python.org/pypi/ebcdic
Source: https://files.pythonhosted.org/packages/source/e/ebcdic/ebcdic-%{version}.zip
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
BuildRequires: unzip
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: unzip
BuildArch: noarch
%python_subpackages
%description