# -*- 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-aiohappyeyeballs
version             2.7.1
license             PSF
supported_archs     noarch
platforms           {darwin any}
maintainers         {toby @tobypeterson} openmaintainer
description         Happy Eyeballs for pre-resolved hosts
long_description    This library exists to allow connecting with Happy Eyeballs (RFC 8305) \
                    when you already have a list of addrinfo and not a DNS name.

homepage            https://github.com/aio-libs/aiohappyeyeballs

checksums           rmd160  d24e76b2ccd2cb18854711543b7baae7bd8b43c8 \
                    sha256  065665c041c42a5938ed220bdcd7230f22527fbec085e1853d2402c8a3615d9d \
                    size    24757

python.pep517_backend   poetry
python.versions     310 311 312 313 314
