# -*- 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.0.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 d98caa8f75cffdd9e3b3878f1b862f74f5ce533c \ sha256 25622ec65c5c007597d417e6867ccb6e6ab0d5f8826e2a03feb5911b3011f8ad \ size 85884 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 }