BLD: back to git url

This commit is contained in:
Joe Jevnik
2016-02-18 21:10:14 -05:00
committed by Richard Frank
parent 1c7f40532d
commit 448e0e9a3b
+5 -3
View File
@@ -2,13 +2,15 @@
package:
name: zipline
version: 0.8.4
version: {{ environ.get('GIT_DESCRIBE_TAG', '')}}
build:
number: 0
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
{% if environ.get('GIT_DESCRIBE_NUMBER', '0') == '0' %}string: py{{ environ.get('PY_VER').replace('.', '') }}_0
{% else %}string: py{{ environ.get('PY_VER').replace('.', '') }}_{{ environ.get('GIT_BUILD_STR', 'GIT_STUB') }}{% endif %}
source:
path: ../../
git_url: ../../
requirements:
build: