mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-02 19:50:51 +02:00
openai-1.3.9.ebuild
This commit is contained in:
parent
15c5544e5b
commit
806474a81e
4 changed files with 1 additions and 71 deletions
|
|
@ -1,3 +1 @@
|
|||
DIST openai-0.27.6.tar.gz 58556 BLAKE2B c06713356e3bef84d6298ed83c88c4231d9d497747d96d871b04207efac26e70300a74ad5a70c99961ec8eccb7be7e7b2810f92d1ccc6066642d0ede7d450cab SHA512 b25c43b440d5f4f64b19c33a3fb5c9ff01a899f4a7f4ec1bc3c747e5e4372b0f17d5d621d1687ce632a13ed003a5244316b41b707eca17f8425c39b15a5f3c91
|
||||
DIST openai-0.27.8.tar.gz 60012 BLAKE2B 4dd65b579c3b45ac42fffba4caa68c984a6ac3b39e4dd8d0159fe5b6cc2a97ab32fbccdd448fbb3f948f5073043b7aa087d6ba7408c174f5595bb83b7924a230 SHA512 1e3f7ca98e300ef677562309f4c877398ad50d8de56e838fc7f582869d1b872d90baf5b78dbf520975283980c89004f46492f66d8b83527de1e03fc1108d3139
|
||||
DIST openai-1.3.6.tar.gz 121605 BLAKE2B 443e8acba8b239584a9bb55d99eb87e9d52f34c3e1846635e381a6ebdc67e3d2b669b497b268a23aff742b592dab04196e86f47c70d7fab47c9105cba6f285c9 SHA512 655fef6cf9bea9b329dcae54ba77cdf999cce02c587107eaef7a93604443478a393eccf01fdce648b108fb5b472e1344c882b3a3998f773af910cb9b2abaaf71
|
||||
DIST openai-1.3.9.tar.gz 122055 BLAKE2B 1b33a643eb335a8124eb960a4056f3c63193ccc996601e6cfa756cc4aa1722d21c1d352607401c013dba1b6180a079c37d713f94c98ef87c2c497c5f00adbb60 SHA512 9015178e58f2a41491cdefa8cde4d479407239054717faa7f154bb6d189a7705b6c95515d26601d7f82022877af4a9abf6e427db8fa32db3235d87b0af47bf58
|
||||
|
|
|
|||
|
|
@ -1,34 +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..12} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Python client library for the OpenAI API"
|
||||
HOMEPAGE="https://github.com/openai/openai-python"
|
||||
|
||||
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"
|
||||
|
|
@ -1,34 +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..12} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Python client library for the OpenAI API"
|
||||
HOMEPAGE="https://github.com/openai/openai-python"
|
||||
|
||||
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