Skip site navigation (1)Skip section navigation (2)



index | | raw e-mail

    devel/py-azure-graphrbac: Update to 0.61.2
    
    - Update WWW
    - Add LICENSE_FILE
    - Update version requirement of RUN_DEPENDS
    - Sort RUN_DEPENDS
    - Convert to USE_PYTHON=pep517
    - Update pkg-descr
    
    Changes:        https://github.com/Azure/azure-sdk-for-python/releases
---
 devel/py-azure-graphrbac/Makefile  | 20 +++++++++++++-------
 devel/py-azure-graphrbac/distinfo  |  6 +++---
 devel/py-azure-graphrbac/pkg-descr | 11 ++++++++++-
 3 files changed, 26 insertions(+), 11 deletions(-)

diff --git a/devel/py-azure-graphrbac/Makefile b/devel/py-azure-graphrbac/Makefile
index 6c058366f9c3..2e0dc6cb6770 100644
--- a/devel/py-azure-graphrbac/Makefile
+++ b/devel/py-azure-graphrbac/Makefile
@@ -1,22 +1,28 @@
 PORTNAME=	azure-graphrbac
-PORTVERSION=	0.61.1
-PORTREVISION=	1
+PORTVERSION=	0.61.2
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	azure_graphrbac-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Microsoft Azure Graph RBAC Client Library for Python
 WWW=		https://pypi.org/project/azure-graphrbac/
+WWW=		https://azure.github.io/azure-sdk-for-python/ \
+		https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/graphrbac/azure-graphrbac \
+		https://github.com/Azure/azure-sdk-for-python
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-common>=1.1<2:www/py-azure-common@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32<2.0.0:net-mgmt/py-msrestazure@${PY_FLAVOR}
 
-USES=		azurepy python zip
-USE_PYTHON=	autoplist concurrent distutils
+USES=		python
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/devel/py-azure-graphrbac/distinfo b/devel/py-azure-graphrbac/distinfo
index eaa74ad1c63e..0a597ce3c2f8 100644
--- a/devel/py-azure-graphrbac/distinfo
+++ b/devel/py-azure-graphrbac/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1559777996
-SHA256 (azure-graphrbac-0.61.1.zip) = 53e98ae2ca7c19b349e9e9bb1b6a824aeae8dcfcbe17190d20fe69c0f185b2e2
-SIZE (azure-graphrbac-0.61.1.zip) = 277920
+TIMESTAMP = 1764527928
+SHA256 (azure_graphrbac-0.61.2.tar.gz) = fb25b03307e17f739c81ad6bd3e9b57c57843686031f0f214b65158447c773dd
+SIZE (azure_graphrbac-0.61.2.tar.gz) = 47651
diff --git a/devel/py-azure-graphrbac/pkg-descr b/devel/py-azure-graphrbac/pkg-descr
index 362fb5cddc48..7f09a09a34ad 100644
--- a/devel/py-azure-graphrbac/pkg-descr
+++ b/devel/py-azure-graphrbac/pkg-descr
@@ -1 +1,10 @@
-This is the Microsoft Azure Graph RBAC Client Library.
+This package has been deprecated and will no longer be maintained after
+10-31-2024. This package will only receive security fixes until 10-31-2024.
+Refer to the samples in the MS Graph SDK for Python repo instead.
+
+For additional support, open a new issue in the Issues section of the MS Graph
+SDK for Python repo.
+
+Package source code and samples have been removed from the main branch and can
+be found under the release tag for the latest version. See
+azure-graphrbac_0.61.2. The latest release can be found on PyPI.


home | help