# IT4Innovations 2023 # JK easyblock = 'PythonPackage' name = 'msgpack' version = '1.0.5' homepage = 'https://github.com/msgpack/msgpack-python' description="""MessagePack is an efficient binary serialization format. It lets you exchange data among multiple languages like JSON. But it's faster and smaller. This package provides CPython bindings for reading and writing MessagePack data.""" toolchain = {'name': 'GCCcore', 'version': '11.3.0'} sources = [SOURCELOWER_TAR_GZ] checksums = ['c075544284eadc5cddc70f4757331d99dcbc16b2bbd4849d15f8aae4cf36d31c'] builddependencies = [('binutils', '2.38')] dependencies = [ ('Python', '3.10.4'), ] download_dep_fail = True use_pip = True sanity_pip_check = True moduleclass = 'lib'