aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-dparse_0.5.1.bb
blob: 1a056ad92d318ae3dc3b87579ece5d08de28099d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SUMMARY = "A parser for Python dependency files"
HOMEPAGE = "https://github.com/pyupio/dparse"

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=220d28dc5d30a15667788003c931221c"

DEPENDS += "\
            python3-packaging-native \
            python3-pyyaml-native \
            python3-six-native \
           "

PYPI_PACKAGE = "dparse"

SRC_URI[sha256sum] = "a1b5f169102e1c894f9a7d5ccf6f9402a836a5d24be80a986c7ce9eaed78f367"

inherit pypi
inherit setuptools3

BBCLASSEXTEND = "native"