package/python-bsdiff4: bump to version 1.2.2

Migrate build system from distutils to setuptools.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
James Hilliard
2022-04-20 13:50:27 -06:00
committed by Yann E. MORIN
parent daf331b3af
commit 19e0d88dca
2 changed files with 6 additions and 6 deletions

View File

@@ -4,13 +4,13 @@
#
################################################################################
PYTHON_BSDIFF4_VERSION = 1.2.1
PYTHON_BSDIFF4_VERSION = 1.2.2
PYTHON_BSDIFF4_SOURCE = bsdiff4-$(PYTHON_BSDIFF4_VERSION).tar.gz
PYTHON_BSDIFF4_SITE = https://files.pythonhosted.org/packages/d8/97/101315b0d8c8d6340ee310484a1af6a2ccf65d7bb4762c3a669cf9457c71
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 = distutils
PYTHON_BSDIFF4_SETUP_TYPE = setuptools
$(eval $(python-package))