8000 This should work, but doesn't. Go figure. · gruns/python-for-android@08072da · GitHub
[go: up one dir, main page]

Skip to content

Commit 08072da

Browse files
committed
This should work, but doesn't. Go figure.
1 parent a9746a8 commit 08072da

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
50C4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
from pythonforandroid.toolchain import CompiledComponentsPythonRecipe
2+
3+
4+
class LevenshteinRecipe(CompiledComponentsPythonRecipe):
5+
name="levenshtein"
6+
version = '0.12.0'
7+
url = 'https://pypi.python.org/packages/source/p/python-Levenshtein/python-Levenshtein-{version}.tar.gz'
8+
depends = [('python2', 'python3'), 'setuptools']
9+
10+
call_hostpython_via_targetpython = False
11+
install_in_targetpython = False
12+
install_in_hostpython = True
13+
14+
recipe = LevenshteinRecipe()

0 commit comments

Comments
 (0)
0