Skip to content

Commit

Permalink
python3-pyparsing: upgrade 3.0.6 -> 3.0.7
Browse files Browse the repository at this point in the history
* Update HOMEPAGE to reflect move to github (in 2018)
* Add DESCRIPTION and BUGTRACKER

This upgrade includes bug fixes and minor enhancements.

For changes, see:
https://github.com/pyparsing/pyparsing/blob/master/CHANGES

(From OE-Core rev: c9160a8a331d2d500672d09168f5cd09fec9574b)

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
  • Loading branch information
moto-timo authored and rpurdie committed Jan 25, 2022
1 parent f5c5d13 commit cd9e2dd
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 22 deletions.
22 changes: 0 additions & 22 deletions meta/recipes-devtools/python/python3-pyparsing_3.0.6.bb

This file was deleted.

29 changes: 29 additions & 0 deletions meta/recipes-devtools/python/python3-pyparsing_3.0.7.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
SUMMARY = "Python parsing module"
DESCRIPTION = "The pyparsing module is an alternative approach to creating \
and executing simple grammars, vs. the traditional lex/yacc approach, or \
the use of regular expressions. The pyparsing module provides a library of \
classes that client code uses to construct the grammar directly in Python \
code."
HOMEPAGE = "https://github.com/pyparsing/pyparsing/"
BUGTRACKER = "https://github.com/pyparsing/pyparsing/issues"

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=657a566233888513e1f07ba13e2f47f1"

SRC_URI[sha256sum] = "18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea"

UPSTREAM_CHECK_REGEX = "pyparsing-(?P<pver>.*)\.tar"

inherit pypi setuptools3

RDEPENDS:${PN} += " \
${PYTHON_PN}-datetime \
${PYTHON_PN}-debugger \
${PYTHON_PN}-json \
${PYTHON_PN}-netclient \
${PYTHON_PN}-pprint \
${PYTHON_PN}-stringold \
${PYTHON_PN}-threading \
"

BBCLASSEXTEND = "native nativesdk"

0 comments on commit cd9e2dd

Please sign in to comment.