Files
2026-07-05 15:40:43 -05:00

30 lines
1.1 KiB
Tcl
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# -*- 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.3.0
revision 0
license MIT
maintainers {mps @Schamschula} openmaintainer
description This is a Python version of Rubys 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 dadd124616b69c673dc07bb68724eb71410398c2 \
sha256 46d64e77e8d95e5c76c7d9a94ff05d8b38b2ae4e1d4869eb0235024b6fcb5212 \
size 96117
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
}