diff options
author | dbaio <dbaio@FreeBSD.org> | 2019-09-08 06:55:02 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2019-09-08 06:55:02 +0800 |
commit | f832ba14322277ce025465f2100f53352091a3f6 (patch) | |
tree | ee85aba964b4ab84cc1c0157aef8d73832256213 /devel/Makefile | |
parent | 9167f853a6abc2dbd01e0d828edea40850aa29bd (diff) | |
download | freebsd-ports-gnome-f832ba14322277ce025465f2100f53352091a3f6.tar.gz freebsd-ports-gnome-f832ba14322277ce025465f2100f53352091a3f6.tar.zst freebsd-ports-gnome-f832ba14322277ce025465f2100f53352091a3f6.zip |
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/
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 40797433785a..1db0327cb502 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 |