mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
+openai-python
This commit is contained in:
parent
a0ac2ba694
commit
98e69376b8
1 changed files with 19 additions and 0 deletions
19
projects/openai.com/openai-python/package.yml
Normal file
19
projects/openai.com/openai-python/package.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
distributable:
|
||||
url: https://github.com/openai/openai-python/archive/refs/tags/v{{version}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: openai/openai-python
|
||||
strip: /^v/
|
||||
|
||||
dependencies:
|
||||
python.org: ^3
|
||||
|
||||
build:
|
||||
python-venv.sh {{prefix}}/bin/openai
|
||||
|
||||
provides:
|
||||
- bin/openai
|
||||
|
||||
test:
|
||||
openai --help
|
Loading…
Reference in a new issue