void-packages/srcpkgs/python3-cloudscraper/template

20 lines
605 B
Bash
Raw Normal View History

# Template file for 'python3-cloudscraper'
pkgname=python3-cloudscraper
2020-04-22 15:18:55 +00:00
version=1.2.34
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"
2020-04-22 15:18:55 +00:00
checksum=50a131a9bfc1969b01d48eecb4ecc1acd92ee992be31c0bee4f1f31ac3cbae8f
post_install() {
vlicense LICENSE
}