diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-12-21 08:17:15 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-12-21 08:17:15 +0000 |
| commit | 04a40684996eb786b4f00df749111329c2d5ecae (patch) | |
| tree | e1f9988be72dc73f25723f59e11dfab9b3a02506 /dev-python/hypercorn/hypercorn-0.13.2.ebuild | |
| parent | 40d4c212b4d1e943d43249ce936790aa19255eef (diff) | |
| download | baldeagleos-repo-04a40684996eb786b4f00df749111329c2d5ecae.tar.gz baldeagleos-repo-04a40684996eb786b4f00df749111329c2d5ecae.tar.xz baldeagleos-repo-04a40684996eb786b4f00df749111329c2d5ecae.zip | |
Adding metadata
Diffstat (limited to 'dev-python/hypercorn/hypercorn-0.13.2.ebuild')
| -rw-r--r-- | dev-python/hypercorn/hypercorn-0.13.2.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
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 0e55e76bd8e0..000000000000 --- 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_{7,8,9,10,11} ) -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 |
