# -*- 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-vcrpy
version             8.1.0
revision            0

license             MIT
maintainers         {mps @Schamschula} openmaintainer
description         This is a Python version of Ruby’s VCR library.
long_description    {*}${description} VCR.py simplifies and speeds up tests that make \
                    HTTP requests.
homepage            https://vcrpy.readthedocs.io/en/latest/

checksums           rmd160  0115dee780b58445c4863841af590760cbcd25e2 \
                    sha256  e585ca3cd9bb751e402728a00394847561250588eebc047b4d3c8948d5487733 \
                    size    85930

python.versions     310 311 312 313 314

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:py${python.version}-urllib3 \
                    port:py${python.version}-wrapt \
                    port:py${python.version}-yaml \
                    port:py${python.version}-yarl
}
