Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2020 08:44:14 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540446 - head/devel/py-keystoneauth1
Message-ID:  <202006260844.05Q8iEbV065917@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jun 26 08:44:13 2020
New Revision: 540446
URL: https://svnweb.freebsd.org/changeset/ports/540446

Log:
  Add BETAMAX, KERBEROS, OAUTH1 and SAML2 options

Modified:
  head/devel/py-keystoneauth1/Makefile

Modified: head/devel/py-keystoneauth1/Makefile
==============================================================================
--- head/devel/py-keystoneauth1/Makefile	Fri Jun 26 08:44:08 2020	(r540445)
+++ head/devel/py-keystoneauth1/Makefile	Fri Jun 26 08:44:13 2020	(r540446)
@@ -25,4 +25,17 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
+OPTIONS_DEFINE=	BETAMAX KERBEROS OAUTH1 SAML2
+BETAMAX_DESC=	Betamax support
+KERBEROS_DESC=	Kerberos support
+OAUTH1_DESC=	OAuth 1.0 support
+SAML2_DESC=	SAML 2.0 support
+
+BETAMAX_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}betamax>=0.7.0:www/py-betamax@${PY_FLAVOR} \
+			${PYTHON_PKGNAMEPREFIX}fixtures>=3.0.0:devel/py-fixtures@${PY_FLAVOR} \
+			${PYTHON_PKGNAMEPREFIX}mock>=2.0.0:devel/py-mock@${PY_FLAVOR}
+KERBEROS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests-kerberos>=0.8.0:security/py-requests-kerberos@${PY_FLAVOR}
+OAUTH1_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}oauthlib>=0.6.2:security/py-oauthlib@${PY_FLAVOR}
+SAML2_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>=4.2.0:devel/py-lxml@${PY_FLAVOR}
+
 .include <bsd.port.mk>



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