mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
First commit of Shredos v2021.08.2_19_x86-64_0.32.014
This commit is contained in:
7
package/python-u-msgpack/Config.in
Normal file
7
package/python-u-msgpack/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_U_MSGPACK
|
||||
bool "python-u-msgpack"
|
||||
help
|
||||
A portable, lightweight MessagePack serializer and
|
||||
deserializer written in pure Python.
|
||||
|
||||
https://github.com/vsergeev/u-msgpack-python
|
||||
5
package/python-u-msgpack/python-u-msgpack.hash
Normal file
5
package/python-u-msgpack/python-u-msgpack.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/u-msgpack-python/json
|
||||
md5 bbeedd924f3d8c8ee90611914b3594e6 u-msgpack-python-2.5.2.tar.gz
|
||||
sha256 09c85a8af77376034396681e76bf30c249a4fd8e5ebb239f8a468d3655f210d0 u-msgpack-python-2.5.2.tar.gz
|
||||
# Locally computed sha256
|
||||
sha256 0603a3e697a80b13640e3023bb534727f683ada5c4b0b0149d001ec5272d64f4 LICENSE
|
||||
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.5.2
|
||||
PYTHON_U_MSGPACK_SOURCE = u-msgpack-python-$(PYTHON_U_MSGPACK_VERSION).tar.gz
|
||||
PYTHON_U_MSGPACK_SITE = https://files.pythonhosted.org/packages/75/c4/d9404382d0f7d9be27b5d13498d033a4faa83f325b3893e1c29a0faa83b9
|
||||
PYTHON_U_MSGPACK_SETUP_TYPE = setuptools
|
||||
PYTHON_U_MSGPACK_LICENSE = MIT
|
||||
PYTHON_U_MSGPACK_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user