mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
b3c3aae2e4
commit
64417eff5c
|
@ -12,7 +12,16 @@ dependencies:
|
|||
github.com/mattrobenolt/jinja2-cli: '*'
|
||||
|
||||
build:
|
||||
python-venv.sh {{prefix}}/bin/interpreter
|
||||
- python-venv.sh {{prefix}}/bin/interpreter
|
||||
|
||||
# ooba calls the github api, which has frequent rate-limit failures
|
||||
# returning the current value isn't the best, but it should fix this.
|
||||
- run: |
|
||||
OOBA_VERSION=$(echo ooba-*-dist.info | sed 's/ooba-\(.*\)-dist.info/\1/')
|
||||
cd ooba/utils
|
||||
sed -i.bak -e"s/raise Exception.*/return \"v1.7\"/" get_latest_release.py
|
||||
rm get_latest_release.py.bak
|
||||
working-directory: ${{prefix}}/venv/lib/python{{deps.python.org.version.marketing}}/site-packages/
|
||||
|
||||
provides:
|
||||
- bin/interpreter
|
||||
|
|
Loading…
Reference in a new issue