mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-21 18:12:13 +00:00
15 lines
550 B
Makefile
15 lines
550 B
Makefile
################################################################################
|
|
#
|
|
# python-msgpack
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_MSGPACK_VERSION = 1.1.1
|
|
PYTHON_MSGPACK_SOURCE = msgpack-$(PYTHON_MSGPACK_VERSION).tar.gz
|
|
PYTHON_MSGPACK_SITE = https://files.pythonhosted.org/packages/45/b1/ea4f68038a18c77c9467400d166d74c4ffa536f34761f7983a104357e614
|
|
PYTHON_MSGPACK_LICENSE = Apache-2.0
|
|
PYTHON_MSGPACK_LICENSE_FILES = COPYING
|
|
PYTHON_MSGPACK_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|