# -*- 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-pytest-httpbin
version             2.1.0
revision            0

categories-append   devel
supported_archs     noarch
platforms           {darwin any}
license             MIT
maintainers         nomaintainer

description         Easily test your HTTP library against a local copy of httpbin
long_description    {*}${description}

homepage            https://github.com/kevin1024/pytest-httpbin

distname            pytest_httpbin-${version}

checksums           rmd160  88f270fda07218dd0dced08503b6037603ac0dd9 \
                    sha256  d40579838443228327f9fe4f08d9338bee8885c29fe933e5f2d58c20a26c33c6 \
                    size    13664

python.versions     310 311 312 313

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