Date: Tue, 21 Apr 2026 17:13:24 +0000 From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ed18ec11d483 - main - devel/py-azure-datalake-store: Update to 1.0.1 Message-ID: <69e7b034.3eaa8.4ddda346@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ed18ec11d483c979cf140477d279ee83f50100c0 commit ed18ec11d483c979cf140477d279ee83f50100c0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-04-21 17:00:29 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-04-21 17:11:50 +0000 devel/py-azure-datalake-store: Update to 1.0.1 - Update COMMENT - Update WWW - Add LICENSE_FILE - Convert to USE_PYTHON=pep517 - Update pkg-descr Changes: https://github.com/Azure/azure-data-lake-store-python/releases --- devel/py-azure-datalake-store/Makefile | 16 +++++++++------- devel/py-azure-datalake-store/distinfo | 6 +++--- devel/py-azure-datalake-store/pkg-descr | 14 +++++--------- 3 files changed, 17 insertions(+), 19 deletions(-) diff --git a/devel/py-azure-datalake-store/Makefile b/devel/py-azure-datalake-store/Makefile index ecbfcfb911c1..3390e167c529 100644 --- a/devel/py-azure-datalake-store/Makefile +++ b/devel/py-azure-datalake-store/Makefile @@ -1,22 +1,24 @@ PORTNAME= azure-datalake-store -PORTVERSION= 0.0.53 -PORTREVISION= 1 +PORTVERSION= 1.0.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_datalake_store-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure Data Lake Store Filesystem Client Library for Python -WWW= https://pypi.org/project/azure-datalake-store/ +COMMENT= Azure Data Lake Store Filesystem Client Library for Python +WWW= https://github.com/Azure/azure-data-lake-store-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/License.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=0:devel/py-cffi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}msal>=1.16.0:devel/py-msal@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.20.0:www/py-requests@${PY_FLAVOR} -USES= azurepy python -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-datalake-store/distinfo b/devel/py-azure-datalake-store/distinfo index 0cc0c529ba29..2fa7a05a14ef 100644 --- a/devel/py-azure-datalake-store/distinfo +++ b/devel/py-azure-datalake-store/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684595035 -SHA256 (azure-datalake-store-0.0.53.tar.gz) = 05b6de62ee3f2a0a6e6941e6933b792b800c3e7f6ffce2fc324bc19875757393 -SIZE (azure-datalake-store-0.0.53.tar.gz) = 71430 +TIMESTAMP = 1764527637 +SHA256 (azure_datalake_store-1.0.1.tar.gz) = 5364d4445aab154a1c7cb10215629c3ce46ce5c7aaaf16071890c03fae53a035 +SIZE (azure_datalake_store-1.0.1.tar.gz) = 69462 diff --git a/devel/py-azure-datalake-store/pkg-descr b/devel/py-azure-datalake-store/pkg-descr index 77e0ec6c80bf..3f0db21ec85a 100644 --- a/devel/py-azure-datalake-store/pkg-descr +++ b/devel/py-azure-datalake-store/pkg-descr @@ -1,10 +1,6 @@ -This project is the Python filesystem library for Azure Data Lake Store. +A pure-python interface to the Azure Data-lake Storage Gen 1 system, providing +pythonic file-system and file objects, seamless transition between Windows and +POSIX remote paths, high-performance up- and down-loader. -Azure Data Lake Storage Gen2 is a highly scalable and cost-effective data lake -solution for big data analytics. It combines the power of a high-performance -file system with massive scale and economy to help you speed your time to -insight. Data Lake Storage Gen2 extends Azure Blob Storage capabilities and is -optimized for analytics workloads. Store data once and access it via existing -Blob Storage and HDFS-compliant file system interfaces with no programming -changes or data copying. Data Lake Storage Gen2 is the most comprehensive data -lake available. +This software is under active development and not yet recommended for general +use.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e7b034.3eaa8.4ddda346>
