package/python-sqlparse: new package

sqlparse is a non-validating SQL parser for Python. It provides support for
parsing, splitting and formatting SQL statements.

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Adam Duskett
2019-08-03 21:16:25 -04:00
committed by Thomas Petazzoni
parent 4903bbaaef
commit b11bcfffdf
5 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-sqlparse
#
################################################################################
PYTHON_SQLPARSE_VERSION = 0.3.0
PYTHON_SQLPARSE_SOURCE = sqlparse-$(PYTHON_SQLPARSE_VERSION).tar.gz
PYTHON_SQLPARSE_SITE = https://files.pythonhosted.org/packages/63/c8/229dfd2d18663b375975d953e2bdc06d0eed714f93dcb7732f39e349c438
PYTHON_SQLPARSE_SETUP_TYPE = setuptools
PYTHON_SQLPARSE_LICENSE = BSD-3-Clause
PYTHON_SQLPARSE_LICENSE_FILES = LICENSE
$(eval $(python-package))