diff options
Diffstat (limited to 'dev-python/h2')
| -rw-r--r-- | dev-python/h2/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/h2/h2-4.3.0.ebuild | 31 | ||||
| -rw-r--r-- | dev-python/h2/metadata.xml | 21 |
3 files changed, 53 insertions, 0 deletions
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/hyperframe-7[${PYTHON_USEDEP}] + >=dev-python/hpack-4.1[${PYTHON_USEDEP}] + <dev-python/hpack-5[${PYTHON_USEDEP}] +" + +EPYTEST_PLUGINS=( hypothesis ) +EPYTEST_XDIST=1 +distutils_enable_tests pytest diff --git a/dev-python/h2/metadata.xml b/dev-python/h2/metadata.xml new file mode 100644 index 000000000000..8c3e5daee574 --- /dev/null +++ b/dev-python/h2/metadata.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <stabilize-allarches /> + <upstream> + <maintainer> + <email>cory@lukasa.co.uk</email> + <name>Cory Benfield</name> + </maintainer> + </upstream> + <longdescription>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. + </longdescription> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
