dev-python/curl-cffi - 0.7.1 (Miezhiko)

Search

Package Information

Description:
Python binding for curl-impersonate via cffi
Homepage:
https://github.com/yifeikong/curl_cffi
License:
MIT

Ebuild Details

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

EAPI=8

PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{9..13} pypy3 )
DISTUTILS_USE_PEP517=setuptools

inherit distutils-r1 pypi

SRC_URI="https://github.com/yifeikong/curl_cffi/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

S="${WORKDIR}/curl_cffi-${PV}"

DESCRIPTION="Python binding for curl-impersonate via cffi"
HOMEPAGE="https://github.com/yifeikong/curl_cffi"

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

RDEPEND=">=net-misc/curl-impersonate-0.6.0"
BDEPEND="dev-python/cffi"

S="${WORKDIR}/curl_cffi-${PV}"

PATCHES=(
	"${FILESDIR}/no-download-0.7.patch"
	"${FILESDIR}/no-download_setup-0.7.patch"
)

Dependencies

RDEPEND

>=net-misc/curl-impersonate-0.6.0

BDEPEND

dev-python/cffi

Manifest for 0.7.1

Type File Size Source URLs
DIST curl-cffi-0.7.1.tar.gz 438491 bytes https://github.com/yifeikong/curl_cffi/archive/refs/tags/v0.7.1.tar.gz