File python-livereload.spec of Package python-livereload
#
# spec file for package python-livereload
#
# Copyright (c) 2025 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/
#
%{?sle15_python_module_pythons}
Name: python-livereload
Version: 2.7.1
Release: 0
Summary: Livereload server in python
License: BSD-2-Clause
URL: https://livereload.readthedocs.io/en/latest/
Source: https://github.com/lepture/python-livereload/archive/refs/tags/v%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module tornado}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-tornado
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
%python_subpackages
%description
Reload webpages on changes, without hitting refresh in your browser.
%prep
%autosetup -p1
%build
%pyproject_wheel
%install
%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/livereload
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
# https://github.com/lepture/python-livereload/issues/200
%pytest -k 'not test_watch_multiple_dirs'
%post
%python_install_alternative livereload
%postun
%python_uninstall_alternative livereload
%files %{python_files}
%doc README.md
%license LICENSE
%python_alternative %{_bindir}/livereload
%{python_sitelib}/livereload
%{python_sitelib}/livereload-%{version}.dist-info
%changelog