aboutsummaryrefslogtreecommitdiff
path: root/gemini_calmgr/meta.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'gemini_calmgr/meta.yaml')
-rw-r--r--gemini_calmgr/meta.yaml27
1 files changed, 17 insertions, 10 deletions
diff --git a/gemini_calmgr/meta.yaml b/gemini_calmgr/meta.yaml
index e3fe158..fa8ec8c 100644
--- a/gemini_calmgr/meta.yaml
+++ b/gemini_calmgr/meta.yaml
@@ -1,23 +1,30 @@
+{% set version = '1.1.22' %}
+{% set tag = 'v' + version %}
+{% set number = '0' %}
+
package:
name: gemini_calmgr
- version: "1.0.0"
+ version: {{ version }}
source:
- git_url: git@gitlab.gemini.edu:DRSoftware/FitsStorage.git
- git_tag: 2020-2.20 # host FITSStorage repo has its own versioning...
+ git_url: git@github.com:GeminiDRSoftware/GeminiCalMgr.git
+ git_tag: {{ tag }}
build:
- number: '0'
+ 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: Local calibration manager for use with DRAGONS
requirements:
build:
- - python
+ - python >=3.7
+ - pip
- setuptools
run:
- - python
- - astropy >=4.1
- - dragons >=3.0.0
- - numpy >=1.17
- - sqlalchemy >=1.3
+ - python >=3.7
+ - dragons >=3.1.0
+ - gemini_obs_db >=1.0
+ - sqlalchemy >=1.3,<2.0.0a0 # code not yet updated for new v2 API