File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
- from pythonforandroid .recipe import CppCompiledComponentsPythonRecipe , warning , Recipe
2
+ from pythonforandroid .recipe import CppCompiledComponentsPythonRecipe
3
3
4
4
from os .path import join
5
- import shutil
5
+
6
6
7
7
class MatplotlibRecipe (CppCompiledComponentsPythonRecipe ):
8
-
8
+
9
9
version = '3.0.3'
10
10
url = 'https://github.com/matplotlib/matplotlib/archive/v{version}.zip'
11
11
Original file line number Diff line number Diff line change 1
1
from pythonforandroid .recipes .Pillow import PillowRecipe
2
2
from pythonforandroid .logger import warning
3
3
4
+
4
5
class PilRecipe (PillowRecipe ):
5
6
"""A transparent wrapper around the Pillow recipe, it should build
6
7
Pillow automatically as if "pillow" were specified in the
7
8
requirements.
8
9
"""
9
-
10
+
10
11
name = 'Pillow' # ensures the Pillow recipe directory is used where necessary
11
12
12
13
conflicts = ['pillow' ]
You can’t perform that action at this time.
0 commit comments