mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-openai: update to 1.12.0
This commit is contained in:
parent
06e50f659a
commit
7f735e1431
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'python3-openai'
|
# Template file for 'python3-openai'
|
||||||
pkgname=python3-openai
|
pkgname=python3-openai
|
||||||
version=0.28.0
|
version=1.12.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools python3-wheel"
|
hostmakedepends="python3-setuptools python3-wheel hatchling"
|
||||||
depends="python3-requests python3-numpy python3-pandas python3-tqdm python3-openpyxl"
|
depends="python3-requests python3-numpy python3-pandas python3-tqdm python3-openpyxl python3-pydantic python3-httpx python3-distro"
|
||||||
short_desc="OpenAI Python library"
|
short_desc="OpenAI Python library"
|
||||||
maintainer="Ananteris <ananteris@protonmail.ch>"
|
maintainer="Ananteris <ananteris@protonmail.ch>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/openai/openai-python"
|
homepage="https://github.com/openai/openai-python"
|
||||||
distfiles="https://github.com/openai/openai-python/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/openai/openai-python/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=e7c0e00d03e37c797cda342cee2167c06bd174d0c1c0f06bef5b0c5dcbaa79ab
|
checksum=0489d66f1bb37abd4472342446e47086e81561e4047eb50254cf3275b6995ffd
|
||||||
make_check=extended # Requires valid API key
|
make_check=extended # Requires valid API key
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue