Skip to content

Commit 5128700

Browse files
committed
Update
1 parent 5330267 commit 5128700

File tree

4 files changed

+7
-292
lines changed

4 files changed

+7
-292
lines changed
Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1+
from pythonforandroid.recipe import PyProjectRecipe
12

2-
from pythonforandroid.recipe import PythonRecipe
33

4+
class SympyRecipe(PyProjectRecipe):
45

5-
class SympyRecipe(PythonRecipe):
6-
version = '1.1.1'
7-
url = 'https://github.com/sympy/sympy/releases/download/sympy-{version}/sympy-{version}.tar.gz'
8-
6+
version = '1.14.0'
7+
url = 'https://github.com/sympy/sympy/archive/refs/tags/{version}.zip'
98
depends = ['mpmath']
10-
11-
call_hostpython_via_targetpython = True
12-
13-
patches = ['fix_timeutils.patch', 'fix_pretty_print.patch']
9+
hostpython_prerequisites = ['setuptools', 'build']
10+
call_hostpython_via_targetpython = False
11+
install_in_hostpython = True
1412

1513

1614
recipe = SympyRecipe()

pythonforandroid/recipes/sympy/fix_android_detection.patch

Lines changed: 0 additions & 47 deletions
This file was deleted.

pythonforandroid/recipes/sympy/fix_pretty_print.patch

Lines changed: 0 additions & 223 deletions
This file was deleted.

pythonforandroid/recipes/sympy/fix_timeutils.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)