Files
buildroot/package/python-construct/python-construct.mk
James Hilliard b9cbe43f38 package/python-construct: bump to version 2.10.69
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-11-06 23:12:48 +01:00

15 lines
563 B
Makefile

################################################################################
#
# python-construct
#
################################################################################
PYTHON_CONSTRUCT_VERSION = 2.10.69
PYTHON_CONSTRUCT_SOURCE = construct-$(PYTHON_CONSTRUCT_VERSION).tar.gz
PYTHON_CONSTRUCT_SITE = https://files.pythonhosted.org/packages/02/88/e34d7265863f3c96077aea24041b067d4646d77d596d979110eb94758b03
PYTHON_CONSTRUCT_SETUP_TYPE = setuptools
PYTHON_CONSTRUCT_LICENSE = MIT
PYTHON_CONSTRUCT_LICENSE_FILES = LICENSE
$(eval $(python-package))