summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2018-01-10 14:55:50 -0500
committerGitHub <noreply@github.com>2018-01-10 14:55:50 -0500
commit0e6a900d71e4f4abf827d875ee5fa34e515c70d3 (patch)
treeda5f9e1726b3d35beb23db4a16fbec2625685ac8
parent50c73d447633a524bd24c05f9786b83d15d81fae (diff)
parentf616c2deee92e953b1d088d378157a9c8096cfbf (diff)
downloadastroconda-contrib-0e6a900d71e4f4abf827d875ee5fa34e515c70d3.tar.gz
Merge pull request #296 from rendinam/pyds9_rework
Rework to better leverage automatic build string creation, fewer vars.
-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 }}