24 lines
633 B
Bash
24 lines
633 B
Bash
# Template file for 'python3-cloudscraper'
|
|
pkgname=python3-cloudscraper
|
|
version=1.2.52
|
|
revision=1
|
|
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="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/venomous/cloudscraper"
|
|
distfiles="${PYPI_SITE}/c/cloudscraper/cloudscraper-${version}.tar.gz"
|
|
checksum=db54e8e21f38ca3999c80270d55288ecc236d6ddb75f2ee4d40cfe1a3fb4421e
|
|
|
|
do_check() {
|
|
# Needs unpackaged v8eval
|
|
:
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|