From owner-svn-ports-head@freebsd.org Sat Sep 30 10:59:13 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 440EAE24EB1; Sat, 30 Sep 2017 10:59:13 +0000 (UTC) (envelope-from tcberner@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 mx1.freebsd.org (Postfix) with ESMTPS id 202426BC98; Sat, 30 Sep 2017 10:59:13 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8UAxC8V095957; Sat, 30 Sep 2017 10:59:12 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UAxCUG095952; Sat, 30 Sep 2017 10:59:12 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201709301059.v8UAxCUG095952@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 30 Sep 2017 10:59:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450974 - in head/net-mgmt: . py-msrest X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/net-mgmt: . py-msrest X-SVN-Commit-Revision: 450974 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Sep 2017 10:59:13 -0000 Author: tcberner Date: Sat Sep 30 10:59:11 2017 New Revision: 450974 URL: https://svnweb.freebsd.org/changeset/ports/450974 Log: New port: net-mgmt/py-msrest: AutoRest swagger generator Python client runtime PR: 222210 Submitted by: xmj Added: head/net-mgmt/py-msrest/ head/net-mgmt/py-msrest/Makefile (contents, props changed) head/net-mgmt/py-msrest/distinfo (contents, props changed) head/net-mgmt/py-msrest/pkg-descr (contents, props changed) Modified: head/net-mgmt/Makefile Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Sat Sep 30 10:50:14 2017 (r450973) +++ head/net-mgmt/Makefile Sat Sep 30 10:59:11 2017 (r450974) @@ -297,6 +297,7 @@ SUBDIR += py-adal SUBDIR += py-ipcalc SUBDIR += py-ipy + SUBDIR += py-msrest SUBDIR += py-pdagent SUBDIR += py-pyang SUBDIR += py-pysmi Added: head/net-mgmt/py-msrest/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py-msrest/Makefile Sat Sep 30 10:59:11 2017 (r450974) @@ -0,0 +1,29 @@ +# Created by: Johannes Jost Meixner +# $FreeBSD$ + +PORTNAME= msrest +PORTVERSION= 0.4.14 +CATEGORIES= net-mgmt python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= johannes@perceivon.net +COMMENT= AutoRest swagger generator Python client runtime + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi \ + ${PYTHON_PKGNAMEPREFIX}isodate>=0.5.4:devel/py-isodate \ + ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>0:www/py-requests-oauthlib \ + ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests + +USES= python +USE_PYTHON= autoplist distutils + +.include + +.if ${PYTHON_REL} < 3400 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34 +.endif + +.include Added: head/net-mgmt/py-msrest/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py-msrest/distinfo Sat Sep 30 10:59:11 2017 (r450974) @@ -0,0 +1,3 @@ +TIMESTAMP = 1505102734 +SHA256 (msrest-0.4.14.tar.gz) = 97654345a93a140f6e825f2a648de3100b5ff90880f7668df82d825b2de148ec +SIZE (msrest-0.4.14.tar.gz) = 26459 Added: head/net-mgmt/py-msrest/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py-msrest/pkg-descr Sat Sep 30 10:59:11 2017 (r450974) @@ -0,0 +1,3 @@ +AutoRest swagger generator Python client runtime. + +WWW: https://pypi.python.org/pypi/msrest