git: f36949eb733a - main - net/py-smart-open: Add SSH option

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 30 Jan 2023 23:51:57 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f36949eb733a8801b46de3f6f77995fb32de636d

commit f36949eb733a8801b46de3f6f77995fb32de636d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-01-30 23:49:11 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-01-30 23:51:43 +0000

    net/py-smart-open: Add SSH option
    
    - Bump PORTREVISION for dependency change
---
 net/py-smart-open/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/net/py-smart-open/Makefile b/net/py-smart-open/Makefile
index db9af3803c80..21b99be4cc47 100644
--- a/net/py-smart-open/Makefile
+++ b/net/py-smart-open/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	smart-open
 PORTVERSION=	6.3.0
+PORTREVISION=	1
 CATEGORIES=	net python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -22,8 +23,8 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-OPTIONS_DEFINE=	AZURE HTTP GCS S3 WEBHDFS
-OPTIONS_DEFAULT=AZURE HTTP GCS S3 WEBHDFS
+OPTIONS_DEFINE=	AZURE HTTP GCS S3 SSH WEBHDFS
+OPTIONS_DEFAULT=AZURE HTTP GCS S3 SSH WEBHDFS
 AZURE_DESC=	Microsoft Azure support
 HTTP_DESC=	HTTP support
 GCS_DESC=	Google Cloud Storage (GCS) support
@@ -36,6 +37,7 @@ AZURE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-common>=0:www/py-azure-common@${
 HTTP_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
 GCS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-cloud-storage>=2.6.0:www/py-google-cloud-storage@${PY_FLAVOR}
 S3_RUN_DEPENDS=		${PYTHON_PKGNAMEPREFIX}boto3>=0:www/py-boto3@${PY_FLAVOR}
+SSH_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}paramiko>=0:security/py-paramiko@${PY_FLAVOR}
 WEBHDFS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
 
 .include <bsd.port.mk>