diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-03 16:28:40 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 11:17:34 -0400 |
commit | 486346f9e71069f6a6ef003d0709ed8770d7f3a4 (patch) | |
tree | 43f194d22f86cc72fdc2a0639352541d0b0dec52 /stsci.stimage | |
parent | 9107a631560e0519e9ad225f475d3e502e0554da (diff) | |
download | astroconda-dev-486346f9e71069f6a6ef003d0709ed8770d7f3a4.tar.gz |
Full dev mode redux
Diffstat (limited to 'stsci.stimage')
-rw-r--r-- | stsci.stimage/meta.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stsci.stimage/meta.yaml b/stsci.stimage/meta.yaml index 8487d3d..a99dbc8 100644 --- a/stsci.stimage/meta.yaml +++ b/stsci.stimage/meta.yaml @@ -1,5 +1,7 @@ {% set name = 'stsci.stimage' %} -{% 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: @@ -14,7 +16,6 @@ package: version: {{ version }} requirements: build: - - relic >=1.0.3 - setuptools - numpy x.x - python x.x @@ -22,7 +23,6 @@ requirements: - numpy x.x - python x.x source: - git_tag: {{ version }} git_url: https://github.com/spacetelescope/stsci.stimage test: imports: |