1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

databases/py-pgcli: Add SSHTUNNEL option

This commit is contained in:
Po-Chuan Hsieh 2024-08-15 17:45:00 +08:00
parent c1d1856071
commit a8e804f778
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 14 additions and 1 deletions

View File

@ -33,9 +33,11 @@ USE_PYTHON= autoplist concurrent pep517 pytest
NO_ARCH= yes
PYTEST_BROKEN_TESTS= test_obfuscate_process_password
OPTIONS_DEFINE= KEYRING
OPTIONS_DEFINE= KEYRING SSHTUNNEL
KEYRING_DESC= keyring support
SSHTUNNEL_DESC= SSH tunnel support
KEYRING_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keyring>=12.2.0,1:security/py-keyring@${PY_FLAVOR}
SSHTUNNEL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sshtunnel>=0:net/py-sshtunnel@${PY_FLAVOR}
.include <bsd.port.mk>

View File

@ -0,0 +1,11 @@
--- setup.py.orig 2024-05-10 03:17:53 UTC
+++ setup.py
@@ -44,7 +44,7 @@ setup(
],
extras_require={
"keyring": ["keyring >= 12.2.0"],
- "sshtunnel": ["sshtunnel >= 0.4.0"],
+ "sshtunnel": ["sshtunnel"],
},
python_requires=">=3.8",
entry_points="""