# JH 2020 easyblock = 'MesonNinja' name = 'GObject-Introspection' version = '1.63.1' versionsuffix = '-Py-3.7' homepage = 'https://wiki.gnome.org/GObjectIntrospection/' description = """GObject introspection is a middleware layer between C libraries (using GObject) and language bindings. The C library can be scanned at compile time and generate a metadata file, in addition to the actual native C library. Then at runtime, language bindings can read this metadata and automatically provide bindings to call into the C library.""" toolchain = {'name': 'GCCcore', 'version': '8.3.0'} source_urls = [FTPGNOME_SOURCE] sources = [SOURCELOWER_TAR_XZ] checksums = ['476379bde8d080d92dd1bb1684f6aa8d79d90ddb81fc85dfa3576e36f9777ab6'] builddependencies = [ ('Meson', '0.53.0', '-Py-3.7', True), ('Ninja', '1.9.0', '', True), ('flex', '2.6.4', '', True), ('Bison', '3.3.2', '', True), ('cairo', '1.17.2'), ] dependencies = [ ('Py', '3.7', '', True), ('GLib', '2.64.0'), ('libffi', '3.3'), ('util-linux', '2.34'), ] preconfigopts = "env GI_SCANNER_DISABLE_CACHE=true " sanity_check_paths = { 'files': ['bin/g-ir-%s' % x for x in ['annotation-tool', 'compiler', 'generate', 'scanner']] + ['lib/libgirepository-1.0.' + SHLIB_EXT], 'dirs': ['include', 'share'] } moduleclass = 'devel'