From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 466ED138330 for ; Fri, 7 Oct 2016 18:11:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02F8B21C11C; Fri, 7 Oct 2016 18:11:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B42CD21C11C for ; Fri, 7 Oct 2016 18:11:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5A87C3413FF for ; Fri, 7 Oct 2016 18:11:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 803E1248E for ; Fri, 7 Oct 2016 18:11:28 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1475863871.be2b87c28323077a66d5d6512f61ad0cf78e87a3.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hyperframe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/hyperframe/Manifest dev-python/hyperframe/hyperframe-4.0.1.ebuild dev-python/hyperframe/metadata.xml X-VCS-Directories: dev-python/hyperframe/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: be2b87c28323077a66d5d6512f61ad0cf78e87a3 X-VCS-Branch: master Date: Fri, 7 Oct 2016 18:11:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: db64ba41-6140-421b-af9d-23d74e4b7955 X-Archives-Hash: 8f44bbee9892c7bac16f1a12411dce54 commit: be2b87c28323077a66d5d6512f61ad0cf78e87a3 Author: Brian Dolbec gentoo org> AuthorDate: Fri Sep 30 22:55:01 2016 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Fri Oct 7 18:11:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be2b87c2 dev-python/hyperframe: New package, dependency of dev-python/hyper-h2 Also an indirect dependency of dev-python/twisted Package-Manager: portage-2.3.1 dev-python/hyperframe/Manifest | 1 + dev-python/hyperframe/hyperframe-4.0.1.ebuild | 20 ++++++++++++++++++++ dev-python/hyperframe/metadata.xml | 23 +++++++++++++++++++++++ 3 files changed, 44 insertions(+) diff --git a/dev-python/hyperframe/Manifest b/dev-python/hyperframe/Manifest new file mode 100644 index 00000000..79cd12c --- /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 00000000..f9070cf --- /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 00000000..0d50723 --- /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. + +