# -*- 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-cachecontrol version 0.14.0 revision 0 categories-append devel platforms {darwin any} license Apache-2 supported_archs noarch python.versions 38 39 310 311 312 python.pep517 yes python.pep517_backend \ flit maintainers {gmail.com:davidgilman1 @dgilman} openmaintainer description httplib2 caching for requests long_description \ CacheControl is a port of the caching algorithms in \ httplib2 for use with requests session object. homepage https://github.com/psf/cachecontrol checksums rmd160 9e6063efdbbc5067a727e25baf2fefe251d82c7e \ sha256 7db1195b41c81f8274a7bbd97c956f44e8348265a1bc7641c37dfebc39f0c938 \ size 28899 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append \ port:py${python.version}-requests \ port:py${python.version}-msgpack }