diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 19:54:42 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 19:54:42 -0400 |
commit | 85ee86fe93c05b62cacd84a1873d7056021415ea (patch) | |
tree | 3ef4cf4b28c87ceddde31ccfb00171d3fb9abb86 /pyobjc-core | |
parent | 109618930633d1c09ae3129c12c5a67b5642db52 (diff) | |
download | astroconda-dev-85ee86fe93c05b62cacd84a1873d7056021415ea.tar.gz |
Add pyobjc recipes
Diffstat (limited to 'pyobjc-core')
-rw-r--r-- | pyobjc-core/build.sh | 4 | ||||
-rw-r--r-- | pyobjc-core/meta.yaml | 7 |
2 files changed, 5 insertions, 6 deletions
diff --git a/pyobjc-core/build.sh b/pyobjc-core/build.sh index 4b71885..424b539 100644 --- a/pyobjc-core/build.sh +++ b/pyobjc-core/build.sh @@ -1,2 +1,2 @@ - -python setup.py install || exit 1
\ No newline at end of file +cd pyobjc-core +python setup.py install diff --git a/pyobjc-core/meta.yaml b/pyobjc-core/meta.yaml index e4dbe8c..c64ebac 100644 --- a/pyobjc-core/meta.yaml +++ b/pyobjc-core/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'pyobjc-core' %} -{% set version = '3.0.4' %} +{% set version = '3.1.1' %} {% set number = '0' %} about: @@ -19,10 +19,9 @@ requirements: run: - python x.x source: - fn: {{ name }}-{{ version }}.tar.gz - md5: 6baaa0d2533cc9c26ad9f889ca9ecb01 + fn: pyobjc-{{ version }}.tar.gz url: - - https://pypi.python.org/packages/source/p/pyobjc-core/{{ name }}-{{ version }}.tar.gz + - https://bitbucket.org/ronaldoussoren/pyobjc/get/pyobjc-{{ version }}.tar.bz2 test: imports: - PyObjCTools |