1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

net-mgmt/py-msrestazure: Update to 0.6.4.post1

- Update COMMENT
- Add LICENSE_FILE
- Sort RUN_DEPENDS
- Convert to USE_PYTHON=pep517
- Update pkg-descr
- Take maintainership

Changes:	https://github.com/Azure/msrestazure-for-python/commits/master
This commit is contained in:
Po-Chuan Hsieh
2026-04-06 01:10:17 +08:00
parent a5a0476f67
commit c972747bec
3 changed files with 18 additions and 12 deletions
+12 -8
View File
@@ -1,22 +1,26 @@
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
+3 -3
View File
@@ -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
+3 -1
View File
@@ -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