mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
24 lines
447 B
YAML
24 lines
447 B
YAML
|
distributable:
|
||
|
url: https://files.pythonhosted.org/packages/0e/fc/82796c10545f3df9882566c79debac28b664e3a3a08fdb493ac3cc418709/daff-{{version}}.tar.gz
|
||
|
strip-components: 1
|
||
|
|
||
|
versions:
|
||
|
github: paulfitz/daff/tags
|
||
|
ignore:
|
||
|
- /1.3.4[789]/
|
||
|
- /1.3.[56789]/
|
||
|
|
||
|
provides:
|
||
|
- bin/daff
|
||
|
|
||
|
dependencies:
|
||
|
python.org: '^3.7'
|
||
|
|
||
|
build:
|
||
|
script: |
|
||
|
python-venv.py {{prefix}}/bin/daff
|
||
|
|
||
|
test:
|
||
|
script: |
|
||
|
test "$(daff version)" = "{{ version }}"
|