mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
www/py-google-cloud-logging: Update to 2.2.0
- Update pkg-descr - Update WWW Changes: https://github.com/googleapis/python-logging/releases
This commit is contained in:
parent
89cebaaa2d
commit
7daa976508
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1558148374
|
||||
SHA256 (google-cloud-logging-1.11.0.tar.gz) = 6107bd9e183b78714ced933e96dcd3af902892a922141f60cf8bc185a6814ff8
|
||||
SIZE (google-cloud-logging-1.11.0.tar.gz) = 124173
|
||||
TIMESTAMP = 1618320300
|
||||
SHA256 (google-cloud-logging-2.2.0.tar.gz) = 8932ac382eee6af85cd08400a77586dd3139fbf40b61db757c4c492490899741
|
||||
SIZE (google-cloud-logging-2.2.0.tar.gz) = 191446
|
||||
|
@ -1,4 +1,4 @@
|
||||
Stackdriver Logging API: Writes log entries and
|
||||
manages your Stackdriver Logging configuration.
|
||||
Cloud Logging API: Writes log entries and manages your Cloud Logging
|
||||
configuration.
|
||||
|
||||
WWW: https://pypi.org/project/google-cloud-logging/
|
||||
WWW: https://github.com/googleapis/python-logging
|
||||
|
Loading…
Reference in New Issue
Block a user