diff --git a/dev-python/mistralai/Manifest b/dev-python/mistralai/Manifest new file mode 100644 index 0000000..e142455 --- /dev/null +++ b/dev-python/mistralai/Manifest @@ -0,0 +1 @@ +DIST mistralai-1.9.10.tar.gz 205043 BLAKE2B 95113cc1f0567df1a2bad853b64335a00654ff634345ea2d598225902c73fdee146dcf27aec8aa8ccee0a63a2a94e3d10cc975fdc99b1ba33afde58b64a71a65 SHA512 31b22655ad7089f9b0c51c1704a9c4f166d8286b500dce1b357579f9800e8aa8dc2751c02ddba9355ca65b0095bac54a881e2c3d06b6906b96635550ac6d7570 diff --git a/dev-python/mistralai/mistralai-1.9.10.ebuild b/dev-python/mistralai/mistralai-1.9.10.ebuild new file mode 100644 index 0000000..a35165c --- /dev/null +++ b/dev-python/mistralai/mistralai-1.9.10.ebuild @@ -0,0 +1,27 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_COMPAT=( python3_{11..13} ) +DISTUTILS_USE_PEP517=poetry +inherit distutils-r1 pypi + +DESCRIPTION="The official Python library for the openai API" +HOMEPAGE="https://github.com/openai/openai-python" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +RESTRICT="test" # No test available + +BDEPEND="dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}]" +RDEPEND=" + $(python_gen_cond_dep ' + dev-python/httpx[${PYTHON_USEDEP}] + dev-python/pydantic[${PYTHON_USEDEP}] + dev-python/typing-extensions[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/invoke[${PYTHON_USEDEP}] + dev-python/python-dateutil[${PYTHON_USEDEP}] + ') +"