NOTICE: This package has been removed from pkgsrc

./wip/py-construct, Powerful declarative parser for binary data

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.5.2, Package name: py27-construct-2.5.2, Maintainer: eric

Construct is a powerful declarative parser for binary data.

It is based on the concept of defining data structures in a declarative
manner, rather than procedural code: Simple constructs can be combined
hierarchically to form increasingly complex data structures. It's the
first library that makes parsing fun, instead of the usual headache it
is today.

Construct features bit and byte granularity, symmetrical operation
(parsing and building), component-oriented declarative design, easy
debugging and testing, an easy-to-extend subclass system, and lots of
primitive constructs to make your work easier.

* Fields
* Structs
* Unions
* Repeaters
* Meta constructs
* Switches
* On-demand parsing
* Pointers
* And more!


Required to run:
[devel/py-setuptools] [lang/python27] [lang/py-six]

Master sites:

SHA1: d23f17d3c6afe2e91aa3b54f1a28b4057b9a2094
RMD160: 0c75f72cb06a4abd039499cf216a2e66fd921192
Filesize: 57.005 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-06 19:55:21 by Aleksej Saushev | Files touched by this commit (31)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-04-08 21:09:41 by Thomas Klausner | Files touched by this commit (127)
Log message:
Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
   2011-05-27 05:49:58 by Eric Schnoebelen | Files touched by this commit (2)
Log message:
pkglint cleanup.

   2011-05-27 05:26:10 by Eric Schnoebelen | Files touched by this commit (1)
Log message:
remove unneeded bits.

   2011-05-27 05:22:19 by Eric Schnoebelen | Files touched by this commit (1)
Log message:
Correct the buildlink internal constructs.

   2011-05-15 06:18:12 by Eric Schnoebelen | Files touched by this commit (5) | Imported package
Log message:
Import py25-construct-2.04 as wip/py-construct.

Construct is a powerful declarative parser for binary data.

It is based on the concept of defining data structures in a declarative
manner, rather than procedural code: Simple constructs can be combined
hierarchically to form increasingly complex data structures. It's the
first library that makes parsing fun, instead of the usual headache it
is today.

Construct features bit and byte granularity, symmetrical operation
(parsing and building), component-oriented declarative design, easy
debugging and testing, an easy-to-extend subclass system, and lots of
primitive constructs to make your work easier.

        * Fields
        * Structs
        * Unions
        * Repeaters
        * Meta constructs
        * Switches
        * On-demand parsing
        * Pointers
        * And more!