Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
434d37b3e8
!7 update package to version 2.0.2
From: @S--Sh 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2023-08-03 07:55:59 +00:00
sunhui
9c6fcd1e8d python-Arpeggio 2023-08-01 09:45:43 +08:00
openeuler-ci-bot
dad0b1463e
!6 Upgrade to latest release [python-Arpeggio -> 2.0.0]
From: @Jason_828e 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-07-04 06:42:06 +00:00
Jason_828e
d106ccf473 update version to 2.0.0
updated spec file

added missing dependency
2023-07-03 18:29:48 +08:00
openeuler-ci-bot
aaabcc4869 !2 add yaml file
Merge pull request !2 from smileknife/master
2020-09-07 09:33:48 +08:00
smileknife
304773cb26 correct misspelled
Signed-off-by: smileknife <jackshan2010@aliyun.com>
2020-09-02 17:10:20 +08:00
smileknife
6355ed1467 add yaml file
Signed-off-by: smileknife <jackshan2010@aliyun.com>
2020-09-02 16:08:18 +08:00
openeuler-ci-bot
0ef71046fe !1 Init python module
Merge pull request !1 from smileknife/initpkg
2020-07-09 23:48:41 +08:00
smileknife
de4bbe4a70 add build require
Signed-off-by: smileknife <shanshishi@huawei.com>
2020-07-09 23:07:40 +08:00
smileknife
82bca074fe Init package
Signed-off-by: smileknife <jackshan2010@aliyun.com>
2020-06-23 22:55:05 +08:00
4 changed files with 23 additions and 13 deletions

Binary file not shown.

BIN
Arpeggio-2.0.2.tar.gz Normal file

Binary file not shown.

View File

@ -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
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: textX/Arpeggio
tag_prefix: "^v"
separator: "."