void-packages/srcpkgs/python3-cloudscraper/template
2021-10-09 08:01:11 -04:00

21 lines
632 B
Bash

# Template file for 'python3-cloudscraper'
pkgname=python3-cloudscraper
version=1.2.58
revision=2
wrksrc=cloudscraper-${version}
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-requests-toolbelt"
short_desc="Python module to bypass Cloudflare's anti-bot page"
maintainer="Lorem <notloremipsum@protonmail.com>"
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
}