From 47bb4b46dde9f583e8c3f9fa6fdf8055c3c96bd2 Mon Sep 17 00:00:00 2001 From: Ananteris Date: Fri, 23 Dec 2022 13:10:35 +0000 Subject: [PATCH] New package: python3-openai-0.25.0 --- srcpkgs/python3-openai/template | 18 ++++++++++++++++++ 1 file changed, 18 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..3133a73583d8 --- /dev/null +++ b/srcpkgs/python3-openai/template @@ -0,0 +1,18 @@ +# Template file for 'python3-openai' +pkgname=python3-openai +version=0.25.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel" +depends="python3-requests python3-numpy python3-pandas python3-tqdm python3-openpyxl" +short_desc="OpenAI Python library" +maintainer="Ananteris " +license="MIT" +homepage="https://github.com/openai/openai-python" +distfiles="https://github.com/openai/openai-python/archive/refs/tags/v${version}.tar.gz" +checksum="422a42368b0264ebcd9914e0b38004b2c441a69ea7f3a059d6afe84b770f8553" +make_check=extended # Requires valid API key + +post_install() { + vlicense LICENSE +}