diff options
-rw-r--r-- | pyds9/build.sh | 3 | ||||
-rw-r--r-- | pyds9/meta.yaml | 16 |
2 files changed, 11 insertions, 8 deletions
diff --git a/pyds9/build.sh b/pyds9/build.sh index 4b71885..762d43b 100644 --- a/pyds9/build.sh +++ b/pyds9/build.sh @@ -1,2 +1 @@ - -python setup.py install || exit 1
\ No newline at end of file +python setup.py install diff --git a/pyds9/meta.yaml b/pyds9/meta.yaml index 9a17662..e6b199e 100644 --- a/pyds9/meta.yaml +++ b/pyds9/meta.yaml @@ -1,28 +1,32 @@ about: home: https://github.com/ericmandel/pyds9 license: GPL - summary: Python connection to SAOimage DS9 via XPA + summary: | + (Supervised master build) + Python connection to SAOimage DS9 via XPA build: - number: '1' + number: '0' + string: {{ GIT_BUILD_STR }} package: name: pyds9 - version: 1.8.1 + version: 1.9.0.dev requirements: build: - - xpa + - astropy + - cython - ds9 - six - setuptools - numpy x.x - python x.x run: - - xpa + - astropy - ds9 - six - numpy x.x - python x.x source: - git_tag: v1.8.1 + git_rev: 3761d7ac151f8c8729d0fb6cdba017cadf278283 git_url: https://github.com/ericmandel/pyds9 test: imports: |