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 /acstools/meta.yaml | |
download | astroconda-contrib-e4caf4a2acbb18875b1064246554e4105449b5a3.tar.gz |
Initial commit
Diffstat (limited to 'acstools/meta.yaml')
-rw-r--r-- | acstools/meta.yaml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/acstools/meta.yaml b/acstools/meta.yaml new file mode 100644 index 0000000..3664fb4 --- /dev/null +++ b/acstools/meta.yaml @@ -0,0 +1,41 @@ +about: + home: http://www.stsci.edu/institute/software_hardware/pyraf/stsci_python + license: BSD + summary: acstools +build: + number: '0' +package: + name: acstools + version: 2.0.0 +requirements: + build: + - d2to1 + - stsci.distutils + - python x.x + - astropy >=1.1 + - numpy x.x + - scipy + - scikit-image + - matplotlib + - stsci.imagestats + - stsci.tools + - setuptools + run: + - astropy >=1.1 + - numpy x.x + - scipy + - scikit-image + - matplotlib + - stsci.imagestats + - stsci.tools + - setuptools + - python x.x +source: + git_tag: 2.0.0 + git_url: https://github.com/spacetelescope/acstools +test: + commands: + - acs_destripe --help + - acs_destripe_plus --help + imports: + - acstools |