Port details |
- py-python-engineio Python implementation of the Engine.IO realtime client and server
- 4.11.2 devel
=3 4.9.0Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2017-03-08 12:48:39
- Last Update: 2025-01-02 02:44:26
- Commit Hash: 96d8870
- People watching this port, also watch:: nagios-check_hdd_health, nuitka-py311, monit, py39-beautifulsoup, openmdns
- Also Listed In: net python
- License: MIT
- WWW:
- https://github.com/miguelgrinberg/python-engineio
- Description:
- This project implements Python based Engine.IO client and server that can run
standalone or integrated with a variety of Python web frameworks and
applications.
Engine.IO is a lightweight transport protocol that enables real-time
bidirectional event-based communication between clients (typically, though not
always, web browsers) and a server. The official implementations of the client
and server components are written in JavaScript. This package provides Python
implementations of both, each with standard and asyncio variants.
The Engine.IO protocol is extremely simple. Once a connection between a client
and a server is established, either side can send "messages" to the other side.
Event handlers provided by the applications on both ends are invoked when a
message is received, or when a connection is established or dropped.
¦ ¦ ¦ ¦ 
- 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}python-engineio>0:devel/py-python-engineio@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-python-engineio/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-python-engineio
- pkg install py311-python-engineio
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-python-engineio listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-python-engineio
- Package flavors (<flavor>: <package>)
- py311: py311-python-engineio
- distinfo:
- TIMESTAMP = 1735705175
SHA256 (python_engineio-4.11.2.tar.gz) = 145bb0daceb904b4bb2d3eb2d93f7dbb7bb87a6a0c4f20a94cc8654dec977129
SIZE (python_engineio-4.11.2.tar.gz) = 91381
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>=61.2 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-simple-websocket>=0.10.0 : www/py-simple-websocket@py311
- py311-aiohttp>=3.4 : www/py-aiohttp@py311
- py311-requests>=2.21.0 : www/py-requests@py311
- py311-websocket-client>=0.54.0 : www/py-websocket-client@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/py-python-socketio
Configuration Options:
- ===> The following configuration options are available for py311-python-engineio-4.11.2:
ASYNCIO_CLIENT=on: Asynchronous client support
CLIENT=on: Standard client support
===> Use 'make config' to modify these settings
- Options name:
- devel_py-python-engineio
- 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.11.2 02 Jan 2025 02:44:26
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-python-engineio: Update to 4.11.2
Changes: https://github.com/miguelgrinberg/python-engineio/releases
https://github.com/miguelgrinberg/python-engineio/blob/main/CHANGES.md |
4.11.1 31 Dec 2024 15:49:07
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-python-engineio: Update to 4.11.1
Changes: https://github.com/miguelgrinberg/python-engineio/releases
https://github.com/miguelgrinberg/python-engineio/blob/main/CHANGES.md |
4.9.0 21 Feb 2024 15:07:45
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-python-engineio: Update to 4.9.0
Changes: https://github.com/miguelgrinberg/python-engineio/releases
https://github.com/miguelgrinberg/python-engineio/blob/main/CHANGES.md |
4.8.0 16 Oct 2023 15:59:49
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-python-engineio: Update to 4.8.0
- Convert to USE_PYTHON=pep517
Changes: https://github.com/miguelgrinberg/python-engineio/releases
https://github.com/miguelgrinberg/python-engineio/blob/main/CHANGES.md |
4.7.1 22 Sep 2023 03:18:10
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-python-engineio: Update to 4.7.1
Changes: https://github.com/miguelgrinberg/python-engineio/releases
https://github.com/miguelgrinberg/python-engineio/blob/main/CHANGES.md |
4.7.0 04 Sep 2023 21:30:14
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-python-engineio: Update to 4.7.0
Changes: https://github.com/miguelgrinberg/python-engineio/releases
https://github.com/miguelgrinberg/python-engineio/blob/main/CHANGES.md |
4.6.1 26 Aug 2023 20:34:30
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-python-engineio: Update to 4.6.1
Changes: https://github.com/miguelgrinberg/python-engineio/releases
https://github.com/miguelgrinberg/python-engineio/blob/main/CHANGES.md |
4.6.0 26 Aug 2023 09:27:35
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-python-engineio: Update to 4.6.0
Changes: https://github.com/miguelgrinberg/python-engineio/releases
https://github.com/miguelgrinberg/python-engineio/blob/main/CHANGES.md |
4.5.1 09 Jul 2023 21:34:37
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-python-engineio: Update to 4.5.1
Changes: https://github.com/miguelgrinberg/python-engineio/blob/main/CHANGES.md |
4.4.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.4.1 27 Apr 2023 15:46:15
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-python-engineio: Update to 4.4.1
Changes: https://github.com/miguelgrinberg/python-engineio/blob/main/CHANGES.md |
4.4.0 05 Apr 2023 17:30:31
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-python-engineio: Update to 4.4.0
Changes: https://github.com/miguelgrinberg/python-engineio/blob/main/CHANGES.md |
4.3.4 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
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.3.4 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.3.4 27 Aug 2022 10:24:31
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-python-engineio: Update to 4.3.4
Changes: https://github.com/miguelgrinberg/python-engineio/blob/main/CHANGES.md |
4.3.3 07 Jul 2022 21:42:55
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-python-engineio: Update to 4.3.3
Changes: https://github.com/miguelgrinberg/python-engineio/blob/main/CHANGES.md |
4.3.2 26 Apr 2022 15:01:26
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-python-engineio: Update to 4.3.2
Changes: https://github.com/miguelgrinberg/python-engineio/blob/main/CHANGES.md |
4.3.1 28 Feb 2022 12:46:18
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-python-engineio: Update to 4.3.1
Changes: https://github.com/miguelgrinberg/python-engineio/blob/main/CHANGES.md |
3.14.2_1 29 Apr 2021 14:23:53
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-python-engineio: Sort CATEGORIES |
3.14.2_1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.14.2_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.14.2_1 13 Dec 2020 22:20:35
  |
sunpoet  |
Add ASYNCIO_CLIENT and CLIENT options
- Update USES=python: www/py-aiohttp requires Python 3.5+
- Bump PORTREVISION for dependency change |
3.14.2 13 Dec 2020 14:42:39
  |
sunpoet  |
Update to 3.14.2
- Update COMMENT
- Add LICENSE
- Add NO_ARCH
- Update pkg-descr
- Update WWW
Changes: https://github.com/miguelgrinberg/python-engineio/blob/master/CHANGES.md |
2.0.2 10 Dec 2020 21:36:58
  |
sunpoet  |
Take maintainership |
2.0.2 07 Dec 2020 20:09:03
  |
rene  |
Return mmokhi@'s ports to the pool after his commit bit was safekept. |
2.0.2 07 Feb 2018 18:34:53
  |
mmokhi  |
devel/py-python-engineio: Update the port to 2.0.2
This is a dependency for r461164 |
1.7.0 10 Sep 2017 18:51:46
  |
olgeni  |
Some typo fixes and whitespace cleanup for pkg-descr files. |
1.7.0 08 Jul 2017 11:25:46
  |
mmokhi  |
devel/py-python-engineio: Update to 1.7.0
Update regarding to newer deve/py-gdbgui update
Reviewed by: mat (mentor)
Approved by: mat (mentor)
Sponsored by: Essen Hackathon 2017
Differential Revision: https://reviews.freebsd.org/D11459 |
1.6.0 02 Jul 2017 12:26:54
  |
mmokhi  |
devel/py-python-engineio: Update to 1.6.0
Reviewed by: mat (mentor)
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D11292 |
1.5.3 02 Jun 2017 10:32:38
  |
mmokhi  |
devel/py-python-engineio: Update to 1.5.3
Reviewed by: mat (mentor)
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D11009 |
1.5.2 30 May 2017 14:40:27
  |
mmokhi  |
devel/py-gdbgui: Update to 0.7.6.2
Reviewed by: mat (mentor)
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D10914 |
1.3.1 02 Apr 2017 13:42:11
  |
mmokhi  |
devel/py-gdbgui: Update devel/py-gdbgui and its dependencies to latest version.
Reviewed by: feld, mat (mentors)
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D10200 |
1.2.3 08 Mar 2017 12:48:28
  |
mmokhi  |
devel/py-gdbgui: Add devel/py-gdbgui and dependencies to the tree.
gdbgui is a browser-based frontend to gdb (gnu debugger).
Dependencies are:
py-pygdbmi, Parse gdb machine interface string output and return data types.
py-pypugjs, PyPugJS is just a fork of PyJade with the name Jade changed.
py-python-socketio, Python implementation of the Engine.IO realtime server.
py-python-engineio, Python implementation of the Socket.IO realtime server.
py-enum-compat, A virtual package, its whole purpose is to install enum34.
py-flask-socketio, Socket.IO integration for Flask applications.
Reviewed by: feld, mat
Approved by: feld, mat (mentors)
Differential Revision: https://reviews.freebsd.org/D9849 |