1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/devel/py-vsts-cd-manager/Makefile
Danilo G. Baio 8ffa852989 Add devel/py-vsts-cd-manager: Python wrapper around some of the VSTS APIs
Visual Studio Team Services Continuous Delivery Manager

This project provides the class ContinuousDeliveryManager and supporting
classes. This CD manager class allows the caller to manage Azure Continuous
Delivery pipelines that are maintained within a VSTS account.

WWW: https://pypi.org/project/vsts-cd-manager/
2018-12-29 17:32:02 +00:00

23 lines
509 B
Makefile

# $FreeBSD$
PORTNAME= vsts-cd-manager
PORTVERSION= 1.0.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Python wrapper around some of the Visual Studio Team Services APIs
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.2.0:net-mgmt/py-msrest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>