# -*- 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-requestsexceptions
version             1.4.0
maintainers         nomaintainer
license             Apache-2
supported_archs     noarch
platforms           {darwin any}

description         A simple library to find the correct path to exceptions in the requests library regardless of whether they are bundled.
long_description    {*}${description}
homepage            https://www.openstack.org/
checksums           rmd160  1d0b0a38362767f9b033a90f1ad14769dfad50a1 \
                    sha256  b095cbc77618f066d459a02b137b020c37da9f46d9b057704019c9f77dba3065 \
                    size    6880

python.versions     39 310 311 312 313

if {${subport} ne ${name}} {
    depends_build-append \
                    port:py${python.version}-pbr
}
