# -*- 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-cloudflare version 2.20.0 revision 0 categories python license MIT maintainers {mps @Schamschula} openmaintainer description Python interface to the CloudFlare API. long_description {*}${description} supported_archs noarch platforms {darwin any} homepage https://github.com/cloudflare/python-cloudflare checksums rmd160 e8d7d7cf06f1fcd923590b0b8eb66bd26eb98d6a \ sha256 46aefc39dfaa2365d639b423cec2cd5350ae11153c7247d3eb3545bdcf01a68a \ size 120190 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { python.pep517 yes depends_lib-append \ port:py${python.version}-jsonlines \ port:py${python.version}-pytest \ port:py${python.version}-pytest-cov \ port:py${python.version}-requests \ port:py${python.version}-yaml }