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
This commit is contained in:
Brian Dolbec
2016-09-30 15:55:01 -07:00
parent 74bbfed18d
commit be2b87c283
3 changed files with 44 additions and 0 deletions

View File

@@ -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}"