diff options
Diffstat (limited to 'comms/py-esptool/Makefile')
-rw-r--r-- | comms/py-esptool/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/comms/py-esptool/Makefile b/comms/py-esptool/Makefile index 689105be0454..858613bdccdc 100644 --- a/comms/py-esptool/Makefile +++ b/comms/py-esptool/Makefile @@ -1,7 +1,6 @@ PORTNAME= esptool DISTVERSIONPREFIX= v -DISTVERSION= 4.8.1 -PORTREVISION= 1 +DISTVERSION= 4.9.0 CATEGORIES= comms python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +16,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyserial>=3.0:comms/py-pyserial@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}bitstring>=3.1.6:devel/py-bitstring@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}reedsolo>=1.5.3,<1.8:devel/py-reedsolo@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>=5.1:devel/py-pyyaml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}intelhex>0:devel/py-intelhex@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}intelhex>0:devel/py-intelhex@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}argcomplete>=3:devel/py-argcomplete@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyelftools>0:devel/py-pyelftools@${PY_FLAVOR} USES= python @@ -47,7 +47,8 @@ do-test: do ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest $${test}; done @cd ${TEST_WRKSRC} && for chip in \ esp32 esp32c2 esp32c3 esp32c5 esp32c5beta3 esp32c6 esp32c61 \ - esp32h2 esp32h2beta1 esp32p4 esp32s2 esp32s3 esp32s3beta2; \ + esp32h2 esp32h2beta1 esp32p4 esp32s2 esp32s3 esp32s3beta2 \ + esp32h21 esp32h4; \ do ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest \ test/test_espefuse.py --chip $${chip}; done .if exists(${ESPTOOL_SERIALPORT}) |