# -*- 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 # $Id$ PortSystem 1.0 PortGroup github 1.0 PortGroup python 1.0 github.setup reclosedev requests-cache 0.4.12 v name py-requests-cache categories-append devel platforms darwin license BSD supported_archs noarch python.versions 27 34 35 maintainers nomaintainer description Transparent persistent cache for py-requests long_description ${description} checksums rmd160 855131950a98f15b1291dc0ec40d3671655f8f26 \ sha256 c401670f27a5be664143f0c2eb509c17354bafafbf511cb9d39c7f56ee759c39 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-requests livecheck.type none } else { livecheck.type pypi }