aboutsummaryrefslogtreecommitdiff
path: root/comms/py-esptool
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-06-27 09:37:50 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-06-27 09:37:50 +0000
commitfa56610258ff849a828f84eb3204f69da4dd9792 (patch)
treee53fc95042c52466c50eed966fd66b6b3326be32 /comms/py-esptool
parentb5f091dd4ea0aa91e7db6cd284cd7375c5213b9d (diff)
downloadports-fa56610258ff849a828f84eb3204f69da4dd9792.tar.gz
ports-fa56610258ff849a828f84eb3204f69da4dd9792.zip
Move comms/py-serial to comms/py-pyserial
- While I'm here, add NO_ARCH - Bump PORTREVISION of dependent ports for dependency change (devel/py-pyvisa-py and finance/odoo will be bumped in next commit, py-pyusb renaming) PR: 246546 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 40 days)
Notes
Notes: svn path=/head/; revision=540586
Diffstat (limited to 'comms/py-esptool')
-rw-r--r--comms/py-esptool/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/py-esptool/Makefile b/comms/py-esptool/Makefile
index 7d57d29d31da..3cdd9e17c46e 100644
--- a/comms/py-esptool/Makefile
+++ b/comms/py-esptool/Makefile
@@ -3,7 +3,7 @@
PORTNAME= esptool
DISTVERSIONPREFIX= v
DISTVERSION= 2.5.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= comms python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ COMMENT= Utility to communicate with Espressif ESP8266 & ESP32 chips
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}serial>=3.0:comms/py-serial@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyserial>=3.0:comms/py-pyserial@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyaes>0:security/py-pyaes@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ecdsa>0:security/py-ecdsa@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \