# -*- 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-urllib3 version 2.2.2 revision 0 categories-append devel net platforms {darwin any} supported_archs noarch license MIT python.versions 27 35 36 37 38 39 310 311 312 python.pep517 yes python.pep517_backend \ hatch maintainers {stromnov @stromnov} openmaintainer description HTTP library with thread-safe connection pooling, file post, and more. long_description ${description} homepage https://urllib3.readthedocs.io/ checksums rmd160 66a546d27d3a42d62b7a9dc6c61a4052f021a316 \ sha256 dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168 \ size 292266 if {${name} ne ${subport}} { if {${python.version} <= 311} { version 1.26.18 revision 0 python.pep517_backend \ setuptools checksums rmd160 247563ce0f574a1bc5efe229baebd1ce5a041042 \ sha256 f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0 \ size 305687 } if {${python.version} < 37} { python.pep517 no depends_build-append \ port:py${python.version}-setuptools } depends_lib-append port:py${python.version}-certifi if {${python.version} eq 27} { depends_lib-append port:py${python.version}-ipaddress } livecheck.type none }