1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | PortGroup python 1.0 |
---|
7 | |
---|
8 | name py-hachoir-core |
---|
9 | version 1.3.3 |
---|
10 | categories python |
---|
11 | platforms darwin |
---|
12 | license GPL-2 |
---|
13 | maintainers nomaintainer |
---|
14 | description Library represents binary file as a tree of Python objects |
---|
15 | long_description Hachoir is a Python library used to represent of a binary file as a tree of \ |
---|
16 | Python objects. Each object has a type, a value, an address, etc. The goal \ |
---|
17 | is to be able to know the meaning of each bit in a file. |
---|
18 | |
---|
19 | homepage http://pypi.python.org/pypi/hachoir-core |
---|
20 | master_sites http://pypi.python.org/packages/source/h/hachoir-core/ |
---|
21 | distname hachoir-core-${version} |
---|
22 | checksums rmd160 bc29a5433db1fe86fb90928be63b4af569f0d977 \ |
---|
23 | sha256 ecf5d16eccc76b22071d6062e54edb67595f70d827644d3a6dff04289b4058df |
---|
24 | |
---|
25 | python.versions 24 25 26 27 |
---|
26 | python.default_version 27 |
---|
27 | |
---|
28 | livecheck.type regex |
---|
29 | livecheck.url http://pypi.python.org/packages/source/h/hachoir-core/ |
---|
30 | livecheck.regex {hachoir-core-(\d+(?:\.\d+)*)\.tar\.gz} |
---|
31 | |
---|
32 | variant devel description { use developper HEAD. CAN BREAK! } { |
---|
33 | fetch.type hg |
---|
34 | hg.url http://bitbucket.org/haypo/hachoir/ |
---|
35 | } |
---|
36 | |
---|