mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: g/GTK+/GTK+-3.24.8-GCCcore-8.2.0.eb new file: m/Meld/Meld-3.20.1-Python-3.7.2.eb new file: o/OpenMPI/OpenMPI-3.1.4-GCC-6.3.0-2.27.eb new file: r/RSPt/RSPTmake.inc new file: r/RSPt/RSPt-1.1-intel-2017c.eb new file: r/RSPt/RSPt-1.1-intel-2017c.patch new file: s/SPRKKR/SPRKKR-7.7.2-intel-2017c.eb new file: s/SPRKKR/SPRKKR-7.7.2-intel-2017c.patch deleted: p/PyGTK/PyGTK-2.24.0-Python-2.7.13.eb
29 lines
856 B
Plaintext
29 lines
856 B
Plaintext
# 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 compare files, directories, and version controlled projects. It provides two- and three-way 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'
|