Name: python-gast Version: 0.5.3 Release: 1%{?dist} Summary: Python AST that abstracts the underlying Python version License: BSD URL: https://github.com/serge-sans-paille/gast/ Source0: %{url}/archive/%{version}/gast-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel python3-setuptools %global _description %{expand: A generic AST to represent Python2 and Python3's Abstract Syntax Tree (AST). GAST provides a compatibility layer between the AST of various Python versions, as produced by ast.parse from the standard ast module.} %description %_description %package -n python3-gast Summary: %{summary} %description -n python3-gast %_description %prep %autosetup -p1 -n gast-%{version} %build %py3_build %install %py3_install %files -n python3-gast %license LICENSE %doc README.rst %{python3_sitelib}/* %changelog * Sat Sep 04 2021 Balint Cristian - github build