2019-04-19 14:13:12 +00:00
|
|
|
#
|
|
|
|
# spec file for package python-proglog
|
|
|
|
#
|
2025-06-03 12:24:57 +00:00
|
|
|
# Copyright (c) 2025 SUSE LLC
|
2019-04-19 14:13:12 +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 https://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-proglog
|
2025-07-05 10:21:00 +00:00
|
|
|
Version: 0.1.12
|
2019-04-19 14:13:12 +00:00
|
|
|
Release: 0
|
|
|
|
Summary: Log and progress bar manager for Python
|
|
|
|
License: MIT
|
|
|
|
Group: Development/Languages/Python
|
2023-05-09 21:41:48 +00:00
|
|
|
URL: https://github.com/Edinburgh-Genome-Foundry/Proglog
|
2019-04-19 14:13:12 +00:00
|
|
|
Source: https://files.pythonhosted.org/packages/source/p/proglog/proglog-%{version}.tar.gz
|
2025-06-03 12:24:57 +00:00
|
|
|
BuildRequires: %{python_module pip}
|
2019-04-19 14:13:12 +00:00
|
|
|
BuildRequires: %{python_module setuptools}
|
2025-06-03 12:24:57 +00:00
|
|
|
BuildRequires: %{python_module wheel}
|
|
|
|
BuildRequires: fdupes
|
2019-04-19 14:13:12 +00:00
|
|
|
BuildRequires: python-rpm-macros
|
2025-06-03 12:24:57 +00:00
|
|
|
Requires: python-tqdm
|
|
|
|
BuildArch: noarch
|
2019-04-19 14:13:12 +00:00
|
|
|
# SECTION test requirements
|
|
|
|
BuildRequires: %{python_module tqdm}
|
|
|
|
# /SECTION
|
|
|
|
%python_subpackages
|
|
|
|
|
|
|
|
%description
|
|
|
|
Proglog is a progress logging system for Python. It allows developers
|
|
|
|
to build libraries while giving the user control on the management of
|
|
|
|
logs, callbacks and progress bars.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n proglog-%{version}
|
2023-05-09 21:41:48 +00:00
|
|
|
chmod a-x LICENSE README.rst
|
2019-04-19 14:13:12 +00:00
|
|
|
|
|
|
|
%build
|
2025-06-03 12:24:57 +00:00
|
|
|
%pyproject_wheel
|
2019-04-19 14:13:12 +00:00
|
|
|
|
|
|
|
%install
|
2025-06-03 12:24:57 +00:00
|
|
|
%pyproject_install
|
2019-04-19 14:13:12 +00:00
|
|
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
|
|
|
|
|
|
|
%files %{python_files}
|
|
|
|
%doc README.rst
|
2023-05-09 21:41:48 +00:00
|
|
|
%license LICENSE
|
|
|
|
%{python_sitelib}/proglog
|
2025-06-03 12:24:57 +00:00
|
|
|
%{python_sitelib}/proglog-%{version}*-info
|
2019-04-19 14:13:12 +00:00
|
|
|
|
|
|
|
%changelog
|