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:
parent
a2550f444b
commit
5e35a28ece
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551945
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user