dev-python/hypercorn: treeclean

dev-python/hypercorn is now in ::gentoo

Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy 2022-12-19 17:08:25 -05:00
parent 4eff3e317c
commit eaa6e4e716
No known key found for this signature in database
GPG Key ID: BEF2297448848842
5 changed files with 0 additions and 97 deletions

View File

@ -1 +0,0 @@
DIST hypercorn-0.13.2.gh.tar.gz 151984 BLAKE2B b0176016819409cb6958a758041bfe710a008d141a52348ce545deb285cb9e6fc0a4c05321d021bfae5b9de96149db9302f9ce40d01b57c3176d6ad9aef61402 SHA512 c7f12c173b2e9da6108388b2a66b2abca7e26e0d2952e9f3828e94d37b9e3df6076395afd8438aaaa7e328f9a4b085d62f6efd28e2503c4db9bc1f430795048e

View File

@ -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

View File

@ -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]

View File

@ -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

View File

@ -1,28 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<longdescription lang="en">
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.
</longdescription>
<upstream>
<remote-id type="github">pgjones/hypercorn</remote-id>
<remote-id type="gitlab">pgjones/hypercorn</remote-id>
<remote-id type="pypi">hypercorn</remote-id>
</upstream>
</pkgmetadata>