dev-python/httplib2 - 0.32.0 (gentoo)

Search

Install

Install this version:

emerge -a =dev-python/httplib2-0.32.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/httplib2-0.32.0

Or alternatively:

emerge --autounmask-write -a =dev-python/httplib2-0.32.0

Package Information

Description:
A comprehensive HTTP client library
Homepage:
https://pypi.org/project/httplib2/ https://github.com/httplib2/httplib2/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.32.0 8 ~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..15} )

inherit distutils-r1

DESCRIPTION="A comprehensive HTTP client library"
HOMEPAGE="
	https://pypi.org/project/httplib2/
	https://github.com/httplib2/httplib2/
"
SRC_URI="
	https://github.com/httplib2/httplib2/archive/v${PV}.tar.gz
		-> ${P}.gh.tar.gz
"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
IUSE="socks5"

RDEPEND="
	dev-python/certifi[${PYTHON_USEDEP}]
	dev-python/pyparsing[${PYTHON_USEDEP}]
	socks5? ( dev-python/pysocks[${PYTHON_USEDEP}] )
"
BDEPEND="
	test? (
		dev-libs/openssl
		dev-python/cryptography[${PYTHON_USEDEP}]
		dev-python/pysocks[${PYTHON_USEDEP}]
	)
"

EPYTEST_PLUGINS=( pytest-{forked,timeout} )
# note: tests are racy with xdist
distutils_enable_tests pytest

src_prepare() {
	sed -i -e '/--cov/d' setup.cfg || die
	# remove bundled certs, we always want system certs via certifi
	rm httplib2/cacerts.txt || die
	distutils-r1_src_prepare
}

python_test() {
	# TODO: there is something broken with pytest.mark.forked in pytest>=8.3.3
	# work around that via --forked for now
	epytest --forked
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/httplib2 | euse -E <flag> -p dev-python/httplib2 | euse -D <flag> -p dev-python/httplib2

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/certifi[]
	dev-python/pyparsing[]
	socks5? ( dev-python/pysocks[] )

BDEPEND

	test? (
		dev-libs/openssl
		dev-python/cryptography[]
		dev-python/pysocks[]
	)

Manifest for 0.32.0

Type File Size Source URLs
DIST httplib2-0.32.0.gh.tar.gz 280378 bytes https://github.com/httplib2/httplib2/archive/v0.32.0.tar.gz