# -*- 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-h11 version 0.13.0 revision 0 categories-append net www supported_archs noarch platforms {darwin any} license MIT maintainers nomaintainer description A pure-Python, bring-your-own-I/O implementation of HTTP/1.1 long_description \ This is a little HTTP/1.1 library written from scratch in Python, heavily \ inspired by hyper-h2. homepage https://github.com/python-hyper/h11 checksums rmd160 51ad65bfd15e6bf9a41e68649543177ed43dc274 \ sha256 70813c1135087a248a4d38cc0e1a0181ffab2188141a93eaf567940c3957ff06 \ size 100165 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { test.run yes test.target h11 }