Skip to content

Commit

Permalink
Merge pull request #8135 from tovrstra/unidiff
Browse files Browse the repository at this point in the history
Add recipe for unidiff
  • Loading branch information
beckermr authored Apr 11, 2019
2 parents 14338ab + 657f84e commit da4b864
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions recipes/unidiff/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{% set name = "unidiff" %}
{% set version = "0.5.5" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/matiasb/python-{{ name }}/archive/v{{ version }}.tar.gz
sha256: 5d351e402191b10e6b5164e6ce40b683f5f63eaedccc9a17d3ed47bbe3873634

build:
noarch: python
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps -vv"

requirements:
host:
- python
- pip
run:
- python

test:
imports:
- unidiff
source_files:
- tests
commands:
- python -m unittest discover -s tests/

about:
home: https://github.com/matiasb/python-unidiff
license: MIT
license_family: MIT
license_file: LICENSE
summary: 'Simple Python library to parse and interact with unified diff data.'

extra:
recipe-maintainers:
- tovrstra

0 comments on commit da4b864

Please sign in to comment.