# SPDX-FileCopyrightText: 2023 Maxwell G # SPDX-License-Identifier: MIT # License text: https://spdx.org/licenses/MIT Name: python-mappie Version: 0.1.0 Release: 1%{?dist} Summary: Python library with collections, frozen mappings, and more License: MIT URL: https://sr.ht/~gotmax23/mappie %global furl https://git.sr.ht/~gotmax23/mappie Source0: %{furl}/refs/download/v%{version}/mappie-%{version}.tar.gz Source1: %{furl}/refs/download/v%{version}/mappie-%{version}.tar.gz.asc Source2: https://meta.sr.ht/~gotmax23.pgp BuildArch: noarch BuildRequires: gnupg2 BuildRequires: python3-devel %global _description %{expand: mappie is a python library with collections, frozen mappings, and more.} %description %_description %package -n python3-mappie Summary: %{summary} %description -n python3-mappie %_description %prep %gpgverify -d0 -s1 -k2 %autosetup -p1 -n mappie-%{version} %generate_buildrequires %pyproject_buildrequires -x test %build %pyproject_wheel %install %pyproject_install %pyproject_save_files mappie %check %pytest %files -n python3-mappie -f %{pyproject_files} %doc README.md %license LICENSES/* %changelog * Sun Jun 18 2023 Maxwell G - 0.1.0-1 - Release 0.1.0. * Thu Jun 15 2023 Maxwell G - 0.0.2-1 - Release 0.0.2. * Tue Jun 13 2023 Maxwell G - 0.0.1-1 - Release 0.0.1.