File tree Expand file tree Collapse file tree 2 files changed +20
-23
lines changed Expand file tree Collapse file tree 2 files changed +20
-23
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,17 +10,27 @@ source:
10
10
sha256 : 03f875b3cdb595394eabed823d80d4da50d687f3ade4a017ff0159ce277ae331
11
11
12
12
build :
13
- number : 2
13
+ number : 3
14
14
run_exports :
15
15
- {{ pin_subpackage(name, max_pin="x.x") }}
16
+ script :
17
+ - {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --disable-pip-version-check
18
+ - cargo-bundle-licenses --format yaml --output THIRDPARTY.yml
16
19
17
20
requirements :
18
21
build :
19
- - {{ compiler('c') }}
22
+ - python # [build_platform != target_platform]
23
+ - cross-python_{{ target_platform }} # [build_platform != target_platform]
24
+ - crossenv # [build_platform != target_platform]
25
+ - maturin >=1.5,<2 # [build_platform != target_platform]
26
+ - {{ compiler("c") }}
27
+ - {{ compiler("rust") }}
28
+ - {{ stdlib("c") }}
29
+ - cargo-bundle-licenses
20
30
host :
21
- - pip
22
- - maturin
23
31
- python
32
+ - pip
33
+ - maturin >=1.5,<2
24
34
run :
25
35
- python
26
36
@@ -33,8 +43,13 @@ about:
33
43
license : MIT
34
44
license_family : MIT
35
45
license_file : LICENSE
36
- summary : " Python library for identification and masking of low-complexity regions in nucleotide sequences."
46
+ summary : >
47
+ Python library for identification and masking of low-complexity regions in
48
+ nucleotide sequences.
37
49
38
50
extra :
39
51
additional-platforms :
40
52
- linux-aarch64
53
+ - osx-arm64
54
+ skip-lints :
55
+ - version_constraints_missing_whitespace # see https://github.com/bioconda/bioconda-recipes/issues/51185
You can’t perform that action at this time.
0 commit comments