# -*- 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 set _name hyperframe set _n [string index ${_name} 0] name py-${_name} version 5.1.0 categories-append net www platforms darwin supported_archs noarch license MIT maintainers {petr @petrrr} openmaintainer description HTTP/2 framing layer for Python long_description \ This library contains the HTTP/2 framing code used in the hyper project. \ It provides a pure-Python codebase that is capable of decoding a binary \ stream into HTTP/2 frames. \ This library is used directly by hyper and a number of other projects to \ provide HTTP/2 frame decoding logic. homepage https://pypi.python.org/pypi/${_name}/${version} distname ${_name}-${version} master_sites pypi:${_n}/${_name}/ checksums md5 c2aa71dd091836e72d2c6784d1dd1591 \ rmd160 a35b350dd0cbc1fe3fa1bc2ae378ad03045842e4 \ sha256 a25944539db36d6a2e47689e7915dcee562b3f8d10c6cdfa0d53c91ed692fb04 python.versions 27 34 35 36 37 if {${name} ne ${subport}} { livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/${_name}/json livecheck.regex "\"${_name}-(\[.\\d\]+)\\${extract.suffix}\"" }