summaryrefslogtreecommitdiff
path: root/pyraf/meta.yaml
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunk@stsci.edu>2016-04-29 10:44:28 -0400
committerJoe Hunkeler <jhunk@stsci.edu>2016-04-29 10:44:28 -0400
commitde27e3341a0b40db8e69f747ceadd50c7171e2ef (patch)
tree7484de612c82d83ab599f8a221b13a1bdb771108 /pyraf/meta.yaml
parent8834d907ad3db505b83940d854e4b8452644e5c6 (diff)
downloadastroconda-contrib-de27e3341a0b40db8e69f747ceadd50c7171e2ef.tar.gz
Fix pyraf
Diffstat (limited to 'pyraf/meta.yaml')
-rw-r--r--pyraf/meta.yaml22
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: