From c522594fd9b775e7c8dceaf1de5b2d3d985d8a91 Mon Sep 17 00:00:00 2001 From: Joe Jevnik Date: Fri, 15 Jan 2016 20:05:01 -0500 Subject: [PATCH] BLD: we conda now --- .gitignore | 2 ++ conda/zipline/meta.yaml | 7 ++----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 305dc8ef..2868b1da 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,5 @@ benchmarks.db # Intellij IDE temp project files .project zipline.iml + +.binstar.yml \ No newline at end of file diff --git a/conda/zipline/meta.yaml b/conda/zipline/meta.yaml index cba92075..ac84a3ad 100644 --- a/conda/zipline/meta.yaml +++ b/conda/zipline/meta.yaml @@ -2,13 +2,10 @@ package: name: zipline - version: {{ environ.get('GIT_DESCRIBE_TAG', '')}} + version: 0.8.4 build: - 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 %} - + number: 0 source: path: ../../