mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 19:28:06 +01:00

new file: a/ASE/ASE-3.15.0-Python-3.6.2-base.eb new file: a/ATK/ATK-2.18.0.eb new file: c/cairo/cairo-1.14.12.eb new file: c/cairo/cairo-1.14.6.eb modified: f/fontconfig/fontconfig-2.11.1.eb new file: g/GLib/GLib-2.55.0.eb new file: g/GObject-Introspection/GObject-Introspection-1.47.1.eb new file: g/GTK+/GTK+-2.24.28.eb new file: g/Gdk-Pixbuf/Gdk-Pixbuf-2.32.3.eb new file: h/HarfBuzz/HarfBuzz-1.1.3.eb modified: l/libXext/libXext-1.3.3.eb new file: l/libXrender/libXrender-0.9.9.eb new file: l/libglade/libglade-2.6.4.eb new file: n/numpy/numpy-1.13.3-Python-3.6.2-base.eb new file: p/Pango/Pango-1.39.0.eb new file: p/PyCairo/PyCairo-1.10.0-Python-2.7.13-base.eb new file: p/PyCairo/PyCairo-1.15.4-Python-2.7.13.eb new file: p/PyGObject/PyGObject-2.28.6-Python-2.7.13-base.eb new file: p/PyGObject/PyGObject-2.28.6-Python-2.7.13.eb new file: p/PyGObject/PyGObject-2.28.6_enum-types.patch new file: p/PyGTK/PyGTK-2.24.0-Python-2.7.13-base.eb new file: p/PyGTK/PyGTK-2.24.0-Python-2.7.13.eb modified: p/p4vasp/p4vasp-0.3.30-GNU-4.9.3-2.25.eb new file: p/p4vasp/p4vasp-0.3.30.eb new file: s/scipy/scipy-1.0.0-Python-3.6.2-base.eb deleted: g/GObject-Introspection/GObject-Introspection-1.52.0.eb
50 lines
1.3 KiB
Plaintext
50 lines
1.3 KiB
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'GObject-Introspection'
|
|
version = '1.47.1'
|
|
|
|
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': 'dummy', 'version': ''}
|
|
|
|
source_urls = [FTPGNOME_SOURCE]
|
|
sources = [SOURCELOWER_TAR_XZ]
|
|
|
|
pyver = '2.7.13'
|
|
|
|
dependencies = [
|
|
('Python', pyver),
|
|
('GLib', '2.52.0'),
|
|
('libffi', '3.2.1'),
|
|
]
|
|
|
|
builddependencies = [
|
|
('Autotools', '20150215'),
|
|
('flex', '2.6.0'),
|
|
('Bison', '3.0.4'),
|
|
('cairo', '1.14.12'),
|
|
]
|
|
|
|
preconfigopts = "env GI_SCANNER_DISABLE_CACHE=true "
|
|
|
|
# avoid using hard-coded path to 'python' in shebang of scripts
|
|
buildopts = "PYTHON=python"
|
|
|
|
modextrapaths = {
|
|
'GI_TYPELIB_PATH': 'share',
|
|
'XDG_DATA_DIRS': 'share',
|
|
}
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/g-ir-%s' % x for x in ['annotation-tool', 'compiler', 'generate', 'scanner']] +
|
|
['lib/libgirepository-1.0.%s' % x for x in ['so', 'a']],
|
|
'dirs': ['include', 'share']
|
|
}
|
|
|
|
moduleclass = 'devel'
|