# -*- 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-yarl version 1.13.1 revision 0 categories-append devel license Apache-2 python.versions 38 39 310 311 312 maintainers {ipglider.org:miguel @ipglider} openmaintainer description Yet another URL library. long_description URL library with immutable URL objects. homepage https://github.com/aio-libs/yarl checksums rmd160 c5dda2cf1cb4e115b599ce0a40f024f950341a3d \ sha256 ec8cfe2295f3e5e44c51f57272afbd69414ae629ec7c6b27f5a410efc78b70a0 \ size 165912 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-cython \ port:py${python.version}-expandvars if {${python.version} < 311} { depends_build-append \ port:py${python.version}-tomli } depends_lib-append port:py${python.version}-idna \ port:py${python.version}-multidict }