File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments