forked from Lainports/freebsd-ports
comms/py-esptool: Update to 4.8.1
Changelog:
https://github.com/espressif/esptool/releases/tag/v4.8.1
https://github.com/espressif/esptool/releases/tag/v4.8.0
PR: 282000
This commit is contained in:
parent
0756bfa408
commit
2af78a41c2
2 changed files with 6 additions and 7 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
PORTNAME= esptool
|
PORTNAME= esptool
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 4.7.0
|
DISTVERSION= 4.8.1
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= comms python
|
CATEGORIES= comms python
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
|
|
@ -46,8 +45,8 @@ do-test:
|
||||||
test/test_modules.py; \
|
test/test_modules.py; \
|
||||||
do ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest $${test}; done
|
do ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest $${test}; done
|
||||||
@cd ${TEST_WRKSRC} && for chip in \
|
@cd ${TEST_WRKSRC} && for chip in \
|
||||||
esp32 esp32c2 esp32c3 esp32s2 esp32s3 esp32s3beta2 esp32h2beta1 esp32c6 \
|
esp32 esp32c2 esp32c3 esp32c5 esp32c5beta3 esp32c6 esp32c61 \
|
||||||
esp32h2 esp32p4; \
|
esp32h2 esp32h2beta1 esp32p4 esp32s2 esp32s3 esp32s3beta2; \
|
||||||
do ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest \
|
do ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest \
|
||||||
test/test_espefuse.py --chip $${chip}; done
|
test/test_espefuse.py --chip $${chip}; done
|
||||||
.if exists(${ESPTOOL_SERIALPORT})
|
.if exists(${ESPTOOL_SERIALPORT})
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1713664469
|
TIMESTAMP = 1728613180
|
||||||
SHA256 (espressif-esptool-v4.7.0_GH0.tar.gz) = da68c175e4ae3fd9d87469b7ef1b8429cd84a8f8a2d22c96273640d329e68c1d
|
SHA256 (espressif-esptool-v4.8.1_GH0.tar.gz) = 17e6332ef1c361f97d8ca572a48c19b102172515fe553ea466e9da71d3292522
|
||||||
SIZE (espressif-esptool-v4.7.0_GH0.tar.gz) = 7045501
|
SIZE (espressif-esptool-v4.8.1_GH0.tar.gz) = 6933695
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue