dev-python/fastapi - 0.111.0 (sft)

Search

Package Information

Description:
High performance, easy to learn, fast to code, ready for production
Homepage:
https://fastapi.tiangolo.com/ https://github.com/tiangolo/fastapi
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.111.0 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=pdm-backend
PYTHON_COMPAT=( python3_{11..12} )

inherit distutils-r1 pypi

DESCRIPTION="High performance, easy to learn, fast to code, ready for production"
HOMEPAGE="https://fastapi.tiangolo.com/ https://github.com/tiangolo/fastapi"

LICENSE="MIT"
SLOT=0
KEYWORDS="~amd64 ~x86"

RESTRICT="test"

RDEPEND="
	<dev-python/pydantic-3.0.0[${PYTHON_USEDEP}]
	<dev-python/starlette-0.38[${PYTHON_USEDEP}]
"

Dependencies

RDEPEND

	<dev-python/pydantic-3.0.0[${PYTHON_USEDEP}]
	<dev-python/starlette-0.38[${PYTHON_USEDEP}]