Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: python3-openai-0.25.0 #41152

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
21 changes: 21 additions & 0 deletions srcpkgs/python3-openai/template
Original file line number Diff line number Diff line change
@@ -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-matplotlib python3-numpy python3-scipy python3-pandas python3-jupyter"
short_desc="OpenAI Python library"
maintainer="Ananteris <ananteris@protonmail.ch>"
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
}