new package: py-msgpack (#14329)

* new package: py-msgpack

* remove python dependency

* remove cython dependency
This commit is contained in:
Sinan 2019-12-31 13:14:40 -08:00 committed by Adam J. Stewart
parent 5b979aee81
commit 5ddbd2fa6c

View File

@ -0,0 +1,17 @@
# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import *
class PyMsgpack(PythonPackage):
"""MessagePack (de)serializer."""
homepage = "https://msgpack.org/"
url = "https://pypi.io/packages/source/m/msgpack/msgpack-0.6.2.tar.gz"
version('0.6.2', sha256='ea3c2f859346fcd55fc46e96885301d9c2f7a36d453f5d8f2967840efa1e1830')
depends_on('py-setuptools', type='build')