# -*- 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             7.0.0
revision            0
license             MIT
maintainers         nomaintainer
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  9f98a48ebc8ae9497667539c902b5e1d66b54d1e \
                    sha256  176391ad0425edde1680c5b20738ea3dc7fb942520a48d2993448050986b3a50 \
                    size    85502

python.versions     310 311 312 313

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