From owner-svn-ports-all@freebsd.org Thu Apr 12 17:38:25 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 E29E2F808A9; Thu, 12 Apr 2018 17:38:24 +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 93DA4812D7; Thu, 12 Apr 2018 17:38:24 +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 8EAC266FD; Thu, 12 Apr 2018 17:38:24 +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 w3CHcOjT045040; Thu, 12 Apr 2018 17:38:24 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3CHcOnX045036; Thu, 12 Apr 2018 17:38:24 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201804121738.w3CHcOnX045036@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:38:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467170 - in head/www: . py-azure-storage X-SVN-Group: ports-head X-SVN-Commit-Author: wg X-SVN-Commit-Paths: in head/www: . py-azure-storage X-SVN-Commit-Revision: 467170 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:38:25 -0000 Author: wg Date: Thu Apr 12 17:38:23 2018 New Revision: 467170 URL: https://svnweb.freebsd.org/changeset/ports/467170 Log: www/py-azure-storage: Python Client for Azure Storage Microsoft Azure Storage SDK for Python provides a client library in Python that makes it easy to consume Microsoft Azure Storage services. WWW: https://pypi.python.org/pypi/azure-storage Submitted by: Vladimir Vinogradenko Added: head/www/py-azure-storage/ head/www/py-azure-storage/Makefile (contents, props changed) head/www/py-azure-storage/distinfo (contents, props changed) head/www/py-azure-storage/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Apr 12 17:30:09 2018 (r467169) +++ head/www/Makefile Thu Apr 12 17:38:23 2018 (r467170) @@ -1524,6 +1524,7 @@ SUBDIR += py-autobahn SUBDIR += py-aws-requests-auth SUBDIR += py-azure-common + SUBDIR += py-azure-storage SUBDIR += py-beaker SUBDIR += py-beautifulsoup SUBDIR += py-beautifulsoup32 Added: head/www/py-azure-storage/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-azure-storage/Makefile Thu Apr 12 17:38:23 2018 (r467170) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= azure-storage +PORTVERSION= 0.36.0 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= vladimirv@ixsystems.com +COMMENT= Python Client for Azure Storage + +LICENSE= APACHE20 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +.include Added: head/www/py-azure-storage/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-azure-storage/distinfo Thu Apr 12 17:38:23 2018 (r467170) @@ -0,0 +1,3 @@ +TIMESTAMP = 1503457555 +SHA256 (azure-storage-0.36.0.tar.gz) = fb6212dcbed91b49d9637aa5e8888eafdfcd523b7e560c8044d2d838bbd3ca5f +SIZE (azure-storage-0.36.0.tar.gz) = 154595 Added: head/www/py-azure-storage/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-azure-storage/pkg-descr Thu Apr 12 17:38:23 2018 (r467170) @@ -0,0 +1,4 @@ +Microsoft Azure Storage SDK for Python provides a client library in Python +that makes it easy to consume Microsoft Azure Storage services. + +WWW: https://pypi.python.org/pypi/azure-storage