# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=Portfile:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-six version 1.4.1 categories-append devel license MIT platforms darwin supported_archs noarch maintainers g5pw openmaintainer description ${name} is a Python 2 and 3 compatibility library. long_description ${description} It provides utility functions for smoothing\ over the differences between the Python versions with the goal\ of writing Python code that is compatible on both Python versions. homepage http://pypi.python.org/pypi/six/ master_sites http://pypi.python.org/packages/source/s/six/ distname six-${version} checksums rmd160 ee7c69d3fe5dbed2b860187e613d155d02f17cab \ sha256 f045afd6dffb755cc0411acb7ce9acc4de0e71261d4b5f91de2e68d9aa5f8367 python.versions 24 25 26 27 31 32 33 if {${name} ne ${subport}} { livecheck.type none } else { livecheck.type regex livecheck.url ${master_sites} livecheck.regex "six-(\\d+(\\.\\d+){2})${extract.suffix}" }