diff options
Diffstat (limited to 'pyraf/meta.yaml')
-rw-r--r-- | pyraf/meta.yaml | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/pyraf/meta.yaml b/pyraf/meta.yaml index 02a2824..23ea26a 100644 --- a/pyraf/meta.yaml +++ b/pyraf/meta.yaml @@ -1,18 +1,25 @@ +{% set name = 'pyraf' %} +{% set version = '2.1.10' %} +{% set number = '0' %} + about: home: https://github.com/spacetelescope/pyraf license: BSD summary: pyraf build: - number: '0' + number: {{ number }} package: - name: pyraf - version: 2.1.10 + name: {{ name }} + version: {{ version }} requirements: build: - d2to1 - astropy >=1.1 - ipython - - stsci.distutils + - matplotlib + - pyobjc-core [osx] + - pyobjc-framework-cocoa [osx] + - pyobjc-framework-quartz [osx] - stsci.tools - setuptools - numpy x.x @@ -20,12 +27,15 @@ requirements: run: - astropy >=1.1 - ipython - - stsci.distutils + - matplotlib + - pyobjc-core [osx] + - pyobjc-framework-cocoa [osx] + - pyobjc-framework-quartz [osx] - stsci.tools - numpy x.x - python x.x source: - git_tag: 2.1.10 + git_tag: {{ version }} git_url: https://github.com/spacetelescope/pyraf test: commands: |