mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-25 08:11:01 +02:00
openai-0.27.2.ebuild
This commit is contained in:
parent
80372356a2
commit
ffe7844fcf
3 changed files with 1 additions and 37 deletions
|
|
@ -1,2 +1 @@
|
|||
DIST openai-0.26.5.tar.gz 55501 BLAKE2B e7856a79350cc39450516118ca6a9c767c23e029b8d1e5ad208c6fd7a5ca804363a79714519e136974006b8aa07fcd2100c1820a019930e5385ca852bb7d17d7 SHA512 e132bf6dc402ef99f4aae5d86bf8dc2621ab9b208280d0b3f07545150530882e559848af202505ae4a1a43b75858aaced9d3d3cc817b35c5c56b887682291996
|
||||
DIST openai-0.27.0.tar.gz 57034 BLAKE2B 30184fad8151f7196d0f56f5c69edca68589ba23b153d29a58680dbf005354d85255df79daa9a98405cec3e5afe28f4deead78516696390ce5fd2872c4af85a1 SHA512 418d08974f093c9d0eb8483becb51cf99c6f800130702edab2bed9c10cd73f13ad495326655c3be887252857b3da137b40d734c965e4aca86566902a735a589d
|
||||
DIST openai-0.27.2.tar.gz 57122 BLAKE2B 3b6294ca98f279ef0fb51ee1ae761718a01a728c9c29677f4bb9b0731b61ad0a818a94bafe75425f259c12e72e86d4b3b1ea07b44f8aad6a47cc21f5df206bb0 SHA512 1d648315a8fc04650d11cc3c90e96f0062d276cb7dd1fd132b03f0205675af7ed7df3c1d54384b0f2d4f51d30d387392fc96133f190057feb689026b066ee700
|
||||
|
|
|
|||
|
|
@ -1,35 +0,0 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python client library for the OpenAI API"
|
||||
HOMEPAGE="https://github.com/openai/openai-python"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
IUSE="datalib"
|
||||
|
||||
RDEPEND=">=dev-python/requests-2.20[${PYTHON_USEDEP}]
|
||||
dev-python/tqdm[${PYTHON_USEDEP}]
|
||||
dev-python/aiohttp[${PYTHON_USEDEP}]
|
||||
datalib? (
|
||||
dev-python/numpy[${PYTHON_USEDEP}]
|
||||
>=dev-python/pandas-1.2.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/pandas-stubs-1.1.0.11[${PYTHON_USEDEP}]
|
||||
>=dev-python/openpyxl-3.0.7[${PYTHON_USEDEP}]
|
||||
)"
|
||||
# wandb? ( dev-python/wandb[$PYTHON_USEDEP}] )"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
# wandb? ( datalib )"
|
||||
|
||||
RESTRICT="test"
|
||||
Loading…
Reference in a new issue