# -*- 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-drissionpage
version             4.1.1.2
revision            0
categories-append   www
platforms           any
license             BSD
maintainers         nomaintainer
description         Python based web automation tool
long_description    {*}${description}. It can control the browser and send and receive data packets.
homepage            https://github.com/g1879/DrissionPage
checksums           rmd160  55807058e4382e16f637bed5370edf2f79a527fe \
                    sha256  e4375d3536519a1d24430270e2871de3015836b301cbdfb96583234e6d6ef4c1 \
                    size    208034
supported_archs     noarch

python.versions     310 311 312 313 314

if {${subport} ne ${name}} {
    depends_lib-append \
        port:py${python.version}-click \
        port:py${python.version}-cssselect \
        port:py${python.version}-downloadkit \
        port:py${python.version}-lxml \
        port:py${python.version}-psutil \
        port:py${python.version}-requests \
        port:py${python.version}-tldextract \
        port:py${python.version}-websocket-client
}
