# IT4Innovations 2019 easyblock = 'PythonPackage' name = 'pkgconfig' version = '1.3.1' versionsuffix = '-Py-2.7' homepage = 'http://github.com/matze/pkgconfig' description = """pkgconfig is a Python module to interface with the pkg-config command line tool""" toolchain = {'name': 'intel', 'version': '2018a'} toolchainopts = {'usempi': True} source_urls = [PYPI_SOURCE] sources = [SOURCE_TAR_GZ] checksums = ['0bc77e955a5990b466b7277234a88dc6a62f1f4388ac1e95469051c82a17fd80'] dependencies = [ ('Py', '2.7', '', True), ('pkg-config', '0.29.2', '', True), ] sanity_check_paths = { 'files': [], 'dirs': ['lib/python2.7/site-packages/'], } moduleclass = 'devel'