Date: Sat, 30 Sep 2017 10:59:12 +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: r450974 - in head/net-mgmt: . py-msrest Message-ID: <201709301059.v8UAxCUG095952@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <johannes@perceivon.net> +# $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 <bsd.port.pre.mk> + +.if ${PYTHON_REL} < 3400 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34 +.endif + +.include <bsd.port.post.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709301059.v8UAxCUG095952>