sqlparse is a non-validating SQL parser module. It provides support for
parsing, splitting and formatting SQL statements. WWW: https://github.com/andialbrecht/sqlparse PR: 215386 Submitted by: Axel.Rau@Chaos1.DE
This commit is contained in:
22
databases/py-sqlparse01/Makefile
Normal file
22
databases/py-sqlparse01/Makefile
Normal file
@@ -0,0 +1,22 @@
|
||||
# Created by: Axel Rau <axel.rau@chaos1.de>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sqlparse01
|
||||
PORTVERSION= 0.1.19
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= sqlparse-${DISTVERSION}
|
||||
|
||||
MAINTAINER= axel.rau@chaos1.de
|
||||
COMMENT= Non-validating SQL parser for Python
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PYTHON= autoplist distutils
|
||||
USES= python
|
||||
|
||||
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}sqlparse
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
databases/py-sqlparse01/distinfo
Normal file
3
databases/py-sqlparse01/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1479897846
|
||||
SHA256 (sqlparse-0.1.19.tar.gz) = d896be1a1c7f24bffe08d7a64e6f0176b260e281c5f3685afe7826f8bada4ee8
|
||||
SIZE (sqlparse-0.1.19.tar.gz) = 58132
|
||||
4
databases/py-sqlparse01/pkg-descr
Normal file
4
databases/py-sqlparse01/pkg-descr
Normal file
@@ -0,0 +1,4 @@
|
||||
sqlparse is a non-validating SQL parser module. It provides support for
|
||||
parsing, splitting and formatting SQL statements.
|
||||
|
||||
WWW: https://github.com/andialbrecht/sqlparse
|
||||
Reference in New Issue
Block a user