Commit Graph

19 Commits

Author SHA1 Message Date
sthen
e6dba44ee9 use MODPY_PYBUILD for most of net/ 2022-11-13 19:37:40 +00:00
sthen
dae9f91e31 bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:28:39 +00:00
naddy
3f5796b9fd drop RCS Ids 2022-03-11 19:45:43 +00:00
sthen
75448f9486 update to py3-geventhttpclient-1.5.3 2022-02-26 14:50:45 +00:00
sthen
3fb7cdbcf6 bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:01:35 +00:00
sthen
f730fe13f1 py3-only for devel/py-gevent, sysutils/py-statgrab, sysutils/py-parallel-ssh, net/py-geventhttpclient 2021-02-18 21:42:34 +00:00
sthen
d80c418015 regen PLISTs for python ports with .so files that end up renamed due to
the EXT_SUFFIX change in Python 3.8.7
2021-01-04 14:06:26 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
juanfra
0b89cdcb9b Add a python3 flavor to py-geventhttpclient. No changes in the python2 part. 2020-05-14 15:38:51 +00:00
kmos
2496f803be Move from custom do-test target to MODPY_PYTEST 2019-12-01 00:26:09 +00:00
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
sthen
86852bcf6e reset unresponsive maintainers, various porters have spent a bunch of
time waiting for timeouts over the last year or more for many of these
ports.  ok danj@ jca@ kmos@
2019-04-24 16:26:54 +00:00
czarkoff
1857dd185e fix tests
No changes in the package contents, thus no revision bump
2017-06-08 17:44:44 +00:00
czarkoff
acf4843a30 update to geventhttpclient-1.3.1 2016-08-15 23:29:08 +00:00
czarkoff
15d28fc7c7 update to py-geventhttpclient-1.3.0 2016-07-10 20:38:39 +00:00
czarkoff
160c07e983 update to py-geventhttpclient 1.2.0 2016-06-14 09:57:42 +00:00
sthen
ee57a78901 bump REVISION for setuptools dep change. 2015-09-29 10:52:28 +00:00
czarkoff
b315e50a7c Use PROTOCOL_SSLv23 instead of PROTOCOL_SSLv3.
OK sthen@
2015-09-23 07:10:28 +00:00
juanfra
6d3ac9348f Comment:
high performance, concurrent HTTP client library

Description:
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 API's like Twitter's.

geventhttpclient use a fast http parser, written in C, originating from nginx,
extracted and modified by Joyent.  Safe SSL support is provided by default.

Maintainer: Dmitrij D. Czarkoff <czarkoff@gmail.com>

WWW: https://github.com/gwik/geventhttpclient

From MAINTAINER. Minor fixes by landry@ and me. ok landry@.
2014-10-12 20:45:56 +00:00