Skip to content

Commit

Permalink
conda: sanitize version
Browse files Browse the repository at this point in the history
sbourdeauducq committed Sep 6, 2017
1 parent 7d9e605 commit 6abc1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/misoc/meta.yaml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ source:
build:
noarch: python
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_FULL_HASH", "")[:8] }}
string: py35_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_FULL_HASH", "")[:8] }}
entry_points:
# NOTE: conda-build cannot distinguish between console and gui scripts
{% for entry_point_type, entry_points in data.get("entry_points", dict()).items() -%}

0 comments on commit 6abc1b4

Please sign in to comment.