Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2019 22:55:02 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511495 - in head/devel: . py-vsts
Message-ID:  <201909072255.x87Mt2di057370@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Sat Sep  7 22:55:02 2019
New Revision: 511495
URL: https://svnweb.freebsd.org/changeset/ports/511495

Log:
  Add devel/py-vsts: Python wrapper around the VSTS APIs
  
  This repository contains Python APIs for interacting with and managing Azure
  DevOps. These APIs power the Visual Studio Team Services CLI.
  
  WWW: https://pypi.org/project/vsts/

Added:
  head/devel/py-vsts/
  head/devel/py-vsts/Makefile   (contents, props changed)
  head/devel/py-vsts/distinfo   (contents, props changed)
  head/devel/py-vsts/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Sep  7 22:53:25 2019	(r511494)
+++ head/devel/Makefile	Sat Sep  7 22:55:02 2019	(r511495)
@@ -5144,6 +5144,7 @@
     SUBDIR += py-virtualenvwrapper
     SUBDIR += py-visitor
     SUBDIR += py-voluptuous
+    SUBDIR += py-vsts
     SUBDIR += py-vsts-cd-manager
     SUBDIR += py-vulture
     SUBDIR += py-wadllib

Added: head/devel/py-vsts/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-vsts/Makefile	Sat Sep  7 22:55:02 2019	(r511495)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	vsts
+PORTVERSION=	0.1.25
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	dbaio@FreeBSD.org
+COMMENT=	Python wrapper around the VSTS APIs
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.6.0:net-mgmt/py-msrest@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-vsts/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-vsts/distinfo	Sat Sep  7 22:55:02 2019	(r511495)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1553909959
+SHA256 (vsts-0.1.25.tar.gz) = da179160121f5b38be061dbff29cd2b60d5d029b2207102454d77a7114e64f97
+SIZE (vsts-0.1.25.tar.gz) = 847327

Added: head/devel/py-vsts/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-vsts/pkg-descr	Sat Sep  7 22:55:02 2019	(r511495)
@@ -0,0 +1,4 @@
+This repository contains Python APIs for interacting with and managing Azure
+DevOps. These APIs power the Visual Studio Team Services CLI.
+
+WWW: https://pypi.org/project/vsts/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909072255.x87Mt2di057370>