freebsd-ports/sysutils/py-azure-cli-dls/Makefile
Danilo G. Baio d684e2dd5a Mark as deprecated some azure-cli dependencies
Following ports r511522.
All of them were incorporated into azure-cli package on version >= 2.0.68.
2019-09-07 23:25:49 +00:00

26 lines
751 B
Makefile

# $FreeBSD$
PORTNAME= azure-cli-dls
PORTVERSION= 0.1.10
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Command-Line Tools Data Lake Store Command Module
LICENSE= MIT
DEPRECATED= Incorporated into azure-cli package
EXPIRATION_DATE=2019-09-30
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-mgmt-datalake-store>=0.5.0:devel/py-azure-mgmt-datalake-store@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-datalake-store>=0.0.39:devel/py-azure-datalake-store@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR}
USES= azurepy python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>