File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ from pythonforandroid .toolchain import PythonRecipe
2+
3+ class DecoratorPyRecipe (PythonRecipe ):
4+ version = '4.0.9'
5+ url = 'https://pypi.python.org/packages/source/d/decorator/decorator-{version}.tar.gz'
6+ depends = ['hostpython2' , 'setuptools' ]
7+ site_packages_name = 'decorator'
8+ call_hostpython_via_targetpython = False
9+
10+ recipe = DecoratorPyRecipe ()
Original file line number Diff line number Diff line change 1+ from pythonforandroid .toolchain import PythonRecipe
2+
3+ class FeedparserPyRecipe (PythonRecipe ):
4+ version = '5.2.1'
5+ url = 'https://github.com/kurtmckee/feedparser/archive/{version}.tar.gz'
6+ depends = ['hostpython2' , 'setuptools' ]
7+ site_packages_name = 'feedparser'
8+ call_hostpython_via_targetpython = False
9+
10+ recipe = FeedparserPyRecipe ()
You can’t perform that action at this time.
0 commit comments