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:
Callaghan, Dan 2019-09-25 18:05:37 +10:00 committed by Khem Raj
parent cddf038131
commit ef1fbfd0f9
3 changed files with 20 additions and 0 deletions

View 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"

View File

@ -0,0 +1,2 @@
inherit setuptools
require python-lrparsing.inc

View File

@ -0,0 +1,2 @@
inherit setuptools3
require python-lrparsing.inc