2020-02-09 15:53:19 -05:00
|
|
|
# -*- 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
|
2025-05-21 12:16:33 -04:00
|
|
|
version 0.14.3
|
2020-02-09 15:53:19 -05:00
|
|
|
revision 0
|
|
|
|
|
categories-append devel
|
2022-12-08 17:29:58 +11:00
|
|
|
platforms {darwin any}
|
2020-02-09 15:53:19 -05:00
|
|
|
license Apache-2
|
|
|
|
|
supported_archs noarch
|
|
|
|
|
|
2025-11-07 13:15:19 -05:00
|
|
|
python.versions 310 311 312 313 314
|
2023-09-10 13:01:31 -04:00
|
|
|
|
|
|
|
|
python.pep517_backend \
|
|
|
|
|
flit
|
2020-02-09 15:53:19 -05:00
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
2023-09-10 13:01:31 -04:00
|
|
|
homepage https://github.com/psf/cachecontrol
|
2020-02-09 15:53:19 -05:00
|
|
|
|
2025-05-21 12:16:33 -04:00
|
|
|
checksums rmd160 f1fc578808771f1854eae978b274d1ea91eb9bd8 \
|
|
|
|
|
sha256 73e7efec4b06b20d9267b441c1f733664f989fb8688391b670ca812d70795d11 \
|
|
|
|
|
size 28985
|
2020-02-09 15:53:19 -05:00
|
|
|
|
|
|
|
|
if {${name} ne ${subport}} {
|
|
|
|
|
depends_lib-append \
|
|
|
|
|
port:py${python.version}-requests \
|
|
|
|
|
port:py${python.version}-msgpack
|
|
|
|
|
}
|