diff --git a/net-mgmt/py-msrestazure/Makefile b/net-mgmt/py-msrestazure/Makefile index ab80fbabecb8..91169ea44b39 100644 --- a/net-mgmt/py-msrestazure/Makefile +++ b/net-mgmt/py-msrestazure/Makefile @@ -1,23 +1,27 @@ PORTNAME= msrestazure -DISTVERSION= 0.6.4 -PORTREVISION= 1 +PORTVERSION= 0.6.4 +DISTVERSIONSUFFIX= .post1 +PORTREVISION= 2 CATEGORIES= net-mgmt python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= Azure-specific AutoRest swagger generator Python client runtime +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= AutoRest swagger generator Python client runtime. Azure-specific module WWW= https://github.com/Azure/msrestazure-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.0<2.0.0:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}adal>=0.6.0<2.0.0:net-mgmt/py-adal@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${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}adal>=0.6.0<2.0.0:net-mgmt/py-adal@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.0<2.0.0:net-mgmt/py-msrest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/net-mgmt/py-msrestazure/distinfo b/net-mgmt/py-msrestazure/distinfo index 7fe156706eaa..9d7730fada26 100644 --- a/net-mgmt/py-msrestazure/distinfo +++ b/net-mgmt/py-msrestazure/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1643115330 -SHA256 (msrestazure-0.6.4.tar.gz) = a06f0dabc9a6f5efe3b6add4bd8fb623aeadacf816b7a35b0f89107e0544d189 -SIZE (msrestazure-0.6.4.tar.gz) = 47724 +TIMESTAMP = 1773966920 +SHA256 (msrestazure-0.6.4.post1.tar.gz) = 39842007569e8c77885ace5c46e4bf2a9108fcb09b1e6efdf85b6e2c642b55d4 +SIZE (msrestazure-0.6.4.post1.tar.gz) = 47728 diff --git a/net-mgmt/py-msrestazure/pkg-descr b/net-mgmt/py-msrestazure/pkg-descr index e598954b63cb..c9a0e853adbd 100644 --- a/net-mgmt/py-msrestazure/pkg-descr +++ b/net-mgmt/py-msrestazure/pkg-descr @@ -1 +1,3 @@ -AutoRest swagger generator Python client runtime. Azure-specific module. +This package is deprecated and no longer receives updates +- The authentication part of this package has been moved to azure-identity +- The other parts of this library are covered by azure-mgmt-core