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 | 22 |
3 files changed, 0 insertions, 54 deletions
diff --git a/dev-python/h2/Manifest b/dev-python/h2/Manifest deleted file mode 100644 index 851aebeb71bf..000000000000 --- a/dev-python/h2/Manifest +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index c9956f3dd3b6..000000000000 --- a/dev-python/h2/h2-4.3.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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 deleted file mode 100644 index 0900e446d425..000000000000 --- a/dev-python/h2/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/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> - <remote-id type="pypi">h2</remote-id> - <remote-id type="github">python-hyper/h2</remote-id> - </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> -</pkgmetadata> |
