# SPDX-FileCopyrightText: (C) 2026 Institute of Software, Chinese Academy of Sciences (ISCAS) # SPDX-FileCopyrightText: (C) 2026 openRuyi Project Contributors # SPDX-FileContributor: misaka00251 # # SPDX-License-Identifier: MulanPSL-2.0 %global srcname process-tests Name: python-%{srcname} Version: 3.0.0 Release: %autorelease Summary: Tools for testing processes. License: BSD-2-Clause URL: https://github.com/ionelmc/python-process-tests #!RemoteAsset Source0: https://files.pythonhosted.org/packages/source/p/%{srcname}/%{srcname}-%{version}.tar.gz BuildArch: noarch BuildSystem: pyproject BuildOption(install): -l process_tests BuildRequires: pyproject-rpm-macros BuildRequires: pkgconfig(python3) Provides: python3-%{srcname} %python_provide python3-%{srcname} %description Tools for testing processes. %generate_buildrequires %pyproject_buildrequires %files -f %{pyproject_files} %doc README.rst %changelog %{?autochangelog}