summaryrefslogtreecommitdiff
path: root/pyobjc-framework-cocoa
diff options
context:
space:
mode:
Diffstat (limited to 'pyobjc-framework-cocoa')
-rw-r--r--pyobjc-framework-cocoa/meta.yaml7
1 files changed, 5 insertions, 2 deletions
diff --git a/pyobjc-framework-cocoa/meta.yaml b/pyobjc-framework-cocoa/meta.yaml
index d257ff9..0b8e861 100644
--- a/pyobjc-framework-cocoa/meta.yaml
+++ b/pyobjc-framework-cocoa/meta.yaml
@@ -10,9 +10,11 @@ about:
build:
number: {{ number }}
preserve_egg_dir: 'true'
+
package:
name: {{ name }}
version: {{ version }}
+
requirements:
build:
- pyobjc-core =={{ version }}
@@ -21,10 +23,11 @@ requirements:
run:
- pyobjc-core
- python x.x
+
source:
fn: pyobjc-{{ version }}.tar.gz
- url:
- - https://bitbucket.org/ronaldoussoren/pyobjc/get/pyobjc-{{ version }}.tar.bz2
+ url: https://bitbucket.org/ronaldoussoren/pyobjc/get/pyobjc-{{ version }}.tar.bz2
+
test:
imports:
- Cocoa