Port details |
- py-geventhttpclient Http client library for gevent
- 2.3.3 devel =2 2.3.3Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2022-10-09 15:39:40
- Last Update: 2024-12-25 19:15:24
- Commit Hash: eeeaf61
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/geventhttpclient/geventhttpclient
- Description:
- geventhttpclient is a high performance, concurrent HTTP client library for
python using gevent.
geventhttpclient uses a fast http parser, written in C.
geventhttpclient has been specifically designed for high concurrency, streaming
and support HTTP 1.1 persistent connections. More generally it is designed for
efficiently pulling from REST APIs and streaming APIs like Twitter's.
Safe SSL support is provided by default. geventhttpclient depends on the certifi
CA Bundle. This is the same CA Bundle which ships with the Requests codebase,
and is derived from Mozilla Firefox's canonical set.
- ¦ ¦ ¦ ¦
- 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}geventhttpclient>0:devel/py-geventhttpclient@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-geventhttpclient/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-geventhttpclient
- pkg install py311-geventhttpclient
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-geventhttpclient listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-geventhttpclient
- Package flavors (<flavor>: <package>)
- py311: py311-geventhttpclient
- distinfo:
- TIMESTAMP = 1734888192
SHA256 (geventhttpclient-2.3.3.tar.gz) = 3e74c1570d01dd09cabdfe2667fbf072520ec9bb3a31a0fd1eae3d0f43847f9b
SIZE (geventhttpclient-2.3.3.tar.gz) = 83625
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>=0 : 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-brotli>=0 : archivers/py-brotli@py311
- py311-certifi>=0 : security/py-certifi@py311
- py311-gevent>=0.13 : devel/py-gevent@py311
- py311-urllib3>=0,1 : net/py-urllib3@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-geventhttpclient
- 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 |
2.3.3 25 Dec 2024 19:15:24 |
Po-Chuan Hsieh (sunpoet) |
devel/py-geventhttpclient: Update to 2.3.3
Changes: https://github.com/geventhttpclient/geventhttpclient/releases |
2.3.1 10 Jul 2024 04:57:45 |
Po-Chuan Hsieh (sunpoet) |
devel/py-geventhttpclient: Update to 2.3.1
- Update LICENSE_FILE
Changes: https://github.com/geventhttpclient/geventhttpclient/releases |
2.0.12 31 Mar 2024 03:06:28 |
Po-Chuan Hsieh (sunpoet) |
devel/py-geventhttpclient: Update to 2.0.12
- Convert to USE_PYTHON=pep517
Changes: https://github.com/geventhttpclient/geventhttpclient/releases |
2.0.11 05 Oct 2023 02:00:18 |
Po-Chuan Hsieh (sunpoet) |
devel/py-geventhttpclient: Update to 2.0.11
Changes: https://github.com/geventhttpclient/geventhttpclient/releases |
2.0.10 04 Sep 2023 09:04:51 |
Po-Chuan Hsieh (sunpoet) |
devel/py-geventhttpclient: Update to 2.0.10
Changes: https://github.com/geventhttpclient/geventhttpclient/releases |
2.0.9 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> |
2.0.9 05 Apr 2023 17:30:20 |
Po-Chuan Hsieh (sunpoet) |
devel/py-geventhttpclient: Update to 2.0.9
Changes: https://github.com/geventhttpclient/geventhttpclient/releases |
2.0.8 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
2.0.8 30 Dec 2022 09:04:37 |
Po-Chuan Hsieh (sunpoet) |
devel/py-geventhttpclient: Update to 2.0.8
Changes: https://github.com/geventhttpclient/geventhttpclient/releases |
2.0.2 09 Oct 2022 15:37:43 |
Po-Chuan Hsieh (sunpoet) |
devel/py-geventhttpclient: Add py-geventhttpclient 2.0.2
geventhttpclient is a high performance, concurrent HTTP client library for
python using gevent.
geventhttpclient uses a fast http parser, written in C.
geventhttpclient has been specifically designed for high concurrency, streaming
and support HTTP 1.1 persistent connections. More generally it is designed for
efficiently pulling from REST APIs and streaming APIs like Twitter's.
Safe SSL support is provided by default. geventhttpclient depends on the certifi
CA Bundle. This is the same CA Bundle which ships with the Requests codebase,
and is derived from Mozilla Firefox's canonical set. |