2017-01-31 08:43:42 +00:00
|
|
|
#
|
|
|
|
# spec file for package python-ruamel.base
|
|
|
|
#
|
2017-04-24 14:56:35 +00:00
|
|
|
# Copyright (c) 2017 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.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
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
|
|
|
|
Version: 1.0.0
|
|
|
|
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
|
|
|
|
Source: https://files.pythonhosted.org/packages/source/r/ruamel.base/ruamel.base-%{version}.tar.gz
|
|
|
|
BuildRequires: %{python_module setuptools}
|
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: python-rpm-macros
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
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
|
|
|
|
Shared code for ruamel implementations
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n ruamel.base-%{version}
|
|
|
|
rm -rf *.egg-info
|
|
|
|
|
|
|
|
%build
|
2017-04-24 14:56:35 +00:00
|
|
|
%python_build
|
2017-01-31 08:43:42 +00:00
|
|
|
|
|
|
|
%install
|
2017-04-24 14:56:35 +00:00
|
|
|
%python_install --single-version-externally-managed
|
|
|
|
%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}
|
2017-01-31 08:43:42 +00:00
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc LICENSE README.rst
|
2017-04-24 14:56:35 +00:00
|
|
|
%{python_sitelib}/ruamel
|
|
|
|
%{python_sitelib}/ruamel.base-%{version}-py%{python_version}-nspkg.pth
|
|
|
|
%{python_sitelib}/ruamel.base-%{version}-py%{python_version}.egg-info
|
|
|
|
|
|
|
|
%changelog
|