File tree 1 file changed +44
-0
lines changed
1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change
1
+ {% set name = "nwkit" %}
2
+ {% set version = "0.17.2" %}
3
+
4
+ package :
5
+ name : " {{ name|lower }}"
6
+ version : " {{ version }}"
7
+
8
+ source :
9
+ url : https://github.com/kfuku52/{{ name }}/archive/refs/tags/v{{ version }}.tar.gz
10
+ sha256 : 1e69af5c5307886e16f53d69d7324d790becf1a518f3a524add2ee4c65e99f91
11
+
12
+ build :
13
+ number : 0
14
+ noarch : python
15
+ script : " {{ PYTHON }} -m pip install . --no-build-isolation --no-deps -vv"
16
+ run_exports :
17
+ - {{ pin_subpackage("nwkit", max_pin="x.x") }}
18
+
19
+ requirements :
20
+ host :
21
+ - python >=3.8
22
+ - pip
23
+ - setuptools
24
+ - wheel
25
+ run :
26
+ - python >=3.8
27
+ - ete3
28
+ - biopython
29
+
30
+ test :
31
+ commands :
32
+ - nwkit --help
33
+ imports :
34
+ - nwkit
35
+
36
+ about :
37
+ home : " https://github.com/kfuku52/nwkit"
38
+ license : " BSD-3-Clause"
39
+ license_file : LICENSE
40
+ summary : " Tools for processing newick trees"
41
+
42
+ extra :
43
+ recipe-maintainers :
44
+ - kfuku52
You can’t perform that action at this time.
0 commit comments