1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python 1.0 |
---|
5 | |
---|
6 | name py-dpkt |
---|
7 | version 1.8 |
---|
8 | revision 1 |
---|
9 | categories-append net |
---|
10 | maintainers gmail.com:aeppert |
---|
11 | description python packet creation and parsing library |
---|
12 | long_description dpkt provides fast, simple packet creation and \ |
---|
13 | parsing for python programs, with definitions for the \ |
---|
14 | basic TCP/IP protocols. |
---|
15 | platforms darwin |
---|
16 | supported_archs noarch |
---|
17 | |
---|
18 | homepage http://code.google.com/p/dpkt/ |
---|
19 | master_sites googlecode:dpkt |
---|
20 | distname dpkt-${version} |
---|
21 | |
---|
22 | checksums md5 0f8e5a4d4b2f5d5faaf7bbfbf3e1e8b7 \ |
---|
23 | sha1 4dd4d8b384177fcfbad3891798ff5779bb39ee2a \ |
---|
24 | rmd160 6c52dd753897ea10b15b9a67ef0303464bbfc7eb |
---|
25 | |
---|
26 | python.versions 24 25 26 27 |
---|
27 | |
---|
28 | depends_lib port:py-setuptools |
---|
29 | |
---|
30 | livecheck.type googlecode |
---|
31 | livecheck.name dpkt |
---|