lbry-android-sdk/p4a/pythonforandroidold/recipes/feedparser/__init__.py

13 lines
334 B
Python
Raw Normal View History

2022-12-02 21:15:34 +01:00
from pythonforandroid.recipe import PythonRecipe
class FeedparserPyRecipe(PythonRecipe):
version = '5.2.1'
url = 'https://github.com/kurtmckee/feedparser/archive/{version}.tar.gz'
depends = ['setuptools']
site_packages_name = 'feedparser'
call_hostpython_via_targetpython = False
recipe = FeedparserPyRecipe()