mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-29 10:41:09 -09:00
package/python-bsdiff4: new package
Binary diff and patch using the BSDIFF4-format. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
16f16ba4ea
commit
ce75149eb5
14
package/python-bsdiff4/python-bsdiff4.mk
Normal file
14
package/python-bsdiff4/python-bsdiff4.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-bsdiff4
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_BSDIFF4_VERSION = 1.2.0
|
||||
PYTHON_BSDIFF4_SOURCE = bsdiff4-$(PYTHON_BSDIFF4_VERSION).tar.gz
|
||||
PYTHON_BSDIFF4_SITE = https://files.pythonhosted.org/packages/9b/ca/06cd939630ca78125c36489f92b52918980cbcfee2dcc0969411eb5ae8a8
|
||||
PYTHON_BSDIFF4_LICENSE = BSD-2-Clause, BSD-Protection (core.c)
|
||||
PYTHON_BSDIFF4_LICENSE_FILES = LICENSE
|
||||
PYTHON_BSDIFF4_SETUP_TYPE = distutils
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user