Dan Čermák
56ac7fe003
OBS-URL: https://build.opensuse.org/package/show/devel:Factory:git-workflow:staging:VaiTon:python-cloup:13/python-cloup?expand=0&rev=1
65 lines
1.9 KiB
RPMSpec
65 lines
1.9 KiB
RPMSpec
#
|
|
# spec file for package python-cloup
|
|
#
|
|
# Copyright (c) 2024 SUSE LLC
|
|
#
|
|
# 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 https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: python-cloup
|
|
Version: 3.0.5
|
|
Release: 0
|
|
Summary: Option groups, constraints, subcommand sections and help themes for Click
|
|
License: BSD-3-Clause
|
|
URL: https://github.com/janLuke/cloup
|
|
Source: https://files.pythonhosted.org/packages/source/c/cloup/cloup-%{version}.tar.gz
|
|
BuildRequires: %{python_module pip}
|
|
BuildRequires: %{python_module setuptools_scm}
|
|
BuildRequires: %{python_module setuptools}
|
|
BuildRequires: %{python_module wheel}
|
|
BuildRequires: fdupes
|
|
BuildRequires: python-rpm-macros
|
|
Requires: python-click >= 8.0
|
|
BuildArch: noarch
|
|
# SECTION test requirements
|
|
BuildRequires: %{python_module click >= 8.0}
|
|
BuildRequires: %{python_module pytest}
|
|
# /SECTION
|
|
%python_subpackages
|
|
|
|
%description
|
|
This module adds features to python-click: option groups,
|
|
constraints, subcommand sections and help themes.
|
|
|
|
%prep
|
|
%autosetup -n cloup-%{version}
|
|
|
|
%build
|
|
%pyproject_wheel
|
|
|
|
%install
|
|
%pyproject_install
|
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
|
|
|
%check
|
|
%pytest tests
|
|
|
|
%files %{python_files}
|
|
%doc CHANGELOG.rst README.rst
|
|
%license LICENSE
|
|
%dir %{python_sitelib}/cloup
|
|
%{python_sitelib}/cloup
|
|
%{python_sitelib}/cloup-%{version}*-info
|
|
|
|
%changelog
|