View Raw Ebuild
# automatically generated by g-sorcery
# please do not edit this file
EAPI=8
REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="${PV}"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=standalone
inherit python-r1 gs-pypi
DESCRIPTION="Ship production-ready LangChain projects with FastAPI"
HOMEPAGE="https://github.com/ajndkr/fastapi-async-langchain"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/20/de/9aff1d6b39954ffbbd41e2717d9d563fadba4e3e7bf178adcb0bac63b600/${REALNAME//-/_}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME//-/_}-${REALVERSION}.tar.gz"
RESTRICT="test"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPENDENCIES="dev-python/fastapi[${PYTHON_USEDEP}]
dev-python/langchain[${PYTHON_USEDEP}]
<=dev-python/urllib3-1.26.15[${PYTHON_USEDEP}]
<dev-python/python-dotenv-2.0.0[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"