# -*- 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

PortSystem          1.0

PortGroup           python 1.0

name                py-hachoir-core
version             1.3.3
categories          python
platforms           darwin
license             GPL-2
maintainers         nomaintainer

description         Library represents binary file as a tree of Python objects
long_description    Hachoir is a Python library used to represent of a binary file as a tree of \
                    Python objects. Each object has a type, a value, an address, etc. The goal \
                    is to be able to know the meaning of each bit in a file.

homepage            https://pypi.python.org/pypi/hachoir-core
master_sites        pypi:h/hachoir-core/
distname            hachoir-core-${version}

checksums           rmd160  bc29a5433db1fe86fb90928be63b4af569f0d977 \
                    sha256  ecf5d16eccc76b22071d6062e54edb67595f70d827644d3a6dff04289b4058df

python.versions     27

if {${name} ne ${subport}} {
    livecheck.type      none
}