mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 15:25:53 +01:00
add new recipes for python-lrparsing, python3-lrparsing
The lrparsing library is an LR(1) parsing library for Python. Grammars can be defined using Python expressions. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
cddf038131
commit
ef1fbfd0f9
16
meta-python/recipes-devtools/python/python-lrparsing.inc
Normal file
16
meta-python/recipes-devtools/python/python-lrparsing.inc
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
SUMMARY = "Python LR parsing library"
|
||||||
|
SECTION = "devel/python"
|
||||||
|
LICENSE = "AGPL-3.0"
|
||||||
|
LIC_FILES_CHKSUM = "file://agpl-3.0.txt;md5=73f1eb20517c55bf9493b7dd6e480788"
|
||||||
|
|
||||||
|
HOMEPAGE = "http://lrparsing.sourceforge.net/"
|
||||||
|
BUGTRACKER = "https://sourceforge.net/p/lrparsing/tickets/"
|
||||||
|
UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/lrparsing/files/"
|
||||||
|
UPSTREAM_CHECK_REGEX = "lrparsing-(?P<pver>\d+(\.\d+)+)"
|
||||||
|
SRC_URI = "${SOURCEFORGE_MIRROR}/lrparsing/lrparsing-${PV}.tar.gz"
|
||||||
|
SRC_URI[md5sum] = "34357d69bce87654d792cd8f02d148b2"
|
||||||
|
SRC_URI[sha256sum] = "b45afda44001dc5ba632934f74c043d40cce653f1a7526cfbcb68f6be055b8d7"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/lrparsing-${PV}"
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native"
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
inherit setuptools
|
||||||
|
require python-lrparsing.inc
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
inherit setuptools3
|
||||||
|
require python-lrparsing.inc
|
||||||
Loading…
Reference in New Issue
Block a user