From owner-svn-ports-head@freebsd.org Sat Sep 7 22:56:33 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D0CE9E0116; Sat, 7 Sep 2019 22:56:33 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46QqYF4kj4z4BQD; Sat, 7 Sep 2019 22:56:33 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 787A9CBDE; Sat, 7 Sep 2019 22:56:33 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x87MuXS2057608; Sat, 7 Sep 2019 22:56:33 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x87MuWxT057604; Sat, 7 Sep 2019 22:56:32 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201909072256.x87MuWxT057604@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 7 Sep 2019 22:56:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511496 - in head/devel: . py-azure-functions-devops-build X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head/devel: . py-azure-functions-devops-build X-SVN-Commit-Revision: 511496 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Sep 2019 22:56:33 -0000 Author: dbaio Date: Sat Sep 7 22:56:32 2019 New Revision: 511496 URL: https://svnweb.freebsd.org/changeset/ports/511496 Log: 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/ Added: head/devel/py-azure-functions-devops-build/ head/devel/py-azure-functions-devops-build/Makefile (contents, props changed) head/devel/py-azure-functions-devops-build/distinfo (contents, props changed) head/devel/py-azure-functions-devops-build/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Sep 7 22:55:02 2019 (r511495) +++ head/devel/Makefile Sat Sep 7 22:56:32 2019 (r511496) @@ -4154,6 +4154,7 @@ SUBDIR += py-azure-batch SUBDIR += py-azure-cosmos SUBDIR += py-azure-datalake-store + SUBDIR += py-azure-functions-devops-build SUBDIR += py-azure-graphrbac SUBDIR += py-azure-keyvault SUBDIR += py-azure-mgmt-advisor Added: head/devel/py-azure-functions-devops-build/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-azure-functions-devops-build/Makefile Sat Sep 7 22:56:32 2019 (r511496) @@ -0,0 +1,24 @@ +# $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 Added: head/devel/py-azure-functions-devops-build/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-azure-functions-devops-build/distinfo Sat Sep 7 22:56:32 2019 (r511496) @@ -0,0 +1,3 @@ +TIMESTAMP = 1558568726 +SHA256 (azure-functions-devops-build-0.0.22.tar.gz) = c6341abda6098813f8fa625acd1e925410a17a8a1c7aaabdf975bb7cecb14edf +SIZE (azure-functions-devops-build-0.0.22.tar.gz) = 23669 Added: head/devel/py-azure-functions-devops-build/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-azure-functions-devops-build/pkg-descr Sat Sep 7 22:56:32 2019 (r511496) @@ -0,0 +1,6 @@ +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/