mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
19 lines
536 B
YAML
19 lines
536 B
YAML
|
distributable:
|
||
|
url: https://github.com/geekan/MetaGPT/archive/v{{version}}.tar.gz
|
||
|
strip-components: 1
|
||
|
display-name: MetaGPT
|
||
|
versions:
|
||
|
github: geekan/MetaGPT
|
||
|
dependencies:
|
||
|
# Python 3.12 ==> ModuleNotFoundError: No module named 'distutils'
|
||
|
python.org: '>=3.9<3.12'
|
||
|
build:
|
||
|
- python-venv.sh {{prefix}}/bin/metagpt
|
||
|
provides:
|
||
|
- bin/metagpt
|
||
|
test:
|
||
|
env:
|
||
|
OPENAI_API_KEY: metaGptTestKey
|
||
|
script:
|
||
|
- metagpt --help | grep 'Run a startup. Be a boss.'
|
||
|
# for more tests we need to set valid OPENAI_API_KEY with gpt-4 access
|