blob: deccdc3c31f48cdaf30449e2580cb67f7c6608b3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{% set name = 'da5-notebooks' %}
{% set version = '1.0' %}
{% set tag = 'v' + version %}
{% set number = '0' %}
about:
home: https://github.com/spacetelscope/{{ name }}
license: BSD
summary: Collection of data analysis notebooks
build:
number: {{ number }}
package:
name: {{ name }}
version: {{ version }}
source:
git_tag: {{ tag }}
git_url: https://github.com/spacetelescope/{{ name }}.git
|