Skip to content

Commit 353d5f6

Browse files
authored
py-vcrpy: new port, version 7.0.0
1 parent 0986578 commit 353d5f6

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

python/py-vcrpy/Portfile

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# -*- 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
2+
3+
PortSystem 1.0
4+
PortGroup python 1.0
5+
6+
name py-vcrpy
7+
version 7.0.0
8+
revision 0
9+
license MIT
10+
maintainers nomaintainer
11+
description This is a Python version of Ruby’s VCR library.
12+
long_description {*}${description} VCR.py simplifies and speeds up tests that make HTTP requests.
13+
homepage https://vcrpy.readthedocs.io/en/latest/
14+
15+
checksums rmd160 9f98a48ebc8ae9497667539c902b5e1d66b54d1e \
16+
sha256 176391ad0425edde1680c5b20738ea3dc7fb942520a48d2993448050986b3a50 \
17+
size 85502
18+
19+
python.versions 310 311 312 313
20+
21+
if {${name} ne ${subport}} {
22+
depends_lib-append \
23+
port:py${python.version}-yaml \
24+
port:py${python.version}-wrapt \
25+
port:py${python.version}-yarl \
26+
port:py${python.version}-urllib3
27+
}

0 commit comments

Comments
 (0)