8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5abb0ec + 2005508 commit 61ee55fCopy full SHA for 61ee55f
pythonforandroid/recipes/regex/__init__.py
@@ -3,10 +3,11 @@
3
4
class RegexRecipe(CompiledComponentsPythonRecipe):
5
name = 'regex'
6
- version = '2017.07.28'
7
- url = 'https://pypi.python.org/packages/d1/23/5fa829706ee1d4452552eb32e0bfc1039553e01f50a8754c6f7152e85c1b/regex-{version}.tar.gz'
+ version = '2019.06.08'
+ url = 'https://pypi.python.org/packages/source/r/regex/regex-{version}.tar.gz' # noqa
8
9
depends = ['setuptools']
10
+ call_hostpython_via_targetpython = False
11
12
13
recipe = RegexRecipe()
0 commit comments