Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Sep 2017 11:09:19 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450975 - in head/net-mgmt: . py-msrestazure
Message-ID:  <201709301109.v8UB9JbB000361@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Sep 30 11:09:19 2017
New Revision: 450975
URL: https://svnweb.freebsd.org/changeset/ports/450975

Log:
  New port: net-mgmt/py-msrestazure: Azure-specific AutoRest swagger generator Python
  
  PR:		222211
  Submitted by:	xmj

Added:
  head/net-mgmt/py-msrestazure/
  head/net-mgmt/py-msrestazure/Makefile   (contents, props changed)
  head/net-mgmt/py-msrestazure/distinfo   (contents, props changed)
  head/net-mgmt/py-msrestazure/pkg-descr   (contents, props changed)
Modified:
  head/net-mgmt/Makefile

Modified: head/net-mgmt/Makefile
==============================================================================
--- head/net-mgmt/Makefile	Sat Sep 30 10:59:11 2017	(r450974)
+++ head/net-mgmt/Makefile	Sat Sep 30 11:09:19 2017	(r450975)
@@ -298,6 +298,7 @@
     SUBDIR += py-ipcalc
     SUBDIR += py-ipy
     SUBDIR += py-msrest
+    SUBDIR += py-msrestazure
     SUBDIR += py-pdagent
     SUBDIR += py-pyang
     SUBDIR += py-pysmi

Added: head/net-mgmt/py-msrestazure/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/py-msrestazure/Makefile	Sat Sep 30 11:09:19 2017	(r450975)
@@ -0,0 +1,22 @@
+# Created by: Johannes Jost Meixner <johannes@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	msrestazure
+PORTVERSION=	0.4.8
+CATEGORIES=	net-mgmt python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	xmj@FreeBSD.org
+COMMENT=	Azure-specific AutoRest swagger generator Python client runtime
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}keyring>0:security/py-keyring \
+		${PYTHON_PKGNAMEPREFIX}msrest>0:net-mgmt/py-msrest \
+		${PYTHON_PKGNAMEPREFIX}adal>0:net-mgmt/py-adal
+
+USES=		python zip
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/net-mgmt/py-msrestazure/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/py-msrestazure/distinfo	Sat Sep 30 11:09:19 2017	(r450975)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1505102538
+SHA256 (msrestazure-0.4.8.zip) = efa2b8a23d77c79609ffdb80150194e19521aa69f67aa676ccfda18e3ddff46d
+SIZE (msrestazure-0.4.8.zip) = 23832

Added: head/net-mgmt/py-msrestazure/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/py-msrestazure/pkg-descr	Sat Sep 30 11:09:19 2017	(r450975)
@@ -0,0 +1,3 @@
+AutoRest swagger generator Python client runtime. Azure-specific module.
+
+WWW: https://pypi.python.org/pypi/msrestazure



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