diff options
Diffstat (limited to 'devel/py-azure-core/Makefile')
| -rw-r--r-- | devel/py-azure-core/Makefile | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/devel/py-azure-core/Makefile b/devel/py-azure-core/Makefile index ae86f154ad75..7f384f1731df 100644 --- a/devel/py-azure-core/Makefile +++ b/devel/py-azure-core/Makefile @@ -1,5 +1,5 @@  PORTNAME=	azure-core -PORTVERSION=	1.35.1 +PORTVERSION=	1.36.0  CATEGORIES=	devel python  MASTER_SITES=	PYPI  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX} @@ -7,7 +7,8 @@ DISTNAME=	azure_core-${PORTVERSION}  MAINTAINER=	sunpoet@FreeBSD.org  COMMENT=	Microsoft Azure Core Library for Python -WWW=		https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/core/azure-core \ +WWW=		https://azure.github.io/azure-sdk-for-python/ \ +		https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/core/azure-core \  		https://github.com/Azure/azure-sdk-for-python  LICENSE=	MIT @@ -16,7 +17,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE  BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \  		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}  RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=2.21.0:www/py-requests@${PY_FLAVOR} \ -		${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR} \  		${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6.0:devel/py-typing-extensions@${PY_FLAVOR}  USES=		python | 
