From 614cd001d83a48d4430edf5a3d3394efe6185ee3 Mon Sep 17 00:00:00 2001 From: Paul Zander Date: Thu, 12 Mar 2026 15:54:25 +0100 Subject: [PATCH] dev-python/cross-web: new package, add 0.4.1 Signed-off-by: Alfred Wingate Signed-off-by: Paul Zander --- dev-python/cross-web/Manifest | 1 + dev-python/cross-web/cross-web-0.4.1.ebuild | 46 +++++++++++++++++++++ dev-python/cross-web/metadata.xml | 13 ++++++ 3 files changed, 60 insertions(+) create mode 100644 dev-python/cross-web/Manifest create mode 100644 dev-python/cross-web/cross-web-0.4.1.ebuild create mode 100644 dev-python/cross-web/metadata.xml diff --git a/dev-python/cross-web/Manifest b/dev-python/cross-web/Manifest new file mode 100644 index 0000000000..dcca15ed8b --- /dev/null +++ b/dev-python/cross-web/Manifest @@ -0,0 +1 @@ +DIST cross_web-0.4.1.tar.gz 157385 BLAKE2B be861d08154b766bfde1c49cd8e086991706a7e63bd1b0a787346b62a7cde0eb872521a9f6fed25d19ad77bf56ee4bee27fceb8075f2707e9422f3003356e9bb SHA512 ace491ccb9ae102db8918cf6854021530f1b608d55f00055f15f159b71effc5bf37711aa3fe607c13042d6848adb2b39672d8ef528f993ace790db0e2ef1c457 diff --git a/dev-python/cross-web/cross-web-0.4.1.ebuild b/dev-python/cross-web/cross-web-0.4.1.ebuild new file mode 100644 index 0000000000..233f97c9a3 --- /dev/null +++ b/dev-python/cross-web/cross-web-0.4.1.ebuild @@ -0,0 +1,46 @@ +# 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..13} ) + +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/chalice-1.20[${PYTHON_USEDEP}] + >=dev-python/litestar-2.0[${PYTHON_USEDEP}] + ) +" + +EPYTEST_IGNORE=( + # avoid unpackaged test dependencies + tests/request/test_sanic.py +) +EPYTEST_PLUGINS=( pytest-asyncio ) +distutils_enable_tests pytest diff --git a/dev-python/cross-web/metadata.xml b/dev-python/cross-web/metadata.xml new file mode 100644 index 0000000000..db24013865 --- /dev/null +++ b/dev-python/cross-web/metadata.xml @@ -0,0 +1,13 @@ + + + + + negril.nx+gentoo@gmail.com + Paul Zander + + + + usecross/cross-web + cross-web + +