File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
from pythonforandroid .recipe import PythonRecipe
2
2
3
3
4
- class ThisRecipe (PythonRecipe ):
4
+ class JoblibRecipe (PythonRecipe ):
5
5
org = 'joblib'
6
6
name = 'joblib'
7
7
version = '0.17.0'
@@ -11,4 +11,4 @@ class ThisRecipe(PythonRecipe):
11
11
patches = ['multiprocessing.patch' ]
12
12
13
13
14
- recipe = ThisRecipe ()
14
+ recipe = JoblibRecipe ()
Original file line number Diff line number Diff line change 2
2
from multiprocessing import cpu_count
3
3
4
4
5
- class ThisRecipe (CompiledComponentsPythonRecipe ):
5
+ class ScikitlearnRecipe (CompiledComponentsPythonRecipe ):
6
6
7
7
site_packages_name = 'scikit-learn'
8
8
version = '0.23.2'
@@ -37,4 +37,4 @@ def get_recipe_env(self, arch):
37
37
return env
38
38
39
39
40
- recipe = ThisRecipe ()
40
+ recipe = ScikitlearnRecipe ()
Original file line number Diff line number Diff line change 1
1
from pythonforandroid .recipe import PythonRecipe
2
2
3
3
4
- class ThisRecipe (PythonRecipe ):
4
+ class ThreadpoolctlRecipe (PythonRecipe ):
5
5
org = 'joblib'
6
6
name = 'threadpoolctl'
7
7
version = '2.1.0'
@@ -11,4 +11,4 @@ class ThisRecipe(PythonRecipe):
11
11
patches = ['docstring.patch' , 'setuptools.patch' ]
12
12
13
13
14
- recipe = ThisRecipe ()
14
+ recipe = ThreadpoolctlRecipe ()
You can’t perform that action at this time.
0 commit comments