openai-0.25.0.ebuild

This commit is contained in:
Anton Bolshakov 2022-12-01 19:17:34 +08:00
parent 57542e4a92
commit e6c27c9700
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
7 changed files with 74 additions and 0 deletions

View file

@ -0,0 +1 @@
DIST openai-0.25.0.tar.gz 44886 BLAKE2B 28c5a7c55de518bccc95fee103adf2bbcd7f68bca10124ecf029a67ca55f310e4c356ac9f34d80b38d93718f7fcaf7a4dedd3d8679976f890486810d5d79aea2 SHA512 26253c1951b81637040df5ba7eb837d60d96b265466ffd1708afe50bc95d0b6f73d3dac5eee60aa751e5fec3c1b89783fdc594bd816ab6c6b184005144b03e2c

View file

@ -0,0 +1,28 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
DESCRIPTION="Python client library for the OpenAI API"
HOMEPAGE=""
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE=""
RDEPEND=">=dev-python/requests-2.20[${PYTHON_USEDEP}]
dev-python/tqdm[${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}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/typing-extensions[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

View file

@ -0,0 +1 @@
DIST pandas-stubs-1.5.2.221124.tar.gz 94077 BLAKE2B 95ab2a3fcd477ffa42592a9df73364164b2b2dada9a68eec14cf864214c16e45884e8d93f4433ccce6f9a2a4856147f33cd434f6f0f43698e76444707c013cff SHA512 efd0fd4a3bd7834866e044a3ecaadb102f4d3561b9f4dba8dfd9d4616ac29ac3ed3a77776521aece3f187d01c4ed0debe504db0bfd3c08fe06f57d96aefdab6c

View file

@ -0,0 +1,21 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
DESCRIPTION="Public type stubs for pandas"
HOMEPAGE="https://pypi.org/project/pandas-stubs"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE=""
RDEPEND=">=dev-python/types-pytz-2022.1.1[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

View file

@ -0,0 +1 @@
DIST types-pytz-2022.6.0.1.tar.gz 4402 BLAKE2B c2bdb68e761fac41e06ea4a01a05130c5b3c5d0641c307040704a2d73734b22b33f58a09c3b9b430065ab4a8c76364b08af71a7a36d772b27f44c7c6624e1127 SHA512 ad32050a08dd9a5e6f2de79b9579e216c5edd5d190dc8ca4e5fe4885a6ee72e45e449043411d5ba0c6e23da1d48a098b1285978e988a2172463663504e1fbfdc

View file

@ -0,0 +1,21 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
DESCRIPTION="Typing stubs for pytz"
HOMEPAGE="https://github.com/python/typeshed"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

View file

@ -69,6 +69,7 @@ def portage_mapping(search):
"dev-python/sqlalchemy-Utc": "dev-python/sqlalchemy_utc",
"dev-python/tls-parser": "dev-python/tls_parser",
"dev-python/tornado": "www-servers/tornado",
"dev-python/typing_extensions": "dev-python/typing-extensions",
"dev-python/Twisted": "dev-python/twisted",
"dev-python/unicorn": "dev-util/unicorn[python]",
"dev-python/wordcloud": "media-gfx/word_cloud",