Files
2026-02-25 22:21:00 -05:00

33 lines
1.3 KiB
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup python 1.0
name py-cloudscraper
version 1.2.71
revision 0
license MIT
supported_archs noarch
platforms {darwin any}
maintainers {@harens harens} openmaintainer
description A Python module to bypass Cloudflare's anti-bot page
long_description A simple Python module to bypass Cloudflare's anti-bot page (also known \
as I'm Under Attack Mode, or IUAM), implemented with Requests. This can \
be useful if you wish to scrape or crawl a website protected with Cloudflare.
homepage https://github.com/VeNoMouS/cloudscraper
checksums rmd160 15fd71f2245d4af2c78a71b982b2e5b5d2ba599a \
sha256 429c6e8aa6916d5bad5c8a5eac50f3ea53c9ac22616f6cb21b18dcc71517d0d3 \
size 93261
python.versions 310 311 312 313 314
if {${name} ne ${subport}} {
depends_run-append port:py${python.version}-parsing \
port:py${python.version}-requests \
port:py${python.version}-requests-toolbelt
}