lbry-android-sdk/p4a/pythonforandroid/recipes/kiwisolver/__init__.py
2022-12-02 15:15:34 -05:00

11 lines
310 B
Python

from pythonforandroid.recipe import CppCompiledComponentsPythonRecipe
class KiwiSolverRecipe(CppCompiledComponentsPythonRecipe):
site_packages_name = 'kiwisolver'
version = '1.3.2'
url = 'https://github.com/nucleic/kiwi/archive/{version}.zip'
depends = ['cppy']
recipe = KiwiSolverRecipe()