mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
8ffa852989
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/
23 lines
509 B
Makefile
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>
|