git: 2f061a085f8e - main - security/py-google-auth-oauthlib: Add TOOL option

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 8 22:04:56 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2f061a085f8e97785268abde322db43ddcf5a672

commit 2f061a085f8e97785268abde322db43ddcf5a672
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-08-08 21:36:59 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-08-08 21:44:06 +0000

    security/py-google-auth-oauthlib: Add TOOL option
    
    - Bump PORTREVISION for dependency change
---
 security/py-google-auth-oauthlib/Makefile | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/security/py-google-auth-oauthlib/Makefile b/security/py-google-auth-oauthlib/Makefile
index d2a799c6930a..c9bf0e8c6986 100644
--- a/security/py-google-auth-oauthlib/Makefile
+++ b/security/py-google-auth-oauthlib/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	google-auth-oauthlib
 PORTVERSION=	0.4.5
+PORTREVISION=	1
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,4 +21,10 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
+OPTIONS_DEFINE=	TOOL
+OPTIONS_DEFAULT=TOOL
+TOOL_DESC=	Tool for obtaining authorization and credentials
+
+TOOL_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=6.0.0:devel/py-click@${PY_FLAVOR}
+
 .include <bsd.port.mk>


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