notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-python-engineio Python implementation of the Engine.IO realtime client and server
4.9.0 devel on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.8.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2017-03-08 12:48:39
Last Update: 2024-02-21 15:07:45
Commit Hash: 03d8a31
People watching this port, also watch:: json-c, sysinfo, python, miller
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

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 py39-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 py39-python-engineio listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-python-engineio
Package flavors (<flavor>: <package>)
  • py39: py39-python-engineio
distinfo:
TIMESTAMP = 1708449334 SHA256 (python-engineio-4.9.0.tar.gz) = e87459c15638e567711fd156e6f9c4a402668871bed79523f0ecfec744729ec7 SIZE (python-engineio-4.9.0.tar.gz) = 89122

Packages (timestamps in pop-ups are UTC):
py37-python-engineio
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--3.14.2_1---3.14.2_1-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

py39-python-engineio
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.9.04.9.0-4.9.04.9.0---
FreeBSD:13:quarterly4.8.04.8.04.4.14.8.04.8.04.8.04.8.04.8.0
FreeBSD:14:latest4.9.04.9.04.3.44.9.04.9.04.4.1-4.4.1
FreeBSD:14:quarterly4.8.04.8.0-4.8.04.8.04.8.04.8.04.8.0
FreeBSD:15:latest4.9.04.9.0n/a4.8.0n/a4.8.04.8.04.9.0
FreeBSD:15:quarterly--n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=61.2 : devel/py-setuptools@py39
  2. py39-wheel>=0 : devel/py-wheel@py39
  3. python3.9 : lang/python39
  4. py39-build>=0 : devel/py-build@py39
  5. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-simple-websocket>=0.10.0 : www/py-simple-websocket@py39
  2. py39-aiohttp>=3.4 : www/py-aiohttp@py39
  3. py39-requests>=2.21.0 : www/py-requests@py39
  4. py39-websocket-client>=0.54.0 : www/py-websocket-client@py39
  5. python3.9 : lang/python39
This port is required by:
for Run
  1. devel/py-python-socketio

Configuration Options:
===> The following configuration options are available for py39-python-engineio-4.9.0: 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/p/python-engineio/
  2. https://pypi.org/packages/source/p/python-engineio/
Collapse this list.

Number of commits found: 32

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.9.0
21 Feb 2024 15:07:45
commit hash: 03d8a31042bb53c9b7c3c1bee25b4919be0a751acommit hash: 03d8a31042bb53c9b7c3c1bee25b4919be0a751acommit hash: 03d8a31042bb53c9b7c3c1bee25b4919be0a751acommit hash: 03d8a31042bb53c9b7c3c1bee25b4919be0a751a files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: aabfd2b67c03bac306e9c881df476d07a90fe13bcommit hash: aabfd2b67c03bac306e9c881df476d07a90fe13bcommit hash: aabfd2b67c03bac306e9c881df476d07a90fe13bcommit hash: aabfd2b67c03bac306e9c881df476d07a90fe13b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: a44c5d3d8f5df342a81cf23407416739edd55331commit hash: a44c5d3d8f5df342a81cf23407416739edd55331commit hash: a44c5d3d8f5df342a81cf23407416739edd55331commit hash: a44c5d3d8f5df342a81cf23407416739edd55331 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: b627ff9aad37dbc6c11bd4d7a9a891d49b5594a4commit hash: b627ff9aad37dbc6c11bd4d7a9a891d49b5594a4commit hash: b627ff9aad37dbc6c11bd4d7a9a891d49b5594a4commit hash: b627ff9aad37dbc6c11bd4d7a9a891d49b5594a4 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: f3224c464fd34b5abec9b2fe2758ef2131256ca9commit hash: f3224c464fd34b5abec9b2fe2758ef2131256ca9commit hash: f3224c464fd34b5abec9b2fe2758ef2131256ca9commit hash: f3224c464fd34b5abec9b2fe2758ef2131256ca9 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 077191f3215ba378398bfdc3d5a207755a4ade39commit hash: 077191f3215ba378398bfdc3d5a207755a4ade39commit hash: 077191f3215ba378398bfdc3d5a207755a4ade39commit hash: 077191f3215ba378398bfdc3d5a207755a4ade39 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: e747d969fd31d6b2d91ec36fdbd6f391af82e14bcommit hash: e747d969fd31d6b2d91ec36fdbd6f391af82e14bcommit hash: e747d969fd31d6b2d91ec36fdbd6f391af82e14bcommit hash: e747d969fd31d6b2d91ec36fdbd6f391af82e14b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
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
commit hash: 11ca4dde406aad644a5a73b4c232151574f0ba93commit hash: 11ca4dde406aad644a5a73b4c232151574f0ba93commit hash: 11ca4dde406aad644a5a73b4c232151574f0ba93commit hash: 11ca4dde406aad644a5a73b4c232151574f0ba93 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: e8795ec10ce21b021ad369bed330e62c7ec89ad1commit hash: e8795ec10ce21b021ad369bed330e62c7ec89ad1commit hash: e8795ec10ce21b021ad369bed330e62c7ec89ad1commit hash: e8795ec10ce21b021ad369bed330e62c7ec89ad1 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
4.3.4
27 Aug 2022 10:24:31
commit hash: 9962182a146b9404da1645beb5474652bbf660dccommit hash: 9962182a146b9404da1645beb5474652bbf660dccommit hash: 9962182a146b9404da1645beb5474652bbf660dccommit hash: 9962182a146b9404da1645beb5474652bbf660dc files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 50fc03ec4516782d799e6c9a023948e8cb48a095commit hash: 50fc03ec4516782d799e6c9a023948e8cb48a095commit hash: 50fc03ec4516782d799e6c9a023948e8cb48a095commit hash: 50fc03ec4516782d799e6c9a023948e8cb48a095 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 517e09f2160d86bd2a5ea4ec5424c60f43a7038ecommit hash: 517e09f2160d86bd2a5ea4ec5424c60f43a7038ecommit hash: 517e09f2160d86bd2a5ea4ec5424c60f43a7038ecommit hash: 517e09f2160d86bd2a5ea4ec5424c60f43a7038e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: c6647a8fcb8be31a33722dd0e4c51c669127b9b6commit hash: c6647a8fcb8be31a33722dd0e4c51c669127b9b6commit hash: c6647a8fcb8be31a33722dd0e4c51c669127b9b6commit hash: c6647a8fcb8be31a33722dd0e4c51c669127b9b6 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 237907999a35698b4870395f7290912337ea7909commit hash: 237907999a35698b4870395f7290912337ea7909commit hash: 237907999a35698b4870395f7290912337ea7909commit hash: 237907999a35698b4870395f7290912337ea7909 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-python-engineio: Sort CATEGORIES
3.14.2_1
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
3.14.2_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
3.14.2_1
13 Dec 2020 22:20:35
Revision:558029Original commit files touched by this commit
sunpoet search for other commits by this committer
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
Revision:557923Original commit files touched by this commit
sunpoet search for other commits by this committer
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
Revision:557543Original commit files touched by this commit
sunpoet search for other commits by this committer
Take maintainership
2.0.2
07 Dec 2020 20:09:03
Revision:557245Original commit files touched by this commit
rene search for other commits by this committer
Return mmokhi@'s ports to the pool after his commit bit was safekept.
2.0.2
07 Feb 2018 18:34:53
Revision:461166Original commit files touched by this commit
mmokhi search for other commits by this committer
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
Revision:449586Original commit files touched by this commit
olgeni search for other commits by this committer
Some typo fixes and whitespace cleanup for pkg-descr files.
1.7.0
08 Jul 2017 11:25:46
Revision:445319Original commit files touched by this commit
mmokhi search for other commits by this committer
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
Revision:444879Original commit files touched by this commit
mmokhi search for other commits by this committer
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
Revision:442367Original commit files touched by this commit
mmokhi search for other commits by this committer
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
Revision:442067Original commit files touched by this commit
mmokhi search for other commits by this committer
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
Revision:437555Original commit files touched by this commit
mmokhi search for other commits by this committer
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
Revision:435682Original commit files touched by this commit
mmokhi search for other commits by this committer
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

Number of commits found: 32