# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 set _name hyperframe set _n [string index ${_name} 0] name py-${_name} version 3.2.0 categories-append net www platforms darwin supported_archs noarch license MIT maintainers petr 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 ce7c8f96b6533f0350041ea90e55b1bb \ rmd160 19b01ef7471430588388b7c69110271e7c0b3b9f \ sha256 05f0e063e117c16fcdd13c12c93a4424a2c40668abfac3bb419a10f57698204e python.versions 27 34 35 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}\"" }