dev-python/mistralai: add new package

Signed-off-by: Alexander Miroshnichenko <alex@millerson.name>
This commit is contained in:
Alexander Miroshnichenko 2025-09-10 11:10:56 +03:00
parent 559e674e6e
commit e22b8fad9a
Signed by: alex
GPG Key ID: E93720C6C73A77F4
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST mistralai-1.9.10.tar.gz 205043 BLAKE2B 95113cc1f0567df1a2bad853b64335a00654ff634345ea2d598225902c73fdee146dcf27aec8aa8ccee0a63a2a94e3d10cc975fdc99b1ba33afde58b64a71a65 SHA512 31b22655ad7089f9b0c51c1704a9c4f166d8286b500dce1b357579f9800e8aa8dc2751c02ddba9355ca65b0095bac54a881e2c3d06b6906b96635550ac6d7570

View File

@ -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}]
')
"