Revision: 71065 http://trac.macports.org/changeset/71065 Author: stromnov@macports.org Date: 2010-08-31 05:19:40 -0700 (Tue, 31 Aug 2010) Log Message: ----------- py26-pylzma: New port. Added Paths: ----------- trunk/dports/python/py26-pylzma/ trunk/dports/python/py26-pylzma/Portfile Added: trunk/dports/python/py26-pylzma/Portfile =================================================================== --- trunk/dports/python/py26-pylzma/Portfile (rev 0) +++ trunk/dports/python/py26-pylzma/Portfile 2010-08-31 12:19:40 UTC (rev 71065) @@ -0,0 +1,35 @@ +# -*- 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 python26 1.0 + +name py26-pylzma +version 0.4.2 +categories python archivers +platforms darwin + +maintainers stromnov openmaintainer + +description Python bindings for the LZMA compression library. +long_description ${description} + +homepage http://www.joachim-bauch.de/projects/pylzma/ +master_sites http://pypi.python.org/packages/source/p/pylzma/ +distname pylzma-${version} + +checksums md5 ab37d6ce2374f4308447bff963ae25ef \ + sha1 67bef77e4304fec349b35a22e106676e9d991b3b \ + rmd160 9724526de1361f02612cdefcd78bc5b036314753 + +depends_build-append \ + port:py26-distribute + +post-destroot { + xinstall -m 644 -W ${worksrcpath} LICENSE.txt readme.txt version.txt doc/usage.txt \ + ${destroot}${prefix}/share/doc/${name} +} + +livecheck.type regex +livecheck.url ${master_sites} +livecheck.regex pylzma-(\\d+(\\.\\d+)+)${extract.suffix} Property changes on: trunk/dports/python/py26-pylzma/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native