net/py-smart-open: Add SSH option

- Bump PORTREVISION for dependency change
This commit is contained in:
Po-Chuan Hsieh 2023-01-31 07:49:11 +08:00
parent 96dd0cfb88
commit f36949eb73
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
1 changed files with 4 additions and 2 deletions

View File

@ -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>