# -*- 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-toolz version 0.7.2 revision 0 categories-append devel platforms darwin license BSD python.versions 27 34 maintainers stromnov openmaintainer description List processing tools and functional utilities. long_description ${description} homepage https://github.com/pytoolz/toolz/ master_sites https://pypi.python.org/packages/source/t/toolz/ distname toolz-${version} checksums rmd160 580637042988959d08062c5c17b1a32f7de5fa45 \ sha256 56b2fc25d48337c39a30545ae28d643df28a2d63be12aae3c1336edc485098b1 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/toolz/json livecheck.regex {toolz-(\d+(?:\.\d+)*)\.[tz]} }