From owner-svn-ports-all@freebsd.org Thu Apr 5 03:44:56 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 63C51F842AA; Thu, 5 Apr 2018 03:44:56 +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 125B884F84; Thu, 5 Apr 2018 03:44:56 +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 E7F0E1D3B7; Thu, 5 Apr 2018 03:44:55 +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 w353itHC057343; Thu, 5 Apr 2018 03:44:55 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w353it8x057339; Thu, 5 Apr 2018 03:44:55 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201804050344.w353it8x057339@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 03:44:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466527 - in head/net-mgmt: . py-ncclient X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/net-mgmt: . py-ncclient X-SVN-Commit-Revision: 466527 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 03:44:56 -0000 Author: yuri Date: Thu Apr 5 03:44:55 2018 New Revision: 466527 URL: https://svnweb.freebsd.org/changeset/ports/466527 Log: New port: net-mgmt/py-ncclient: Python library for NETCONF clients PR: 224342 Submitted by: Sergey Akhmatov Added: head/net-mgmt/py-ncclient/ head/net-mgmt/py-ncclient/Makefile (contents, props changed) head/net-mgmt/py-ncclient/distinfo (contents, props changed) head/net-mgmt/py-ncclient/pkg-descr (contents, props changed) Modified: head/net-mgmt/Makefile Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Thu Apr 5 03:32:06 2018 (r466526) +++ head/net-mgmt/Makefile Thu Apr 5 03:44:55 2018 (r466527) @@ -311,6 +311,7 @@ SUBDIR += py-ipy SUBDIR += py-msrest SUBDIR += py-msrestazure + SUBDIR += py-ncclient SUBDIR += py-pdagent SUBDIR += py-pyang SUBDIR += py-pynsca Added: head/net-mgmt/py-ncclient/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py-ncclient/Makefile Thu Apr 5 03:44:55 2018 (r466527) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= ncclient +DISTVERSION= 0.5.3 +CATEGORIES= net-mgmt python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sergey@akhmatov.ru +COMMENT= Python library for NETCONF clients + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.3.0:devel/py-lxml@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}paramiko>=1.15.0:security/py-paramiko@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include Added: head/net-mgmt/py-ncclient/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py-ncclient/distinfo Thu Apr 5 03:44:55 2018 (r466527) @@ -0,0 +1,3 @@ +TIMESTAMP = 1513262382 +SHA256 (ncclient-0.5.3.tar.gz) = fe6b9c16ed5f1b21f5591da74bfdd91a9bdf69eb4e918f1c06b3c8db307bd32b +SIZE (ncclient-0.5.3.tar.gz) = 63151 Added: head/net-mgmt/py-ncclient/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py-ncclient/pkg-descr Thu Apr 5 03:44:55 2018 (r466527) @@ -0,0 +1,13 @@ +ncclient is a Python library for NETCONF clients. It aims to offer +an intuitive API that sensibly maps the XML-encoded nature of +NETCONF to Python constructs and idioms, and make writing +network-management scripts easier. Other key features are: + +- Supports all operations and capabilities defined in RFC 4741. +- Request pipelining. +- Asynchronous RPC requests. +- Keeping XML out of the way unless really needed. +- Extensible. New transport mappings and capabilities/operations + can be easily added. + +WWW: https://github.com/ncclient/ncclient