conda: also add build number, not just string.

This commit is contained in:
whitequark 2015-10-21 21:14:41 +03:00
parent a756862190
commit 1eef71ba87
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ source:
build: build:
noarch_python: true noarch_python: true
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
script: $PYTHON setup.py install script: $PYTHON setup.py install