Files

33 lines
1.3 KiB
Tcl
Raw Permalink Normal View History

2021-04-29 15:41:45 +01:00
# -*- 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
2023-05-22 16:24:57 +00:00
version 1.2.71
2026-01-21 09:34:14 -05:00
revision 0
2021-04-29 15:41:45 +01:00
license MIT
supported_archs noarch
2022-12-08 17:29:58 +11:00
platforms {darwin any}
maintainers {@harens harens} openmaintainer
2021-04-29 15:41:45 +01:00
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
2023-05-22 16:24:57 +00:00
checksums rmd160 15fd71f2245d4af2c78a71b982b2e5b5d2ba599a \
sha256 429c6e8aa6916d5bad5c8a5eac50f3ea53c9ac22616f6cb21b18dcc71517d0d3 \
size 93261
2021-04-29 15:41:45 +01:00
2026-02-25 22:21:00 -05:00
python.versions 310 311 312 313 314
2021-04-29 15:41:45 +01:00
if {${name} ne ${subport}} {
depends_run-append port:py${python.version}-parsing \
port:py${python.version}-requests \
2026-02-25 22:21:00 -05:00
port:py${python.version}-requests-toolbelt
2021-04-29 15:41:45 +01:00
}