diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-10-17 16:36:56 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-10-17 16:36:56 -0400 |
commit | 3b51cabe9c2a9b763bbd8d7f5fe1f8e28a3eb5e8 (patch) | |
tree | d599940979a256be5ccf00dd3a344bbc0443f0d1 /pyfits/meta.yaml | |
parent | feb18f655ecf508a7f83a558eae8909f77163f0a (diff) | |
download | astroconda-etc-3b51cabe9c2a9b763bbd8d7f5fe1f8e28a3eb5e8.tar.gz |
Initial commit; OOB packages
Diffstat (limited to 'pyfits/meta.yaml')
-rw-r--r-- | pyfits/meta.yaml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/pyfits/meta.yaml b/pyfits/meta.yaml new file mode 100644 index 0000000..26959f7 --- /dev/null +++ b/pyfits/meta.yaml @@ -0,0 +1,37 @@ +{% set name = 'pyfits' %} +{% set version = '3.4.0' %} +{% set tag = 'v' + version %} +{% set number = '0' %} + +about: + home: https://github.com/spacetelescope/{{ name }} + license: BSD + summary: Reads FITS images and tables into numpy arrays and manipulates FITS headers + +package: + name: {{ name }} + version: {{ version }} + +build: + number: {{ number }} + +source: + git_tag: {{ tag }} + git_url: https://github.com/spacetelescope/{{ name }}.git + +requirements: + build: + - d2to1 + - stsci.distutils + - numpy x.x + - setuptools + - python x.x + run: + - numpy x.x + - python + +#test: +# imports: +# - +# commands: +# - |