2017-07-17 05:08:05 +00:00
|
|
|
#
|
|
|
|
# spec file for package python-plaster
|
|
|
|
#
|
2022-12-07 21:29:19 +00:00
|
|
|
# Copyright (c) 2022 SUSE LLC
|
2017-07-17 05:08:05 +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-04-24 12:06:30 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2017-07-17 05:08:05 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2023-06-11 11:35:35 +00:00
|
|
|
%{?sle15_python_module_pythons}
|
2017-07-17 05:08:05 +00:00
|
|
|
Name: python-plaster
|
2022-12-07 21:29:19 +00:00
|
|
|
Version: 1.1.2
|
2017-07-17 05:08:05 +00:00
|
|
|
Release: 0
|
|
|
|
Summary: A loader interface around multiple config file formats
|
|
|
|
License: MIT
|
|
|
|
Group: Development/Languages/Python
|
2022-12-07 21:29:19 +00:00
|
|
|
URL: http://docs.pylonsproject.org/projects/plaster/en/latest
|
2019-05-20 00:09:33 +00:00
|
|
|
# Wheels lack files with problematic noncommercial license
|
|
|
|
Source: https://files.pythonhosted.org/packages/py2.py3/p/plaster/plaster-%{version}-py2.py3-none-any.whl
|
|
|
|
BuildRequires: %{python_module pip}
|
2017-07-17 05:08:05 +00:00
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: python-rpm-macros
|
|
|
|
BuildArch: noarch
|
|
|
|
%python_subpackages
|
|
|
|
|
|
|
|
%description
|
|
|
|
Plaster is a loader interface around multiple config file formats.
|
|
|
|
It exists to define a common API for applications to use when they
|
|
|
|
wish to load a configuration. The library itself does not aim to
|
|
|
|
handle anything except a basic API that applications may use to find
|
|
|
|
and load configuration settings. Any specific constraints should be
|
|
|
|
implemented in a pluggable loader which can be registered via an
|
|
|
|
entrypoint.
|
|
|
|
|
|
|
|
%prep
|
2019-05-20 00:09:33 +00:00
|
|
|
%setup -q -c -T
|
2017-07-17 05:08:05 +00:00
|
|
|
|
|
|
|
%build
|
2019-05-20 00:09:33 +00:00
|
|
|
# Not Needed
|
2017-07-17 05:08:05 +00:00
|
|
|
|
|
|
|
%install
|
2020-01-11 21:31:19 +00:00
|
|
|
cp -a %{SOURCE0} .
|
|
|
|
%pyproject_install
|
2019-05-20 00:09:33 +00:00
|
|
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
2019-04-24 12:06:30 +00:00
|
|
|
|
2017-07-17 05:08:05 +00:00
|
|
|
%files %{python_files}
|
2019-05-20 00:09:33 +00:00
|
|
|
%license %{python_sitelib}/plaster-%{version}.dist-info/LICENSE.txt
|
|
|
|
%{python_sitelib}/plaster-%{version}.dist-info/
|
|
|
|
%{python_sitelib}/plaster/
|
2017-07-17 05:08:05 +00:00
|
|
|
|
|
|
|
%changelog
|