kumquat-buildroot/package/python-traitlets/python-traitlets.mk
James Hilliard 964eccb839 package/python-traitlets: bump to version 5.5.0
Migrate from distutils to hatchling pep517 build backend.

License hash changed due to formatting change:
9fd01cc7b2

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-11-03 22:02:13 +01:00

16 lines
623 B
Makefile

################################################################################
#
# python-traitlets
#
################################################################################
PYTHON_TRAITLETS_VERSION = 5.5.0
PYTHON_TRAITLETS_SOURCE = traitlets-$(PYTHON_TRAITLETS_VERSION).tar.gz
PYTHON_TRAITLETS_SITE = https://files.pythonhosted.org/packages/dd/a8/278742d17c9e95ccb0dcb86ae216df114d2166d88e72f42b60a7b58b600b
PYTHON_TRAITLETS_LICENSE = BSD-3-Clause
PYTHON_TRAITLETS_LICENSE_FILES = COPYING.md
PYTHON_TRAITLETS_SETUP_TYPE = pep517
PYTHON_TRAITLETS_DEPENDENCIES = host-python-hatchling
$(eval $(python-package))