Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions pythonforandroid/recipes/selectolax/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from pythonforandroid.recipe import PyProjectRecipe


class SelectolaxRecipe(PyProjectRecipe):
version = '0.4.10'
url = 'https://pypi.python.org/packages/source/s/selectolax/selectolax-{version}.tar.gz'
depends = ['setuptools']
hostpython_prerequisites = ['cython==3.2.8']

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Late minor comment: Ideally the version pinning should be relaxed a bit whenever it's possible



recipe = SelectolaxRecipe()
Loading