We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9e605 commit 6abc1b4Copy full SHA for 6abc1b4
conda/misoc/meta.yaml
@@ -10,7 +10,7 @@ source:
10
build:
11
noarch: python
12
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
13
- 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] }}
14
entry_points:
15
# NOTE: conda-build cannot distinguish between console and gui scripts
16
{% for entry_point_type, entry_points in data.get("entry_points", dict()).items() -%}
0 commit comments