diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-04-27 12:15:56 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-04-29 08:43:53 -0700 |
| commit | 12c2e794c5a03b71673b857d42a9ae091816136d (patch) | |
| tree | 5a01d8cad503a88b28c4d4b4e131bdeb1f4a21e3 /meta-python/recipes-devtools/python/python3-arpeggio_1.10.2.bb | |
| parent | 74f19cb7436a41d3dd55049e4e72ff6da513e96f (diff) | |
| download | meta-openembedded-12c2e794c5a03b71673b857d42a9ae091816136d.tar.gz | |
python3-arpeggio: Upgrade 1.10.1 -> 1.10.2
Upgrade to release 1.10.2:
- Added EditorConfig configuration
- Fixed parsing of version from setup.py when global encoding
isn't UTF-8
- Fix repetition termination on a successful empty separator match
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-arpeggio_1.10.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-arpeggio_1.10.2.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-arpeggio_1.10.2.bb b/meta-python/recipes-devtools/python/python3-arpeggio_1.10.2.bb new file mode 100644 index 0000000000..468e6d5fde --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-arpeggio_1.10.2.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | SUMMARY = "Arpeggio is a recursive descent parser with memoization based on PEG grammars (aka Packrat parser)" | ||
| 2 | HOMEPAGE = "https://pypi.org/project/Arpeggio/" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=33b8d1ba459a2fa4d801acfd1d1b7ceb" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "bfe349f252f82f82d84cb886f1d5081d1a31451e6045275e9f90b65d0daa06f1" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "Arpeggio" | ||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | # setup.py of Arpeggio needs this. | ||
| 12 | DEPENDS += "\ | ||
| 13 | ${PYTHON_PN}-pytest-runner-native \ | ||
| 14 | ${PYTHON_PN}-wheel-native \ | ||
| 15 | " | ||
| 16 | |||
| 17 | BBCLASSEXTEND = "native nativesdk" | ||
