This commit is contained in:
ziggi
2020-05-22 06:01:24 +00:00
parent 2327488661
commit a8a418c011
37 changed files with 364 additions and 38 deletions

View File

@@ -0,0 +1,18 @@
# Created by: Roland van Laar <roland@micite.net>
# $FreeBSD: head/databases/py-sqlparse/Makefile 527575 2020-03-01 18:18:22Z sunpoet $
PORTNAME= sqlparse
PORTVERSION= 0.3.1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Non-validating SQL parser for Python
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1583046292
SHA256 (sqlparse-0.3.1.tar.gz) = e162203737712307dfe78860cc56c8da8a852ab2ee33750e33aeadf38d12c548
SIZE (sqlparse-0.3.1.tar.gz) = 67572

View File

@@ -0,0 +1,5 @@
sqlparse is a non-validating SQL parser module.
It provides support for parsing, splitting and formatting SQL statements.
WWW: https://pypi.org/project/sqlparse/
WWW: https://github.com/andialbrecht/sqlparse