mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-10 17:33:43 -09:00
Changes: https://sqlparse.readthedocs.io/en/latest/changes.html#release-0-5-4-nov-28-2025 Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu> Signed-off-by: Julien Olivain <ju.o@free.fr>
17 lines
647 B
Makefile
17 lines
647 B
Makefile
################################################################################
|
|
#
|
|
# python-sqlparse
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_SQLPARSE_VERSION = 0.5.4
|
|
PYTHON_SQLPARSE_SOURCE = sqlparse-$(PYTHON_SQLPARSE_VERSION).tar.gz
|
|
PYTHON_SQLPARSE_SITE = https://files.pythonhosted.org/packages/18/67/701f86b28d63b2086de47c942eccf8ca2208b3be69715a1119a4e384415a
|
|
PYTHON_SQLPARSE_SETUP_TYPE = hatch
|
|
PYTHON_SQLPARSE_LICENSE = BSD-3-Clause
|
|
PYTHON_SQLPARSE_LICENSE_FILES = LICENSE
|
|
PYTHON_SQLPARSE_CPE_ID_VENDOR = sqlparse_project
|
|
PYTHON_SQLPARSE_CPE_ID_PRODUCT = sqlparse
|
|
|
|
$(eval $(python-package))
|