Skip to content

Commit

Permalink
BLD: conda.recipe fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback authored and cldy committed Feb 11, 2016
1 parent 1705594 commit a4843fb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
package:
name: pandas
version: {{ environ.get('GIT_DESCRIBE_TAG', '').replace('.dev', 'dev') }}
version: {{ GIT_DESCRIBE_TAG }}

build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
number: {{ GIT_DESCRIBE_NUMBER|int }}
string: np{{ CONDA_NPY }}py{{ CONDA_PY }}_{{ GIT_BUILD_STR }}

source:
path: ../
git_url: ../

requirements:
build:
Expand Down

0 comments on commit a4843fb

Please sign in to comment.