diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2016-04-29 10:44:28 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunk@stsci.edu> | 2016-04-29 10:44:28 -0400 |
commit | de27e3341a0b40db8e69f747ceadd50c7171e2ef (patch) | |
tree | 7484de612c82d83ab599f8a221b13a1bdb771108 /pyobjc-framework-quartz/meta.yaml | |
parent | 8834d907ad3db505b83940d854e4b8452644e5c6 (diff) | |
download | astroconda-contrib-de27e3341a0b40db8e69f747ceadd50c7171e2ef.tar.gz |
Fix pyraf
Diffstat (limited to 'pyobjc-framework-quartz/meta.yaml')
-rw-r--r-- | pyobjc-framework-quartz/meta.yaml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/pyobjc-framework-quartz/meta.yaml b/pyobjc-framework-quartz/meta.yaml new file mode 100644 index 0000000..5749918 --- /dev/null +++ b/pyobjc-framework-quartz/meta.yaml @@ -0,0 +1,30 @@ +{% set name = 'pyobjc-framework-quartz' %} +{% set version = '3.1.1' %} +{% set number = '0' %} + +about: + home: http://pyobjc.sourceforge.net/ + license: MIT + summary: Wrappers for the Quartz frameworks on Mac OS X +build: + number: {{ number }} + preserve_egg_dir: 'true' +package: + name: {{ name }} + version: {{ version }} +requirements: + build: + - pyobjc-core + - pyobjc-framework-cocoa + - setuptools + - python x.x + run: + - pyobjc-core + - pyobjc-framework-cocoa + - python x.x +source: + fn: pyobjc-{{ version }}.tar.gz + url: + - https://bitbucket.org/ronaldoussoren/pyobjc/get/pyobjc-{{ version }}.tar.bz2 +#test: + # - see runtest.py |