# -*- 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.6.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 313 314 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 479beb7fd6a6e1c11f748d7a51f39907c264e6da \ sha256 016f9c98bb7e98085cb2b4b17b87d2c702975664e4f060c6532e64d1c1a5e797 \ size 432930 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-hatch-vcs depends_lib-append port:py${python.version}-certifi if {${python.version} <= 37} { version 1.26.18 revision 0 python.pep517_backend \ setuptools checksums rmd160 247563ce0f574a1bc5efe229baebd1ce5a041042 \ sha256 f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0 \ size 305687 depends_build-delete \ port:py${python.version}-hatch-vcs if {${python.version} < 37} { python.pep517 no depends_build-append \ port:py${python.version}-setuptools } if {${python.version} eq 27} { depends_lib-append port:py${python.version}-ipaddress } } elseif {${python.version} eq 38} { version 2.2.3 revision 0 checksums rmd160 d7cae25f270a0b852d9d4ddbac12995c4da216a6 \ sha256 e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9 \ size 300677 } livecheck.type none }