From 486346f9e71069f6a6ef003d0709ed8770d7f3a4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sun, 3 Apr 2016 16:28:40 -0400 Subject: Full dev mode redux --- costools/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'costools') diff --git a/costools/meta.yaml b/costools/meta.yaml index 9d652d6..ecda61f 100644 --- a/costools/meta.yaml +++ b/costools/meta.yaml @@ -1,5 +1,7 @@ {% set name = 'costools' %} -{% set version = GIT_DESCRIBE_TAG %} +{% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0") + +".dev" + +environ.get("GIT_DESCRIBE_NUMBER", "0") %} {% set number = '0' %} about: @@ -15,7 +17,6 @@ requirements: build: - astropy >=1.1 - calcos - - relic >=1.0.3 - stsci.tools - setuptools - numpy x.x @@ -28,7 +29,6 @@ requirements: - numpy x.x - python x.x source: - git_tag: {{ version }} git_url: https://github.com/spacetelescope/costools test: commands: -- cgit