From d8c9a1a65beb8dcb8d3e41caba5135daa103314f Mon Sep 17 00:00:00 2001 From: Ray Donnelly Date: Sat, 28 Apr 2018 10:53:23 -0700 Subject: [PATCH] Build from git since https://github.com/yaml/pyyaml/issues/126 --- recipe/meta.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 73b02f5..255f3af 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,6 +1,5 @@ {% set name = "PyYAML" %} {% set version = "3.12" %} -{% set sha256 = "592766c6303207a20efc445587778322d7f73b161bd994f227adaa341ba212ab" %} {% set build = 1 %} @@ -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 }} @@ -22,12 +20,14 @@ build: - python setup.py test requirements: - host: - - python - - yaml build: - {{ compiler('c') }} + - git + + host: + - python + - yaml run: - python