# -*- 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-cytoolz version 0.7.3 revision 0 categories-append devel platforms darwin license BSD python.versions 27 34 maintainers stromnov openmaintainer description Cython implementation of Toolz. long_description ${description} homepage https://github.com/pytoolz/cytoolz/ master_sites https://pypi.python.org/packages/source/c/cytoolz/ distname cytoolz-${version} checksums rmd160 aa02e072fa5c870b67467df610aac98e8141ca1e \ sha256 202eb77cf2405c702c2172e5c2e66e3e2611f866640c99b38f24f96ad680dea8 if {${name} ne ${subport}} { livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/cytoolz/json livecheck.regex {cytoolz-(\d+(?:\.\d+)*)\.[tz]} }