aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-pymaven-patch_0.3.0.bb
blob: a7c136d7c0825566d39f5c50d69b200d053653b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SUMMARY = "Python access to maven. nexB advanced patch"
HOMEPAGE = "https://github.com/nexB/pymaven"

LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"

DEPENDS += "\
            python3-lxml-native \
            python3-pbr-native \
            python3-requests-native \
            "

PYPI_PACKAGE = "pymaven-patch"

SRC_URI[sha256sum] = "d55b29bd4aeef3510904a12885eb6856b5bd48f3e29925a123461429f9ad85c0"

inherit pypi
inherit setuptools3

BBCLASSEXTEND = "native"