git: d73183c2504e - main - databases/py-pgcli: Revert 3ba2ffeb5c6bca4e0bbaeb724127cf2841236e8e
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Apr 2022 04:22:02 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d73183c2504ef681c6d27a0ca12b9b28c774b434
commit d73183c2504ef681c6d27a0ca12b9b28c774b434
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-04-16 03:57:04 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-04-16 04:19:16 +0000
databases/py-pgcli: Revert 3ba2ffeb5c6bca4e0bbaeb724127cf2841236e8e
- While I'm here:
- Sort TEST_DEPENDS
- Update version requirement of TEST_DEPENDS
net/py-sshtunnel was not added to TEST_DEPENDS because sshtunnel 0.4.0+ which is not in the tree yet.
---
databases/py-pgcli/Makefile | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/databases/py-pgcli/Makefile b/databases/py-pgcli/Makefile
index bdf00daac8d7..819a8fda9855 100644
--- a/databases/py-pgcli/Makefile
+++ b/databases/py-pgcli/Makefile
@@ -22,10 +22,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cli-helpers>=2.1.1:devel/py-cli-helpers@${PY
${PYTHON_PKGNAMEPREFIX}pygments>=2.0:textproc/py-pygments@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setproctitle>=1.1.9:devel/py-setproctitle@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlparse>=0.3.0<0.5:databases/py-sqlparse@${PY_FLAVOR}
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.7.0:devel/py-pytest@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}mock>=1.0.1:devel/py-mock@${PY_FLAVOR} \
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=1.0.1:devel/py-mock@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pexpect>=0:misc/py-pexpect@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}sshtunnel>=0:net/py-sshtunnel@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}pytest>=2.7.0,1:devel/py-pytest@${PY_FLAVOR}
USES= pgsql python:3.6+
USE_PYTHON= autoplist concurrent distutils