1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

net/py-smart-open: Update to 5.0.0

- Rename GCP option to GCS

Changes:	https://github.com/RaRe-Technologies/smart_open/releases
This commit is contained in:
Po-Chuan Hsieh 2021-04-18 13:05:40 +08:00
parent bc5429fb43
commit 79a0480691
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= smart-open
PORTVERSION= 4.2.0
PORTVERSION= 5.0.0
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -25,11 +25,11 @@ USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
OPTIONS_DEFINE= AZURE HTTP GCP S3 WEBHDFS
OPTIONS_DEFAULT=AZURE HTTP GCP S3 WEBHDFS
OPTIONS_DEFINE= AZURE HTTP GCS S3 WEBHDFS
OPTIONS_DEFAULT=AZURE HTTP GCS S3 WEBHDFS
AZURE_DESC= Microsoft Azure support
HTTP_DESC= HTTP support
GCP_DESC= Google Cloud Platform (GCP) support
GCS_DESC= Google Cloud Storage (GCS) support
S3_DESC= Amazon Web Services S3 support
WEBHDFS_DESC= WebHDFS support
@ -37,7 +37,7 @@ AZURE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>=0:www/py-azure-common@${
${PYTHON_PKGNAMEPREFIX}azure-core>=0:devel/py-azure-core@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-storage-blob>=0:devel/py-azure-storage-blob@${PY_FLAVOR}
HTTP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
GCP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-cloud-storage>=0:www/py-google-cloud-storage@${PY_FLAVOR}
GCS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-cloud-storage>=0:www/py-google-cloud-storage@${PY_FLAVOR}
S3_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>=0:www/py-boto3@${PY_FLAVOR}
WEBHDFS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1613478435
SHA256 (smart_open-4.2.0.tar.gz) = d9f5a0f173ccb9bbae528db5a3804f57145815774f77ef755b9b0f3b4b2a9dcb
SIZE (smart_open-4.2.0.tar.gz) = 119585
TIMESTAMP = 1618320244
SHA256 (smart_open-5.0.0.tar.gz) = 02e5e02207d955a1f9fd924c37900ac272536bd24393ae731b6945d4f766015f
SIZE (smart_open-5.0.0.tar.gz) = 63585