summaryrefslogtreecommitdiff
path: root/tweakwcs/meta.yaml
blob: 6106b25fe1c0f64928866e92e47f51b21990841a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{% set name = 'tweakwcs' %}
{% set version = GIT_DESCRIBE_TAG ~ ".dev" ~ GIT_DESCRIBE_NUMBER ~ "+" ~ GIT_DESCRIBE_HASH %}
{% if version[0] == 'v' %}
{%   set version = version[1:] %}
{% endif %}
{% set number = '0' %}

about:
  home: https://github.com/spacetelescope/{{ name }}
  license: BSD
  summary: A package for correcting alignment errors in WCS objects

package:
  name: {{ name }}
  version: {{ version }}

build:
  number: {{ number }}

source:
  git_url: https://github.com/spacetelescope/{{ name }}.git

requirements:
  build:
    - gwcs
    - stsci.stimage
    - stsci.imagestats
    - spherical-geometry
    - astropy >=3.1
    - setuptools
    - numpydoc
    - sphinx_rtd_theme
    - stsci_rtd_theme
    - numpy {{ numpy }}
    - python {{ python }}

  run:
    - gwcs
    - stsci.stimage
    - stsci.imagestats
    - spherical-geometry
    - astropy >=3.1
    - numpy
    - python

test:
  imports:
    - tweakwcs
    - tweakwcs.imalign
    - tweakwcs.matchutils
    - tweakwcs.tpwcs
    - tweakwcs.wcsimage