Skip to content

Commit

Permalink
recipe-version-2 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Jun 12, 2018
1 parent fd78689 commit e342e1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conda-recipes/cyberpandas/meta.yaml
Expand Up @@ -3,7 +3,9 @@ package:
version: {{ environ.get('GIT_DESCRIBE_TAG', '') }}

build:
number: 0
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
{% if GIT_DESCRIBE_NUMBER|int == 0 %}string: py{{ CONDA_PY }}_0
{% else %}string: py{{ CONDA_PY }}_{{ GIT_BUILD_STR }}{% endif %}
script: python setup.py install --single-version-externally-managed --record=record.txt

source:
Expand Down

0 comments on commit e342e1c

Please sign in to comment.