From c0cdd52ca03dd390b4b938f3d7ea29fe4a38495a Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 31 Oct 2016 22:38:05 -0400 Subject: Update recipe based on recent astroconda changes --- stsci-data-analysis/meta.yaml | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/stsci-data-analysis/meta.yaml b/stsci-data-analysis/meta.yaml index 5bcec75..8f096f2 100644 --- a/stsci-data-analysis/meta.yaml +++ b/stsci-data-analysis/meta.yaml @@ -2,25 +2,41 @@ {% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0") +".dev" +environ.get("GIT_DESCRIBE_NUMBER", "0") %} -{% set number = '0' %} +{% set number = '1' %} about: home: http://stsci.edu license: BSD summary: stsci-data-analysis meta-package + build: number: {{ number }} + package: name: {{ name }} version: {{ version }} + requirements: + build: + - astropy + - astroimtools + - stginga + - specviz + - photutils + - glueviz + - imexam + - asdf + - numpy x.x + - python x.x run: - astropy - - specview - astroimtools - - cube-tools - stginga - - asv + - specviz + - photutils + - glueviz + - imexam - asdf - numpy x.x - python x.x + -- cgit