Files
buildroot/package/python-portend/python-portend.mk
James Hilliard 6b12ef59c5 package/python-portend: bump to version 3.2.1
License hash changed due to move to license file autogeneration:
9a81db3c77
d2b8d7750f

Add new python-coherent-licensed build dependency.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2026-01-02 21:52:33 +01:00

18 lines
636 B
Makefile

################################################################################
#
# python-portend
#
################################################################################
PYTHON_PORTEND_VERSION = 3.2.1
PYTHON_PORTEND_SOURCE = portend-$(PYTHON_PORTEND_VERSION).tar.gz
PYTHON_PORTEND_SITE = https://files.pythonhosted.org/packages/b7/57/be90f42996fc4f57d5742ef2c95f7f7bb8e9183af2cc11bff8e7df338888
PYTHON_PORTEND_LICENSE = MIT
PYTHON_PORTEND_LICENSE_FILES = LICENSE
PYTHON_PORTEND_SETUP_TYPE = setuptools
PYTHON_PORTEND_DEPENDENCIES = \
host-python-coherent-licensed \
host-python-setuptools-scm
$(eval $(python-package))