diff options
| author | Xu Huan <xuhuan.fnst@fujitsu.com> | 2022-03-24 17:17:57 +0800 |
|---|---|---|
| committer | Trevor Gamblin <trevor.gamblin@windriver.com> | 2022-03-28 08:35:31 -0400 |
| commit | d26f61f21db9ef17763e6b579982e33c8434f4e1 (patch) | |
| tree | 1b5ff64ccb8f8c951b3300920a0a9a762560b04e /meta-python/recipes-devtools/python/python3-arpeggio_2.0.0.bb | |
| parent | bbb42608522d54bbfb53406ecb57d78375c2eb42 (diff) | |
| download | meta-openembedded-d26f61f21db9ef17763e6b579982e33c8434f4e1.tar.gz | |
python3-arpeggio: upgrade 1.10.2 -> 2.0.0
changelog:
Added eval_attrs call to NoMatch exceptions (ebfd60).
Dropped support for deprecated Python versions.
The lowest supported version is 3.6.
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.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_2.0.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-arpeggio_2.0.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-arpeggio_2.0.0.bb b/meta-python/recipes-devtools/python/python3-arpeggio_2.0.0.bb new file mode 100644 index 0000000000..96d6de6a69 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-arpeggio_2.0.0.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] = "d6b03839019bb8a68785f9292ee6a36b1954eb84b925b84a6b8a5e1e26d3ed3d" | ||
| 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" | ||
