mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-11 11:01:18 +02:00
add py-8
This commit is contained in:
18
python/py-sqlparse/Makefile
Normal file
18
python/py-sqlparse/Makefile
Normal 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>
|
||||
3
python/py-sqlparse/distinfo
Normal file
3
python/py-sqlparse/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1583046292
|
||||
SHA256 (sqlparse-0.3.1.tar.gz) = e162203737712307dfe78860cc56c8da8a852ab2ee33750e33aeadf38d12c548
|
||||
SIZE (sqlparse-0.3.1.tar.gz) = 67572
|
||||
5
python/py-sqlparse/pkg-descr
Normal file
5
python/py-sqlparse/pkg-descr
Normal 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
|
||||
Reference in New Issue
Block a user