Skip to content

Commit cbfbbba

Browse files
committed
Added "regex" module recipe.
1 parent 956a266 commit cbfbbba

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)