# -*- 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-recording
version             0.13.4
distname            pytest_recording-${version}
revision            0
license             MIT
maintainers         nomaintainer
description         A pytest plugin powered by VCR.py to record and replay HTTP traffic
long_description    {*}${description}
homepage            https://github.com/kiwicom/pytest-recording

checksums           rmd160  ee432c370eaf85a204c53e9d98cb2fce533b3b38 \
                    sha256  568d64b2a85992eec4ae0a419c855d5fd96782c5fb016784d86f18053792768c \
                    size    26576

python.pep517_backend hatch

python.versions     310 311 312 313

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