From owner-svn-ports-all@freebsd.org Thu Apr 5 05:12:49 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FF4FF8A741; Thu, 5 Apr 2018 05:12:49 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1C5BD69152; Thu, 5 Apr 2018 05:12:49 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F2F451E2AC; Thu, 5 Apr 2018 05:12:48 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w355Cmua028849; Thu, 5 Apr 2018 05:12:48 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w355Cm8p028845; Thu, 5 Apr 2018 05:12:48 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201804050512.w355Cm8p028845@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 5 Apr 2018 05:12:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466535 - in head/net-mgmt: . py-pyIOSXR X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/net-mgmt: . py-pyIOSXR X-SVN-Commit-Revision: 466535 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Apr 2018 05:12:49 -0000 Author: yuri Date: Thu Apr 5 05:12:48 2018 New Revision: 466535 URL: https://svnweb.freebsd.org/changeset/ports/466535 Log: New port: net-mgmt/py-pyIOSXR: Python API to interact with network devices running IOS-XR PR: 227096 Submitted by: Kai Added: head/net-mgmt/py-pyIOSXR/ head/net-mgmt/py-pyIOSXR/Makefile (contents, props changed) head/net-mgmt/py-pyIOSXR/distinfo (contents, props changed) head/net-mgmt/py-pyIOSXR/pkg-descr (contents, props changed) Modified: head/net-mgmt/Makefile Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Thu Apr 5 04:59:08 2018 (r466534) +++ head/net-mgmt/Makefile Thu Apr 5 05:12:48 2018 (r466535) @@ -314,6 +314,7 @@ SUBDIR += py-msrestazure SUBDIR += py-ncclient SUBDIR += py-pdagent + SUBDIR += py-pyIOSXR SUBDIR += py-pyang SUBDIR += py-pyeapi SUBDIR += py-pynsca Added: head/net-mgmt/py-pyIOSXR/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py-pyIOSXR/Makefile Thu Apr 5 05:12:48 2018 (r466535) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= pyIOSXR +DISTVERSION= 0.52 +CATEGORIES= net-mgmt python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= freebsd_ports@k-worx.org +COMMENT= Python API to interact with network devices running IOS-XR + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.2.4:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}netmiko>=1.4.1:security/py-netmiko@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include Added: head/net-mgmt/py-pyIOSXR/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py-pyIOSXR/distinfo Thu Apr 5 05:12:48 2018 (r466535) @@ -0,0 +1,3 @@ +TIMESTAMP = 1522361007 +SHA256 (pyIOSXR-0.52.tar.gz) = 5d3478bc20a0680f1ddfba413f4a8576be640a8485f1cf4439af5803d45b0999 +SIZE (pyIOSXR-0.52.tar.gz) = 13603 Added: head/net-mgmt/py-pyIOSXR/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py-pyIOSXR/pkg-descr Thu Apr 5 05:12:48 2018 (r466535) @@ -0,0 +1,4 @@ +pyIOSXR is a Python library that facilitates communication with Cisco devices +running IOS-XR through the XML agent. + +WWW: https://github.com/fooelisa/pyiosxr