Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 1 | SUMMARY = "Pure Python 7-zip library" |
| 2 | HOMEPAGE = "https://py7zr.readthedocs.io/en/latest/" |
| 3 | LICENSE = "LGPL-2.1-or-later" |
| 4 | SECTION = "devel/python" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c" |
| 6 | |
| 7 | SRC_URI[sha256sum] = "2a6b0db0441e63a2dd74cbd18f5d9ae7e08dc0e54685aa486361d0db6a0b4f78" |
| 8 | |
| 9 | inherit pypi python_setuptools_build_meta |
| 10 | |
| 11 | DEPENDS += " \ |
Patrick Williams | 3965356 | 2024-03-01 08:54:02 -0600 | [diff] [blame] | 12 | python3-setuptools-scm-native \ |
| 13 | python3-toml-native \ |
| 14 | python3-wheel-native \ |
Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 15 | " |
| 16 | |
| 17 | RDEPENDS:${PN} += "\ |
Patrick Williams | 3965356 | 2024-03-01 08:54:02 -0600 | [diff] [blame] | 18 | python3-pycryptodomex \ |
| 19 | python3-multivolumefile \ |
| 20 | python3-pybcj \ |
| 21 | python3-inflate64 \ |
| 22 | python3-pyppmd \ |
| 23 | python3-pyzstd \ |
| 24 | python3-brotli \ |
| 25 | python3-multiprocessing \ |
| 26 | python3-datetime \ |
| 27 | python3-core \ |
| 28 | python3-threading \ |
Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 29 | " |