1 | PortSystem 1.0 |
---|
2 | PortGroup python25 1.0 |
---|
3 | |
---|
4 | name py25-construct |
---|
5 | version 2.00 |
---|
6 | categories python |
---|
7 | platforms darwin |
---|
8 | maintainers macports@dckd.nl |
---|
9 | description python module for parsing and building binary or textual data structures |
---|
10 | long_description Construct is a python library for parsing and building of data structures \ |
---|
11 | (binary or textual). It is based on the concept of defining data \ |
---|
12 | structures in a declarative manner, rather than procedural code: more \ |
---|
13 | complex constructs are composed of a hierarchy of simpler ones. |
---|
14 | |
---|
15 | homepage http://construct.wikispaces.com/ |
---|
16 | master_sites sourceforge:pyconstruct |
---|
17 | distname construct-${version}-distro |
---|
18 | checksums md5 ac374c2fdf6a9351468ad8c149584cf3 \ |
---|
19 | sha1 ff1e2f7b90f994f037ac22e490a881bc96e47d30 |
---|
20 | use_zip yes |
---|
21 | |
---|
22 | worksrcdir construct |
---|
23 | |
---|
24 | # nothing to build |
---|
25 | build {} |
---|
26 | |
---|
27 | destroot { |
---|
28 | xinstall -m 755 -d ${destroot}${prefix}/lib/python2.5/site-packages |
---|
29 | file copy ${workpath}/construct ${destroot}${prefix}/lib/python2.5/site-packages |
---|
30 | } |
---|