From c03c6e2afdac7c178037c2f2ccf9d7c4c54a585d Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 19 Apr 2016 13:14:18 -0400 Subject: Remove extraneous git_tag sections --- webbpsf/meta.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'webbpsf') 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: -- cgit