File python-hjson.spec of Package python-hjson
#
# spec file for package python-hjson
#
# 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/
#
# Since the package on PyPI does not contain assets needed to run tests
%define _commit 1687b811fcbbc54b5ac71cfbaa99f805e406fbcb
%bcond_without test
Name: python-hjson
Version: 3.1.0
Release: 0
Summary: Hjson, a user interface for JSON
License: MIT
Group: Development/Languages/Python
URL: https://github.com/hjson/hjson-py
#Source: https://files.pythonhosted.org/packages/source/h/hjson/hjson-%{version}.tar.gz
Source: https://github.com/hjson/hjson-py/archive/%{_commit}.tar.gz#/hjson-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
%python_subpackages
%description
Hjson, a user interface for JSON.
%prep
%autosetup -p1 -n hjson-py-%{_commit}
%build
%pyproject_wheel
%install
%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/hjson
rm -f %{buildroot}%{_bindir}/hjson.cmd
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%if %{with test}
%check
%pyunittest -v
%endif
%post
%python_install_alternative hjson
%postun
%python_uninstall_alternative hjson
%files %{python_files}
%doc README.rst history.md
%license LICENSE.txt
%python_alternative %{_bindir}/hjson
%{python_sitelib}/hjson
%{python_sitelib}/hjson-%{version}.dist-info
%changelog