mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
20 lines
477 B
YAML
20 lines
477 B
YAML
|
distributable:
|
||
|
url: https://github.com/Kaggle/kaggle-api/archive/refs/tags/{{version}}.tar.gz
|
||
|
strip-components: 1
|
||
|
versions:
|
||
|
github: Kaggle/kaggle-api
|
||
|
dependencies:
|
||
|
python.org: ^3.12
|
||
|
build:
|
||
|
dependencies:
|
||
|
linux:
|
||
|
llvm.org: '*'
|
||
|
script:
|
||
|
- python-venv.sh {{prefix}}/bin/kaggle
|
||
|
provides:
|
||
|
- bin/kaggle
|
||
|
test:
|
||
|
script:
|
||
|
- mkdir -p .kaggle
|
||
|
- echo '{"username":"testname","key":"testkey"}' > .kaggle/kaggle.json
|
||
|
- kaggle --version | grep {{version}}
|