generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
6
package/python-bitstring/Config.in
Normal file
6
package/python-bitstring/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_BITSTRING
|
||||
bool "python-bitstring"
|
||||
help
|
||||
Simple construction, analysis and modification of binary data.
|
||||
|
||||
https://github.com/scott-griffiths/bitstring
|
||||
5
package/python-bitstring/python-bitstring.hash
Normal file
5
package/python-bitstring/python-bitstring.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/bitstring/json
|
||||
md5 04d24380a0dc491e6bdacd983a90912e bitstring-3.1.9.tar.gz
|
||||
sha256 a5848a3f63111785224dca8bb4c0a75b62ecdef56a042c8d6be74b16f7e860e7 bitstring-3.1.9.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 a9e9c584106d4f9686c9a6aa036e507b5e7044633b8acb4365bc074d8d004711 LICENSE
|
||||
14
package/python-bitstring/python-bitstring.mk
Normal file
14
package/python-bitstring/python-bitstring.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-bitstring
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_BITSTRING_VERSION = 3.1.9
|
||||
PYTHON_BITSTRING_SOURCE = bitstring-$(PYTHON_BITSTRING_VERSION).tar.gz
|
||||
PYTHON_BITSTRING_SITE = https://files.pythonhosted.org/packages/4c/b1/80d58eeb21c9d4ca739770558d61f6adacb13aa4908f4f55e0974cbd25ee
|
||||
PYTHON_BITSTRING_SETUP_TYPE = setuptools
|
||||
PYTHON_BITSTRING_LICENSE = MIT
|
||||
PYTHON_BITSTRING_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user