diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-23 17:00:53 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-23 17:00:53 -0400 |
commit | e4caf4a2acbb18875b1064246554e4105449b5a3 (patch) | |
tree | b57ece5acd84c9a8c9235818b975a439c8ae3df9 /ginga/meta.yaml | |
download | astroconda-contrib-e4caf4a2acbb18875b1064246554e4105449b5a3.tar.gz |
Initial commit
Diffstat (limited to 'ginga/meta.yaml')
-rw-r--r-- | ginga/meta.yaml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/ginga/meta.yaml b/ginga/meta.yaml new file mode 100644 index 0000000..7a74291 --- /dev/null +++ b/ginga/meta.yaml @@ -0,0 +1,25 @@ +about: + home: https://github.com/ejeschke/ginga + license: BSD + summary: ginga +build: + number: '0' +package: + name: ginga + version: 2.5.20151215011852 +requirements: + build: + - numpy x.x + - setuptools + - python x.x + run: + - numpy x.x + - python x.x +source: + fn: ginga-2.5.20151215011852.tar.gz + md5: 11cd8b9ed459c4438cc827e0a1ca4538 + url: + - https://pypi.python.org/packages/source/g/ginga/ginga-2.5.20151215011852.tar.gz +test: + imports: + - ginga |