diff options
Diffstat (limited to 'reftools')
-rw-r--r-- | reftools/meta.yaml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/reftools/meta.yaml b/reftools/meta.yaml index 0c9d84f..0bf7285 100644 --- a/reftools/meta.yaml +++ b/reftools/meta.yaml @@ -1,29 +1,34 @@ {% set name = 'reftools' %} {% set version = '1.7.3' %} -{% set number = '0' %} +{% set number = '1' %} about: home: https://github.com/spacetelescope/{{ name }} license: BSD summary: For HST reference files + build: number: {{ number }} + package: name: {{ name }} version: {{ version }} + requirements: build: - astropy >=1.1 - - numpy x.x + - numpy - python x.x - setuptools run: - astropy >=1.1 - - numpy x.x + - numpy - python x.x + source: git_tag: {{ version }} git_url: https://github.com/spacetelescope/{{ name }}.git + test: commands: - tdspysyn --help |