diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-04-19 13:14:18 -0400 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-04-19 13:14:18 -0400 | 
| commit | c03c6e2afdac7c178037c2f2ccf9d7c4c54a585d (patch) | |
| tree | 350e628310337ccfc061eea1b727488534d080af /webbpsf | |
| parent | 486346f9e71069f6a6ef003d0709ed8770d7f3a4 (diff) | |
| download | astroconda-dev-c03c6e2afdac7c178037c2f2ccf9d7c4c54a585d.tar.gz | |
Remove extraneous git_tag sections
Diffstat (limited to 'webbpsf')
| -rw-r--r-- | webbpsf/meta.yaml | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/webbpsf/meta.yaml b/webbpsf/meta.yaml index 91126d8..7e4e67e 100644 --- a/webbpsf/meta.yaml +++ b/webbpsf/meta.yaml @@ -4,6 +4,11 @@      +environ.get("GIT_DESCRIBE_NUMBER", "0") %}  {% set number = '0' %} +# Keep in mind: +#     webbpsf-data is version-locked to prevent older builds from picking +#     up incompatible data. As the data pack is upgraded, this recipe will +#     need to be updated to reflect it. If there was a better way, I'd do it +  about:      home: https://github.com/mperrin/webbpsf      license: BSD @@ -38,7 +43,6 @@ requirements:      - setuptools      - python x.x  source: -    git_tag: {{ version }}      git_url: https://github.com/mperrin/webbpsf  test:      commands:  | 
