diff options
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: +# - |