+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:
James Reynolds 2023-07-01 12:29:17 -06:00 committed by GitHub
parent 4945c1085c
commit ae8e7568dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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 }}"