forked from python-microscopy/python-microscopy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconstruct.yaml
More file actions
76 lines (61 loc) · 1.96 KB
/
construct.yaml
File metadata and controls
76 lines (61 loc) · 1.96 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# name and version (required)
name: python-microscopy
version: 19.12.17
# channels to pull packages from
channels: &id1
- http://repo.anaconda.com/pkgs/main/
- http://repo.anaconda.com/pkgs/free/
- https://conda.anaconda.org/david_baddeley
- http://repo.anaconda.com/pkgs/msys2
# specifications
specs:
- python
- python-microscopy
- conda
- wxpython <3.9
- numpy=1.14
- pillow
#- console_shortcut [win]
- menuinst [win]
#- sample [osx]
# exclude these packages (list of names)
exclude:
#- openssl [unix]
#- readline [unix]
#- tk
#- pyqt
#- qt
#- python
# explicitly listed packages
# pkgs.txt
packages:
# - python-2.7.9-0.tar.bz2
#install_in_dependency_order: True
keep_pkgs: True
#pre_install: hello.sh [unix]
#post_install: goodbye.sh [unix]
#post_install: test-post.bat [win]
# The conda default channels which are used when running a conda which
# was installed be the constructor created (requires conda in the
# specifications) installer
conda_default_channels: *id1
# type of the installer being created. Possible values are "sh", "pkg",
# and "exe". By default, the type is "sh" on Unix, and "exe" on Windows.
installer_type: pkg [osx]
# installer filename (a reasonable default filename will determined by
# the `name`, (optional) `version`, OS and installer type)
#installer_filename: grin.sh
# a file with a license text, which is shown during the install process
license_file: LICENSE
attempt_hardlinks: True
ignore_duplicate_files: True
# default install prefix
#default_prefix: /opt/example
# If `welcome_image` or `header_image` are not provided, their texts
# default to `name`, which may be overridden by the following keys
#welcome_image_text: |-
# multi-line
# welcome-text
#header_image_text: |-
# multi-line
# header-text