DRAFT {crystal} Add python3-lark-parser_0.7.0.bb

This commit is contained in:
Herb Kuta 2019-04-12 19:28:54 -07:00
parent b82fb0882f
commit 07786934b8
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,12 @@
DESCRIPTION = "Lark is a modern general-purpose parsing library for Python"
HOMEPAGE = "https://github.com/warner/python-ecdsa"
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
SRC_URI[md5sum] = "50c4091ede31b155c0c48814571f527e"
SRC_URI[sha256sum] = "f2d5ee2f90aa28d3f4034c30af7a0561a7e9860e911dba4f35faa440a302be1b"
inherit pypi
BBCLASSEXTEND = "native"

View File

@ -0,0 +1,7 @@
# Copyright (c) 2019 LG Electronics, Inc.
# Copyright (c) 2019 LG Electronics, Inc.
require python-lark-parser.inc
inherit setuptools3