-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmeta.yaml
More file actions
44 lines (40 loc) · 845 Bytes
/
meta.yaml
File metadata and controls
44 lines (40 loc) · 845 Bytes
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
package:
name: protoci
version: 0.0.32
source:
git_rev: 0.0.32
git_url: https://github.com/ContinuumIO/ProtoCI
build:
number: 1
requirements:
build:
- setuptools
- networkx
- pyyaml
- requests
- jinja2
- psutil
- pycosat
- pytest
run:
- networkx
- requests
- networkx
- pyyaml
- requests
- jinja2
- psutil
- pycosat
- pytest
about:
summary: Helps with building conda packages in anaconda-build.
test:
commands:
- which protoci-sequential-build #[not win]
- which protoci-difference-build #[not win]
- which protoci-split-packages #[not win]
- which protoci-submit #[not win]
- where protoci-sequential-build #[win]
- where protoci-difference-build #[win]
- where protoci-split-packages #[win]
- where protoci-submit #[win]