File python-sbommage.spec of Package python-sbommage

#
# spec file for package python-sbommage
#
# 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/
#


%if 0%{?suse_version} >= 1699
%define pythons python3
%else
%{?sle15_python_module_pythons}
%endif

Name:           python-sbommage
Version:        0.0.1~1738752097.e608148
Release:        0
Summary:        Interactive terminal frontend for viewing Software Bill of Materials (SBOM) files
License:        MIT
URL:            https://github.com/popey/sbommage
Source:         sbommage-%{version}.tar.gz
BuildRequires:  python-rpm-macros
BuildRequires:  %{python_module pip}
BuildRequires:  %{python_module setuptools}
BuildRequires:  %{python_module wheel}
BuildRequires:  %{python_module textual >= 0.85.2}
BuildRequires:  fdupes
Requires:       python-textual >= 0.85.2
Requires:       python-linkify-it-py
Recommends:     syft
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildArch:      noarch
%python_subpackages

%description
Interactive terminal frontend for viewing Software Bill of Materials (SBOM)
files in various formats.

%prep
%autosetup -p1 -n sbommage-%{version}

%build

%install
install -D -m 0755 sbommage %{buildroot}/%{_bindir}/sbommage
%python3_fix_shebang

%files %{python_files}
%{_bindir}/sbommage
%doc example_sboms
%doc README.md
%license LICENSE

%changelog
openSUSE Build Service is sponsored by