From 9ec69b066231398974cafd4a64269a765a4a3015 Mon Sep 17 00:00:00 2001 From: Ananteris Date: Sun, 18 Dec 2022 15:19:16 +0000 Subject: [PATCH] New package: python3-openai-0.25.0 --- srcpkgs/python3-openai/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/python3-openai/template diff --git a/srcpkgs/python3-openai/template b/srcpkgs/python3-openai/template new file mode 100644 index 000000000000..b9fd158cd7a2 --- /dev/null +++ b/srcpkgs/python3-openai/template @@ -0,0 +1,21 @@ +# Template file for 'python3-openai' +# This template was written by OpenAI's text-davinci-003 model +pkgname=python3-openai +version=0.25.0 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools_scm" +depends="python3 python3-setuptools python3-requests python3-numpy python3-pandas python3-tqdm" +optdepends="python3-matplotlib python3-scikit-learn python3-tenacity python3-plotly" +short_desc="OpenAI Python library" +maintainer="Ananteris " +license=MIT +homepage="https://github.com/openai/openai-python" +distfiles="${PYPI_SITE}/o/openai/openai-${version}.tar.gz" +checksum=59ac6531e4f7bf8e9a53186e853d9ffb1d5f07973ecb4f7d273163a314814510 +# Tests not supported +make_check=no + +post_install() { + vlicense LICENSE +}