mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
databases/py-sqlparse: 0.1.2 -> 0.1.16
Changes: Lots. https://github.com/andialbrecht/sqlparse/blob/master/CHANGES PR: 198683 Submitted by: wg
This commit is contained in:
parent
0319d638de
commit
0c44201719
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399081
@ -2,21 +2,17 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sqlparse
|
||||
PORTVERSION= 0.1.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.1.16
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= roland@micite.net
|
||||
MAINTAINER= wg@FreeBSD.org
|
||||
COMMENT= Non-validating SQL parser for Python
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|distutils.core|setuptools|g' ${WRKSRC}/setup.py
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (sqlparse-0.1.2.tar.gz) = a92a84ae0d606505740b759c80d8129ed46d98b72c843bc1a6f6eac7420aa42a
|
||||
SIZE (sqlparse-0.1.2.tar.gz) = 33262
|
||||
SHA256 (sqlparse-0.1.16.tar.gz) = 678c6c36ca4b01405177da8b84eecf92ec92c9f6c762396c965bb5d305f20f81
|
||||
SIZE (sqlparse-0.1.16.tar.gz) = 58418
|
||||
|
@ -1,4 +1,4 @@
|
||||
sqlparse is a non-validating SQL parser module.
|
||||
It provides support for parsing, splitting and formatting SQL statements.
|
||||
|
||||
WWW: http://code.google.com/p/python-sqlparse/
|
||||
WWW: https://github.com/andialbrecht/sqlparse
|
||||
|
Loading…
Reference in New Issue
Block a user