6 | | name py-construct |
7 | | version 2.00 |
8 | | platforms darwin |
9 | | supported_archs noarch |
10 | | maintainers macfreek.nl:software dckd.nl:macports openmaintainer |
11 | | description python module for parsing and building binary or textual data structures |
12 | | long_description Construct is a python library for parsing and building of data structures \ |
13 | | (binary or textual). It is based on the concept of defining data \ |
14 | | structures in a declarative manner, rather than procedural code: more \ |
15 | | complex constructs are composed of a hierarchy of simpler ones. |
16 | | |
17 | | homepage http://construct.wikispaces.com/ |
18 | | master_sites sourceforge:pyconstruct |
19 | | distname construct-${version}-distro |
20 | | checksums md5 ac374c2fdf6a9351468ad8c149584cf3 \ |
21 | | sha1 ff1e2f7b90f994f037ac22e490a881bc96e47d30 |
22 | | |
23 | | python.versions 24 25 |
24 | | |
25 | | subport py24-construct { |
26 | | # we download the 2.00-py24 "backport" version, since that is backward compatible in |
27 | | # Python 2.4 (and it works fine with Python 2.5 too) |
28 | | distname construct-${version}-distro-py24b |
29 | | checksums md5 783c5584a8ea2b7fb7eeada564687aaa |
30 | | } |
31 | | |
32 | | if {${name} ne ${subport}} { |
33 | | use_zip yes |
| 6 | name py-construct |
| 7 | version 2.5.1 |
| 8 | platforms darwin |
| 9 | supported_archs noarch |
| 10 | maintainers dckd.nl:macports openmaintainer |
| 11 | description python module for parsing and building binary or textual data structures |
| 12 | long_description Construct is a python library for parsing and building of data structures \ |
| 13 | (binary or textual). It is based on the concept of defining data \ |
| 14 | structures in a declarative manner, rather than procedural code: more \ |
| 15 | complex constructs are composed of a hierarchy of simpler ones. |
| 16 | license BSD type |
| 17 | |
| 18 | homepage http://construct.readthedocs.org/en/latest/ |
| 19 | distname construct-${version} |
| 20 | master_sites https://pypi.python.org/packages/source/c/construct/ |