FreeBSD Bugzilla – Attachment 202364 Details for
Bug 236038
[NEW PORT] net-mgmt/py-nxapi_plumbing: Manage Cisco Nexus via JSON-RPC and XML
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[NEW PORT] net-mgmt/py-nxapi_plumbing: Manage Cisco Nexus via JSON-RPC and XML
patch-net-mgmt_py-nxapi_plumbing-0.5.2.txt (text/plain), 3.21 KB, created by
John W. O'Brien
on 2019-02-25 19:50:29 UTC
(
hide
)
Description:
[NEW PORT] net-mgmt/py-nxapi_plumbing: Manage Cisco Nexus via JSON-RPC and XML
Filename:
MIME Type:
Creator:
John W. O'Brien
Created:
2019-02-25 19:50:29 UTC
Size:
3.21 KB
patch
obsolete
>Index: net-mgmt/Makefile >=================================================================== >--- net-mgmt/Makefile (revision 493888) >+++ net-mgmt/Makefile (working copy) >@@ -309,6 +309,7 @@ > SUBDIR += py-napalm > SUBDIR += py-napalm-logs > SUBDIR += py-ncclient >+ SUBDIR += py-nxapi_plumbing > SUBDIR += py-pdagent > SUBDIR += py-prometheus-client > SUBDIR += py-pyIOSXR >Index: net-mgmt/py-nxapi_plumbing/Makefile >=================================================================== >--- net-mgmt/py-nxapi_plumbing/Makefile (nonexistent) >+++ net-mgmt/py-nxapi_plumbing/Makefile (working copy) >@@ -0,0 +1,27 @@ >+# $FreeBSD$ >+ >+PORTNAME= nxapi_plumbing >+DISTVERSION= 0.5.2 >+CATEGORIES= net-mgmt python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= john@saltant.com >+COMMENT= Manage Cisco devices through NX-API using JSON-RPC and XML >+ >+LICENSE= APACHE20 >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}scp>=0:security/py-scp@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} >+ >+# Officially: 2.7, 3.5, 3.6 >+USES= python >+USE_PYTHON= distutils autoplist >+ >+NO_ARCH= yes >+ >+.include <bsd.port.mk> > >Property changes on: net-mgmt/py-nxapi_plumbing/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: net-mgmt/py-nxapi_plumbing/distinfo >=================================================================== >--- net-mgmt/py-nxapi_plumbing/distinfo (nonexistent) >+++ net-mgmt/py-nxapi_plumbing/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1551123510 >+SHA256 (nxapi_plumbing-0.5.2.tar.gz) = 6f54f9983f023bd75b60acd907ff47f559541cc2b98f4fa638b8585ca0de0fb5 >+SIZE (nxapi_plumbing-0.5.2.tar.gz) = 11540 > >Property changes on: net-mgmt/py-nxapi_plumbing/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: net-mgmt/py-nxapi_plumbing/pkg-descr >=================================================================== >--- net-mgmt/py-nxapi_plumbing/pkg-descr (nonexistent) >+++ net-mgmt/py-nxapi_plumbing/pkg-descr (working copy) >@@ -0,0 +1,4 @@ >+A low-level library for Python to manage Cisco Nexus devices >+network electronics through NX-API using JSON-RPC and XML. >+ >+WWW: https://github.com/ktbyers/nxapi-plumbing > >Property changes on: net-mgmt/py-nxapi_plumbing/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 236038
: 202364