diff options
author | he <he> | 2014-09-02 11:24:37 +0000 |
---|---|---|
committer | he <he> | 2014-09-02 11:24:37 +0000 |
commit | 13df6659bd2fbd6df7fac614075d8ab8b79a4021 (patch) | |
tree | 6b70088993a8af818f81d1a78081e9244f156254 /net/py-ncclient/Makefile | |
parent | 1602c85c8d9c210b1a226c870e70e281494981cf (diff) | |
download | pkgsrc-13df6659bd2fbd6df7fac614075d8ab8b79a4021.tar.gz |
Add py-ncclient, a python library for netconf.
py-ncclient is a Python library that facilitates client-side scripting
and application development around the NETCONF protocol. `ncclient` was
developed by [Shikar Bhushan](http://schmizz.net). It is now maintained
by [Leonidas Poulopoulos (@leopoul)](http://ncclient.grnet.gr)
This version includes a merge of [Juniper Networks](http://www.juniper.net)
and [Cisco Systems](http://www.cisco.com) respective ncclient forks based
on [leopoul/ncclient v0.3.2](https://github.com/leopoul/ncclient)
Diffstat (limited to 'net/py-ncclient/Makefile')
-rw-r--r-- | net/py-ncclient/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net/py-ncclient/Makefile b/net/py-ncclient/Makefile new file mode 100644 index 00000000000..7b57268876d --- /dev/null +++ b/net/py-ncclient/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 2014/09/02 11:24:37 he Exp $ + +DISTNAME= ncclient-0.4.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= devel python +MASTER_SITES= https://pypi.python.org/packages/source/n/ncclient/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://pypi.python.org/pypi/ncclient +COMMENT= NETCONF Python client +LICENSE= apache-2.0 + +PYTHON_VERSIONS_ACCEPTED= 27 26 + +DEPENDS+= ${PYPKGPREFIX}-paramiko>=1.7.7.1:../../security/py-paramiko +DEPENDS+= ${PYPKGPREFIX}-setuptools>0.6:../../devel/py-setuptools +DEPENDS+= ${PYPKGPREFIX}-lxml>3.0:../../textproc/py-lxml + +.include "../../lang/python/application.mk" +.include "../../lang/python/egg.mk" +.include "../../textproc/libxml2/buildlink3.mk" +.include "../../textproc/libxslt/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |