blob: 8a001393d826cfcf985d0a2f3214641f01849c19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-cfscrape
pkgdesc = A simple Python module to bypass Cloudflare's anti-bot page using Requests
pkgver = 2.1.1
pkgrel = 3
url = https://pypi.org/project/cfscrape/
arch = any
license = MIT
makedepends = python-setuptools
depends = nodejs
depends = python
depends = python-requests
depends = python-urllib3
options = !debug
source = https://files.pythonhosted.org/packages/source/c/cfscrape/cfscrape-2.1.1.tar.gz
source = 0001-fix-urllib3-v2-related-changes.patch
sha256sums = 7c5ef94554e0d6ee7de7cd0d42051526e716ce6c0357679ee0b82c49e189e2ef
sha256sums = 2ba06f6a6bc13d64dbf7cc8914074e8f4ff49e38dc3b628a2cd125c3e47a217d
pkgname = python-cfscrape
|