pantry/projects/github.com/nvbn/thefuck/package.yml

24 lines
477 B
YAML
Raw Normal View History

distributable:
url: https://github.com/nvbn/thefuck/archive/refs/tags/{{version.raw}}.tar.gz
strip-components: 1
versions:
github: nvbn/thefuck/releases/tags
dependencies:
2023-10-03 18:23:56 +03:00
python.org: ~3.11
build:
python-venv.sh {{prefix}}/bin/thefuck
provides:
- bin/thefuck
test:
dependencies:
2023-10-03 18:23:56 +03:00
python.org: '>=3<3.12'
script: >
thefuck -y ptyhon --version 2>&1 |
grep -E '^The Fuck {{version.marketing}} using
Python {{deps.python.org.version}} and'