Compare commits
No commits in common. "434d37b3e849ec8c2b96e23441e04e265739ecc4" and "39dbf61ae05826ac0acdea62071b13d8ace07efd" have entirely different histories.
434d37b3e8
...
39dbf61ae0
BIN
Arpeggio-1.9.2.tar.gz
Normal file
BIN
Arpeggio-1.9.2.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,36 +1,36 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-Arpeggio
|
||||
Version: 2.0.2
|
||||
Version: 1.9.2
|
||||
Release: 1
|
||||
Summary: Packrat parser interpreter
|
||||
License: MIT
|
||||
URL: https://github.com/textX/Arpeggio
|
||||
Source0: https://files.pythonhosted.org/packages/12/c4/516bb54456f85ad1947702ea4cef543a59de66d31a9887dbc3d9df36e3e1/Arpeggio-2.0.2.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/0e/a0/1fe16e650729c121af617d2038608b60359454e93e652f152a5c69abadf8/Arpeggio-1.9.2.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
|
||||
%global _description\
|
||||
Arpeggio is a recursive descent parser with memoization based on PEG grammars\
|
||||
%description
|
||||
Arpeggio is a recursive descent parser with memoization based on PEG grammars
|
||||
(aka Packrat parser).
|
||||
%description %_description
|
||||
|
||||
%package -n python3-Arpeggio
|
||||
Summary: Packrat parser interpreter
|
||||
Provides: python-Arpeggio
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-wheel
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-pytest-runner
|
||||
%description -n python3-Arpeggio %_description
|
||||
%description -n python3-Arpeggio
|
||||
Arpeggio is a recursive descent parser with memoization based on PEG grammars
|
||||
(aka Packrat parser).
|
||||
|
||||
%package help
|
||||
Summary: Development documents and examples for Arpeggio
|
||||
Provides: python3-Arpeggio-doc
|
||||
%description help %_description
|
||||
%description help
|
||||
Arpeggio is a recursive descent parser with memoization based on PEG grammars
|
||||
(aka Packrat parser).
|
||||
|
||||
%prep
|
||||
%autosetup -n Arpeggio-2.0.2
|
||||
%autosetup -n Arpeggio-1.9.2
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -67,14 +67,8 @@ mv %{buildroot}/doclist.lst .
|
||||
%dir %{python3_sitelib}/*
|
||||
|
||||
%files help -f doclist.lst
|
||||
%{_docdir}/*
|
||||
%{_pkgdocdir}
|
||||
|
||||
%changelog
|
||||
* Tue Aug 01 2023 sunhui <sunhui@kylinos.cn> - 2.0.2-1
|
||||
- Update package to version 2.0.2
|
||||
|
||||
* Tue Jul 04 2023 chenzixuan <chenzixuan@kylinos.cn> - 2.0.0-1
|
||||
- Package updated to latest 2.0.0 version
|
||||
|
||||
* Tue Jun 23 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||
* Thu May 21 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||
- Package Spec generated
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
version_control: github
|
||||
src_repo: textX/Arpeggio
|
||||
tag_prefix: "^v"
|
||||
separator: "."
|
||||
Loading…
x
Reference in New Issue
Block a user