pantry/projects/github.com/aws-cloudformation/cfn-lint/package.yml
Jacob Heider f66fba226b fix(cfn-lint)
closes #6366
2024-06-07 12:41:46 -04:00

32 lines
702 B
YAML

distributable:
url: https://github.com/aws-cloudformation/cfn-lint/archive/v{{version}}.tar.gz
strip-components: 1
versions:
github: aws-cloudformation/cfn-lint
dependencies:
pkgx.sh: 1
pyyaml.org: '*'
github.com/benjaminp/six: '*'
build:
dependencies:
rust-lang.org: '*'
python.org: ~3.11
script:
# wrong version shipped
- run: sed -i 's/__version__ = ".*"/__version__ = "{{version}}"/' version.py
working-directory: src/cfnlint
- bkpyvenv stage {{prefix}} {{version}}
- ${{prefix}}/venv/bin/pip install .
- bkpyvenv seal {{prefix}} cfn-lint
provides:
- bin/cfn-lint
test:
script:
- cfn-lint test.yml
- cfn-lint -v | grep {{version}}