Skip to content

Commit

Permalink
recipes: Add ruamel_yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Jul 17, 2016
1 parent 41ddb87 commit 29e6094
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions recipes/ruamel_yaml/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{% set version = "0.11.7" %}

package:
name: ruamel_yaml
version: 0.11.7

source:
fn: ruamel_yaml-{{ version }}.tar.gz
url: https://bitbucket.org/kalefranz/yaml/get/1CBC6A8.tar.gz
sha256: a705cb1f0eea40d17da713161af3ed00ffa724e401fbd49f35f979bd9529cd00

build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt

requirements:
build:
- python
- setuptools
- yaml

run:
- python
- setuptools
- yaml

test:
imports:
- ruamel.yaml

about:
home: https://bitbucket.org/kalefranz/yaml
license: MIT
summary: A fork of ruamel.yaml.

extra:
recipe-maintainers:
- jakirkham

0 comments on commit 29e6094

Please sign in to comment.