svn commit: r467170 - in head/www: . py-azure-storage

William Grzybowski wg at FreeBSD.org
Thu Apr 12 17:38:25 UTC 2018


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 at 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 <bsd.port.mk>

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


More information about the svn-ports-head mailing list