summaryrefslogtreecommitdiff
path: root/astropy/meta.yaml
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2016-05-25 17:40:56 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2016-05-25 17:40:56 -0400
commitfad4e90cefb93f897d24b26ce382039d6c70466f (patch)
tree07fd643b8ba0bd36ce89d62593de9b3e39e7d29c /astropy/meta.yaml
parent25e728fa805fb4f0ce3bcb44e53c4f926f26e110 (diff)
downloadastroconda-dev-fad4e90cefb93f897d24b26ce382039d6c70466f.tar.gz
Force astropy to be picked up in an update regardless
Diffstat (limited to 'astropy/meta.yaml')
-rw-r--r--astropy/meta.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/astropy/meta.yaml b/astropy/meta.yaml
index 187e63f..e8856f0 100644
--- a/astropy/meta.yaml
+++ b/astropy/meta.yaml
@@ -1,8 +1,7 @@
{% set name = 'astropy' %}
-{% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0")
- +".dev"
- +environ.get("GIT_DESCRIBE_NUMBER", "0") %}
+{% set version = environ.get("GIT_DESCRIBE_NUMBER", "0") %}
{% set number = '0' %}
+{% set build_string = environ.get("GIT_DESCRIBE_HASH", "NOHASH") + "_" + number %}
about:
home: https://github.com/spacetelescope/{{ name }}
@@ -10,6 +9,7 @@ about:
summary: Astropy is a package intended to contain much of the core functionality and some common tools needed for performing astronomy and astrophysics with Python.
build:
number: {{ number }}
+ string: {{ build_string }}
package:
name: {{ name }}
version: {{ version }}