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 d8c9a1a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{% set name = "PyYAML" %}
{% set version = "3.12" %}
{% set sha256 = "592766c6303207a20efc445587778322d7f73b161bd994f227adaa341ba212ab" %}
{% set build = 1 %}


Expand All @@ -9,9 +8,8 @@ package:
version: {{ version }}

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 +20,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 d8c9a1a

Please sign in to comment.