Skip to content

Commit cd276d6

Browse files
AmlorDuncaen
authored andcommitted
esptool: update to 4.11.0
1 parent 39176d9 commit cd276d6

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

srcpkgs/esptool/template

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,28 @@
11
# Template file for 'esptool'
22
pkgname=esptool
3-
version=4.5.1
4-
revision=4
3+
version=4.11.0
4+
revision=1
55
build_style=python3-module
66
hostmakedepends="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"
910
checkdepends="python3-pytest ${depends} python3-pyelftools"
1011
short_desc="Espressif SoC serial bootloader utility"
1112
maintainer="Orphaned <orphan@voidlinux.org>"
1213
license="GPL-2.0-or-later"
1314
homepage="https://github.com/espressif/esptool"
1415
distfiles="https://github.com/espressif/esptool/archive/refs/tags/v${version}.tar.gz"
15-
checksum=759e0c9a5e69d21e13a5fcf53d46cb567cb3a8e4a6cefda334b6d3a3d540b5f4
16+
checksum=9e82f518718ac66e1135e3cc8171b610cc81132275b349b0f681795be6b2b990
1617

1718
post_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
}

0 commit comments

Comments
 (0)