Commit 1ccf1409 authored by Sebastien Bourdeauducq's avatar Sebastien Bourdeauducq
Browse files

conda: use new noarch system

parent 1a145a52
...@@ -6,7 +6,7 @@ source: ...@@ -6,7 +6,7 @@ source:
git_url: ../.. git_url: ../..
build: build:
noarch_python: true noarch: python
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
string: py35_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_DESCRIBE_HASH", "")[1:] }} string: py35_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_DESCRIBE_HASH", "")[1:] }}
script: python setup.py install script: python setup.py install
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment