25 Commits

Author SHA1 Message Date
Fukang Chen 842e215d20 comms/py-esptool: Update to 4.9.0
Changelog:

    https://github.com/espressif/esptool/releases/tag/v4.9.0
2025-06-23 05:21:46 +00:00
Charlie Li 06a08e69f3 python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.

Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details.
2025-03-07 23:05:21 -05:00
Fukang Chen 2af78a41c2 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
2024-10-15 06:23:02 +00:00
Po-Chuan Hsieh 1a80ec7c22 devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change
2024-07-07 16:05:33 +08:00
Fukang Chen 1cc18cae1e comms/py-esptool: Update to 4.7.0
Changelog:

    https://github.com/espressif/esptool/releases/tag/v4.7.0

PR:	278486
2024-04-22 13:23:55 +00:00
Po-Chuan Hsieh 3754fc5f19 *: 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
2023-09-29 22:19:56 +08:00
Tobias C. Berner b28a739884 framework: convert tree to use USES=pycryptography
A future commit will update to security/py-cryptography will introduce a
rust dependency.

PR:		254853
2023-07-22 09:46:38 +02:00
Rene Ladan 3d9a815d9c 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>
2023-06-27 21:34:34 +02:00
Gerald Pfeifer 8d3e020ed0 *: Bump PORTREVISIONs for math/mpc update to 1.3.1 2023-04-23 09:09:58 +00:00
Fukang Chen 7c7b955d24 comms/py-esptool: Update to 4.5
Changelog:

    https://github.com/espressif/esptool/releases/tag/v4.5
2023-02-18 11:29:01 +00:00
Fukang Chen 690df01ab5 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
2022-11-23 16:38:35 +00:00
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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)
2022-09-07 23:58:51 +02:00
Stefan Eßer b7f05445c0 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Fukang Chen 065d22bd97 comms/py-esptool: Update to 4.2.1
Changelog:

    https://github.com/espressif/esptool/releases/tag/v4.2.1
2022-08-12 23:45:12 +00:00
Fukang Chen d73cc67a9b comms/py-esptool: Update to 4.1
Changelog:

    https://github.com/espressif/esptool/releases/tag/v4.1

MFH:	No (feature release)
2022-07-28 14:03:49 +00:00
Fukang Chen 8eb37381ef comms/py-esptool: Update to 3.3
Changelog:

    https://github.com/espressif/esptool/releases/tag/v3.3

MFH:		No (feature release)
2022-03-25 18:11:49 +00:00
Fukang Chen 66c9da4eb6 comms/py-esptool: Update to 3.2
Changelog:

    https://github.com/espressif/esptool/releases/tag/v3.2

MFH:		No (feature release)
2021-11-20 16:02:56 +00:00
Fukang Chen 304a720bf8 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)
2021-10-19 02:56:14 +00:00
Mathieu Arnold cf118ccf87 One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold 305f148f48 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00
Sunpoet Po-Chuan Hsieh fa56610258 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)
2020-06-27 09:37:50 +00:00
Antoine Brodin 63f5eeef8a Bump a few PORTREVISIONs after r498529
With hat:	portmgr
2019-04-10 06:18:31 +00:00
Fukang Chen 3b6040e02e 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
2018-12-21 03:51:15 +00:00
Fukang Chen 8f49a8fe88 [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
2018-07-31 06:33:03 +00:00