File tree 1 file changed +48
-0
lines changed
1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ {% set name = "numkit" %}
2
+ {% set version = "1.1.2" %}
3
+
4
+
5
+ package :
6
+ name : {{ name|lower }}
7
+ version : {{ version }}
8
+
9
+ source :
10
+ url : https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/numkit-{{ version }}.tar.gz
11
+ sha256 : cc7cabd8cd733d93f9b5d490d116ce22971a852f93894ed98db1a00311845fab
12
+
13
+ build :
14
+ number : 0
15
+ noarch : python
16
+ script : {{ PYTHON }} -m pip install . -vv
17
+
18
+ requirements :
19
+ host :
20
+ - pip
21
+ - python
22
+ run :
23
+ - numpy >=1.9
24
+ - matplotlib
25
+ - python
26
+ - scipy >=1.0
27
+ - six
28
+
29
+ test :
30
+ imports :
31
+ - numkit
32
+ - numkit.tests
33
+ commands :
34
+ - pip check
35
+ requires :
36
+ - pip
37
+
38
+ about :
39
+ home : https://github.com/Becksteinlab/numkit
40
+ summary : numerical first aid kit
41
+ doc_url : https://pythonhosted.org/numkit/
42
+ dev_url : https://github.com/Becksteinlab/numkit
43
+ license : BSD-3-Clause
44
+ license_file : LICENSE
45
+
46
+ extra :
47
+ recipe-maintainers :
48
+ - felix5572
You can’t perform that action at this time.
0 commit comments