lbry-android/p4a/pythonforandroid/recipes/simple-crypt/__init__.py
Akinwale Ariwodola 744cfaebc2 Initial commit
2017-08-13 02:24:00 +01:00

10 lines
339 B
Python

from pythonforandroid.toolchain import PythonRecipe
class SimpleCryptRecipe(PythonRecipe):
version = '4.1.7'
url = 'https://pypi.python.org/packages/source/s/simple-crypt/simple-crypt-{version}.tar.gz'
depends = [('python2', 'python3crystax'), 'pycrypto']
site_packages_name = 'simplecrypt'
recipe = SimpleCryptRecipe()