Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Aug 2021 22:04:52 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2f061a085f8e - main - security/py-google-auth-oauthlib: Add TOOL option
Message-ID:  <202108082204.178M4qBX011736@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit 2f061a085f8e97785268abde322db43ddcf5a672
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-08-08 21:36:59 +0000
Commit:     Po-Chuan Hsieh <sunpoet@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108082204.178M4qBX011736>