# -*- 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-pylzma version 0.4.6 revision 0 categories-append archivers platforms darwin license LGPL-2.1+ python.versions 27 34 maintainers stromnov openmaintainer description Python bindings for the LZMA compression library. long_description ${description} homepage http://www.joachim-bauch.de/projects/pylzma/ master_sites https://pypi.python.org/packages/source/p/pylzma/ distname pylzma-${version} checksums rmd160 8d5381096911e1c9b1ac903b46a894ab442ac10d \ sha256 3357c1c74122ee289ce973788f8dc2371a00ec4a145397202001acfb4bc85974 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools post-destroot { xinstall -m 644 -W ${worksrcpath} LICENSE README.md doc/USAGE.md \ ${destroot}${prefix}/share/doc/${subport} } livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/pylzma/json livecheck.regex {pylzma-(\d+(?:\.\d+)*)\.[tz]} }