easyblock = 'ConfigureMake' name = 'xcb-proto' version = '1.11' homepage = 'http://xcb.freedesktop.org/' description = """The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a small footprint, latency hiding, direct access to the protocol, improved threading support, and extensibility.""" toolchain = SYSTEM source_urls = ['http://xcb.freedesktop.org/dist/'] sources = [SOURCELOWER_TAR_GZ] python = 'Python' local_pyver = '2.7.9' versionsuffix = '-%s-%s' % (python, local_pyver) dependencies = [(python, local_pyver)] local_pyshortver = '.'.join(local_pyver.split('.')[0:2]) sanity_check_paths = { 'files': ['lib/pkgconfig/xcb-proto.pc'], 'dirs': ['lib/python%s/site-packages/xcbgen' % local_pyshortver] } moduleclass = 'devel'