File tree Expand file tree Collapse file tree 2 files changed +24
-42
lines changed Expand file tree Collapse file tree 2 files changed +24
-42
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Full credit goes to https://github.com/conda/conda-recipes for providing this recipe.
2
2
# It has been subsequently adapted for automated building with conda-forge and matplotlib.
3
3
4
+ {% set data = load_setuptools() %}
5
+
4
6
package :
5
7
name : matplotlib
6
- version : 1.5.1.9
8
+ version : {{data.get('version')}}
7
9
8
10
source :
9
11
path : ../../
@@ -13,50 +15,42 @@ source:
13
15
- cfg_qt4agg.patch # [linux]
14
16
# Patches the matplotlibrc template to default to Qt4.
15
17
- rctmp_pyside.patch # [not osx]
16
- # Patches setupext to look in PREFIX for the tcl/tk headers.
17
- - osx-tk.patch # [osx]
18
- # dynamic version from git
19
- # we can't use condas usual dynamic versions as setup.py uses a guard
20
- # around the setup call against importing, which is done internaly
21
- # by conda build to get the version.
22
- # https://github.com/matplotlib/matplotlib/pull/5629#issuecomment-167243654
23
- - condaversion.patch
18
+
24
19
25
20
requirements :
26
21
build :
27
22
- python
28
23
- setuptools
24
+ - pkg-config # [not win]
29
25
- numpy x.x
30
26
- python-dateutil
31
- - freetype
32
- - msinttypes # [win]
33
- - cycler
27
+ - freetype 2.6*
28
+ - msinttypes # [win]
29
+ - cycler >=0.10
34
30
- nose
35
31
- pyparsing
36
32
- pytz
37
- # - py2cairo # [linux and py2k]
33
+ # - py2cairo # [linux and py2k]
38
34
- tornado
39
- - libpng
40
- - zlib # [win]
41
- - pyqt # [not osx]
42
- - tk # [linux and win]
43
- - functools32 # [py2k]
44
- - msvc_runtime # [win]
35
+ - libpng 1.6*
36
+ - zlib 1.2* # [win]
37
+ - pyqt # [not osx]
38
+ - tk # [linux]
39
+ - functools32 # [py2k]
45
40
46
41
run :
47
42
- python
48
43
- numpy x.x
49
- - cycler
44
+ - cycler >=0.10
50
45
- python-dateutil
51
- - freetype
46
+ - freetype 2.6*
52
47
- pytz
53
48
- pyparsing
54
- # - py2cairo # [linux and py2k]
55
- - libpng
56
- - pyqt # [not osx]
57
- - tk # [linux and win]
58
- - functools32 # [py2k]
59
- - msvc_runtime # [win]
49
+ # - py2cairo # [linux and py2k]
50
+ - libpng 1.6*
51
+ - pyqt # [not osx]
52
+ - tk # [linux and win]
53
+ - functools32 # [py2k]
60
54
61
55
test :
62
56
imports :
70
64
71
65
extra :
72
66
recipe-maintainers :
67
+ - janschulz # only in the mpl repository
68
+ - mdboom # rest form conda-forge
69
+ - ocefpaf
73
70
- pelson
74
71
- tacaswell
75
- - JanSchulz
You can’t perform that action at this time.
0 commit comments