# -*- 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
maintainers {gmail.com:yan12125 @yan12125} openmaintainer
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 md5 e411d454aa515cf9cbd43cd12999b3d2 \
rmd160 549b548f195333573f7b3a6f4157af33303b0b27 \
sha256 1c0fbb1cba6f809fe3e6b27f8f6d517ca171f848922708871403636143d530d9
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}