Skip to content

Commit 7244825

Browse files
committed
updated sources to commits on github
1 parent b40f53f commit 7244825

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

pkgs/pygrib.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
extends: [distutils_package]
22

33
dependencies:
4-
build: [python,jasper,grib_api,pyproj,numpy]
5-
run: [python,pyproj]
4+
build: [python, jasper, grib_api, pyproj, numpy]
5+
run: [python, pyproj]
66

77
sources:
8-
- key: tar.gz:u4hhkrnmmbciyv2qjzajx4ne3em2l5mb
9-
url: https://pygrib.googlecode.com/files/pygrib-1.9.8.tar.gz
8+
- key: git:db179ce3dccee59bb41ca812c4b02750be74239f
9+
url: https://github.com/jswhit/pygrib.git
1010

1111
build_stages:
1212
- name: create-setup.cfg

pkgs/pyproj.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ dependencies:
44
run: [python]
55

66
sources:
7-
- key: tar.gz:sexnq3c6ib7qshiphudwlffpj62wtyt4
8-
url: https://pyproj.googlecode.com/files/pyproj-1.9.3.tar.gz
7+
- key: git:bb005aca2d933d77b78c0018f8b5d04c471b4608
8+
url: https://github.com/jswhit/pyproj.git

0 commit comments

Comments
 (0)