# -*- 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-w3lib
version             2.4.1
revision            0
platforms           {darwin any}
license             BSD
maintainers         nomaintainer
description         Library of web-related functions
long_description    {*}${description}
homepage            https://github.com/scrapy/w3lib

checksums           rmd160  174b0f13a0ad4b9bcdbc319db587b171e8cedd8c \
                    sha256  8dd69ee39ff6398d708c793abc779c334a69bac7cee1cdf71736c669ed6be864 \
                    size    48494
supported_archs     noarch

python.versions         310 311 312 313 314
python.pep517_backend   hatch

if {${subport} ne ${name}} {
    test.run        yes
}
