From owner-svn-ports-head@freebsd.org Thu Apr 5 04:37:00 2018 Return-Path: Delivered-To: svn-ports-head@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 01BDCF87B08; Thu, 5 Apr 2018 04:37:00 +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 9F257872EA; Thu, 5 Apr 2018 04:36:59 +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 7DD051DBFE; Thu, 5 Apr 2018 04:36:59 +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 w354axIx097228; Thu, 5 Apr 2018 04:36:59 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w354ax1N097222; Thu, 5 Apr 2018 04:36:59 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201804050436.w354ax1N097222@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 04:36:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466530 - in head/net-mgmt: . py-pyeapi X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/net-mgmt: . py-pyeapi X-SVN-Commit-Revision: 466530 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.25 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: Thu, 05 Apr 2018 04:37:00 -0000 Author: yuri Date: Thu Apr 5 04:36:58 2018 New Revision: 466530 URL: https://svnweb.freebsd.org/changeset/ports/466530 Log: New port: net-mgmt/py-pyeapi: Python client for Arista eAPI PR: 227078 Submitted by: Kai Added: head/net-mgmt/py-pyeapi/ head/net-mgmt/py-pyeapi/Makefile (contents, props changed) head/net-mgmt/py-pyeapi/distinfo (contents, props changed) head/net-mgmt/py-pyeapi/pkg-descr (contents, props changed) Modified: head/net-mgmt/Makefile Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Thu Apr 5 04:21:55 2018 (r466529) +++ head/net-mgmt/Makefile Thu Apr 5 04:36:58 2018 (r466530) @@ -315,6 +315,7 @@ SUBDIR += py-ncclient SUBDIR += py-pdagent SUBDIR += py-pyang + SUBDIR += py-pyeapi SUBDIR += py-pynsca SUBDIR += py-pysmi SUBDIR += py-pyzabbix Added: head/net-mgmt/py-pyeapi/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py-pyeapi/Makefile Thu Apr 5 04:36:58 2018 (r466530) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= pyeapi +DISTVERSION= 0.8.2 +CATEGORIES= net-mgmt python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= freebsd_ports@k-worx.org +COMMENT= Python client for Arista eAPI + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}netaddr>0:net/py-netaddr@${FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include Added: head/net-mgmt/py-pyeapi/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py-pyeapi/distinfo Thu Apr 5 04:36:58 2018 (r466530) @@ -0,0 +1,3 @@ +TIMESTAMP = 1522340692 +SHA256 (pyeapi-0.8.2.tar.gz) = 5be222c290e9e14827ee15541f0e61e290e0223bdead6151233aa7baa5b1b3c8 +SIZE (pyeapi-0.8.2.tar.gz) = 133732 Added: head/net-mgmt/py-pyeapi/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py-pyeapi/pkg-descr Thu Apr 5 04:36:58 2018 (r466530) @@ -0,0 +1,12 @@ +The Python library for Arista's eAPI command API implementation provides a +client API work using eAPI and communicating with EOS nodes. The Python +library can be used to communicate with EOS either locally (on-box) or remotely +(off-box). It uses a standard INI-style configuration file to specify one or +more nodes and connection properties. + +The pyeapi library also provides an API layer for building native Python +objects to interact with the destination nodes. The API layer is a convenient +implementation for working with the EOS configuration and is extensible for +developing custom implementations. + +WWW: https://github.com/arista-eosplus/pyeapi