diff --git a/dev-python/hyperframe/Manifest b/dev-python/hyperframe/Manifest new file mode 100644 index 0000000000000..79cd12cd7c765 --- /dev/null +++ b/dev-python/hyperframe/Manifest @@ -0,0 +1 @@ +DIST hyperframe-4.0.1.tar.gz 16110 SHA256 8a57365b9c5046819fb7bb9c47eb4b44fd4385b976edf3518940f11725c04e43 SHA512 0970faf8711b12b4be2cb4a41b4be6d067eea57c40ee063e2ea0c15b148f1eed0214b29c9e8a4341ed453edd8679b55f290c3818157d66f247dc4ab8e3d369b9 WHIRLPOOL ad7283e6f70dabaf932ba77600ededeca357b6fb97ea3e32e2a9d687474bea15618dfc69b3ce8b4864563d05813472e0ddb6000c59f890b3c2fff4b2d8a4a500 diff --git a/dev-python/hyperframe/hyperframe-4.0.1.ebuild b/dev-python/hyperframe/hyperframe-4.0.1.ebuild new file mode 100644 index 0000000000000..f9070cff475fd --- /dev/null +++ b/dev-python/hyperframe/hyperframe-4.0.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +PYTHON_COMPAT=( python2_7 python3_{4,5} pypy) + +inherit distutils-r1 + +DESCRIPTION="HTTP/2 framing layer for Python" +HOMEPAGE="http://python-hyper.org/hyperframe https://pypi.python.org/pypi/hyperframe" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" diff --git a/dev-python/hyperframe/metadata.xml b/dev-python/hyperframe/metadata.xml new file mode 100644 index 0000000000000..0d50723653d03 --- /dev/null +++ b/dev-python/hyperframe/metadata.xml @@ -0,0 +1,23 @@ + + + + + dol-sen@gentoo.org + Primary maintainer + + + python@gentoo.org + Python + + + + cory@lukasa.co.uk + Cory Benfield + + hyperframe + + 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. + +