mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+paulfitz.github.io/daff (#1836)
* +paulfitz.github.io/daff (python version) * Fixed the github tag url * Fixed versions * Fix regex --------- Co-authored-by: James Reynolds <magnsuviri@me.com>
This commit is contained in:
parent
4945c1085c
commit
ae8e7568dc
23
projects/paulfitz.github.io/daff/package.yml
Normal file
23
projects/paulfitz.github.io/daff/package.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
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 }}"
|
Loading…
Reference in a new issue