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
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-Arpeggio
|
Name: python-Arpeggio
|
||||||
Version: 2.0.2
|
Version: 1.9.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Packrat parser interpreter
|
Summary: Packrat parser interpreter
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/textX/Arpeggio
|
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
|
BuildArch: noarch
|
||||||
|
|
||||||
|
|
||||||
%global _description\
|
%description
|
||||||
Arpeggio is a recursive descent parser with memoization based on PEG grammars\
|
Arpeggio is a recursive descent parser with memoization based on PEG grammars
|
||||||
(aka Packrat parser).
|
(aka Packrat parser).
|
||||||
%description %_description
|
|
||||||
|
|
||||||
%package -n python3-Arpeggio
|
%package -n python3-Arpeggio
|
||||||
Summary: Packrat parser interpreter
|
Summary: Packrat parser interpreter
|
||||||
Provides: python-Arpeggio
|
Provides: python-Arpeggio
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-wheel
|
|
||||||
BuildRequires: python3-pip
|
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-pytest-runner
|
%description -n python3-Arpeggio
|
||||||
%description -n python3-Arpeggio %_description
|
Arpeggio is a recursive descent parser with memoization based on PEG grammars
|
||||||
|
(aka Packrat parser).
|
||||||
|
|
||||||
%package help
|
%package help
|
||||||
Summary: Development documents and examples for Arpeggio
|
Summary: Development documents and examples for Arpeggio
|
||||||
Provides: python3-Arpeggio-doc
|
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
|
%prep
|
||||||
%autosetup -n Arpeggio-2.0.2
|
%autosetup -n Arpeggio-1.9.2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -67,14 +67,8 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%dir %{python3_sitelib}/*
|
%dir %{python3_sitelib}/*
|
||||||
|
|
||||||
%files help -f doclist.lst
|
%files help -f doclist.lst
|
||||||
%{_docdir}/*
|
%{_pkgdocdir}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Aug 01 2023 sunhui <sunhui@kylinos.cn> - 2.0.2-1
|
* Thu May 21 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||||
- 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>
|
|
||||||
- Package Spec generated
|
- 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