1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python26 1.0 |
---|
5 | |
---|
6 | name py26-pyang |
---|
7 | version 1.1 |
---|
8 | revision 0 |
---|
9 | categories python net |
---|
10 | platforms darwin |
---|
11 | maintainers nomaintainer |
---|
12 | description An extensible YANG validator and converter in python |
---|
13 | long_description \ |
---|
14 | YANG (RFC 6020) is a data modeling language for NETCONF (RFC 4741), \ |
---|
15 | developed by the IETF NETMOD WG. pyang is a YANG validator, transformator \ |
---|
16 | and code generator, written in python. It can be used to validate YANG \ |
---|
17 | modules for correctness, to transform YANG modules into other formats, \ |
---|
18 | and to generate code from the modules. |
---|
19 | |
---|
20 | homepage http://code.google.com/p/pyang/ |
---|
21 | master_sites googlecode:pyang |
---|
22 | distname pyang-${version} |
---|
23 | checksums md5 517396387797a99c3f32198e688c58d3 \ |
---|
24 | sha1 7c8590ef57c5271fef0b5f531cb2915ba63ea076 \ |
---|
25 | rmd160 5aa9ac7f6604275f3ef9107724ae7354a3e10f1e |
---|
26 | |
---|