# -*- 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-niquests
version             3.21.0
revision            0
categories-append   net
platforms           any
license             Apache-2
maintainers         nomaintainer
description         Niquests is a simple, yet elegant, HTTP library
long_description    {*}${description}. It is a drop-in replacement for Requests, which is under feature freeze.
homepage            https://github.com/jawah/niquests
checksums           rmd160  9f248254d59ab93173bcb48ea24cfdddb3f4592e \
                    sha256  5b7d10a05f4c7ed08cede0af74f492ae7a8a5a71291833d029e23365fc3ea80a \
                    size    1070211
supported_archs     noarch

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

if {${subport} ne ${name}} {
    depends_lib-append \
                    port:py${python.version}-charset-normalizer \
                    port:py${python.version}-urllib3-future \
                    port:py${python.version}-wassima
}
