summaryrefslogtreecommitdiff
path: root/pyds9/meta.yaml
diff options
context:
space:
mode:
authorMatt Rendina <mrendina@stsci.edu>2018-01-10 14:54:37 -0500
committerMatt Rendina <mrendina@stsci.edu>2018-01-10 14:54:37 -0500
commitf616c2deee92e953b1d088d378157a9c8096cfbf (patch)
tree19e1982a9f26b0a2a75979f6dcb9df13dab576c4 /pyds9/meta.yaml
parent9ade15f5f66e3ab0d58adfbd972925fe5803649a (diff)
downloadastroconda-contrib-f616c2deee92e953b1d088d378157a9c8096cfbf.tar.gz
Rework to to better leverage automatic build string creation, fewer vars.
Diffstat (limited to 'pyds9/meta.yaml')
-rw-r--r--pyds9/meta.yaml4
1 files changed, 1 insertions, 3 deletions
diff --git a/pyds9/meta.yaml b/pyds9/meta.yaml
index 871d8f4..a0c5f67 100644
--- a/pyds9/meta.yaml
+++ b/pyds9/meta.yaml
@@ -1,7 +1,6 @@
{% set name = 'pyds9' %}
-{% set version = '1.9.0.dev' %}
+{% set version = "1.9.0.dev" ~ GIT_DESCRIBE_NUMBER ~ "+" ~ GIT_DESCRIBE_HASH %}
{% set number = '1' %}
-{% set buildstr = GIT_BUILD_STR + '_py' + CONDA_PY + '_' + PKG_BUILDNUM %}
about:
home: https://github.com/ericmandel/{{ name }}
@@ -12,7 +11,6 @@ about:
build:
number: {{ number }}
- string: {{ buildstr }}
package:
name: {{ name }}