diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-23 17:00:53 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 11:17:20 -0400 |
commit | f46565fe6f3eefd6a8eb1cec7179164f2800b042 (patch) | |
tree | b57ece5acd84c9a8c9235818b975a439c8ae3df9 /stistools/meta.yaml | |
download | astroconda-dev-f46565fe6f3eefd6a8eb1cec7179164f2800b042.tar.gz |
Initial commit
Diffstat (limited to 'stistools/meta.yaml')
-rw-r--r-- | stistools/meta.yaml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/stistools/meta.yaml b/stistools/meta.yaml new file mode 100644 index 0000000..424e8d6 --- /dev/null +++ b/stistools/meta.yaml @@ -0,0 +1,30 @@ +about: + home: http://www.stsci.edu/institute/software_hardware/pyraf/stsci_python + license: BSD + summary: stistools +build: + number: '0' +package: + name: stistools + version: '1.1' +requirements: + build: + - d2to1 + - astropy >=1.1 + - scipy + - stsci.distutils + - stsci.tools + - setuptools + - numpy x.x + - python x.x + run: + - astropy >=1.1 + - scipy + - stsci.tools + - numpy x.x + - python x.x +source: + git_url: https://github.com/spacetelescope/stistools +test: + imports: + - stistools |