File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Template file for 'esptool'
22pkgname=esptool
3- version=4.5.1
4- revision=4
3+ version=4.11.0
4+ revision=1
55build_style=python3-module
66hostmakedepends="python3-setuptools"
7- depends="python3-bitstring python3-cryptography python3-ecdsa python3-pyserial
8- python3-reedsolo"
7+ depends="python3-argcomplete python3-bitstring python3-cryptography
8+ python3-ecdsa python3-intelhex python3-pyserial python3-reedsolo
9+ python3-requests python3-yaml"
910checkdepends="python3-pytest ${depends} python3-pyelftools"
1011short_desc="Espressif SoC serial bootloader utility"
1112maintainer="Orphaned <orphan@voidlinux.org>"
1213license="GPL-2.0-or-later"
1314homepage="https://github.com/espressif/esptool"
1415distfiles="https://github.com/espressif/esptool/archive/refs/tags/v${version}.tar.gz"
15- checksum=759e0c9a5e69d21e13a5fcf53d46cb567cb3a8e4a6cefda334b6d3a3d540b5f4
16+ checksum=9e82f518718ac66e1135e3cc8171b610cc81132275b349b0f681795be6b2b990
1617
1718post_extract() {
1819 # needs access to hardware
1920 rm test/test_esptool.py
21+ rm test/test_esptool_sdm.py
22+ # not supposed to be run by GitHub Actions as per documentation
23+ rm test/test_espefuse.py
2024 # needs python3-pkcs11
2125 rm test/test_espsecure_hsm.py
26+ # depends on downloaded third-party data, not relevant for packaging
27+ rm test/test_uf2_ids.py
2228}
You can’t perform that action at this time.
0 commit comments