mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Changes: https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG https://sqlparse.readthedocs.io/en/latest/changes.html
23 lines
524 B
Makefile
23 lines
524 B
Makefile
PORTNAME= sqlparse
|
|
PORTVERSION= 0.5.3
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Non-validating SQL parser for Python
|
|
WWW= https://github.com/andialbrecht/sqlparse
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
|
|
|
|
USES= python shebangfix
|
|
USE_PYTHON= autoplist concurrent pep517
|
|
|
|
NO_ARCH= yes
|
|
|
|
SHEBANG_FILES= sqlparse/cli.py
|
|
|
|
.include <bsd.port.mk>
|