23 lines
638 B
Bash
23 lines
638 B
Bash
# Template file for 'python3-cloudscraper'
|
|
pkgname=python3-cloudscraper
|
|
version=1.2.46
|
|
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=793095bbc37aae84a5c38d9f66b56f3c83a00f0b1ff2d334f75a2b8f88b924af
|
|
|
|
do_check() {
|
|
# Needs unpackaged v8eval
|
|
:
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|