# -*- 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-lz4 version 0.8.2 license BSD maintainers sean openmaintainer description LZ4 bindings for python long_description ${description} By Steeve Morin platforms darwin supported_archs noarch homepage http://pypi.python.org/pypi/lz4 master_sites pypi:l/lz4/ distname lz4-${version} checksums rmd160 77fde62ba95eb293912a389d7af85b92e9f98898 \ sha256 6bf49061d73d69c453e892ace4586b99ccffc7de558f921d18b9418235692ac7 python.versions 26 27 34 35 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools livecheck.type none } else { livecheck.type regex livecheck.regex {lz4/(\d+(?:\.\d+)*)} }