Skip to content

python-pyparsing: add new package#10405

Merged
neheb merged 1 commit into
openwrt:masterfrom
ja-pa:python-pyparsing
Nov 1, 2019
Merged

python-pyparsing: add new package#10405
neheb merged 1 commit into
openwrt:masterfrom
ja-pa:python-pyparsing

Conversation

@ja-pa
Copy link
Copy Markdown
Contributor

@ja-pa ja-pa commented Oct 31, 2019

Maintainer: me
Compile tested: Turris Omnia (TOS5), OpenWrt master
Run tested: Turris Omnia (TOS5), OpenWrt master

Description:
This PR is based on #8562 . It splits new packages to individuals PR.

Run tested with simple example:

from pyparsing import Word, alphas
greet = Word(alphas) + "," + Word(alphas) + "!"
hello = "Hello, World!"
print(hello, "->", greet.parseString(hello))

Signed-off-by: Jan Pavlinec jan.pavlinec@nic.cz

@ja-pa ja-pa marked this pull request as ready for review October 31, 2019 12:10
Comment thread lang/python/python-pyparsing/Makefile Outdated
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
@neheb neheb merged commit 5c204b8 into openwrt:master Nov 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants