mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
esptool: update to 4.5.1.
This commit is contained in:
parent
339f67fa11
commit
4f5c8bebb5
1 changed files with 12 additions and 5 deletions
|
@ -1,15 +1,22 @@
|
||||||
# Template file for 'esptool'
|
# Template file for 'esptool'
|
||||||
pkgname=esptool
|
pkgname=esptool
|
||||||
version=4.2.1
|
version=4.5.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-bitstring python3-cryptography python3-ecdsa python3-pyserial
|
depends="python3-bitstring python3-cryptography python3-ecdsa python3-pyserial
|
||||||
python3-reedsolo"
|
python3-reedsolo"
|
||||||
checkdepends="$depends"
|
checkdepends="python3-pytest ${depends} python3-pyelftools"
|
||||||
short_desc="Espressif SoC serial bootloader utility"
|
short_desc="Espressif SoC serial bootloader utility"
|
||||||
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/espressif/esptool"
|
homepage="https://github.com/espressif/esptool"
|
||||||
distfiles="${PYPI_SITE}/e/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/espressif/esptool/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=b967faed94dd43f547953fde362d3ba5b63dddca0a0ff7982750054702cbc238
|
checksum=759e0c9a5e69d21e13a5fcf53d46cb567cb3a8e4a6cefda334b6d3a3d540b5f4
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
# needs access to hardware
|
||||||
|
rm test/test_esptool.py
|
||||||
|
# needs python3-pkcs11
|
||||||
|
rm test/test_espsecure_hsm.py
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue