aboutsummaryrefslogtreecommitdiff
path: root/gemini_obs_db/meta.yaml
blob: 6d46e5d5f2e8b2254f2ff7a1950e1897ac7f175c (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
{% set version = '1.0.27' %}
{% set tag = 'v' + version %}
{% set number = '0' %}

package:
    name: gemini_obs_db
    version: {{ version }}
source:
    git_url: git@github.com:GeminiDRSoftware/GeminiObsDB.git
    git_tag: {{ tag }}
build:
    number: {{ number }}
    noarch: python
    script: {{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vv
about:
    home: http://www.gemini.edu/sciops/data-and-results/processing-software
    license: BSD
    license_file: LICENSE
    summary: DB-backed classes to parse Gemini FITS metadata into various tables
requirements:
    build:
    - python >=3.7
    - pip
    - setuptools
    run:
    - python >=3.7
    - astropy >=4.3
    - dragons >=3.1.0
    - numpy >=1.17
    - python-dateutil >=2.5.3
    - sqlalchemy >=1.3,<2.0.0a0  # code not yet updated for new v2 API