FreeBSD Bugzilla – Attachment 188828 Details for
Bug 224342
[NEW PORT] net-mgmt/py-ncclient: Python library for NETCONF clients
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
net-mgmt/py-ncclient
net_mgmt_py-ncclient.patch (text/plain), 2.28 KB, created by
Sergey Akhmatov
on 2017-12-14 16:10:10 UTC
(
hide
)
Description:
net-mgmt/py-ncclient
Filename:
MIME Type:
Creator:
Sergey Akhmatov
Created:
2017-12-14 16:10:10 UTC
Size:
2.28 KB
patch
obsolete
>Index: net-mgmt/Makefile >=================================================================== >--- net-mgmt/Makefile (revision 456297) >+++ net-mgmt/Makefile (working copy) >@@ -302,6 +302,7 @@ > SUBDIR += py-dnsdiag > SUBDIR += py-ipcalc > SUBDIR += py-ipy >+ SUBDIR += py-ncclient > SUBDIR += py-msrest > SUBDIR += py-msrestazure > SUBDIR += py-pdagent >Index: net-mgmt/py-ncclient/Makefile >=================================================================== >--- net-mgmt/py-ncclient/Makefile (nonexistent) >+++ net-mgmt/py-ncclient/Makefile (working copy) >@@ -0,0 +1,23 @@ >+# $FreeBSD$ >+ >+PORTNAME= ncclient >+PORTVERSION= 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}six>=0:devel/py-six@${FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}paramiko>=1.7:security/py-paramiko@${FLAVOR} >+ >+USES= python >+USE_PYTHON= autoplist distutils >+NO_ARCH= yes >+ >+.include <bsd.port.mk> >Index: net-mgmt/py-ncclient/distinfo >=================================================================== >--- net-mgmt/py-ncclient/distinfo (nonexistent) >+++ net-mgmt/py-ncclient/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1513262382 >+SHA256 (ncclient-0.5.3.tar.gz) = fe6b9c16ed5f1b21f5591da74bfdd91a9bdf69eb4e918f1c06b3c8db307bd32b >+SIZE (ncclient-0.5.3.tar.gz) = 63151 >Index: net-mgmt/py-ncclient/pkg-descr >=================================================================== >--- net-mgmt/py-ncclient/pkg-descr (nonexistent) >+++ net-mgmt/py-ncclient/pkg-descr (working copy) >@@ -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
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 224342
:
188828
|
188829
|
188830
|
190026