# IT4Innovations 2019 easyblock = "PythonPackage" name = 'deepdiff' version = '4.0.6' homepage = 'https://pypi.org/project/deepdiff/' description = 'Python 2 and 3 local_compatibility library.' toolchain = {'name': 'Py', 'version': '3.6'} source_urls = ['https://files.pythonhosted.org/packages/19/6e/47b8ec63a0dea28c7d59e8cfadc4ea11c53ee156100bf42fd63d92f32e65/'] sources = ['deepdiff-%(version)s.tar.gz'] sanity_check_paths = { 'dirs': [], 'files': ['lib/python3.6/site-packages/%(name)s-%(version)s-py3.6.egg'], } moduleclass = 'python'