This repository has been archived by the owner on Mar 17, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconstruct.yaml
57 lines (49 loc) · 1.74 KB
/
construct.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Notes
# * Mac/Linux only at this point
# * installer built w/constructor 1.3.0 and conda-forge and defaults in .condarc
# * jinja not working in constructor yet
#{% set python_version = "3.4" %}
#{% set python_version_string = "py%s" % (python_version.replace('.', '')) %}
#{% set anvil_version = "0.1" %}
#{% set os = "MacOSX" %}
#{% set arch = "x86_64" %}
#{% set ext = "sh" %}
name: anvil
version: 0.1.1
#installer_filename: anvil-0.1.1-py27-MacOSX-x86_64.sh # [osx]
#installer_filename: anvil-0.1.1-py34-MacOSX-x86_64.sh # [osx]
installer_filename: anvil-0.1.1-py35-MacOSX-x86_64.sh # [osx]
#installer_filename: anvil-0.1.1-py27-Linux-x86_64.sh # [linux]
#installer_filename: anvil-0.1.1-py34-Linux-x86_64.sh # [linux]
installer_filename: anvil-0.1.1-py35-Linux-x86_64.sh # [linux]
# installer_filename: anvil-{{ anvil_version }}-{{ python_version_string }}-{{ os }}-{{ arch }}.{{ ext }}
# Miniconda{major_py_version}-{miniconda_version}-{OS}-{arch}.{ext}
# https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh
channels:
- http://conda.anaconda.org/conda-forge
- http://repo.continuum.io/pkgs/free/
specs:
# from github.com/conda-forge/conda-smithy/blob/master/requirements.txt and
# >>> conda install --file requirements.txt nose mock python=${PYTHON} --yes --quiet -c conda-forge
- conda
- conda-build
- conda-build-all
- gitpython
- jinja2
- mock
- nose
- pycrypto
- pygithub <2
# - python 2.7*
# - python 3.4*
- python 3.5*
- requests
- ruamel.yaml
- setuptools
# from pinned in github.com/conda-forge/conda-forge.github.io/blob/master/scripts/pin_the_slow_way.py
- sqlite 3.13.*
- xz 5.2.*
channels:
- http://conda.anaconda.org/conda-forge
- http://repo.continuum.io/pkgs/free/
keep_pkgs: true