Port details |
- py-geventhttpclient Http client library for gevent
- 2.0.8 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2022-10-09 15:39:40
- Last Update: 2023-01-11 15:58:34
- Commit Hash: 77d6847
- Also Listed In: python
- License: MIT
- 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.
¦ ¦ ¦ ¦ 
- 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 py39-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 py39-geventhttpclient listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-geventhttpclient
- Package flavors (<flavor>: <package>)
- py39: py39-geventhttpclient
- distinfo:
- TIMESTAMP = 1669057741
SHA256 (geventhttpclient-2.0.8.tar.gz) = 5f782c419643f74be4d0918c0d2b63956ef6ddc7a2127f07cbb8033a75ab366f
SIZE (geventhttpclient-2.0.8.tar.gz) = 76142
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:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-brotli>=0 : archivers/py-brotli@py39
- py39-certifi>=0 : security/py-certifi@py39
- py39-gevent>=0.13 : devel/py-gevent@py39
- py39-six>=0 : devel/py-six@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-geventhttpclient
- USES:
- python:3.7+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Notes from UPDATING |
- These upgrade notes are taken from /usr/ports/UPDATING
- 2017-11-30
Affects: */py* Author: mat@FreeBSD.org Reason:
Ports using Python via USES=python are now flavored. All the py3-* ports
have been removed and folded into their py-* master ports.
People using Poudriere 3.2+ and binary packages do not have to do anything.
For other people, to build the Python 3.6 version of, for example,
databases/py-gdbm, you need to run:
# make FLAVOR=py36 install
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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. |
Number of commits found: 3
|