From b590c8d7572b727d565cc0b8ff660d43569845de Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jun 2026 19:09:37 -0500 Subject: Adding metadata --- dev-python/h2/Manifest | 1 + dev-python/h2/h2-4.3.0.ebuild | 31 +++++++++++++++++++++++++++++++ dev-python/h2/metadata.xml | 21 +++++++++++++++++++++ 3 files changed, 53 insertions(+) create mode 100644 dev-python/h2/Manifest create mode 100644 dev-python/h2/h2-4.3.0.ebuild create mode 100644 dev-python/h2/metadata.xml (limited to 'dev-python/h2') diff --git a/dev-python/h2/Manifest b/dev-python/h2/Manifest new file mode 100644 index 000000000000..851aebeb71bf --- /dev/null +++ b/dev-python/h2/Manifest @@ -0,0 +1 @@ +DIST h2-4.3.0.tar.gz 2152026 BLAKE2B 2cf5292b7c88ed158bcd4633c86df87f4673a041d2202015275cc636a3f9236378b47849bd69cb295c87084f279645e3e044db1245fa60ae03764523a39adf1a SHA512 f4a09644dec595a0a2280db2bdcdc26e22fc05a1853a0692e4c208c77cf7f9fe5ac2f185f31617ecb43d6afd6d0e24d8ce649ce38720744f6a30ca60dd3b9a49 diff --git a/dev-python/h2/h2-4.3.0.ebuild b/dev-python/h2/h2-4.3.0.ebuild new file mode 100644 index 000000000000..c9956f3dd3b6 --- /dev/null +++ b/dev-python/h2/h2-4.3.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="HTTP/2 State-Machine based protocol implementation" +HOMEPAGE=" + https://python-hyper.org/projects/h2/en/stable/ + https://github.com/python-hyper/h2/ + https://pypi.org/project/h2/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" + +RDEPEND=" + >=dev-python/hyperframe-6.1[${PYTHON_USEDEP}] + =dev-python/hpack-4.1[${PYTHON_USEDEP}] + + + + + python@gentoo.org + Python + + + + + cory@lukasa.co.uk + Cory Benfield + + + 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. + + baldeagleos-repo + -- cgit v1.3