generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
7
package/python-construct/Config.in
Normal file
7
package/python-construct/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_CONSTRUCT
|
||||
bool "python-construct"
|
||||
help
|
||||
A powerful declarative symmetric parser/builder for binary
|
||||
data.
|
||||
|
||||
https://construct.readthedocs.io/
|
||||
5
package/python-construct/python-construct.hash
Normal file
5
package/python-construct/python-construct.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/project/construct
|
||||
md5 e426d3dd1566066e4ef1a03fe474dec0 construct-2.10.68.tar.gz
|
||||
sha256 7b2a3fd8e5f597a5aa1d614c3bd516fa065db01704c72a1efaaeec6ef23d8b45 construct-2.10.68.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 1552d70acfd0d3fe464ce13d30113ddc6fe4bac21e52212acc98509e3cc1a8f4 LICENSE
|
||||
14
package/python-construct/python-construct.mk
Normal file
14
package/python-construct/python-construct.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-construct
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_CONSTRUCT_VERSION = 2.10.68
|
||||
PYTHON_CONSTRUCT_SOURCE = construct-$(PYTHON_CONSTRUCT_VERSION).tar.gz
|
||||
PYTHON_CONSTRUCT_SITE = https://files.pythonhosted.org/packages/e0/b7/a4a032e94bcfdff481f2e6fecd472794d9da09f474a2185ed33b2c7cad64
|
||||
PYTHON_CONSTRUCT_SETUP_TYPE = setuptools
|
||||
PYTHON_CONSTRUCT_LICENSE = MIT
|
||||
PYTHON_CONSTRUCT_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user