# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
github.setup gdabah distorm 3.4.1 v
maintainers {khindenburg @kurthindenburg} openmaintainer
description powerful disassembler library for x86/AMD64
diStorm3 is really a decomposer, which means it takes an instruction \
and returns a binary structure which describes it rather than static \
text, which is great for advanced binary code analysis.
checksums rmd160 2e97b3f1bc5dfe6af458f5fb4319da2e40661670 \
sha256 44062a400021f9cb3e35415df57185e80ac4152347a06db36839d8289da40c06 \
python.versions 27 35 36 37
if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools
depends_test-append port:yasm
patchfiles patch-test-yasm.diff
test.env PYTHONPATH=${worksrcpath}/build/lib
test.cmd ${python.bin} examples/tests/test_distorm3.py