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 956a266 + cbfbbba commit 36a7af8Copy full SHA for 36a7af8
pythonforandroid/recipes/regex/__init__.py
@@ -0,0 +1,12 @@
1
+from pythonforandroid.toolchain import CompiledComponentsPythonRecipe
2
+
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'
8
9
+ depends = ['python2', 'setuptools']
10
11
12
+recipe = RegexRecipe()
0 commit comments