diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-12-06 13:54:28 -0500 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-12-13 16:04:15 -0500 | 
| commit | f5f2cdfa9b94ae96f2c312758cdb87dcf74b2c4d (patch) | |
| tree | 75d93d6574d8b9efc01dd7d08a8d1b5df39c96c9 /sextractor | |
| parent | 34308129ce3330bf18b65464026e854bc9499956 (diff) | |
| download | astroconda-contrib-f5f2cdfa9b94ae96f2c312758cdb87dcf74b2c4d.tar.gz | |
Revert spaces around jinja2 variables
Diffstat (limited to 'sextractor')
| -rw-r--r-- | sextractor/meta.yaml | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/sextractor/meta.yaml b/sextractor/meta.yaml index 058f31e..d8fa4ed 100644 --- a/sextractor/meta.yaml +++ b/sextractor/meta.yaml @@ -2,7 +2,7 @@  {% set version = '2.19.5' %}  about: -    home: http://www.astromatic.net/download/{{name}} +    home: http://www.astromatic.net/download/{{ name }}      license: GPL      summary: |          SExtractor is a program that builds a catalogue of objects from an astronomical image @@ -12,8 +12,8 @@ build:      number: '0' [osx]  package: -    name: {{name}} -    version: {{version}} +    name: {{ name }} +    version: {{ version }}  requirements:      build: @@ -27,5 +27,5 @@ requirements:      - fftw  source: -    fn: {{name}}-{{version}}.tar.gz -    url: http://www.astromatic.net/download/sextractor/{{name}}-{{version}}.tar.gz +    fn: {{ name }}-{{ version }}.tar.gz +    url: http://www.astromatic.net/download/sextractor/{{ name }}-{{ version }}.tar.gz | 
