Port details |
- py-esptool Utility to communicate with Espressif ESP8266 & ESP32 chips
- 4.7.0_1 comms =2 4.7.0Version of this port present on the latest quarterly branch.
- Maintainer: loader@FreeBSD.org
- Port Added: 2018-07-31 06:33:20
- Last Update: 2024-07-07 08:05:33
- Commit Hash: 1a80ec7
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: GPLv2
- WWW:
- https://github.com/espressif/esptool
- Description:
- A Python-based, open source, platform independent, utility to communicate
with the ROM bootloader in Espressif ESP8266 & ESP32 chips.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}esptool>0:comms/py-esptool@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/comms/py-esptool/ && make install clean
- To add the package, run one of these commands:
- pkg install comms/py-esptool
- pkg install py311-esptool
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-esptool listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-esptool
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1713664469
SHA256 (espressif-esptool-v4.7.0_GH0.tar.gz) = da68c175e4ae3fd9d87469b7ef1b8429cd84a8f8a2d22c96273640d329e68c1d
SIZE (espressif-esptool-v4.7.0_GH0.tar.gz) = 7045501
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- py311-pyelftools>0 : devel/py-pyelftools@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-pyserial>=3.0 : comms/py-pyserial@py311
- py311-ecdsa>=0.16.0 : security/py-ecdsa@py311
- py311-bitstring>=3.1.6 : devel/py-bitstring@py311
- py311-reedsolo>=1.5.3,<1.8 : devel/py-reedsolo@py311
- py311-pyyaml>=5.1 : devel/py-pyyaml@py311
- py311-intelhex>0 : devel/py-intelhex@py311
- py311-cryptography>=42.0.5,1 : security/py-cryptography@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- comms_py-esptool
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.7.0_1 07 Jul 2024 08:05:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
4.7.0 22 Apr 2024 13:23:55 |
Fukang Chen (loader) |
comms/py-esptool: Update to 4.7.0
Changelog:
https://github.com/espressif/esptool/releases/tag/v4.7.0
PR: 278486 |
4.5_1 29 Sep 2023 14:19:56 |
Po-Chuan Hsieh (sunpoet) |
*: Replace USES=pycryptography* with USE_PYTHON=cryptography{,_build,_test}
- Introduce USE_PYTHON=cryptography{,_build,_test}
- Switch all 96 ports from USES=pycryptography to with
USE_PYTHON=cryptography{,_build,_test}
- Remove Mk/Uses/pycryptography.mk
PR: 273727
Approved by: tcberner (portmgr)
Exp-run by: antoine |
4.5_1 22 Jul 2023 07:46:38 |
Tobias C. Berner (tcberner) |
framework: convert tree to use USES=pycryptography
A future commit will update to security/py-cryptography will introduce a
rust dependency.
PR: 254853 |
4.5_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
4.5_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
4.5 18 Feb 2023 11:29:01 |
Fukang Chen (loader) |
comms/py-esptool: Update to 4.5
Changelog:
https://github.com/espressif/esptool/releases/tag/v4.5 |
4.4 23 Nov 2022 16:38:35 |
Fukang Chen (loader) |
comms/py-esptool: Update to 4.4
- Update to 4.4
- Upstream tests switched from unittest to pytest
Changelog:
https://github.com/espressif/esptool/releases/tag/v4.4 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.2.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.2.1 12 Aug 2022 23:45:12 |
Fukang Chen (loader) |
comms/py-esptool: Update to 4.2.1
Changelog:
https://github.com/espressif/esptool/releases/tag/v4.2.1 |
4.1 28 Jul 2022 14:03:49 |
Fukang Chen (loader) |
comms/py-esptool: Update to 4.1
Changelog:
https://github.com/espressif/esptool/releases/tag/v4.1
MFH: No (feature release) |
3.3 25 Mar 2022 18:11:49 |
Fukang Chen (loader) |
comms/py-esptool: Update to 3.3
Changelog:
https://github.com/espressif/esptool/releases/tag/v3.3
MFH: No (feature release) |
3.2 20 Nov 2021 16:02:56 |
Fukang Chen (loader) |
comms/py-esptool: Update to 3.2
Changelog:
https://github.com/espressif/esptool/releases/tag/v3.2
MFH: No (feature release) |
3.1 19 Oct 2021 02:56:14 |
Fukang Chen (loader) |
comms/py-esptool: Update to 3.1
Changelog:
https://github.com/espressif/esptool/releases/tag/v3.1
PR: 259235
Submitted by: Tomasz "CeDeROM" CEDRO <tomek@cedro.info> (based on)
MFH: No (feature release) |
2.5.1_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.5.1_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.5.1_2 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
2.5.1_2 27 Jun 2020 09:37:51 |
sunpoet |
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) |
2.5.1_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
2.5.1 21 Dec 2018 03:51:16 |
loader |
comms/py-esptool: Update to 2.5.1
Changelog:
https://github.com/espressif/esptool/releases/tag/v2.5.1
Reviewed by: koobs
Approved by: koobs (mentor)
Differential Revision: https://reviews.freebsd.org/D18619 |
2.5.0 31 Jul 2018 06:33:04 |
loader |
[NEW PORT] comms/py-esptool: Utility to communicate with Espressif ESP8266 &
ESP32 chips
A Python-based, open source, platform independent, utility to communicate
with the ROM bootloader in Espressif ESP8266 & ESP32 chips.
WWW: https://github.com/espressif/esptool
Reviewed by: koobs, mat
Approved by: koobs (mentor)
Differential Revision: https://reviews.freebsd.org/D16483 |