mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 11:33:15 -04:00
dev-python/sanic: new version
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
53
dev-python/sanic/sanic-20.3.0.ebuild
Normal file
53
dev-python/sanic/sanic-20.3.0.ebuild
Normal file
@@ -0,0 +1,53 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_6 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Async Python 3.6+ web server/framework | Build fast. Run fast."
|
||||
HOMEPAGE="
|
||||
https://pypi.python.org/pypi/sanic
|
||||
https://github.com/huge-success/sanic
|
||||
"
|
||||
SRC_URI="https://github.com/huge-success/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/aiofiles[${PYTHON_USEDEP}]
|
||||
>=dev-python/httpx-0.11.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/httptools-0.0.10[${PYTHON_USEDEP}]
|
||||
>=dev-python/multidict-4.0[${PYTHON_USEDEP}]
|
||||
<dev-python/multidict-5.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/ujson-1.35[${PYTHON_USEDEP}]
|
||||
>=dev-python/uvloop-0.5.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/websockets-7.0[${PYTHON_USEDEP}]
|
||||
<dev-python/websockets-8.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
test? (
|
||||
dev-python/beautifulsoup[${PYTHON_USEDEP}]
|
||||
>=dev-python/httpcore-0.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pytest-5.2.1[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-benchmark[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-sanic[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-sugar[${PYTHON_USEDEP}]
|
||||
dev-python/uvicorn[${PYTHON_USEDEP}]
|
||||
www-servers/gunicorn[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
distutils_enable_sphinx docs \
|
||||
dev-python/docutils \
|
||||
dev-python/pygments \
|
||||
">=dev-python/sphinx-2.1.2" \
|
||||
">=dev-python/sphinx_rtd_theme-0.4.3" \
|
||||
">=dev-python/recommonmark-0.5.0" \
|
||||
www-servers/gunicorn
|
||||
Reference in New Issue
Block a user