svn commit: r569344 - in head/devel: . py-azure-identity

Danilo G. Baio dbaio at FreeBSD.org
Sat Mar 27 17:29:29 UTC 2021


Author: dbaio
Date: Sat Mar 27 17:29:28 2021
New Revision: 569344
URL: https://svnweb.freebsd.org/changeset/ports/569344

Log:
  Add devel/py-azure-identity
  
  This is the Microsoft Azure Identity Client Library.
  
  The Azure Identity library provides a set of credential classes for use with
  Azure SDK clients which support Azure Active Directory (AAD) token
  authentication.
  
  WWW: https://pypi.org/project/azure-identity/

Added:
  head/devel/py-azure-identity/
  head/devel/py-azure-identity/Makefile   (contents, props changed)
  head/devel/py-azure-identity/distinfo   (contents, props changed)
  head/devel/py-azure-identity/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Mar 27 17:27:56 2021	(r569343)
+++ head/devel/Makefile	Sat Mar 27 17:29:28 2021	(r569344)
@@ -4111,6 +4111,7 @@
     SUBDIR += py-azure-datalake-store
     SUBDIR += py-azure-functions-devops-build
     SUBDIR += py-azure-graphrbac
+    SUBDIR += py-azure-identity
     SUBDIR += py-azure-keyvault
     SUBDIR += py-azure-keyvault-administration
     SUBDIR += py-azure-loganalytics

Added: head/devel/py-azure-identity/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-azure-identity/Makefile	Sat Mar 27 17:29:28 2021	(r569344)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME=	azure-identity
+DISTVERSION=	1.5.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	dbaio at FreeBSD.org
+COMMENT=	Microsoft Azure Identity Library for Python
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-core>=1.0.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}cryptography>=2.1.4:security/py-cryptography@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}msal>=1.6.0<2.0.0:devel/py-msal@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}msal-extensions>=0.3.0:devel/py-msal-extensions@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}six>=1.6:devel/py-six@${PY_FLAVOR}
+
+USES=		azurepy python:3.6+ zip
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-azure-identity/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-azure-identity/distinfo	Sat Mar 27 17:29:28 2021	(r569344)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1616849422
+SHA256 (azure-identity-1.5.0.zip) = 872adfa760b2efdd62595659b283deba92d47b7a67557eb9ff48f0b5d04ee396
+SIZE (azure-identity-1.5.0.zip) = 221449

Added: head/devel/py-azure-identity/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-azure-identity/pkg-descr	Sat Mar 27 17:29:28 2021	(r569344)
@@ -0,0 +1,7 @@
+This is the Microsoft Azure Identity Client Library.
+
+The Azure Identity library provides a set of credential classes for use with
+Azure SDK clients which support Azure Active Directory (AAD) token
+authentication.
+
+WWW: https://pypi.org/project/azure-identity/


More information about the svn-ports-head mailing list