From f36949eb733a8801b46de3f6f77995fb32de636d Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Tue, 31 Jan 2023 07:49:11 +0800 Subject: [PATCH] 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