ports/devel/py-azure-functions-devops-build/Makefile
Danilo G. Baio 878c70b1eb Add devel/py-azure-functions-devops-build
Azure Devops Build Manager For Azure Functions

This project provides the class AzureDevopsBuildManager and supporting classes.
This manager class allows the caller to manage Azure Devops pipelines that are
maintained within an Azure Devops account. This project was created to be able
to support command line tooling for the AZ Cli.

WWW: https://pypi.org/project/azure-functions-devops-build/
2019-09-07 22:56:32 +00:00

24 lines
596 B
Makefile

# $FreeBSD$
PORTNAME= azure-functions-devops-build
PORTVERSION= 0.0.22
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Azure Devops Build Manager For Azure Functions
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0:net-mgmt/py-msrest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}vsts>=0:devel/py-vsts@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>