Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Apr 2018 17:30:09 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
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
Message-ID:  <201804121730.w3CHU9rK040081@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804121730.w3CHU9rK040081>