# -*- 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-rfc6555
version             0.1.0
revision            0
categories-append   devel
license             Apache-2
supported_archs     noarch
platforms           {darwin any}

maintainers         nomaintainer

description         Python implementation of RFC 6555.
long_description    Python implementation of the Happy Eyeballs Algorithm described in RFC 6555. \
    Provided with a single file and dead-simple API \
    to allow easy vendoring and integration into other projects.

homepage            https://github.com/sethmlarson/rfc6555

checksums           rmd160  5a2e58cbbdbe6134dcd4f0d86867e236081774ab \
                    sha256  123905b8f68e2bec0c15f321998a262b27e2eaadea29a28bd270021ada411b67 \
                    size    10094

python.versions     39 310 311 312
