diff --git a/devel/py-azure-synapse-managedprivateendpoints/Makefile b/devel/py-azure-synapse-managedprivateendpoints/Makefile index b94dce8a7a30..99d841f06328 100644 --- a/devel/py-azure-synapse-managedprivateendpoints/Makefile +++ b/devel/py-azure-synapse-managedprivateendpoints/Makefile @@ -1,23 +1,27 @@ PORTNAME= azure-synapse-managedprivateendpoints -DISTVERSION= 0.4.0 -PORTREVISION= 1 +PORTVERSION= 0.4.0 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Synapse Managed Private Endpoints Client Library for Python -WWW= https://pypi.org/project/azure-synapse-managedprivateendpoints/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/synapse/azure-synapse-managedprivateendpoints \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-core>=1.6.0<2.0.0:devel/py-azure-core@${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}azure-common>=1.1<2:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-core>=1.6.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python zip +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/devel/py-azure-synapse-managedprivateendpoints/pkg-descr b/devel/py-azure-synapse-managedprivateendpoints/pkg-descr index bf7fb36f1c99..1ee506fd472c 100644 --- a/devel/py-azure-synapse-managedprivateendpoints/pkg-descr +++ b/devel/py-azure-synapse-managedprivateendpoints/pkg-descr @@ -1,4 +1,3 @@ This is the Microsoft Azure Synapse Managed Private Endpoints Client Library. - -Azure Synapse is a limitless analytics service that brings together enterprise -data warehousing and Big Data analytics. +This package has been tested with Python 3.6, 3.7, 3.8, 3.9 and 3.10. For a more +complete view of Azure libraries, see the azure sdk python release.