# IT4Innovations 2018 easyblock = "PythonPackage" name = 'PyNaCl' version = '1.2.1' homepage = 'https://pypi.python.org/pypi/PyNaCl' description = 'Python binding to the Networking and Cryptography (NaCl) library' toolchain = {'name': 'Py', 'version': '2.7'} source_urls = [PYPI_SOURCE] sources = [SOURCE_TAR_GZ] dependencies = [ ('six', '1.11.0'), ] options = {'modulename': 'nacl'} sanity_check_paths = { 'dirs': ['lib/python2.7/site-packages/%(name)s-%(version)s-py2.7-linux-x86_64.egg'], 'files': [], } moduleclass = 'python'