mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-19 23:28:38 +00:00
python3-lrparsing: upgrade 1.0.16 -> 1.0.17
* New: Default to everything using python3 * New: Port to Debian bullseye Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
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[sha256sum] = "7c060d9f03cf582fdbc0ae0fef0ea2ff6fd56251047ba7e425af97e23f46f582"
|
||||
|
||||
RDEPENDS:${PN} = " \
|
||||
python3-crypt \
|
||||
"
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
S = "${WORKDIR}/lrparsing-${PV}"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Reference in New Issue
Block a user