From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/hyper-h2/Manifest | 2 ++ dev-python/hyper-h2/hyper-h2-2.5.1.ebuild | 33 +++++++++++++++++++++++++++ dev-python/hyper-h2/hyper-h2-3.2.0.ebuild | 38 +++++++++++++++++++++++++++++++ dev-python/hyper-h2/metadata.xml | 22 ++++++++++++++++++ 4 files changed, 95 insertions(+) create mode 100644 dev-python/hyper-h2/Manifest create mode 100644 dev-python/hyper-h2/hyper-h2-2.5.1.ebuild create mode 100644 dev-python/hyper-h2/hyper-h2-3.2.0.ebuild create mode 100644 dev-python/hyper-h2/metadata.xml (limited to 'dev-python/hyper-h2') diff --git a/dev-python/hyper-h2/Manifest b/dev-python/hyper-h2/Manifest new file mode 100644 index 000000000000..b49b53bba0d6 --- /dev/null +++ b/dev-python/hyper-h2/Manifest @@ -0,0 +1,2 @@ +DIST hyper-h2-2.5.1.tar.gz 92713 BLAKE2B d00baea98dfab43c2d6157f4dec3b04b2a42d0ad280980cb8b7d03d1c6f75de59e188745e7cc29fb36fd8c0799f9d5cb50a94282c70f045289daccfdcc12dabd SHA512 e82a7e6b592b43d74defbd4c729ad287ed019881f6ddf0d2dff9d3eb4fdba29cab8d988848ec64b693da77df5cbcacb06eecf1ecd77843c66c9eea8808fc949c +DIST hyper-h2-3.2.0.tar.gz 2203333 BLAKE2B 245bab162852070e850613c41162c75efe5e43535945dacf448afdc948cade83402f77259aa46f375d0772a5287e42d8842b1259cb36392cc8fc222dec7cef75 SHA512 103a4ea2cd29037ce03ae676864125b4111c7d31a82bbbe7028557da886d88fb5363d885f08d5d3f68dfa29013b7b03350cc0cb4d9dddf32735e98dae5d7fc7c diff --git a/dev-python/hyper-h2/hyper-h2-2.5.1.ebuild b/dev-python/hyper-h2/hyper-h2-2.5.1.ebuild new file mode 100644 index 000000000000..8b0f3b21078f --- /dev/null +++ b/dev-python/hyper-h2/hyper-h2-2.5.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python2_7 python3_6) + +inherit distutils-r1 + +MY_PN="h2" + +DESCRIPTION="HTTP/2 State-Machine based protocol implementation" +HOMEPAGE="https://python-hyper.org/h2/en/stable + https://github.com/python-hyper/hyper-h2 + https://pypi.org/project/h2/" +SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86" +IUSE="" + +RDEPEND=" + >=dev-python/hyperframe-4.0.1[${PYTHON_USEDEP}] + =dev-python/hpack-2.2.0[${PYTHON_USEDEP}] + =dev-python/enum34-1.0.4[${PYTHON_USEDEP}]' python2_7) + $(python_gen_cond_dep ' + + + + python@gentoo.org + Python + + + + + cory@lukasa.co.uk + Cory Benfield + + h2 + + A pure-Python implementation of a HTTP/2 protocol stack. + It’s written from the ground up to be embeddable in whatever program + you choose to use, ensuring that you can speak HTTP/2 regardless of + your programming paradigm. + + gentoo-staging + -- cgit v1.3.1