# -*- 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 PortGroup select 1.0 name py-httpx version 0.27.2 revision 0 platforms {darwin any} license BSD maintainers nomaintainer description The next generation HTTP client. long_description {*}${description} supported_archs noarch homepage https://github.com/encode/httpx checksums rmd160 87d221b270cc9b9cf5c10bd8cc54258b179c9b42 \ sha256 f7c2be1d2f3c3c3160d441802406b206c2b76f5947b11115e6df10c6c65e66c2 \ size 144189 python.versions 38 39 310 311 312 python.pep517_backend hatch if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-hatch-fancy-pypi-readme depends_lib-append \ port:py${python.version}-brotli \ port:py${python.version}-brotlicffi \ port:py${python.version}-certifi \ port:py${python.version}-charset-normalizer \ port:py${python.version}-click \ port:py${python.version}-h2 \ port:py${python.version}-httpcore \ port:py${python.version}-idna \ port:py${python.version}-pygments \ port:py${python.version}-rich \ port:py${python.version}-sniffio \ port:py${python.version}-socksio depends_run-append \ port:httpx_select select.group httpx select.file ${filespath}/${subport} notes " To make the Python ${python.branch} version of httpx the one that is run when\ you execute the commands without a version suffix, e.g. 'httpx', run: port select --set ${select.group} [file tail ${select.file}] " }