pantry/projects/github.com/AntonOsika/gpt-engineer/package.yml

38 lines
757 B
YAML
Raw Normal View History

2023-06-20 18:48:16 +03:00
distributable:
2023-10-10 21:47:05 +03:00
url: https://github.com/AntonOsika/gpt-engineer/archive/refs/tags/v{{version}}.tar.gz
2023-06-20 18:48:16 +03:00
strip-components: 1
versions:
github: AntonOsika/gpt-engineer
display-name: GPT Engineer
2023-06-20 18:48:16 +03:00
dependencies:
2023-10-03 18:23:56 +03:00
python.org: '>=3<3.12'
tea.xyz: ^0
2023-06-20 18:48:16 +03:00
entrypoint: tea ./entrypoint.sh
2023-06-20 18:48:16 +03:00
build:
dependencies:
gnu.org/patch: '*'
script:
# https://github.com/AntonOsika/gpt-engineer/issues/204
2023-10-10 21:47:05 +03:00
- run: patch -p1 < props/main.py.patch
if: =0.0.3
2023-06-20 18:48:16 +03:00
- python-venv.sh {{prefix}}/bin/gpt-engineer
# https://github.com/AntonOsika/gpt-engineer/issues/204
2023-10-10 21:47:05 +03:00
- run: cp -a identity {{prefix}}
if: =0.0.3
2023-06-20 18:48:16 +03:00
- cp props/entrypoint.sh {{prefix}}
provides:
- bin/gpt-engineer
test:
qa-required: true
script: gpt-engineer --help