# IT4Innovations 2019 easyblock = 'PythonPackage' name = 'Meld' version = '3.20.1' homepage = 'https://meldmerge.org/' description = """Meld is a visual diff and merge tool targeted at developers. Meld helps you local_compare files, directories, and version controlled projects. It provides two- and three-way local_comparison of both files and directories, and has support for many popular version control systems.""" toolchain = {'name': 'GCCcore', 'version': '8.2.0'} source_urls = ['https://download.gnome.org/sources/meld/3.20/'] sources = ['meld-%(version)s.tar.xz'] dependencies = [ ('Python', '3.7.2'), ('GTK+', '3.24.8'), ('GLib', '2.60.1'), ('cairo', '1.16.0'), ('GObject-Introspection', '1.60.1', '-Python-3.7.2'), ] sanity_check_paths = {'files': [], 'dirs': [ 'lib/python3.7/site-packages/meld'], } moduleclass = 'python'