diff --git a/dev-python/hypercorn/Manifest b/dev-python/hypercorn/Manifest deleted file mode 100644 index 08d4946041..0000000000 --- a/dev-python/hypercorn/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST hypercorn-0.13.2.gh.tar.gz 151984 BLAKE2B b0176016819409cb6958a758041bfe710a008d141a52348ce545deb285cb9e6fc0a4c05321d021bfae5b9de96149db9302f9ce40d01b57c3176d6ad9aef61402 SHA512 c7f12c173b2e9da6108388b2a66b2abca7e26e0d2952e9f3828e94d37b9e3df6076395afd8438aaaa7e328f9a4b085d62f6efd28e2503c4db9bc1f430795048e diff --git a/dev-python/hypercorn/files/hypercorn-0.11.2-no-coverage.patch b/dev-python/hypercorn/files/hypercorn-0.11.2-no-coverage.patch deleted file mode 100644 index 8c3f4210a6..0000000000 --- a/dev-python/hypercorn/files/hypercorn-0.11.2-no-coverage.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- a/setup.cfg -+++ b/setup.cfg -@@ -43,5 +43,5 @@ - ignore_missing_imports = True - - [tool:pytest] --addopts = --no-cov-on-fail --showlocals -+addopts = --showlocals - testpaths = tests diff --git a/dev-python/hypercorn/files/hypercorn-0.13.2-no-coverage.patch b/dev-python/hypercorn/files/hypercorn-0.13.2-no-coverage.patch deleted file mode 100644 index 78609bd739..0000000000 --- a/dev-python/hypercorn/files/hypercorn-0.13.2-no-coverage.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/pyproject.toml -+++ b/pyproject.toml -@@ -88,7 +88,7 @@ - ignore_missing_imports = true - - [tool.pytest.ini_options] --addopts = "--no-cov-on-fail --showlocals --strict-markers" -+addopts = "--showlocals --strict-markers" - testpaths = ["tests"] - - [build-system] diff --git a/dev-python/hypercorn/hypercorn-0.13.2.ebuild b/dev-python/hypercorn/hypercorn-0.13.2.ebuild deleted file mode 100644 index 24053ec783..0000000000 --- a/dev-python/hypercorn/hypercorn-0.13.2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="ASGI Server based on Hyper libraries and inspired by Gunicorn" -HOMEPAGE=" - https://pgjones.gitlab.io/hypercorn - https://gitlab.com/pgjones/hypercorn - https://github.com/pgjones/hypercorn - https://pypi.org/project/hypercorn/ -" -SRC_URI=" - https://github.com/pgjones/hypercorn/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/h11[${PYTHON_USEDEP}] - >=dev-python/h2-3.1.0[${PYTHON_USEDEP}] - dev-python/priority[${PYTHON_USEDEP}] - dev-python/toml[${PYTHON_USEDEP}] - >=dev-python/wsproto-0.14.0[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/hypothesis[${PYTHON_USEDEP}] - >=dev-python/mock-4[${PYTHON_USEDEP}] - dev-python/pytest-asyncio[${PYTHON_USEDEP}] - dev-python/pytest-trio[${PYTHON_USEDEP}] - dev-python/trio[${PYTHON_USEDEP}] - ) -" - -PATCHES=( "${FILESDIR}/${P}-no-coverage.patch" ) - -distutils_enable_tests pytest - -distutils_enable_sphinx docs \ - dev-python/pydata-sphinx-theme diff --git a/dev-python/hypercorn/metadata.xml b/dev-python/hypercorn/metadata.xml deleted file mode 100644 index f39c424104..0000000000 --- a/dev-python/hypercorn/metadata.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - lssndrbarbieri@gmail.com - Alessandro Barbieri - - -Hypercorn is an ASGI web server based on the sans-io hyper, h11, h2, and wsproto libraries -and inspired by Gunicorn. Hypercorn supports HTTP/1, HTTP/2, WebSockets (over HTTP/1 and -HTTP/2), ASGI/2, and ASGI/3 specifications. Hypercorn can utilise asyncio, uvloop, or trio -worker types. - -Hypercorn can optionally serve the current draft of the HTTP/3 specification -using the aioquic library. To enable this install the h3 optional extra, pip install -hypercorn[h3] and then choose a quic binding e.g. hypercorn --quic-bind localhost:4433 - -Hypercorn was initially part of Quart before being separated out into a -standalone ASGI server. Hypercorn forked from version 0.5.0 of Quart. - - - pgjones/hypercorn - pgjones/hypercorn - hypercorn - - -