diff options
Diffstat (limited to 'pyraf/meta.yaml')
-rw-r--r-- | pyraf/meta.yaml | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/pyraf/meta.yaml b/pyraf/meta.yaml index 706a10f..a323052 100644 --- a/pyraf/meta.yaml +++ b/pyraf/meta.yaml @@ -3,14 +3,18 @@ {% set number = '0' %} about: - home: https://github.com/spacetelescope/pyraf + home: https://github.com/spacetelescope/{{name}} license: BSD - summary: pyraf + summary: | + Provides a Pythonic interface to IRAF + build: - number: {{ number }} + number: {{number}} + package: - name: {{ name }} - version: {{ version }} + name: {{name}} + version: {{version}} + requirements: build: - d2to1 @@ -34,9 +38,11 @@ requirements: - stsci.tools - numpy - python x.x + source: - git_tag: {{ version }} - git_url: https://github.com/spacetelescope/pyraf + git_tag: {{version}} + git_url: https://github.com/spacetelescope/{{name}}.git + test: commands: - pyraf --help |