Skip to content
This repository was archived by the owner on Mar 15, 2019. It is now read-only.

Commit 55f0d4b

Browse files
committed
Update conda recipe
1 parent 78a6dfb commit 55f0d4b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

conda/meta.yaml

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{% set name = "intake-cmip" %}
2-
{% set version = "0.0.1" %}
2+
{% set version = "2019.1.0" %}
33

44
package:
55
name: {{ name }}
66
version: {{ version }}
77

88
source:
9-
fn: {{ name }}-{{ version }}.tar.gz
10-
url: https://github.com/NCAR/intake-cmip/archive/v{{ version }}.tar.gz
9+
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
10+
sha256: 711ec3d30f784268065d73b95e16538f6584fa1dcb1f4fba64c1337ac61247fb
1111

1212

1313
build:
@@ -17,8 +17,10 @@ build:
1717

1818
requirements:
1919

20-
build:
20+
host:
2121
- python
22+
- pip
23+
2224

2325
run:
2426
- python

0 commit comments

Comments
 (0)