diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-10-20 00:07:10 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-20 00:07:10 -0400 | 
| commit | 942435579f46bfb1c3074d28f8813c9a3f0932de (patch) | |
| tree | 5eb1a876c392771206dcb7af5b52611842c5e966 /pyds9/meta.yaml | |
| parent | 96314aa9b5373b98bc9e48736057a282792a7643 (diff) | |
| download | astroconda-contrib-942435579f46bfb1c3074d28f8813c9a3f0932de.tar.gz | |
pyds9 1.8.1 -> 1.9.x master (#74)
Diffstat (limited to 'pyds9/meta.yaml')
| -rw-r--r-- | pyds9/meta.yaml | 16 | 
1 files changed, 10 insertions, 6 deletions
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:  | 
