File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
{% set data = load_setup_py_data() %}
2
2
3
3
package :
4
- name : alinea .astk
4
+ name : openalea .astk
5
5
version : {{ data.get('version') }}
6
6
7
7
source :
@@ -11,18 +11,17 @@ build:
11
11
noarch : python
12
12
preserve_egg_dir : True
13
13
number : 1
14
- script : python setup.py install # --single-version-externally-managed --record=record.txt
14
+ script : python setup.py install
15
15
16
16
requirements :
17
17
build :
18
18
- python
19
19
- setuptools
20
20
21
21
run :
22
- - python >=3.6
22
+ - python >=3.7
23
23
- openalea.plantgl
24
24
- pvlib-python
25
- - six
26
25
27
26
test :
28
27
requires :
38
37
about :
39
38
home : http://github.com/openalea-incubator/astk
40
39
license : CeCILL_C
41
- summary : The Alinea .astk package provides utilities for simulation of FSPM models .
40
+ summary : The openalea .astk package computes sun irradiance according to sun position, and manage weather data .
42
41
You can’t perform that action at this time.
0 commit comments