Date: Tue, 21 Apr 2026 17:14:52 +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: af372b41821e - main - devel/py-azure-storage-common: Convert to USE_PYTHON=pep517 Message-ID: <69e7b08c.3bc76.7b6ea36a@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=af372b41821e8ee42c3b7af2b95ffee8ca1b5b4d commit af372b41821e8ee42c3b7af2b95ffee8ca1b5b4d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-04-21 17:01:50 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-04-21 17:12:25 +0000 devel/py-azure-storage-common: Convert to USE_PYTHON=pep517 - Update WWW - Add LICENSE_FILE - Sort RUN_DEPENDS - Update pkg-descr - Bump PORTREVISION for package change --- devel/py-azure-storage-common/Makefile | 14 +++++++++----- devel/py-azure-storage-common/pkg-descr | 5 ++--- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/devel/py-azure-storage-common/Makefile b/devel/py-azure-storage-common/Makefile index b7db00a94797..4bb37ecc29bd 100644 --- a/devel/py-azure-storage-common/Makefile +++ b/devel/py-azure-storage-common/Makefile @@ -7,16 +7,20 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Storage Common Client Library for Python -WWW= https://pypi.org/project/azure-storage-common/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-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}azure-common>=1.1.5:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-dateutil>=0:devel/py-python-dateutil@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}python-dateutil>=0:devel/py-python-dateutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} -USES= azurepy python -USE_PYTHON= autoplist concurrent cryptography distutils +USES= python +USE_PYTHON= autoplist concurrent cryptography pep517 NO_ARCH= yes diff --git a/devel/py-azure-storage-common/pkg-descr b/devel/py-azure-storage-common/pkg-descr index c43107dbdd9c..d7c227cd40f8 100644 --- a/devel/py-azure-storage-common/pkg-descr +++ b/devel/py-azure-storage-common/pkg-descr @@ -1,4 +1,3 @@ -Microsoft Azure Storage Common Client Library for Python - This project provides a client library in Python that makes it easy to consume -Microsoft Azure Storage services. +Microsoft Azure Storage services. For documentation please see the Microsoft +Azure Python Developer Center and our API Reference.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e7b08c.3bc76.7b6ea36a>
