Verified Commit fa054bef authored by sunpoet's avatar sunpoet
Browse files
parent 4368f9e5
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
PORTNAME=	azure-mgmt-resource-deploymentstacks
DISTVERSION=	1.0.0b1
PORTVERSION=	1.0.0
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	azure_mgmt_resource_deploymentstacks-${DISTVERSION}
DISTNAME=	azure_mgmt_resource_deploymentstacks-${PORTVERSION}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Microsoft Azure Resource Deploymentstacks Management Client Library for Python
COMMENT=	Microsoft Azure Deploymentstacks Management Client Library for Python
WWW=		https://azure.github.io/azure-sdk-for-python/ \
		https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/resources/azure-mgmt-resource-deploymentstacks \
		https://github.com/Azure/azure-sdk-for-python
@@ -16,8 +16,7 @@ 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}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.5.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.6.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1:devel/py-isodate@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6.0:devel/py-typing-extensions@${PY_FLAVOR}

+3 −3
Original line number Diff line number Diff line
TIMESTAMP = 1768283074
SHA256 (azure_mgmt_resource_deploymentstacks-1.0.0b1.tar.gz) = 49b876e45c0f5bab88ec47d7c56e8fb34fbdfcfe5b831a3a2a21e817f3d9732e
SIZE (azure_mgmt_resource_deploymentstacks-1.0.0b1.tar.gz) = 51527
TIMESTAMP = 1773841771
SHA256 (azure_mgmt_resource_deploymentstacks-1.0.0.tar.gz) = 808dcdd71737e9ca4e7cb84bc62a74efd5457b6a6db0e5607cd36c86fd582dc7
SIZE (azure_mgmt_resource_deploymentstacks-1.0.0.tar.gz) = 85495
+19 −0
Original line number Diff line number Diff line
--- pyproject.toml.orig	2026-02-10 18:49:10 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@ requires = [
 [build-system]
 requires = [
-    "setuptools>=77.0.3",
+    "setuptools>=61",
     "wheel",
 ]
 build-backend = "setuptools.build_meta"
@@ -11,7 +11,7 @@ description = "Microsoft Azure Deploymentstacks Manage
     { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" },
 ]
 description = "Microsoft Azure Deploymentstacks Management Client Library for Python"
-license = "MIT"
+license = { text = "MIT" }
 classifiers = [
     "Development Status :: 5 - Production/Stable",
     "Programming Language :: Python",