conda: also add build number, not just string.

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

View File

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