You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
0b7a686244
License hash changed due to date update: https://gitlab.pyicu.org/main/pyicu/-/commit/366090276963a90924d22420e2bd80a015fca332 Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
558 B
Makefile
16 lines
558 B
Makefile
################################################################################
|
|
#
|
|
# python-pyicu
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYICU_VERSION = 2.10.2
|
|
PYTHON_PYICU_SOURCE = PyICU-$(PYTHON_PYICU_VERSION).tar.gz
|
|
PYTHON_PYICU_SITE = https://files.pythonhosted.org/packages/64/00/a531e119a97e54601f616f5061879ec2d4bb058d225014f9acf94b2970c3
|
|
PYTHON_PYICU_LICENSE = MIT
|
|
PYTHON_PYICU_LICENSE_FILES = LICENSE
|
|
PYTHON_PYICU_DEPENDENCIES = icu
|
|
PYTHON_PYICU_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|