diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2018-01-10 14:55:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-10 14:55:50 -0500 |
commit | 0e6a900d71e4f4abf827d875ee5fa34e515c70d3 (patch) | |
tree | da5f9e1726b3d35beb23db4a16fbec2625685ac8 /pyds9 | |
parent | 50c73d447633a524bd24c05f9786b83d15d81fae (diff) | |
parent | f616c2deee92e953b1d088d378157a9c8096cfbf (diff) | |
download | astroconda-contrib-0e6a900d71e4f4abf827d875ee5fa34e515c70d3.tar.gz |
Merge pull request #296 from rendinam/pyds9_rework
Rework to better leverage automatic build string creation, fewer vars.
Diffstat (limited to 'pyds9')
-rw-r--r-- | pyds9/meta.yaml | 4 |
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 }} |