dev-python/geventhttpclient - 2.3.5 (inode64-overlay)

Search

Package Information

Description:
Coroutine-based network library
Homepage:
https://github.com/geventhttpclient/geventhttpclient https://pypi.org/project/geventhttpclient/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.3.5 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} )

inherit distutils-r1 pypi

DESCRIPTION="Coroutine-based network library"
HOMEPAGE="
	https://github.com/geventhttpclient/geventhttpclient
	https://pypi.org/project/geventhttpclient/
"
SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
	app-arch/brotli[python]
	dev-python/certifi
	dev-python/gevent
	dev-python/urllib3
	net-libs/llhttp
"

PATCHES=(
	"${FILESDIR}"/update_llhttp.patch
)

Dependencies

DEPEND

	app-arch/brotli[python]
	dev-python/certifi
	dev-python/gevent
	dev-python/urllib3
	net-libs/llhttp

Manifest for 2.3.5

Type File Size Source URLs
DIST geventhttpclient-2.3.5.gh.tar.gz 53393 bytes https://github.com/geventhttpclient/geventhttpclient/archive/refs/tags/2.3.5.tar.gz