mirror of
https://github.com/ivabus/pantry
synced 2024-11-13 03:55:18 +03:00
15 lines
304 B
YAML
15 lines
304 B
YAML
|
distributable:
|
||
|
url: https://github.com/adrienverge/yamllint/archive/v{{version}}.tar.gz
|
||
|
strip-components: 1
|
||
|
|
||
|
versions:
|
||
|
github: adrienverge/yamllint/tags
|
||
|
|
||
|
dependencies:
|
||
|
python.org: ^3.11
|
||
|
pyyaml.org: '*'
|
||
|
|
||
|
build: python-venv.sh {{prefix}}/bin/yamllint
|
||
|
|
||
|
test: yamllint --version | grep {{version}}
|