aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-extractcode_30.0.0.bb
blob: a0c7c3330f3f1e1d1163db639dc67137e798de05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
SUMMARY = "universal archive extractor using z7zip, libarchve, other libraries"
HOMEPAGE = "https://github.com/nexB/extractcode"

DEPENDS += "\
    python3-commoncode-native \
    python3-extractcode-7z-system-provided-native \
    python3-extractcode-libarchive-system-provided-native \
    python3-patch-native \
    python3-plugincode-native \
    python3-typecode-native \
"

LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://apache-2.0.LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"

SRC_URI:append = " file://0001-Remove-strict-versioning-of-plugins.patch"

PYPI_PACKAGE = "extractcode"

SRC_URI[sha256sum] = "5a660d1b9e3bae4aa87828e6947dc3b31dc2fa6705acb28a514874602b40bc90"

inherit pypi
inherit setuptools3

BBCLASSEXTEND = "native"