From e6c27c9700c2b51f7c6079c8dfdd314f91f906b5 Mon Sep 17 00:00:00 2001 From: Anton Bolshakov Date: Thu, 1 Dec 2022 19:17:34 +0800 Subject: [PATCH] openai-0.25.0.ebuild --- dev-python/openai/Manifest | 1 + dev-python/openai/openai-0.25.0.ebuild | 28 +++++++++++++++++++ dev-python/pandas-stubs/Manifest | 1 + .../pandas-stubs-1.5.2.221124.ebuild | 21 ++++++++++++++ dev-python/types-pytz/Manifest | 1 + .../types-pytz/types-pytz-2022.6.0.1.ebuild | 21 ++++++++++++++ scripts/python_dependencies.py | 1 + 7 files changed, 74 insertions(+) create mode 100644 dev-python/openai/Manifest create mode 100644 dev-python/openai/openai-0.25.0.ebuild create mode 100644 dev-python/pandas-stubs/Manifest create mode 100644 dev-python/pandas-stubs/pandas-stubs-1.5.2.221124.ebuild create mode 100644 dev-python/types-pytz/Manifest create mode 100644 dev-python/types-pytz/types-pytz-2022.6.0.1.ebuild diff --git a/dev-python/openai/Manifest b/dev-python/openai/Manifest new file mode 100644 index 000000000..8bdf0655d --- /dev/null +++ b/dev-python/openai/Manifest @@ -0,0 +1 @@ +DIST openai-0.25.0.tar.gz 44886 BLAKE2B 28c5a7c55de518bccc95fee103adf2bbcd7f68bca10124ecf029a67ca55f310e4c356ac9f34d80b38d93718f7fcaf7a4dedd3d8679976f890486810d5d79aea2 SHA512 26253c1951b81637040df5ba7eb837d60d96b265466ffd1708afe50bc95d0b6f73d3dac5eee60aa751e5fec3c1b89783fdc594bd816ab6c6b184005144b03e2c diff --git a/dev-python/openai/openai-0.25.0.ebuild b/dev-python/openai/openai-0.25.0.ebuild new file mode 100644 index 000000000..ff819fa60 --- /dev/null +++ b/dev-python/openai/openai-0.25.0.ebuild @@ -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}" diff --git a/dev-python/pandas-stubs/Manifest b/dev-python/pandas-stubs/Manifest new file mode 100644 index 000000000..b8a9dd2c4 --- /dev/null +++ b/dev-python/pandas-stubs/Manifest @@ -0,0 +1 @@ +DIST pandas-stubs-1.5.2.221124.tar.gz 94077 BLAKE2B 95ab2a3fcd477ffa42592a9df73364164b2b2dada9a68eec14cf864214c16e45884e8d93f4433ccce6f9a2a4856147f33cd434f6f0f43698e76444707c013cff SHA512 efd0fd4a3bd7834866e044a3ecaadb102f4d3561b9f4dba8dfd9d4616ac29ac3ed3a77776521aece3f187d01c4ed0debe504db0bfd3c08fe06f57d96aefdab6c diff --git a/dev-python/pandas-stubs/pandas-stubs-1.5.2.221124.ebuild b/dev-python/pandas-stubs/pandas-stubs-1.5.2.221124.ebuild new file mode 100644 index 000000000..fab4e19c8 --- /dev/null +++ b/dev-python/pandas-stubs/pandas-stubs-1.5.2.221124.ebuild @@ -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}" diff --git a/dev-python/types-pytz/Manifest b/dev-python/types-pytz/Manifest new file mode 100644 index 000000000..2c6852f55 --- /dev/null +++ b/dev-python/types-pytz/Manifest @@ -0,0 +1 @@ +DIST types-pytz-2022.6.0.1.tar.gz 4402 BLAKE2B c2bdb68e761fac41e06ea4a01a05130c5b3c5d0641c307040704a2d73734b22b33f58a09c3b9b430065ab4a8c76364b08af71a7a36d772b27f44c7c6624e1127 SHA512 ad32050a08dd9a5e6f2de79b9579e216c5edd5d190dc8ca4e5fe4885a6ee72e45e449043411d5ba0c6e23da1d48a098b1285978e988a2172463663504e1fbfdc diff --git a/dev-python/types-pytz/types-pytz-2022.6.0.1.ebuild b/dev-python/types-pytz/types-pytz-2022.6.0.1.ebuild new file mode 100644 index 000000000..15caffad3 --- /dev/null +++ b/dev-python/types-pytz/types-pytz-2022.6.0.1.ebuild @@ -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}" diff --git a/scripts/python_dependencies.py b/scripts/python_dependencies.py index 2ad7197f7..2d171f41a 100755 --- a/scripts/python_dependencies.py +++ b/scripts/python_dependencies.py @@ -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",