svn commit: r567705 - head/www/py-google-cloud-logging

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 7 22:22:39 UTC 2021


Author: sunpoet
Date: Sun Mar  7 22:22:32 2021
New Revision: 567705
URL: https://svnweb.freebsd.org/changeset/ports/567705

Log:
  Take maintainership

Modified:
  head/www/py-google-cloud-logging/Makefile

Modified: head/www/py-google-cloud-logging/Makefile
==============================================================================
--- head/www/py-google-cloud-logging/Makefile	Sun Mar  7 22:22:27 2021	(r567704)
+++ head/www/py-google-cloud-logging/Makefile	Sun Mar  7 22:22:32 2021	(r567705)
@@ -6,7 +6,7 @@ CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Python Client for Google Cloud Stackdriver Logging API
 
 LICENSE=	APACHE20
@@ -16,7 +16,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-api-core>=1
 		${PYTHON_PKGNAMEPREFIX}google-cloud-core>=0.29.0:www/py-google-cloud-core@${PY_FLAVOR}
 
 USES=		python:3.5+
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 


More information about the svn-ports-head mailing list