1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Update USES=python for py-sqlparse 0.4.0 update

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-10-10 17:55:27 +00:00
parent a2550f444b
commit 5e35a28ece
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551945
2 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=4.1:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}psycopg2>=2.7.4:databases/py-psycopg2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlparse>=0.1.19:databases/py-sqlparse@${PY_FLAVOR}
USES= python
USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes

View File

@ -1,5 +1,4 @@
This package provides an API to execute meta-commands (AKA "special", or
"backslash commands") on PostgreSQL.
WWW: https://pypi.org/project/pgspecial/
WWW: https://github.com/dbcli/pgspecial