27c526a972
Release 0.1.14 (Nov 30, 2014) ----------------------------- Bug Fixes * Floats in UPDATE statements are now handled correctly (issue145). * Properly handle string literals in comparisons (issue148, change proposed by aadis). * Fix indentation when using tabs (issue146). Enhancements * Improved formatting in list when newlines precede commas (issue140).
16 lines
440 B
Makefile
16 lines
440 B
Makefile
# $NetBSD: Makefile,v 1.7 2014/12/01 11:27:56 wiz Exp $
|
|
|
|
DISTNAME= sqlparse-0.1.14
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= databases
|
|
MASTER_SITES= https://pypi.python.org/packages/source/s/sqlparse/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://pypi.python.org/pypi/sqlparse
|
|
COMMENT= Non-validating SQL parser
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|