From owner-svn-ports-all@freebsd.org Thu Apr 12 17:30:10 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B989FA5F2B; Thu, 12 Apr 2018 17:30:10 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2E5EC7F1A3; Thu, 12 Apr 2018 17:30:10 +0000 (UTC) (envelope-from wg@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 2941B656F; Thu, 12 Apr 2018 17:30:10 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3CHUAWt040085; Thu, 12 Apr 2018 17:30:10 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3CHU9rK040081; Thu, 12 Apr 2018 17:30:09 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201804121730.w3CHU9rK040081@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Thu, 12 Apr 2018 17:30:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467169 - in head/www: . py-azure-common X-SVN-Group: ports-head X-SVN-Commit-Author: wg X-SVN-Commit-Paths: in head/www: . py-azure-common X-SVN-Commit-Revision: 467169 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.25 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: Thu, 12 Apr 2018 17:30:10 -0000 Author: wg Date: Thu Apr 12 17:30:09 2018 New Revision: 467169 URL: https://svnweb.freebsd.org/changeset/ports/467169 Log: www/py-azure-common: Microsoft Azure common code WWW: https://pypi.python.org/pypi/azure-common Submitted by: Vladimir Vinogradenko Added: head/www/py-azure-common/ head/www/py-azure-common/Makefile (contents, props changed) head/www/py-azure-common/distinfo (contents, props changed) head/www/py-azure-common/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Apr 12 17:27:30 2018 (r467168) +++ head/www/Makefile Thu Apr 12 17:30:09 2018 (r467169) @@ -1523,6 +1523,7 @@ SUBDIR += py-apachelog SUBDIR += py-autobahn SUBDIR += py-aws-requests-auth + SUBDIR += py-azure-common SUBDIR += py-beaker SUBDIR += py-beautifulsoup SUBDIR += py-beautifulsoup32 Added: head/www/py-azure-common/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-azure-common/Makefile Thu Apr 12 17:30:09 2018 (r467169) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= azure-common +PORTVERSION= 1.1.9 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= vladimirv@ixsystems.com +COMMENT= Microsoft Azure common code + +LICENSE= APACHE20 + +USES= python zip +USE_PYTHON= autoplist distutils concurrent distutils + +.include Added: head/www/py-azure-common/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-azure-common/distinfo Thu Apr 12 17:30:09 2018 (r467169) @@ -0,0 +1,3 @@ +TIMESTAMP = 1523556128 +SHA256 (azure-common-1.1.9.zip) = 5124ab76357452356164ef1a10e7fe69f686eaf1647ef57b37c2ede50df2cc02 +SIZE (azure-common-1.1.9.zip) = 20024 Added: head/www/py-azure-common/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-azure-common/pkg-descr Thu Apr 12 17:30:09 2018 (r467169) @@ -0,0 +1,4 @@ +Microsoft Azure Storage SDK for Python provides shared code by the Azure +packages. + +WWW: https://pypi.python.org/pypi/azure-common