From owner-svn-ports-all@freebsd.org Fri Feb 14 19:42:50 2020 Return-Path: Delivered-To: svn-ports-all@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 4613C23FEFF; Fri, 14 Feb 2020 19:42:50 +0000 (UTC) (envelope-from sunpoet@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 48K3gt0hyBz46WN; Fri, 14 Feb 2020 19:42:50 +0000 (UTC) (envelope-from sunpoet@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 133E0D12; Fri, 14 Feb 2020 19:42:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01EJgncQ035804; Fri, 14 Feb 2020 19:42:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01EJgnvJ035800; Fri, 14 Feb 2020 19:42:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202002141942.01EJgnvJ035800@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 14 Feb 2020 19:42:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526134 - in head/devel: . py-azure-core X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . py-azure-core X-SVN-Commit-Revision: 526134 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Feb 2020 19:42:50 -0000 Author: sunpoet Date: Fri Feb 14 19:42:48 2020 New Revision: 526134 URL: https://svnweb.freebsd.org/changeset/ports/526134 Log: Add py-azure-core 1.2.2 Azure core library defines basic exceptions and shared modules those are needed when you use client libraries. WWW: https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/core/azure-core Added: head/devel/py-azure-core/ head/devel/py-azure-core/Makefile (contents, props changed) head/devel/py-azure-core/distinfo (contents, props changed) head/devel/py-azure-core/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Feb 14 19:41:33 2020 (r526133) +++ head/devel/Makefile Fri Feb 14 19:42:48 2020 (r526134) @@ -4076,6 +4076,7 @@ SUBDIR += py-aws-sam-translator SUBDIR += py-aws-xray-sdk SUBDIR += py-azure-batch + SUBDIR += py-azure-core SUBDIR += py-azure-cosmos SUBDIR += py-azure-datalake-store SUBDIR += py-azure-functions-devops-build Added: head/devel/py-azure-core/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-azure-core/Makefile Fri Feb 14 19:42:48 2020 (r526134) @@ -0,0 +1,23 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= azure-core +PORTVERSION= 1.2.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Microsoft Azure Core Library for Python + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.18.4:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.6:devel/py-six@${PY_FLAVOR} + +USES= python zip +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include Added: head/devel/py-azure-core/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-azure-core/distinfo Fri Feb 14 19:42:48 2020 (r526134) @@ -0,0 +1,3 @@ +TIMESTAMP = 1581594046 +SHA256 (azure-core-1.2.2.zip) = 8bdb12b8e937c5bdf495faadf7741ea1958436e2d24c9c5ca7bd7a5ca7a9e42f +SIZE (azure-core-1.2.2.zip) = 176412 Added: head/devel/py-azure-core/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-azure-core/pkg-descr Fri Feb 14 19:42:48 2020 (r526134) @@ -0,0 +1,4 @@ +Azure core library defines basic exceptions and shared modules those are needed +when you use client libraries. + +WWW: https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/core/azure-core