Skip to content

Commit

Permalink
Merge pull request #3364 from ocefpaf/ruamel.ordereddict
Browse files Browse the repository at this point in the history
re-add ruamel.ordereddict
  • Loading branch information
ocefpaf authored Jul 26, 2017
2 parents 1c32d90 + 2bcfcf5 commit b90eae9
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions recipes/ruamel_ordereddict/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{% set version = "0.4.13" %}

package:
name: ruamel.ordereddict
version: {{ version }}

source:
url: https://pypi.io/packages/source/r/ruamel.ordereddict/ruamel.ordereddict-{{ version }}.tar.gz
sha256: bf0a198c8ce5d973c24e5dba12d3abc254996788ca6ad8448eabc6aa710db149

build:
number: 0
skip: True # [py3k]
script: python setup.py install --single-version-externally-managed --record=record.txt

requirements:
build:
- python
- setuptools
run:
- python

test:
imports:
- ruamel.ordereddict

about:
home: https://bitbucket.org/ruamel/ordereddict
license: MIT
summary: "a version of dict that keeps keys in insertion resp. sorted order"

extra:
recipe-maintainers:
- pelson
- mwcraig
- ocefpaf

0 comments on commit b90eae9

Please sign in to comment.