19 lines
595 B
BlitzBasic
19 lines
595 B
BlitzBasic
|
|
SUMMARY = "Backport of pathlib-compatible object wrapper for zip files"
|
||
|
|
HOMEPAGE = "https://github.com/jaraco/zipp"
|
||
|
|
LICENSE = "MIT"
|
||
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=141643e11c48898150daa83802dbc65f"
|
||
|
|
|
||
|
|
SRC_URI[sha256sum] = "ebc15946aa78bd63458992fc81ec3b6f7b1e92d51c35e6de1c3804e73b799147"
|
||
|
|
|
||
|
|
DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
|
||
|
|
|
||
|
|
inherit pypi python_setuptools_build_meta
|
||
|
|
|
||
|
|
DEPENDS += "${PYTHON_PN}-toml-native"
|
||
|
|
|
||
|
|
RDEPENDS:${PN} += "${PYTHON_PN}-compression \
|
||
|
|
${PYTHON_PN}-math \
|
||
|
|
${PYTHON_PN}-more-itertools"
|
||
|
|
|
||
|
|
BBCLASSEXTEND = "native nativesdk"
|