Compare commits
10 Commits
39dbf61ae0
...
434d37b3e8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
434d37b3e8 | ||
|
|
9c6fcd1e8d | ||
|
|
dad0b1463e | ||
|
|
d106ccf473 | ||
|
|
aaabcc4869 | ||
|
|
304773cb26 | ||
|
|
6355ed1467 | ||
|
|
0ef71046fe | ||
|
|
de4bbe4a70 | ||
|
|
82bca074fe |
Binary file not shown.
BIN
Arpeggio-2.0.2.tar.gz
Normal file
BIN
Arpeggio-2.0.2.tar.gz
Normal file
Binary file not shown.
@ -1,36 +1,36 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-Arpeggio
|
||||
Version: 1.9.2
|
||||
Version: 2.0.2
|
||||
Release: 1
|
||||
Summary: Packrat parser interpreter
|
||||
License: MIT
|
||||
URL: https://github.com/textX/Arpeggio
|
||||
Source0: https://files.pythonhosted.org/packages/0e/a0/1fe16e650729c121af617d2038608b60359454e93e652f152a5c69abadf8/Arpeggio-1.9.2.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/12/c4/516bb54456f85ad1947702ea4cef543a59de66d31a9887dbc3d9df36e3e1/Arpeggio-2.0.2.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
|
||||
%description
|
||||
Arpeggio is a recursive descent parser with memoization based on PEG grammars
|
||||
%global _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
|
||||
%description -n python3-Arpeggio
|
||||
Arpeggio is a recursive descent parser with memoization based on PEG grammars
|
||||
(aka Packrat parser).
|
||||
BuildRequires: python3-pytest-runner
|
||||
%description -n python3-Arpeggio %_description
|
||||
|
||||
%package help
|
||||
Summary: Development documents and examples for Arpeggio
|
||||
Provides: python3-Arpeggio-doc
|
||||
%description help
|
||||
Arpeggio is a recursive descent parser with memoization based on PEG grammars
|
||||
(aka Packrat parser).
|
||||
%description help %_description
|
||||
|
||||
%prep
|
||||
%autosetup -n Arpeggio-1.9.2
|
||||
%autosetup -n Arpeggio-2.0.2
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -67,8 +67,14 @@ mv %{buildroot}/doclist.lst .
|
||||
%dir %{python3_sitelib}/*
|
||||
|
||||
%files help -f doclist.lst
|
||||
%{_pkgdocdir}
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Thu May 21 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||
* 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>
|
||||
- Package Spec generated
|
||||
|
||||
4
python-Arpeggio.yaml
Normal file
4
python-Arpeggio.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: textX/Arpeggio
|
||||
tag_prefix: "^v"
|
||||
separator: "."
|
||||
Loading…
x
Reference in New Issue
Block a user