mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
https://github.com/mrabarnett/mrab-regex/blob/2026.4.4/changelog.txt Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
16 lines
570 B
Makefile
16 lines
570 B
Makefile
################################################################################
|
|
#
|
|
# python-regex
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_REGEX_VERSION = 2026.4.4
|
|
PYTHON_REGEX_SOURCE = regex-$(PYTHON_REGEX_VERSION).tar.gz
|
|
PYTHON_REGEX_SITE = https://files.pythonhosted.org/packages/cb/0e/3a246dbf05666918bd3664d9d787f84a9108f6f43cc953a077e4a7dfdb7e
|
|
PYTHON_REGEX_SETUP_TYPE = setuptools
|
|
PYTHON_REGEX_LICENSE = Apache-2.0
|
|
PYTHON_REGEX_LICENSE_FILES = LICENSE.txt
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(host-python-package))
|