You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1.1 KiB
Tcl
30 lines
1.1 KiB
Tcl
# -*- 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 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 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
|
||
}
|