[Midnightbsd-cvs] mports [24126] trunk/databases: add py-sqlparse

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Sep 3 12:17:57 EDT 2018


Revision: 24126
          http://svnweb.midnightbsd.org/mports/?rev=24126
Author:   laffer1
Date:     2018-09-03 12:17:56 -0400 (Mon, 03 Sep 2018)
Log Message:
-----------
add py-sqlparse

Modified Paths:
--------------
    trunk/databases/Makefile

Added Paths:
-----------
    trunk/databases/py-sqlparse/
    trunk/databases/py-sqlparse/Makefile
    trunk/databases/py-sqlparse/distinfo
    trunk/databases/py-sqlparse/pkg-descr

Modified: trunk/databases/Makefile
===================================================================
--- trunk/databases/Makefile	2018-09-03 16:14:48 UTC (rev 24125)
+++ trunk/databases/Makefile	2018-09-03 16:17:56 UTC (rev 24126)
@@ -157,6 +157,7 @@
 SUBDIR += py-sqlalchemy-migrate
 SUBDIR += py-sqlite3
 SUBDIR += py-sqlite3dbm
+SUBDIR += py-sqlparse
 SUBDIR += py-sybase
 SUBDIR += qdbm
 SUBDIR += qt4-mysql-plugin

Added: trunk/databases/py-sqlparse/Makefile
===================================================================
--- trunk/databases/py-sqlparse/Makefile	                        (rev 0)
+++ trunk/databases/py-sqlparse/Makefile	2018-09-03 16:17:56 UTC (rev 24126)
@@ -0,0 +1,21 @@
+# $MidnightBSD$
+
+PORTNAME=	sqlparse
+PORTVERSION=	0.2.4
+CATEGORIES=	databases python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Non-validating SQL parser for Python
+
+LICENSE=	bsd3
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}sqlparse01 ${PYTHON_PKGNAMEPREFIX}sqlparse020
+
+NO_ARCH=	yes
+USE_PYTHON=	autoplist concurrent distutils
+USES=		python
+
+.include <bsd.port.mk>


Property changes on: trunk/databases/py-sqlparse/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/py-sqlparse/distinfo
===================================================================
--- trunk/databases/py-sqlparse/distinfo	                        (rev 0)
+++ trunk/databases/py-sqlparse/distinfo	2018-09-03 16:17:56 UTC (rev 24126)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1506585875
+SHA256 (sqlparse-0.2.4.tar.gz) = ce028444cfab83be538752a2ffdb56bc417b7784ff35bb9a3062413717807dec
+SIZE (sqlparse-0.2.4.tar.gz) = 61614


Property changes on: trunk/databases/py-sqlparse/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/py-sqlparse/pkg-descr
===================================================================
--- trunk/databases/py-sqlparse/pkg-descr	                        (rev 0)
+++ trunk/databases/py-sqlparse/pkg-descr	2018-09-03 16:17:56 UTC (rev 24126)
@@ -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


Property changes on: trunk/databases/py-sqlparse/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list