Port details |
- py-eventlet Highly concurrent networking library
- 0.37.0 net =2 0.37.0Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2010-08-22 03:42:33
- Last Update: 2024-09-25 04:22:35
- Commit Hash: 4426959
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://eventlet.readthedocs.io/en/latest/
- https://github.com/eventlet/eventlet
- Description:
- Eventlet is a concurrent networking library for Python that allows you to change
how you run your code, not how you write it.
It uses epoll or libevent for highly scalable non-blocking I/O. Coroutines
ensure that the developer uses a blocking style of programming that is similar
to threading, but provide the benefits of non-blocking I/O. The event dispatch
is implicit, which means you can easily use Eventlet from the Python
interpreter, or as a small part of a larger application.
- ¦ ¦ ¦ ¦
- 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}eventlet>0:net/py-eventlet@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net/py-eventlet/ && make install clean
- To add the package, run one of these commands:
- pkg install net/py-eventlet
- pkg install py311-eventlet
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-eventlet listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-eventlet
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1726740981
SHA256 (eventlet-0.37.0.tar.gz) = fa49bf5a549cdbaa06919679979ea022ac8f8f3cf0499f26849a1cd8e64c30b1
SIZE (eventlet-0.37.0.tar.gz) = 558617
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-hatch-vcs>=0.3 : devel/py-hatch-vcs@py311
- py311-hatchling>=1.12.2 : devel/py-hatchling@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-dnspython>=1.15.0,1 : dns/py-dnspython@py311
- py311-greenlet>=1.0 : devel/py-greenlet@py311
- python3.11 : lang/python311
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Run
-
- devel/py-glance-store
- devel/py-os-win
- devel/py-oslo.privsep
- devel/py-oslo.service
- devel/py-oslo.vmware
- net/ryu
- www/onionshare
-
Deleted ports which required this port:
- * - 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:
- net_py-eventlet
- USES:
- cpe 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 |
0.37.0 25 Sep 2024 04:22:35 |
Po-Chuan Hsieh (sunpoet) |
net/py-eventlet: Update to 0.37.0
- Update WWW
Changes: https://github.com/eventlet/eventlet/blob/master/NEWS |
0.36.1 18 Jul 2024 16:46:21 |
Po-Chuan Hsieh (sunpoet) |
net/py-eventlet: Clean up pkg-descr |
0.36.1 08 Apr 2024 20:17:27 |
Po-Chuan Hsieh (sunpoet) |
net/py-eventlet: Update to 0.36.1
- Update WWW
- Convert to USE_PYTHON=pep517
Changes: https://github.com/eventlet/eventlet/blob/master/NEWS |
0.33.3 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> |
0.33.3 05 Feb 2023 15:48:03 |
Po-Chuan Hsieh (sunpoet) |
net/py-eventlet: Update to 0.33.3
Changes: https://github.com/eventlet/eventlet/blob/master/NEWS |
0.33.2 30 Jan 2023 13:00:12 |
Po-Chuan Hsieh (sunpoet) |
net/py-eventlet: Update version requirement of RUN_DEPENDS |
0.33.2 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
0.33.2 30 Dec 2022 09:05:02 |
Po-Chuan Hsieh (sunpoet) |
net/py-eventlet: Update to 0.33.2
Changes: https://github.com/eventlet/eventlet/blob/master/NEWS |
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) |
0.33.1 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 ) |
0.33.1 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
0.33.1 03 Jun 2022 16:57:06 |
Po-Chuan Hsieh (sunpoet) |
net/py-eventlet: Convert to USE_PYTHON=nose |
0.33.1 13 May 2022 20:39:44 |
Po-Chuan Hsieh (sunpoet) |
net/py-eventlet: Update to 0.33.1
Changes: https://github.com/eventlet/eventlet/blob/master/NEWS |
0.33.0 21 Nov 2021 21:15:37 |
Po-Chuan Hsieh (sunpoet) |
net/py-eventlet: Update to 0.33.0
Changes: https://github.com/eventlet/eventlet/blob/master/NEWS |
0.32.0 13 Oct 2021 14:10:59 |
Stefan Eßer (se) |
net/py-eventlet: Add CPE information
Approved by: portmgr (blanket) |
0.32.0 21 Sep 2021 03:44:49 |
Po-Chuan Hsieh (sunpoet) |
net/py-eventlet: Update to 0.32.0
Changes: https://github.com/eventlet/eventlet/blob/master/NEWS |
0.31.1 15 Jul 2021 20:32:30 |
Po-Chuan Hsieh (sunpoet) |
net/py-eventlet: Update to 0.31.1
Changes: https://github.com/eventlet/eventlet/blob/master/NEWS |
0.31.0 07 May 2021 09:39:08 |
Po-Chuan Hsieh (sunpoet) |
net/py-eventlet: Update to 0.31.0
Changes: https://github.com/eventlet/eventlet/blob/master/NEWS |
0.30.2 18 Apr 2021 05:43:56 |
Po-Chuan Hsieh (sunpoet) |
net/py-eventlet: Update to 0.30.2
Changes: https://github.com/eventlet/eventlet/blob/master/NEWS |
0.30.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.30.1 03 Feb 2021 19:49:07 |
sunpoet |
Update to 0.30.1
Changes: https://github.com/eventlet/eventlet/blob/master/NEWS |
0.30.0 10 Jan 2021 08:21:52 |
sunpoet |
Remove PYTHON_REL check after r559531 (USES=python:3.6+) |
0.30.0 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.30.0 19 Dec 2020 20:10:31 |
sunpoet |
Update to 0.30.0
Changes: https://github.com/eventlet/eventlet/blob/master/NEWS |
0.29.1 13 Dec 2020 14:43:27 |
sunpoet |
Update to 0.29.1
- Update COMMENT
- Update pkg-descr
- Update WWW
Changes: https://github.com/eventlet/eventlet/blob/master/NEWS |
0.28.0 10 Dec 2020 21:41:18 |
sunpoet |
Take maintainership |
0.28.0 07 Dec 2020 20:09:03 |
rene |
Return mmokhi@'s ports to the pool after his commit bit was safekept. |
0.28.0 22 Oct 2020 17:55:46 |
sunpoet |
Update to 0.28.0
- Add LICENSE_FILE
- Add NO_ARCH
- Use do-test instead of regression-test
Changes: https://github.com/eventlet/eventlet/releases
https://github.com/eventlet/eventlet/blob/master/NEWS
PR: 250112
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 18 days) |
0.22.0_1 01 Apr 2020 06:45:31 |
antoine |
py-eventlet does not depend on py-enum-compat |
0.22.0 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.22.0 07 Feb 2018 18:40:54 |
mmokhi |
net/py-eventlet: Update the port to 0.22.0
This is a dependency for r461164 |
0.21.0 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.21.0 17 Jul 2017 20:10:47 |
mmokhi |
net/py-eventlet: Update port to 0.21.0
Also change maintainer to my address
Reviewed by: cs (maintainer), mat (mentor)
Approved by: cs (maintainer), mat (mentor)
Differential Revision: https://reviews.freebsd.org/D11462 |
0.20.1_1 29 Mar 2017 21:07:54 |
cs |
Fix attribute error
PR: 217867
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com> |
0.20.1 08 Mar 2017 11:49:42 |
mmokhi |
net/py-eventlet: Update port to 0.20.1
Reviewed by: feld, mat
Approved by: feld, mat (mentors), cs (maintainer)
Differential Revision: https://reviews.freebsd.org/D9849 |
0.19.0 17 May 2016 19:05:26 |
cs |
Update to 0.19.0 |
0.18.4 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.18.4 20 Feb 2016 14:43:43 |
cs |
Update to 0.18.4 |
0.17.4 25 Dec 2015 21:09:40 |
cs |
Update to 0.17.4 |
0.16.1 05 Feb 2015 19:59:47 |
cs |
Update to 0.16.1 |
0.14.0_1 24 Oct 2014 16:21:26 |
mva |
- Convert ports of net/ to new USES=python
Approved by: portmgr (implicit) |
0.14.0_1 31 Jan 2014 08:46:52 |
miwi |
- Convert to PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREV |
0.14.0 21 Sep 2013 20:20:08 |
cs |
Update to 0.14.0 |
0.13.0 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.13.0 30 Jul 2013 19:33:24 |
cs |
Update to 0.13.0
PR: ports/180357
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com>
Approved by: maintainer (me) |
0.12.1 26 Mar 2013 20:36:41 |
cs |
- Update to 0.12.1
- Trim Header
- Fix spacing in front of WWW |
0.9.17 31 Aug 2012 13:43:31 |
cs |
- Update to 0.9.17
- Tidy pkg-descr |
0.9.16 10 Jan 2012 10:17:53 |
cs |
Update to 0.9.16
Approved by: glarkin@ (mentor, implicit) |
0.9.15 15 Sep 2011 12:33:27 |
cs |
Change maintainer address to my FreeBSD address
Approved by: wen@ (mentor) |
0.9.15 22 Apr 2011 19:30:09 |
glarkin |
- Updated to 0.9.15
Changes:
https://bitbucket.org/which_linden/eventlet/diff/NEWS?diff2=6e6a02e7ac7c&diff1=5140fe20544f
PR: ports/156392
Submitted by: C-S <c-s@c-s.li> (maintainer) |
0.9.14 26 Jan 2011 00:57:32 |
glarkin |
- Updated to 0.9.14
Changes:
* Many fixes to the ZeroMQ hub, which now requires version 2.0.10 or later
* ZeroMQ hub no longer depends on pollhub, and thus works on Windows
* Better handling of connect errors on Windows
* More-robust Event delivery
* wsgi.py now distinguishes between an empty query string ("") and a
non-existent query string (no entry in environ)
* wsgi.py handles ipv6 correctly
* Better behavior in tpool when you give it nonsensical numbers
* Fixed importing on 2.5
* Hub doesn't hold on to invalid fds
* Documentation for eventlet.green.zmq.
PR: ports/154290
Submitted by: C-S <c-s@c-s.li> (maintainer)
Feature safe: yes |
0.9.13 25 Oct 2010 13:04:49 |
wen |
- Update to 0.9.13
- Add LICENSE
- Pass maintainership to submitter
PR: ports/151659
Submitted by: C-S <c-s@c-s.li> |
0.9.12 28 Aug 2010 09:47:34 |
lwhsu |
- Update to 0.9.12
- Maintainer drops maintainership
PR: ports/150062
Submitted by: Gea-Suan Lin <gslin AT gslin.org> (former maintainer) |
0.9.9 22 Aug 2010 03:41:56 |
lwhsu |
Add py-eventlet 0.9.9, concurrent networking library for Python.
PR: ports/148828
Submitted by: Gea-Suan Lin <gslin at gslin.org> |