2017-01-31 08:43:42 +00:00
|
|
|
#
|
|
|
|
# spec file for package python-ruamel.base
|
|
|
|
#
|
2019-07-16 10:55:33 +00:00
|
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
2017-01-31 08:43:42 +00:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2019-07-16 10:55:33 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2017-01-31 08:43:42 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2017-04-24 14:56:35 +00:00
|
|
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
2017-01-31 08:43:42 +00:00
|
|
|
Name: python-ruamel.base
|
2019-07-16 10:55:33 +00:00
|
|
|
Version: 1.0.0+post1
|
2017-01-31 08:43:42 +00:00
|
|
|
Release: 0
|
|
|
|
Summary: Shared ruamel routines
|
|
|
|
License: MIT
|
|
|
|
Group: Development/Languages/Python
|
2017-04-24 14:56:35 +00:00
|
|
|
Url: https://bitbucket.org/ruamel/base
|
2019-07-16 10:55:33 +00:00
|
|
|
Source: https://files.pythonhosted.org/packages/source/r/ruamel.base/ruamel.base-1.0.0.tar.gz
|
2017-04-24 14:56:35 +00:00
|
|
|
BuildRequires: %{python_module setuptools}
|
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: python-rpm-macros
|
2017-01-31 08:43:42 +00:00
|
|
|
BuildArch: noarch
|
2017-04-24 14:56:35 +00:00
|
|
|
%python_subpackages
|
2017-01-31 08:43:42 +00:00
|
|
|
|
|
|
|
%description
|
2019-07-16 10:55:33 +00:00
|
|
|
This is a common package for the "ruamel" namespace.
|
2017-01-31 08:43:42 +00:00
|
|
|
|
|
|
|
%prep
|
2019-07-16 10:55:33 +00:00
|
|
|
%setup -q -n ruamel.base-1.0.0
|
2017-01-31 08:43:42 +00:00
|
|
|
rm -rf *.egg-info
|
2019-07-16 10:55:33 +00:00
|
|
|
# https://bitbucket.org/ruamel/base/issues/1
|
|
|
|
sed -i '/sys.exit/d' setup.py
|
|
|
|
# Use normal namespaces with a __init__.py, so it is easier to
|
|
|
|
# managed the ordereddict and yaml packages which also include .so files
|
|
|
|
sed -i '/namespace_packages=/d' setup.py
|
2017-01-31 08:43:42 +00:00
|
|
|
|
|
|
|
%build
|
2017-04-24 14:56:35 +00:00
|
|
|
%python_build
|
2017-01-31 08:43:42 +00:00
|
|
|
|
|
|
|
%install
|
2019-07-16 10:55:33 +00:00
|
|
|
export RUAMEL_NO_PIP_INSTALL_CHECK=1
|
|
|
|
%python_install
|
2017-04-24 14:56:35 +00:00
|
|
|
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
|
2017-01-31 08:43:42 +00:00
|
|
|
|
2017-04-24 14:56:35 +00:00
|
|
|
%files %{python_files}
|
2019-07-16 10:55:33 +00:00
|
|
|
%doc README.rst
|
|
|
|
%license LICENSE
|
2017-04-24 14:56:35 +00:00
|
|
|
%{python_sitelib}/ruamel
|
2019-07-16 10:55:33 +00:00
|
|
|
%{python_sitelib}/ruamel.base-1.0.0-py%{python_version}.egg-info
|
2017-04-24 14:56:35 +00:00
|
|
|
|
|
|
|
%changelog
|