diff --git a/www/py-azure-storage/Makefile b/www/py-azure-storage/Makefile index f87df5b6e775..916b03fbf377 100644 --- a/www/py-azure-storage/Makefile +++ b/www/py-azure-storage/Makefile @@ -1,23 +1,26 @@ PORTNAME= azure-storage PORTVERSION= 0.36.0 PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= vladimirv@ixsystems.com COMMENT= Python Client for Azure Storage WWW= https://pypi.org/project/azure-storage/ LICENSE= APACHE20 +DEPRECATED= Deprecated by upstream. Use other py-azure-storage-* ports instead +EXPIRATION_DATE=2026-05-31 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-dateutil>0:devel/py-python-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent cryptography distutils NO_ARCH= yes .include