You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
90572af5a9
License hash changed due to format change during move: https://github.com/jquast/wcwidth/commit/4baf950b88a28a9fe21d132e088b4ffc58e66276 Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
543 B
Makefile
15 lines
543 B
Makefile
################################################################################
|
|
#
|
|
# python-wcwidth
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_WCWIDTH_VERSION = 0.2.5
|
|
PYTHON_WCWIDTH_SOURCE = wcwidth-$(PYTHON_WCWIDTH_VERSION).tar.gz
|
|
PYTHON_WCWIDTH_SITE = https://files.pythonhosted.org/packages/89/38/459b727c381504f361832b9e5ace19966de1a235d73cdbdea91c771a1155
|
|
PYTHON_WCWIDTH_SETUP_TYPE = setuptools
|
|
PYTHON_WCWIDTH_LICENSE = MIT
|
|
PYTHON_WCWIDTH_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|