kumquat-buildroot/package/python-traitlets/python-traitlets.mk
Asaf Kahlon 10a82e3e50 package/python-traitlets: bump to version 5.1.0
The package is now standalone (no dependencies) and supports
only python3.
Plus, indent with two spaces in the hash file.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
2021-09-27 16:34:22 +02:00

15 lines
572 B
Makefile

################################################################################
#
# python-traitlets
#
################################################################################
PYTHON_TRAITLETS_VERSION = 5.1.0
PYTHON_TRAITLETS_SOURCE = traitlets-$(PYTHON_TRAITLETS_VERSION).tar.gz
PYTHON_TRAITLETS_SITE = https://files.pythonhosted.org/packages/d5/bc/37d490908e7ac949614d62767db3c86f37bc5adb6129d378c35859a75b87
PYTHON_TRAITLETS_LICENSE = BSD-3-Clause
PYTHON_TRAITLETS_LICENSE_FILES = COPYING.md
PYTHON_TRAITLETS_SETUP_TYPE = distutils
$(eval $(python-package))