New package: python3-cloudscraper-1.2.33

This commit is contained in:
Lorem 2020-04-19 14:04:07 +05:30 committed by Piotr
parent 52fb071e98
commit 932c696f25

View file

@ -0,0 +1,19 @@
# Template file for 'python3-cloudscraper'
pkgname=python3-cloudscraper
version=1.2.33
revision=1
archs=noarch
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=2bcd017740c7dc0b8d64b55742638a50960ba82b9fd75fc38b9e94c5cd641aa5
post_install() {
vlicense LICENSE
}