git: 79a048069128 - main - net/py-smart-open: Update to 5.0.0

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 18 07:13:06 UTC 2021


The branch main has been updated by sunpoet:

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

commit 79a048069128c60a15ed27d7c74dd27680a255fa
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-04-18 05:05:40 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-04-18 05:43:59 +0000

    net/py-smart-open: Update to 5.0.0
    
    - Rename GCP option to GCS
    
    Changes:        https://github.com/RaRe-Technologies/smart_open/releases
---
 net/py-smart-open/Makefile | 10 +++++-----
 net/py-smart-open/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/net/py-smart-open/Makefile b/net/py-smart-open/Makefile
index 6e88b107d85a..673c11be0801 100644
--- a/net/py-smart-open/Makefile
+++ b/net/py-smart-open/Makefile
@@ -1,7 +1,7 @@
 # Created by: Po-Chuan Hsieh <sunpoet at 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}
 
diff --git a/net/py-smart-open/distinfo b/net/py-smart-open/distinfo
index 29090b27cd4e..58ea3e321934 100644
--- a/net/py-smart-open/distinfo
+++ b/net/py-smart-open/distinfo
@@ -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


More information about the dev-commits-ports-all mailing list