# IT4Innovations 2019 easyblock = "PythonPackage" name = 'deepdiff' version = '3.3.0' homepage = 'https://pypi.org/project/deepdiff/' description = 'Python 2 and 3 local_compatibility library.' toolchain = {'name': 'Py', 'version': '2.7'} source_urls = ['https://files.pythonhosted.org/packages/63/61/cbff468d03c3a8b5893f9c77d9849383692111b79dc849e297fcee977af5/'] sources = ['deepdiff-%(version)s.tar.gz'] sanity_check_paths = { 'files': [], 'dirs': ['lib/python2.7/site-packages/%(name)s-%(version)s-py2.7.egg'], } moduleclass = 'python'