summaryrefslogtreecommitdiff
path: root/pyobjc-core/meta.yaml
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunk@stsci.edu>2016-03-23 17:00:53 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2016-04-19 11:17:20 -0400
commitf46565fe6f3eefd6a8eb1cec7179164f2800b042 (patch)
treeb57ece5acd84c9a8c9235818b975a439c8ae3df9 /pyobjc-core/meta.yaml
downloadastroconda-dev-f46565fe6f3eefd6a8eb1cec7179164f2800b042.tar.gz
Initial commit
Diffstat (limited to 'pyobjc-core/meta.yaml')
-rw-r--r--pyobjc-core/meta.yaml25
1 files changed, 25 insertions, 0 deletions
diff --git a/pyobjc-core/meta.yaml b/pyobjc-core/meta.yaml
new file mode 100644
index 0000000..389c5fa
--- /dev/null
+++ b/pyobjc-core/meta.yaml
@@ -0,0 +1,25 @@
+about:
+ home: http://pyobjc.sourceforge.net/
+ license: MIT
+ summary: Python<->ObjC Interoperability Module
+build:
+ number: '0'
+ preserve_egg_dir: 'true'
+package:
+ name: pyobjc-core
+ version: 3.0.4
+requirements:
+ build:
+ - setuptools
+ - python x.x
+ run:
+ - python x.x
+source:
+ fn: pyobjc-core-3.0.4.tar.gz
+ md5: 6baaa0d2533cc9c26ad9f889ca9ecb01
+ url:
+ - https://pypi.python.org/packages/source/p/pyobjc-core/pyobjc-core-3.0.4.tar.gz
+test:
+ imports:
+ - PyObjCTools
+ - objc