aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-pygmars_0.7.0.bb
blob: 59ba20a439413b603c0f78887c61175359cf7184 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUMMARY = "simple regex-based small language lexers and parsers"
HOMEPAGE = "https://github.com/nexB/pygmars"

DEPENDS += "\
    python3-setuptools-scm-native \
    python3-toml-native \
"

LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://apache-2.0.LICENSE;md5=3aad7c78ef152e6bc38d780822c26188"

PYPI_PACKAGE = "pygmars"

SRC_URI[sha256sum] = "49b0169fe05233db19997ec94474cbf4c5369095523416e85c9a0317f8b22c85"

inherit pypi
inherit setuptools3

BBCLASSEXTEND = "native"