Skip to content

Commit 6f5d683

Browse files
committed
Merge pull request #758 from hashdist/cekees/add_pydap
add pydap and dependencies
2 parents 4e36ff8 + c3421a1 commit 6f5d683

3 files changed

Lines changed: 19 additions & 0 deletions

File tree

pkgs/httplib2.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
extends: [distutils_package]
2+
3+
sources:
4+
- key: git:0197ec868a4fc638c08358b94200ffd6ddb1bf50
5+
url: https://github.com/jcgregorio/httplib2

pkgs/paver.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
extends: [distutils_package]
2+
3+
sources:
4+
- key: tar.gz:dzvyiiupdv3zc33kmb5gaofyxuxapefe
5+
url: https://pypi.python.org/packages/source/P/Paver/Paver-1.2.2.tar.gz

pkgs/pydap.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
extends: [namespace_package]
2+
3+
dependencies:
4+
build: [paver]
5+
run: [httplib2]
6+
7+
sources:
8+
- key: tar.gz:ggxvshjej45j2n42b4bbousdqlkhh7je
9+
url: https://pypi.python.org/packages/source/P/Pydap/Pydap-3.1.1.tar.gz

0 commit comments

Comments
 (0)