diff options
Diffstat (limited to 'sphere')
| -rw-r--r-- | sphere/meta.yaml | 19 | 
1 files changed, 12 insertions, 7 deletions
| diff --git a/sphere/meta.yaml b/sphere/meta.yaml index 45944dc..40b9528 100644 --- a/sphere/meta.yaml +++ b/sphere/meta.yaml @@ -3,14 +3,17 @@  {% set number = '0' %}  about: -    home: https://github.com/spacetelescope/sphere +    home: https://github.com/spacetelescope/{{sphere}}      license: BSD -    summary: For handling spherical polygons that represent arbitrary regions of the sky  +    summary: For handling spherical polygons that represent arbitrary regions of the sky +  build: -    number: {{ number }} +    number: {{number}} +  package: -    name: {{ name }} -    version: {{ version }} +    name: {{name}} +    version: {{version}} +  requirements:      build:      - astropy >=1.1 @@ -23,9 +26,11 @@ requirements:      - matplotlib      - numpy      - python x.x +  source: -    git_tag: {{ version }} -    git_url: https://github.com/spacetelescope/sphere +    git_tag: {{version}} +    git_url: https://github.com/spacetelescope/{{name}}.git +  test:      imports:      - spherical_geometry | 
