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

12 lines
266 B
Python
Raw Permalink Normal View History

2017-08-13 03:24:00 +02:00
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']
2017-08-13 03:24:00 +02:00
recipe = IpaddressRecipe()