# -*- 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.8 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 pypi:p/pylzma/ distname pylzma-${version} checksums rmd160 6692750ca126fa3cd55d1ea1abcff23abd07e234 \ sha256 e6239cc4c134083ef6cfee54b1b9f5116dfc081474e093136b1b0e3226ac2532 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]} }