Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Apr 2021 14:36:44 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: 96a270eed9a4 - main - security/py-google-auth: Add PYOPENSSL and REAUTH options
Message-ID:  <202104291436.13TEai4N052238@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=96a270eed9a4b6b236a8fadd804e6324d5fdede5

commit 96a270eed9a4b6b236a8fadd804e6324d5fdede5
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-04-29 14:17:45 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-04-29 14:24:04 +0000

    security/py-google-auth: Add PYOPENSSL and REAUTH options
---
 security/py-google-auth/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/security/py-google-auth/Makefile b/security/py-google-auth/Makefile
index 8bb005f39acb..1d80b3b744e3 100644
--- a/security/py-google-auth/Makefile
+++ b/security/py-google-auth/Makefile
@@ -22,10 +22,14 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-OPTIONS_DEFINE=	AIOHTTP
+OPTIONS_DEFINE=	AIOHTTP PYOPENSSL REAUTH
 OPTIONS_DEFAULT=AIOHTTP
 AIOHTTP_DESC=	Use aiohttp
+PYOPENSSL_DESC=	OpenSSL support
+REAUTH_DESC=	Reauth support
 
 AIOHTTP_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiohttp>=3.6.2<4.0.0:www/py-aiohttp@${PY_FLAVOR}
+PYOPENSSL_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}openssl>=20.0.0:security/py-openssl@${PY_FLAVOR}
+REAUTH_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyu2f>=0.1.5:net/py-pyu2f@${PY_FLAVOR}
 
 .include <bsd.port.mk>



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