Skip to content

Commit

Permalink
Updated .yaml files to have correct github link.
Browse files Browse the repository at this point in the history
  • Loading branch information
Downie authored and Downie committed Oct 17, 2018
1 parent 9e2b820 commit f233ea8
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
package:
name: vcdat
version: 1.0.rc1

source:
git_rev: v1.0.rc1
git_url: git://github.com/CDAT/vcdat.git

requirements:
build:
- python
- setuptools
- nodejs
run:
- python
- flask
- vcs
- cdms2
- vcs-js
- genutil
- proj4 <5

build:
noarch_python: true

about:
home: http://github.com/CDAT/vcdat
2 changes: 1 addition & 1 deletion conda/meta.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ build:
noarch_python: true

about:
home: http://gitub.com/UV-CDAT/vcdat
home: http://github.com/UV-CDAT/vcdat
2 changes: 1 addition & 1 deletion conda/meta.yaml.official
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
about:
home: http://gitub.com/UV-CDAT/vcdat
home: http://github.com/UV-CDAT/vcdat
package:
name: vcdat
version: "0.7.0"
Expand Down

0 comments on commit f233ea8

Please sign in to comment.