# -*- 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-prawcore version 2.3.0 supported_archs noarch platforms {darwin any} license BSD python.versions 38 39 310 maintainers nomaintainer description ${name} is a low-level communication layer used by PRAW 4+. long_description {*}${description} homepage https://github.com/praw-dev/prawcore checksums rmd160 2a6f72e206ca57f64b99d03b5d9b1a7b69265cae \ sha256 daf1ccd4b7a80dc4e6567d48336d782e94a9a6dad83770fc2edf76dc9a84f56d \ size 1163513 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-requests \ port:py${python.version}-certifi \ port:py${python.version}-charset-normalizer \ port:py${python.version}-idna \ port:py${python.version}-urllib3 }