mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 03:23:20 -04:00
dev-python/cross-web: add 0.7.0 0.6.0, drop 0.4.1
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
This commit is contained in:
53
dev-python/cross-web/cross-web-0.7.0.ebuild
Normal file
53
dev-python/cross-web/cross-web-0.7.0.ebuild
Normal file
@@ -0,0 +1,53 @@
|
||||
# Copyright 2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=hatchling
|
||||
PYTHON_COMPAT=( python3_{12..14} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A library for working with web frameworks"
|
||||
HOMEPAGE="
|
||||
https://github.com/usecross/cross-web/
|
||||
https://pypi.org/project/cross-web/
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/typing-extensions-4.14.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
>=dev-python/aiohttp-3.9[${PYTHON_USEDEP}]
|
||||
>=dev-python/django-4.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/fastapi-0.115.12[${PYTHON_USEDEP}]
|
||||
>=dev-python/flask-2.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/httpx-0.28.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-multipart-0.0.20[${PYTHON_USEDEP}]
|
||||
>=dev-python/quart-0.19[${PYTHON_USEDEP}]
|
||||
>=dev-python/starlette-0.46.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/werkzeug-2.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/yarl-1.9[${PYTHON_USEDEP}]
|
||||
>=dev-python/litestar-2.0[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
# chalice seems dead upstream, avoid it for an easier py3.14 transition
|
||||
EPYTEST_DESELECT=(
|
||||
# unpackaged sanic
|
||||
"tests/testing/clients/test_http_clients.py::test_request_adapter_json[http_client_config8]"
|
||||
"tests/testing/clients/test_http_clients.py::test_request_adapter_form_data[http_client_config8]"
|
||||
)
|
||||
EPYTEST_IGNORE=(
|
||||
# unpackaged sanic
|
||||
tests/request/test_sanic.py
|
||||
# avoid chalice
|
||||
tests/request/test_chalice.py
|
||||
)
|
||||
EPYTEST_PLUGINS=( pytest-asyncio pytest-django )
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user