conda: use new noarch system

This commit is contained in:
Sebastien Bourdeauducq 2017-06-06 13:34:23 +08:00
parent 50413980d2
commit 2b18943947
4 changed files with 30 additions and 25 deletions

View File

@ -6,7 +6,7 @@ source:
git_url: ../..
build:
noarch_python: true
noarch: python
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_FULL_HASH", "")[:8] }}

View File

@ -1,5 +0,0 @@
#!/bin/bash
ARTIQ_PREFIX=$PREFIX/lib/python3.5/site-packages/artiq
$PYTHON setup.py install --single-version-externally-managed --record=record.txt

View File

@ -5,10 +5,20 @@ package:
source:
git_url: ../..
{% set data = load_setup_py_data() %}
build:
noarch_python: true
noarch: python
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
string: py_{{ 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() -%}
{% for entry_point in entry_points -%}
- {{ entry_point }}
{% endfor %}
{% endfor %}
script: $PYTHON setup.py install --single-version-externally-managed --record=record.txt
requirements:
build: