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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details on branch 2022Q2
py-gevent Python co-routine networking library based on greenlet
26.5.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 26.5.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2010-02-12 19:26:40
Last Update: 2026-05-22 05:06:46
Commit Hash: 0dee8d0
People watching this port, also watch:: zrep
Also Listed In: python
License: MIT
WWW:
https://www.gevent.org/
https://python-gevent.readthedocs.io/
https://github.com/gevent/gevent
Description:
gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of the libevent event loop. Features include: - Fast event loop based on libevent (epoll on Linux, kqueue on FreeBSD). - Lightweight execution units based on greenlet. - API that re-uses concepts from the Python standard library (for example there are Events and Queues). - Cooperative sockets with SSL support. - DNS queries performed through libevent-dns. - Monkey patching utility to get 3rd party modules to become cooperative. - Fast WSGI server based on libevent-http gevent is inspired by eventlet but features more consistent API, simpler implementation and better performance. Read why others use gevent and check out the list of the open source projects based on gevent.
HomepageHomepageHomepage    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.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}gevent>0:devel/py-gevent@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-gevent/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-gevent
  • pkg install py311-gevent
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-gevent listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-gevent
Package flavors (<flavor>: <package>)
  • py311: py311-gevent
distinfo:
TIMESTAMP = 1779394351 SHA256 (gevent-26.5.0.tar.gz) = 1655eb04c1e20d71b2aa4a3c7528162dd58ff6cc46a037af1f01f534c80fefba SIZE (gevent-26.5.0.tar.gz) = 6712354

Packages (timestamps in pop-ups are UTC):
py37-gevent
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--20.9.0--n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/an/a--
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest--n/a-n/an/a--
 

py39-gevent
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-----n/an/an/a
FreeBSD:13:quarterly--22.10.2--n/an/an/a
FreeBSD:14:latest--22.10.2--22.10.2-22.10.2
FreeBSD:14:quarterly-----22.10.222.10.222.10.2
FreeBSD:15:latest--n/a-n/an/a22.10.222.10.2
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest--n/a-n/an/a--
 

py311-gevent
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest25.8.226.4.0-25.8.226.4.0n/an/an/a
FreeBSD:13:quarterly25.8.225.8.2-25.5.125.8.2n/an/an/a
FreeBSD:14:latest---25.5.1----
FreeBSD:14:quarterly---25.5.1----
FreeBSD:15:latest--n/a25.5.1n/an/a--
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest--n/a-n/an/a--
 

py312-gevent
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-----n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest26.5.026.5.0--26.5.0---
FreeBSD:14:quarterly26.5.026.5.0--26.5.0---
FreeBSD:15:latest26.5.026.5.0n/a-n/an/a--
FreeBSD:15:quarterly26.5.026.5.0n/a-n/an/a--
FreeBSD:16:latest26.5.026.5.0n/a-n/an/a--
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. c-ares>=1.15.0 : dns/c-ares
  2. libev>=4.31 : devel/libev
  3. libuv>=1.34.0 : devel/libuv
  4. py311-cffi>=1.17.1 : devel/py-cffi@py311
  5. py311-greenlet>=3.2.2 : devel/py-greenlet@py311
  6. py311-setuptools>=40.8.0 : devel/py-setuptools@py311
  7. py311-wheel>=0 : devel/py-wheel@py311
  8. py311-cython>=3.2.4 : lang/cython@py311
  9. python3.11 : lang/python311
  10. py311-build>=0 : devel/py-build@py311
  11. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. py311-sqlite3>=0 : databases/py-sqlite3@py311
  2. python3.11 : lang/python311
Runtime dependencies:
  1. py311-cffi>=1.17.1 : devel/py-cffi@py311
  2. py311-greenlet>=3.2.2 : devel/py-greenlet@py311
  3. py311-zope.event>=0 : devel/py-zope.event@py311
  4. py311-zope.interface>=0 : devel/py-zope.interface@py311
  5. python3.11 : lang/python311
Library dependencies:
  1. libcares.so : dns/c-ares
  2. libev.so : devel/libev
  3. libuv.so : devel/libuv
This port is required by:
for Build

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. devel/py-mwlib.rl*
  2. Collapse this list of deleted ports.
for Run
  1. benchmarks/py-locust
  2. benchmarks/py-locust-cloud
  3. devel/py-geventhttpclient
  4. devel/py-kazoo
  5. devel/py-tinyrpc
  6. finance/odoo
  7. finance/odoo16
Expand this list (25 items / 18 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. finance/odoo17
  3. finance/odoo18
  4. mail/py-python-slimta
  5. security/zeronet
  6. sysutils/py-pyinfra
  7. www/py-flask-sockets
  8. www/py-gevent-websocket
  9. www/py-grequests
  10. www/py-openbrokerapi
  11. Collapse this list.

Deleted ports which required this port:

Expand this list of 9 deleted ports
  1. devel/py-freenas.dispatcher*
  2. devel/py-gdbgui*
  3. devel/py-gevent-zeromq*
  4. devel/py-mwlib*
  5. devel/py-mwlib.rl*
  6. devel/py-tinyrpc0*
  7. finance/odoo14*
  8. finance/odoo15*
  9. www/py-ws4py*
  10. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
devel_py-gevent
USES:
compiler:c11 localbase 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/g/gevent/
  2. https://pypi.org/packages/source/g/gevent/
Collapse this list.

There are no commits on branch 2022Q2 for this port