# -*- 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
categories-append net www
description A pure-Python, bring-your-own-I/O implementation of HTTP/1.1
This is a little HTTP/1.1 library written from scratch in Python, heavily \
homepage https://github.com/njsmith/h11
distname ${python.rootname}-${version}
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}/
checksums rmd160 925c8752788b45f979bc248a3c4232f431f740fc \
sha256 acca6a44cb52a32ab442b1779adf0875c443c689e9e028f8d831a3769f9c5208 \
if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools
depends_test-append port:py${python.version}-pytest
test.cmd py.test-${python.branch}