mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
New package: python3-cloudscraper-1.2.33
This commit is contained in:
parent
52fb071e98
commit
932c696f25
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-cloudscraper/template
Normal file
19
srcpkgs/python3-cloudscraper/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue