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 /iraf | |
parent | 34308129ce3330bf18b65464026e854bc9499956 (diff) | |
download | astroconda-contrib-f5f2cdfa9b94ae96f2c312758cdb87dcf74b2c4d.tar.gz |
Revert spaces around jinja2 variables
Diffstat (limited to 'iraf')
-rw-r--r-- | iraf/meta.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/iraf/meta.yaml b/iraf/meta.yaml index a520b6d..2c9da54 100644 --- a/iraf/meta.yaml +++ b/iraf/meta.yaml @@ -10,14 +10,14 @@ about: build: binary_relocation: False [osx] detect_binary_files_with_prefix: False [osx] - number: {{number}} + number: {{ number }} package: - name: {{name}} - version: {{version}} + name: {{ name }} + version: {{ version }} source: - fn: {{name}}.tar.gz + fn: {{ name }}.tar.gz url: - - http://ssb.stsci.edu/stripped/linux/{{name}}.tar.gz [linux] - - http://ssb.stsci.edu/stripped/osx/{{iraf}}.tar.gz [osx] + - http://ssb.stsci.edu/stripped/linux/{{ name }}.tar.gz [linux] + - http://ssb.stsci.edu/stripped/osx/{{ name }}.tar.gz [osx] |