Skip to content

Commit

Permalink
Build from git since yaml/pyyaml#126
Browse files Browse the repository at this point in the history
  • Loading branch information
mingwandroid committed Apr 28, 2018
1 parent 68d17a5 commit aa2fb42
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions recipe/meta.yaml
@@ -1,6 +1,5 @@
{% set name = "PyYAML" %}
{% set version = "3.12" %}
{% set sha256 = "592766c6303207a20efc445587778322d7f73b161bd994f227adaa341ba212ab" %}
{% set build = 1 %}


Expand All @@ -10,8 +9,8 @@ package:

source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: {{ sha256 }}
git_url: https://github.com/yaml/pyyaml.git
git_tag: {{ version }}

build:
number: {{ build }}
Expand All @@ -22,12 +21,14 @@ build:
- python setup.py test

requirements:
host:
- python
- yaml

build:
- {{ compiler('c') }}
- git

host:
- python
- yaml

run:
- python
Expand Down

0 comments on commit aa2fb42

Please sign in to comment.