# -*- 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-responses
version             0.12.1
revision            0

categories-append   devel
platforms           darwin
supported_archs     noarch
license             Apache-2
maintainers         {petr @petrrr} openmaintainer

description         A utility library for mocking out the requests library
long_description    ${description}

homepage            https://github.com/getsentry/responses

checksums           rmd160  112ed62b36add6c44d697b739445e693eeadb38c \
                    sha256  2e5764325c6b624e42b428688f2111fea166af46623cb0127c05f6afb14d3457 \
                    size    27123

python.versions     37 38 39

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

    depends_lib-append \
                    port:py${python.version}-requests \
                    port:py${python.version}-urllib3 \
                    port:py${python.version}-six

    livecheck.type  none
}
