generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
7
package/python-bsdiff4/Config.in
Normal file
7
package/python-bsdiff4/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_BSDIFF4
|
||||
bool "python-bsdiff4"
|
||||
select BR2_PACKAGE_PYTHON3_BZIP2 # runtime
|
||||
help
|
||||
binary diff and patch using the BSDIFF4-format.
|
||||
|
||||
https://github.com/ilanschnell/bsdiff4
|
||||
5
package/python-bsdiff4/python-bsdiff4.hash
Normal file
5
package/python-bsdiff4/python-bsdiff4.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/bsdiff4/json
|
||||
md5 fc5ea1adfe629a7c7ac6f4bb1a0dca93 bsdiff4-1.2.2.tar.gz
|
||||
sha256 1880ac3f52a6c46ae6bcc6db117e4fb35f9b0ccd5af75fd4fee6907d00d6983c bsdiff4-1.2.2.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 c6c921c90383f1c43beb53c49a652d28309a410a7c394c729fd8870271451cf0 LICENSE
|
||||
16
package/python-bsdiff4/python-bsdiff4.mk
Normal file
16
package/python-bsdiff4/python-bsdiff4.mk
Normal file
@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-bsdiff4
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_BSDIFF4_VERSION = 1.2.2
|
||||
PYTHON_BSDIFF4_SOURCE = bsdiff4-$(PYTHON_BSDIFF4_VERSION).tar.gz
|
||||
PYTHON_BSDIFF4_SITE = https://files.pythonhosted.org/packages/34/e2/e28dd282974f919a6b9adb3b7e64bb1fa4390046706c3e58a60b94aeb497
|
||||
PYTHON_BSDIFF4_LICENSE = BSD-2-Clause, BSD-Protection (core.c)
|
||||
PYTHON_BSDIFF4_LICENSE_FILES = LICENSE
|
||||
PYTHON_BSDIFF4_CPE_ID_VENDOR = pypi
|
||||
PYTHON_BSDIFF4_CPE_ID_PRODUCT = bsdiff4
|
||||
PYTHON_BSDIFF4_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user