dev-python/curl-cffi - 0.16.2 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =dev-python/curl-cffi-0.16.2

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

autounmask =dev-python/curl-cffi-0.16.2

Or alternatively:

emerge --autounmask-write -a =dev-python/curl-cffi-0.16.2

Package Information

Description:
Python binding for curl-impersonate fork via cffi.
Homepage:
https://pypi.org/project/curl-cffi/
License:
BSD-2

Ebuild Details

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

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_1{0,1,2,3,4,5} )
DISTUTILS_EXT=1
PYPI_VERIFY_REPO="https://github.com/lexiforest/curl_cffi"

inherit distutils-r1 pypi

DESCRIPTION="Python binding for curl-impersonate fork via cffi."
HOMEPAGE="https://pypi.org/project/curl-cffi/"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"

# yt-dlp hardcodes the range of curl_cffi versions it will import and silently
# disables --impersonate when the installed version is outside it. Support for
# 0.16.x landed in yt-dlp 2026.08.19; older yt-dlp degrades with no error.
# Re-check this bound against yt_dlp/networking/_curlcffi.py on every bump.
RDEPEND="!<net-misc/yt-dlp-2026.08.19
	dev-python/cffi[${PYTHON_USEDEP}]
	dev-python/certifi[${PYTHON_USEDEP}]
	>=net-misc/curl-impersonate-1.0.0"

PATCHES=( "${FILESDIR}/${PN}-0001-system-libs.patch" )

EPYTEST_PLUGINS=()
distutils_enable_tests pytest

Inherited Eclasses

Dependencies

RDEPEND

!<net-misc/yt-dlp-2026.08.19
	dev-python/cffi[]
	dev-python/certifi[]
	>=net-misc/curl-impersonate-1.0.0