description python module for interacting with network devices like routers
long_description netdevicelib is a Python library for interacting with \
network devices, such as routers, switches, and \
firewalls. It is similar in concept (but more \
ambitious in scope) to the Net-Telnet-Cisco module \
homepage http://netdevicelib.sourceforge.net/
master_sites sourceforge:netdevicelib
distname netdevicelib-${version}
checksums md5 5dfb04dc595f25b5ce808b1acdec720d
if {${name} ne ${subport}} {
worksrcdir netdevicelib/src/netdevicelib
file copy ${filespath}/setup.py ${worksrcpath}
reinplace "s|VERSION|${version}|g" ${worksrcpath}/setup.py
xinstall -m 644 -W ${workpath}/netdevicelib CHANGES.txt COPYING.txt \
CREDITS.txt INSTALL.txt README.txt \
${destroot}${prefix}/share/doc/${subport}
xinstall -m 644 -W ${worksrcpath}/examples getConfig.py version.py \
${destroot}${prefix}/share/doc/${subport}/examples