diff --git a/devel/py-azure-synapse-artifacts/Makefile b/devel/py-azure-synapse-artifacts/Makefile index 5b23f63438da..ddfd72423f47 100644 --- a/devel/py-azure-synapse-artifacts/Makefile +++ b/devel/py-azure-synapse-artifacts/Makefile @@ -1,23 +1,29 @@ PORTNAME= azure-synapse-artifacts -DISTVERSION= 0.17.0 -PORTREVISION= 1 +PORTVERSION= 0.21.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_synapse_artifacts-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Synapse Artifacts Client Library for Python -WWW= https://pypi.org/project/azure-synapse-artifacts/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/synapse/azure-synapse-artifacts \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +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.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1<1.0.0:devel/py-isodate@${PY_FLAVOR} + ${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} -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-synapse-artifacts/distinfo b/devel/py-azure-synapse-artifacts/distinfo index 72b80db5d31e..065131fe6f27 100644 --- a/devel/py-azure-synapse-artifacts/distinfo +++ b/devel/py-azure-synapse-artifacts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696201836 -SHA256 (azure-synapse-artifacts-0.17.0.zip) = e7c93c17f694041349c060623d9a23912cc45d9dca77ab84c2bd1c65b15a33d9 -SIZE (azure-synapse-artifacts-0.17.0.zip) = 511057 +TIMESTAMP = 1764494079 +SHA256 (azure_synapse_artifacts-0.21.0.tar.gz) = d7e37516cf8569e03c604d921e3407d7140cf7523b67b67f757caf999e3c8ee7 +SIZE (azure_synapse_artifacts-0.21.0.tar.gz) = 460511 diff --git a/devel/py-azure-synapse-artifacts/pkg-descr b/devel/py-azure-synapse-artifacts/pkg-descr index 6f84eb837e06..fc61358166d5 100644 --- a/devel/py-azure-synapse-artifacts/pkg-descr +++ b/devel/py-azure-synapse-artifacts/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Synapse Artifacts Client Library. - -Azure Synapse is a limitless analytics service that brings together enterprise -data warehousing and Big Data analytics. +This is the Microsoft Azure Synapse Artifacts Client Library. This package has +been tested with Python 3.8+. For a more complete view of Azure libraries, see +the azure sdk python release.