2023-06-25 23:48:15 +02:00

19 lines
645 B
Bash

# Template file for 'python3-openai'
pkgname=python3-openai
version=0.27.8
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 <ananteris@protonmail.ch>"
license="MIT"
homepage="https://github.com/openai/openai-python"
distfiles="https://github.com/openai/openai-python/archive/refs/tags/v${version}.tar.gz"
checksum=eef6c823200e2dd5ad8e4c020c1054559dd1c41cc308e146db886543abe79dd1
make_check=extended # Requires valid API key
post_install() {
vlicense LICENSE
}