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-socketio Python implementation of the Socket.IO realtime client and server
5.11.1 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 5.10.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: 3f78ccb
People watching this port, also watch:: json-c, sysinfo, python, miller
Also Listed In: net python
License: MIT
WWW:
https://github.com/miguelgrinberg/python-socketio
Description:
This projects implements Socket.IO clients and servers that can run standalone or integrated with a variety of Python web frameworks. Socket.IO is a 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.
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-socketio>0:devel/py-python-socketio@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-python-socketio/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-python-socketio
  • pkg install py39-python-socketio
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-socketio listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-python-socketio
Package flavors (<flavor>: <package>)
  • py39: py39-python-socketio
distinfo:
TIMESTAMP = 1708449336 SHA256 (python-socketio-5.11.1.tar.gz) = bbcbd758ed8c183775cb2853ba001361e2fa018babf5cbe11a5b77e91c2ec2a2 SIZE (python-socketio-5.11.1.tar.gz) = 116661

Packages (timestamps in pop-ups are UTC):
py37-python-socketio
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--4.6.1_1---4.6.1_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-socketio
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest5.11.15.11.1-5.11.15.11.1---
FreeBSD:13:quarterly5.10.05.10.05.8.05.10.05.10.05.10.05.10.05.10.0
FreeBSD:14:latest5.11.15.11.15.7.25.11.15.11.15.8.0-5.8.0
FreeBSD:14:quarterly5.10.05.10.0-5.10.05.10.05.10.05.10.05.10.0
FreeBSD:15:latest5.11.15.11.1n/a5.10.0n/a5.10.05.10.05.11.1
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-bidict>=0.21.0 : devel/py-bidict@py39
  2. py39-python-engineio>=4.8.0 : devel/py-python-engineio@py39
  3. py39-aiohttp>=3.4 : www/py-aiohttp@py39
  4. py39-requests>=2.21.0 : www/py-requests@py39
  5. py39-websocket-client>=0.54.0 : www/py-websocket-client@py39
  6. python3.9 : lang/python39
This port is required by:
for Run
  1. www/py-flask-socketio

Configuration Options:
===> The following configuration options are available for py39-python-socketio-5.11.1: ASYNCIO_CLIENT=on: Asynchronous client support CLIENT=on: Standard client support ===> Use 'make config' to modify these settings
Options name:
devel_py-python-socketio
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-socketio/
  2. https://pypi.org/packages/source/p/python-socketio/
Collapse this list.

Number of commits found: 27

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
5.11.1
21 Feb 2024 15:07:45
commit hash: 3f78ccb95e6e2c34929523b82ccf27b77f8d6c56commit hash: 3f78ccb95e6e2c34929523b82ccf27b77f8d6c56commit hash: 3f78ccb95e6e2c34929523b82ccf27b77f8d6c56commit hash: 3f78ccb95e6e2c34929523b82ccf27b77f8d6c56 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-python-socketio: Update to 5.11.1

Changes:	https://github.com/miguelgrinberg/python-socketio/releases
		https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md
5.10.0
16 Oct 2023 15:59:50
commit hash: 096389cdfa4a4a1021514c8e360500392beeabdacommit hash: 096389cdfa4a4a1021514c8e360500392beeabdacommit hash: 096389cdfa4a4a1021514c8e360500392beeabdacommit hash: 096389cdfa4a4a1021514c8e360500392beeabda files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-python-socketio: Update to 5.10.0

- Convert to USE_PYTHON=pep517

Changes:	https://github.com/miguelgrinberg/python-socketio/releases
		https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md
5.9.0
04 Sep 2023 21:30:14
commit hash: 271aa8536061bc8690820e5569087d135253252ecommit hash: 271aa8536061bc8690820e5569087d135253252ecommit hash: 271aa8536061bc8690820e5569087d135253252ecommit hash: 271aa8536061bc8690820e5569087d135253252e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-python-socketio: Update to 5.9.0

Changes:	https://github.com/miguelgrinberg/python-socketio/releases
		https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md
5.8.0
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>
5.8.0
05 Apr 2023 17:30:32
commit hash: 2b77256ac9d2b20c29d4944541590ec95ec58bf4commit hash: 2b77256ac9d2b20c29d4944541590ec95ec58bf4commit hash: 2b77256ac9d2b20c29d4944541590ec95ec58bf4commit hash: 2b77256ac9d2b20c29d4944541590ec95ec58bf4 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-python-socketio: Update to 5.8.0

Changes:	https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md
5.7.2
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
5.7.2
30 Dec 2022 09:04:52
commit hash: 346f359cb574d19d69928e45779d5720fbeea4a3commit hash: 346f359cb574d19d69928e45779d5720fbeea4a3commit hash: 346f359cb574d19d69928e45779d5720fbeea4a3commit hash: 346f359cb574d19d69928e45779d5720fbeea4a3 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-python-socketio: Update to 5.7.2

Changes:	https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md
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)
5.7.1
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)
5.7.1
18 Jul 2022 18:00:43
commit hash: 06a1a817ea82e5c914a4abed6caffc83a0ac4e34commit hash: 06a1a817ea82e5c914a4abed6caffc83a0ac4e34commit hash: 06a1a817ea82e5c914a4abed6caffc83a0ac4e34commit hash: 06a1a817ea82e5c914a4abed6caffc83a0ac4e34 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-python-socketio: Update to 5.7.1

Changes:	https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md
5.7.0
07 Jul 2022 21:42:55
commit hash: c2f5ba287249364ab3d3468ed8af1fb760ea46c4commit hash: c2f5ba287249364ab3d3468ed8af1fb760ea46c4commit hash: c2f5ba287249364ab3d3468ed8af1fb760ea46c4commit hash: c2f5ba287249364ab3d3468ed8af1fb760ea46c4 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-python-socketio: Update to 5.7.0

Changes:	https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md
5.6.0
26 Apr 2022 15:01:26
commit hash: 297dcdbe22548d104133a7446df5140a8e692434commit hash: 297dcdbe22548d104133a7446df5140a8e692434commit hash: 297dcdbe22548d104133a7446df5140a8e692434commit hash: 297dcdbe22548d104133a7446df5140a8e692434 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-python-socketio: Update to 5.6.0

Changes:	https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md
5.5.2
07 Mar 2022 18:11:16
commit hash: 5a0e616f2de331e21f9655c08b85ac75356aababcommit hash: 5a0e616f2de331e21f9655c08b85ac75356aababcommit hash: 5a0e616f2de331e21f9655c08b85ac75356aababcommit hash: 5a0e616f2de331e21f9655c08b85ac75356aabab files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-python-socketio: Update to 5.5.2

Changes:	https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md
5.5.1
28 Feb 2022 12:46:18
commit hash: 07cd97be373568dd63abc9afd6c3f7397a57d568commit hash: 07cd97be373568dd63abc9afd6c3f7397a57d568commit hash: 07cd97be373568dd63abc9afd6c3f7397a57d568commit hash: 07cd97be373568dd63abc9afd6c3f7397a57d568 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-python-socketio: Update to 5.5.1

Changes:	https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md
4.6.1_2
09 Oct 2021 10:20:15
commit hash: 27e99546bd59132465fe837686ad693ec1389db2commit hash: 27e99546bd59132465fe837686ad693ec1389db2commit hash: 27e99546bd59132465fe837686ad693ec1389db2commit hash: 27e99546bd59132465fe837686ad693ec1389db2 files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
devel/py-websockets: Update to 10.0

websockets 10.0 requires Python >= 3.7 therefore bump depending ports
Python version requirements.

Changes:	https://websockets.readthedocs.io/en/stable/project/changelog.html
4.6.1_1
29 Apr 2021 14:23:53
commit hash: 2f23827a4e4b54237fa95cbb91ab536a3ae7a688commit hash: 2f23827a4e4b54237fa95cbb91ab536a3ae7a688commit hash: 2f23827a4e4b54237fa95cbb91ab536a3ae7a688commit hash: 2f23827a4e4b54237fa95cbb91ab536a3ae7a688 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-python-socketio: Sort CATEGORIES
4.6.1_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
4.6.1_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.
4.6.1_1
13 Dec 2020 22:20:40
Revision:558030Original commit files touched by this commit
sunpoet search for other commits by this committer
Add ASYNCIO_CLIENT and CLIENT options

- Update USES=python: devel/py-websockets requires Python 3.6+
- Bump PORTREVISION for dependency change
4.6.1
13 Dec 2020 14:42:44
Revision:557924Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.6.1

- Update COMMENT
- Update pkg-descr
- Update WWW

Changes:	https://github.com/miguelgrinberg/python-socketio/blob/master/CHANGES.md
1.8.4
10 Dec 2020 21:37:04
Revision:557544Original commit files touched by this commit
sunpoet search for other commits by this committer
Add LICENSE

- Add NO_ARCH
- Take maintainership
1.8.4
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.
1.8.4
07 Feb 2018 18:39:51
Revision:461167Original commit files touched by this commit
mmokhi search for other commits by this committer
devel/py-python-socketio: Update the port to 1.8.4
This is a dependency for r461164
1.7.6
08 Jul 2017 11:01:31
Revision:445317Original commit files touched by this commit
mmokhi search for other commits by this committer
devel/py-python-socketio: Update port to 1.7.6
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/D11460
1.7.5
02 Jun 2017 10:34:17
Revision:442368Original commit files touched by this commit
mmokhi search for other commits by this committer
devel/py-python-socketio: Update to 1.7.5

Reviewed by:	mat (mentor)
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D11008
1.7.4
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.7.1
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: 27