mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
20 lines
323 B
YAML
20 lines
323 B
YAML
distributable:
|
|
url: https://github.com/openai/openai-python/archive/refs/tags/v{{version}}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: openai/openai-python/releases
|
|
strip: /^v/
|
|
|
|
dependencies:
|
|
python.org: '>=3<3.12'
|
|
|
|
build:
|
|
python-venv.sh {{prefix}}/bin/openai
|
|
|
|
provides:
|
|
- bin/openai
|
|
|
|
test:
|
|
openai --help
|