60 lines
1.3 KiB
RPMSpec
60 lines
1.3 KiB
RPMSpec
|
Name: python-pure-eval
|
||
|
Version: 0.2.2
|
||
|
Release: 1%{?dist}
|
||
|
Summary: Safely evaluate AST nodes without side effects
|
||
|
|
||
|
License: MIT
|
||
|
URL: http://github.com/alexmojaki/pure_eval
|
||
|
Source0: %{pypi_source pure_eval}
|
||
|
|
||
|
BuildArch: noarch
|
||
|
BuildRequires: python%{python3_pkgversion}-devel
|
||
|
|
||
|
%global _description %{expand:
|
||
|
Python package that lets you safely evaluate certain AST nodes
|
||
|
without triggering arbitrary code that may have unwanted side effects.}
|
||
|
|
||
|
|
||
|
%description %_description
|
||
|
|
||
|
%package -n python%{python3_pkgversion}-pure-eval
|
||
|
Summary: %{summary}
|
||
|
|
||
|
%description -n python%{python3_pkgversion}-pure-eval %_description
|
||
|
|
||
|
|
||
|
%prep
|
||
|
%autosetup -p1 -n pure_eval-%{version}
|
||
|
|
||
|
#
|
||
|
# %generate_buildrequires
|
||
|
# %pyproject_buildrequires -r -t
|
||
|
|
||
|
|
||
|
%build
|
||
|
%pyproject_wheel
|
||
|
|
||
|
|
||
|
%install
|
||
|
%pyproject_install
|
||
|
%pyproject_save_files pure_eval
|
||
|
|
||
|
|
||
|
%check
|
||
|
%tox
|
||
|
|
||
|
|
||
|
%files -n python%{python3_pkgversion}-pure-eval -f %{pyproject_files}
|
||
|
%doc README.md
|
||
|
|
||
|
%changelog
|
||
|
* Sun Jan 23 2022 Lumír Balhar <lbalhar@redhat.com> - 0.2.2-1
|
||
|
- Update to 0.2.2
|
||
|
Resolves: rhbz#2043934
|
||
|
|
||
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||
|
|
||
|
* Tue Jan 04 2022 Lumír Balhar <lbalhar@redhat.com> - 0.2.1-1
|
||
|
- Package generated with pyp2spec
|