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

11 lines
266 B
Python

from pythonforandroid.recipe import PythonRecipe
class IpaddressRecipe(PythonRecipe):
name = 'ipaddress'
version = '1.0.22'
url = 'https://github.com/phihag/ipaddress/archive/v{version}.tar.gz'
depends = ['setuptools']
recipe = IpaddressRecipe()