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:
parent
c1d1856071
commit
a8e804f778
@ -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>
|
||||
|
11
databases/py-pgcli/files/patch-setup.py
Normal file
11
databases/py-pgcli/files/patch-setup.py
Normal 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="""
|
Loading…
Reference in New Issue
Block a user