|
 |
d8f6aaa |
%global pypi_name reparser
|
|
 |
d8f6aaa |
|
|
 |
d8f6aaa |
Name: python-%{pypi_name}
|
|
 |
d8f6aaa |
Version: 1.4.3
|
|
 |
34e4e50 |
Release: 8%{?dist}
|
|
 |
d8f6aaa |
Summary: Simple regex-based lexer/parser for inline markup
|
|
 |
d8f6aaa |
|
|
 |
d8f6aaa |
License: MIT
|
|
 |
d8f6aaa |
URL: https://github.com/xmikos/reparser
|
|
 |
d8f6aaa |
Source0: %{url}/archive/v%{version}/%{pypi_name}-%{version}.tar.gz
|
|
 |
d8f6aaa |
BuildArch: noarch
|
|
 |
d8f6aaa |
|
|
 |
d8f6aaa |
%description
|
|
 |
d8f6aaa |
Simple regex-based Python lexer/parser for inline markup.
|
|
 |
d8f6aaa |
|
|
 |
d8f6aaa |
%package -n python3-%{pypi_name}
|
|
 |
d8f6aaa |
Summary: %{summary}
|
|
 |
d8f6aaa |
|
|
 |
d8f6aaa |
BuildRequires: python3-devel
|
|
 |
d8f6aaa |
BuildRequires: python3dist(setuptools)
|
|
 |
d8f6aaa |
%{?python_provide:%python_provide python3-%{pypi_name}}
|
|
 |
d8f6aaa |
|
|
 |
d8f6aaa |
%description -n python3-%{pypi_name}
|
|
 |
d8f6aaa |
Simple regex-based Python lexer/parser for inline markup.
|
|
 |
d8f6aaa |
|
|
 |
d8f6aaa |
%prep
|
|
 |
d8f6aaa |
%autosetup -n %{pypi_name}-%{version}
|
|
 |
d8f6aaa |
rm -rf %{pypi_name}.egg-info
|
|
 |
d8f6aaa |
|
|
 |
d8f6aaa |
%build
|
|
 |
d8f6aaa |
%py3_build
|
|
 |
d8f6aaa |
|
|
 |
d8f6aaa |
%install
|
|
 |
d8f6aaa |
%py3_install
|
|
 |
d8f6aaa |
|
|
 |
d8f6aaa |
%files -n python3-%{pypi_name}
|
|
 |
d8f6aaa |
%license LICENSE
|
|
 |
d8f6aaa |
%doc README.rst
|
|
 |
d8f6aaa |
%{python3_sitelib}/__pycache__/*
|
|
 |
d8f6aaa |
%{python3_sitelib}/%{pypi_name}.py
|
|
 |
d8f6aaa |
%{python3_sitelib}/ReParser-%{version}-py%{python3_version}.egg-info/
|
|
 |
d8f6aaa |
|
|
 |
d8f6aaa |
%changelog
|
|
 |
34e4e50 |
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3-8
|
|
 |
34e4e50 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
 |
34e4e50 |
|
|
 |
8a51b59 |
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3-7
|
|
 |
8a51b59 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
 |
8a51b59 |
|
|
 |
fc51744 |
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.4.3-6
|
|
 |
fc51744 |
- Rebuilt for Python 3.11
|
|
 |
fc51744 |
|
|
 |
2309b04 |
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3-5
|
|
 |
2309b04 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
 |
2309b04 |
|
|
 |
abf99ea |
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3-4
|
|
 |
abf99ea |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
 |
abf99ea |
|
|
 |
0a35e91 |
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.4.3-3
|
|
 |
0a35e91 |
- Rebuilt for Python 3.10
|
|
 |
0a35e91 |
|
|
 |
425541b |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3-2
|
|
 |
425541b |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
 |
425541b |
|
|
 |
d8f6aaa |
* Sat Sep 19 2020 Fabian Affolter <mail@fabian-affolter.ch> - 1.4.3-1
|
|
 |
d8f6aaa |
- Initial package for Fedora
|