-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathmeta.yaml
58 lines (51 loc) · 1.05 KB
/
meta.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
57
58
{% set name = "boa" %}
{% set version = "0.17.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/mamba-org/boa/archive/{{ version }}.tar.gz
sha256: 09d898e5800ed0b3ef54ebbd48941f9b5f98b74dbb51f08d1dc4248142635c6d
build:
script: {{ PYTHON }} -m pip install . --no-deps -vv
number: 3
noarch: python
entry_points:
- conda-mambabuild = boa.cli.mambabuild:main
- boa = boa.cli.boa:main
requirements:
host:
- python >=3.7
- pip
run:
- python >=3.7
- conda >=23.3
- conda-build >=3.25,<24.7
- libmambapy >=1.5,<1.6
- ruamel.yaml >=0.15.0
- jinja2
- rich
- prompt_toolkit
- json5
- jsonschema
- joblib
- watchgod
- beautifulsoup4
- boltons
test:
imports:
- boa
- boa.cli
commands:
- boa -h
about:
home: https://github.com/mamba-org/boa
license: BSD-3-Clause
license_file: LICENSE
summary: The mamba-powered conda package builder
extra:
recipe-maintainers:
- wolfv
- JohanMabille
- isuruf
- mbargull