diff options
Diffstat (limited to 'pyobjc-framework-quartz/meta.yaml')
-rw-r--r-- | pyobjc-framework-quartz/meta.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pyobjc-framework-quartz/meta.yaml b/pyobjc-framework-quartz/meta.yaml index 16b878b..7b19edc 100644 --- a/pyobjc-framework-quartz/meta.yaml +++ b/pyobjc-framework-quartz/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'pyobjc-framework-quartz' %} {% set version = '3.1.1' %} -{% set number = '0' %} +{% set number = '1' %} about: home: http://pyobjc.sourceforge.net/ @@ -21,16 +21,17 @@ requirements: - pyobjc-core - pyobjc-framework-cocoa - setuptools - - python x.x + - python {{ python }} run: - pyobjc-core - pyobjc-framework-cocoa - - python x.x + - python source: fn: pyobjc-{{ version }}.tar.gz url: https://bitbucket.org/ronaldoussoren/pyobjc/get/pyobjc-{{ version }}.tar.bz2 + md5: 2a1dfe4646aebfda470789a39a317cdf #test: # - see runtest.py |