From 3e86c48a9dfc6238c32d5b6e1bcc604b5f7eeb94 Mon Sep 17 00:00:00 2001 From: Ananteris Date: Sun, 18 Dec 2022 15:29:49 +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..ed33e9ce0f04 --- /dev/null +++ b/srcpkgs/python3-openai/template @@ -0,0 +1,21 @@ +# Template file for 'python3-openai' +# This template was mostly written by OpenAI's text-davinci-003 model +# Optional Dependencies: python3-matplotlib python3-scikit-learn python3-tenacity python3-plotly +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" +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 +}