svn commit: r466530 - in head/net-mgmt: . py-pyeapi

Yuri Victorovich yuri at FreeBSD.org
Thu Apr 5 04:37:00 UTC 2018


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 <freebsd_ports at k-worx.org>

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 at 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 <bsd.port.mk>

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


More information about the svn-ports-head mailing list