[146176] trunk/dports/python
petr at macports.org
petr at macports.org
Tue Mar 1 12:11:02 PST 2016
Revision: 146176
https://trac.macports.org/changeset/146176
Author: petr at macports.org
Date: 2016-03-01 12:11:02 -0800 (Tue, 01 Mar 2016)
Log Message:
-----------
py-hyperframe: new port, required be py-netlib update, #50610
Added Paths:
-----------
trunk/dports/python/py-hyperframe/
trunk/dports/python/py-hyperframe/Portfile
Added: trunk/dports/python/py-hyperframe/Portfile
===================================================================
--- trunk/dports/python/py-hyperframe/Portfile (rev 0)
+++ trunk/dports/python/py-hyperframe/Portfile 2016-03-01 20:11:02 UTC (rev 146176)
@@ -0,0 +1,44 @@
+# -*- 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 https://pypi.python.org/packages/source/${_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}\""
+}
Property changes on: trunk/dports/python/py-hyperframe/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160301/f6f8a96b/attachment.html>
More information about the macports-changes
mailing list