[120228] trunk/dports/python

mf2k at macports.org mf2k at macports.org
Mon May 19 15:11:10 PDT 2014


Revision: 120228
          https://trac.macports.org/changeset/120228
Author:   mf2k at macports.org
Date:     2014-05-19 15:11:09 -0700 (Mon, 19 May 2014)
Log Message:
-----------
py-hachoir-core: New port. (#33157)

Added Paths:
-----------
    trunk/dports/python/py-hachoir-core/
    trunk/dports/python/py-hachoir-core/Portfile

Added: trunk/dports/python/py-hachoir-core/Portfile
===================================================================
--- trunk/dports/python/py-hachoir-core/Portfile	                        (rev 0)
+++ trunk/dports/python/py-hachoir-core/Portfile	2014-05-19 22:11:09 UTC (rev 120228)
@@ -0,0 +1,36 @@
+# -*- 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
+# $Id$
+
+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            http://pypi.python.org/pypi/hachoir-core
+master_sites        http://pypi.python.org/packages/source/h/hachoir-core/
+distname            hachoir-core-${version}
+
+checksums           rmd160  bc29a5433db1fe86fb90928be63b4af569f0d977 \
+                    sha256  ecf5d16eccc76b22071d6062e54edb67595f70d827644d3a6dff04289b4058df
+
+python.versions     24 25 26 27
+python.default_version  27
+
+if {${name} ne ${subport}} {
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       http://pypi.python.org/packages/source/h/hachoir-core/
+    livecheck.regex     {hachoir-core-(\d+(?:\.\d+)*)\.tar\.gz}
+}


Property changes on: trunk/dports/python/py-hachoir-core/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140519/5fc0107f/attachment.html>


More information about the macports-changes mailing list