File python-pyocd-pemicro.spec of Package python-pyocd-pemicro
#
# spec file for package python-pyocd-pemicro
#
# Copyright (c) 2023 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-pyocd-pemicro
Version: 1.1.5
Release: 0
Summary: PyOCD debug probe plugin for PEMicro debug probes
License: BSD-3-Clause
URL: https://github.com/pyocd/pyocd-pemicro
Source: https://files.pythonhosted.org/packages/source/p/pyocd-pemicro/pyocd-pemicro-1.1.5.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pypemicro >= 0.1.11}
# /SECTION
BuildRequires: fdupes
BuildRequires: dos2unix
Requires: python-pypemicro >= 0.1.11
BuildArch: noarch
%python_subpackages
%description
PyOCD debug probe plugin for PEMicro debug probes
%prep
%setup -q -n pyocd-pemicro-%{version}
%build
%pyproject_wheel
dos2unix README.md
%install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
echo "No tests yet, see https://github.com/pyocd/pyocd-pemicro/tree/main/test"
%files %{python_files}
%doc README.md
%license LICENSE
%{python_sitelib}/pyocd_pemicro
%{python_sitelib}/pyocd_pemicro-%{version}.dist-info/
%pycache_only %{python_sitelib}/pyocd_pemicro/__pycache__/*
%changelog