mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-22 10:32:10 +00:00
python-u-msgpack: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> [Thomas: add umsgpack.py as license file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
ac72010d3c
commit
f18d22e834
14
package/python-u-msgpack/python-u-msgpack.mk
Normal file
14
package/python-u-msgpack/python-u-msgpack.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-u-msgpack
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_U_MSGPACK_VERSION = 2.1
|
||||
PYTHON_U_MSGPACK_SOURCE = u-msgpack-python-$(PYTHON_U_MSGPACK_VERSION).tar.gz
|
||||
PYTHON_U_MSGPACK_SITE = https://pypi.python.org/packages/b7/8d/791f037a0954f98a8eceb09c7c14babb97db0a81c985108bb21939b801eb
|
||||
PYTHON_U_MSGPACK_SETUP_TYPE = distutils
|
||||
PYTHON_U_MSGPACK_LICENSE = MIT
|
||||
PYTHON_U_MSGPACK_LICENSE_FILES = umsgpack.py
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user