diff --git a/devel/py-azure-mgmt-hdinsight/Makefile b/devel/py-azure-mgmt-hdinsight/Makefile index aec92665e36d..a374331b8e83 100644 --- a/devel/py-azure-mgmt-hdinsight/Makefile +++ b/devel/py-azure-mgmt-hdinsight/Makefile @@ -1,23 +1,28 @@ PORTNAME= azure-mgmt-hdinsight -PORTVERSION= 9.0.0 -PORTREVISION= 1 +DISTVERSION= 9.1.0b2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_hdinsight-${DISTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure HDInsight Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-hdinsight/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/hdinsight/azure-mgmt-hdinsight \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.6.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>=0.7.1:net-mgmt/py-msrest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6.0:devel/py-typing-extensions@${PY_FLAVOR} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/devel/py-azure-mgmt-hdinsight/distinfo b/devel/py-azure-mgmt-hdinsight/distinfo index 7a304a14698c..57f43271afff 100644 --- a/devel/py-azure-mgmt-hdinsight/distinfo +++ b/devel/py-azure-mgmt-hdinsight/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1641080749 -SHA256 (azure-mgmt-hdinsight-9.0.0.zip) = 41ebdc69c0d1f81d25dd30438c14fff4331f66639f55805b918b9649eaffe78a -SIZE (azure-mgmt-hdinsight-9.0.0.zip) = 146712 +TIMESTAMP = 1772028172 +SHA256 (azure_mgmt_hdinsight-9.1.0b2.tar.gz) = 5b0d1335e2c1a73bc0891abbb178dc006309756d1e0bc5766c1832b9fb442717 +SIZE (azure_mgmt_hdinsight-9.1.0b2.tar.gz) = 112981 diff --git a/devel/py-azure-mgmt-hdinsight/files/patch-pyproject.toml b/devel/py-azure-mgmt-hdinsight/files/patch-pyproject.toml new file mode 100644 index 000000000000..2fbde8b62c90 --- /dev/null +++ b/devel/py-azure-mgmt-hdinsight/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2025-10-15 09:37:16 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 Hdinsight Management Cl + { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" }, + ] + description = "Microsoft Azure Hdinsight Management Client Library for Python" +-license = "MIT" ++license = { text = "MIT" } + classifiers = [ + "Development Status :: 4 - Beta", + "Programming Language :: Python", diff --git a/devel/py-azure-mgmt-hdinsight/pkg-descr b/devel/py-azure-mgmt-hdinsight/pkg-descr index 09cf381f3c25..4ba271f82aee 100644 --- a/devel/py-azure-mgmt-hdinsight/pkg-descr +++ b/devel/py-azure-mgmt-hdinsight/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure HDInsight Management Client Library. - -Azure Resource Manager (ARM) is the next generation of management APIs that -replace the old Azure Service Management (ASM). +This is the Microsoft Azure HDInsight Management Client Library. This package +has been tested with Python 3.9+. For a more complete view of Azure libraries, +see the azure sdk python release.