Version: 2.10.68, Package name: py-construct-2.10.68 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description A powerful declarative parser/builder for binary data Construct is a powerful declarative parser (and builder) for binary data. Instead of writing imperative code to parse a piece of data, you declaratively define a data structure that describes your data. As this data structure is not code, you can use it in one direction to parse data into Pythonic objects, and in the other direction, convert (build) objects into binary data. |
Filesize: 56.5 KB |
Version History (View Complete History) |
|
2021-11-01 18:00:27 by Stuart Henderson | Files touched by this commit (99) |
Log message: bump REVISION for switch from Python 3.8 -> 3.9 |
2021-07-02 09:28:37 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to py-construct 2.10.54, ok kmos |
2020-10-10 12:45:00 by Daniel Dickman | Files touched by this commit (8) |
Log message: switch py-construct, py-sane, and py-zmq to be python3-only This is one of the many changes needed to update numpy to v1.17.0 or newer as numpy is now python3-only. Analysis of py-zmq consumers flubbed by me. Luckily bket@ did a much better dependency analysis of the py-zmq consumers. ok bket@ |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2019-07-12 14:46:30 by Stuart Henderson | Files touched by this commit (853) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-04-28 14:52:03 by Stuart Henderson | Files touched by this commit (715) |
Log message: bump all the py3 things, _SYSTEM_VERSION didn't quite work out how we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk. |
2019-03-25 08:29:53 by Klemens Nanni | Files touched by this commit (70) |
Log message: Convert devel/py-test consumers to new MODPY_PYTEST lang/python/python.port.mk revision 1.102 and 1.103 added MODPY_TEST_LOCALE and MODPY_PYTEST respectively, nicely wrapping up the usual pytest dance. This removes hand-rolled do-tests from all 70 ports by setting MODPY_PYTEST=Yes and MODPY_TEST_LOCALE as well as HOME=${WRKDIR} to TESTENV as needed. From Kurt Mosiejczuk <kurt at cranky dot work>, thanks! OK sthen |
2017-02-23 06:11:21 by Remi Pointel | Files touched by this commit (3) |
Log message: downgrade construct to 2.5.3 to be compatible with Plaso. inputs aja@ and ok sthen@. |
2017-01-03 12:19:49 by Landry Breuil | Files touched by this commit (107) |
Log message: bump ports depending on python3 in devel |