aboutsummaryrefslogtreecommitdiff
path: root/www/py-google-cloud-logging/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-04-18 05:07:40 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-04-18 05:44:20 +0000
commit7daa9765083ad8ea028fa1f7c6e6e7b449a68c4d (patch)
tree53b808a6632ebdeff2ef47e1c58b9231945450cc /www/py-google-cloud-logging/Makefile
parent89cebaaa2dc6cafe1f0ceb331432c6a3d380f44f (diff)
downloadports-7daa9765083ad8ea028fa1f7c6e6e7b449a68c4d.tar.gz
ports-7daa9765083ad8ea028fa1f7c6e6e7b449a68c4d.zip
www/py-google-cloud-logging: Update to 2.2.0
- Update pkg-descr - Update WWW Changes: https://github.com/googleapis/python-logging/releases
Diffstat (limited to 'www/py-google-cloud-logging/Makefile')
-rw-r--r--www/py-google-cloud-logging/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/www/py-google-cloud-logging/Makefile b/www/py-google-cloud-logging/Makefile
index d5439f71f2c0..a066e2e27e2c 100644
--- a/www/py-google-cloud-logging/Makefile
+++ b/www/py-google-cloud-logging/Makefile
@@ -1,19 +1,20 @@
PORTNAME= google-cloud-logging
-PORTVERSION= 1.11.0
+PORTVERSION= 2.2.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Python Client for Google Cloud Stackdriver Logging API
+COMMENT= Stackdriver Logging API client library
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.6.0:www/py-google-api-core@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}google-cloud-core>=0.29.0:www/py-google-cloud-core@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.22.0<2.0.0:www/py-google-api-core@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}google-cloud-core>=1.4.1<2.0:www/py-google-cloud-core@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}proto-plus>=1.11.0:devel/py-proto-plus@${PY_FLAVOR}
-USES= python:3.5+
+USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes