%global srcname bioframe Name: python-%{srcname} Version: 0.4.1 Release: 1.20230516222727641209.pr4%{?dist} Summary: Pandas utilities for tab-delimited and other genomic files License: MIT URL: https://github.com/open2c/%{srcname} Source: python-bioframe-0.4.1.tar.gz BuildArch: noarch BuildRequires: python3-devel # for check section BuildRequires: python3dist(pytest) %description %{summary} %package -n python3-%{srcname} Summary: %{summary} %description -n python3-%{srcname} %{summary} %prep %autosetup -n bioframe-0.4.1 %generate_buildrequires %pyproject_buildrequires -r %build %pyproject_wheel %install %pyproject_install %pyproject_save_files %{srcname} %check %pyproject_check_import %pytest %files -n python3-%{srcname} -f %{pyproject_files} %changelog * Tue May 16 2023 Packit - 0.4.1-1.20230516222727641209.pr4 - Development snapshot (c0980029) * Wed May 17 2023 Jiri Kyjovsky - 0.4.1-1 - Initial package