20 lines
596 B
Bash
20 lines
596 B
Bash
# Template file for 'python3-cloudscraper'
|
|
pkgname=python3-cloudscraper
|
|
version=1.2.58
|
|
revision=4
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-requests-toolbelt"
|
|
short_desc="Python module to bypass Cloudflare's anti-bot page"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/venomous/cloudscraper"
|
|
distfiles="${PYPI_SITE}/c/cloudscraper/cloudscraper-${version}.tar.gz"
|
|
checksum=dda29028c5628b5ba3e4dc43816ed38fd46bd945ef938c420f185586a6d8dff2
|
|
# Needs unpackaged v8eval
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|