# -*- 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.8.0 revision 0 categories-append devel platforms darwin license BSD python.versions 27 34 35 maintainers stromnov openmaintainer description Cython implementation of Toolz. long_description ${description} homepage https://github.com/pytoolz/cytoolz/ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 4f934c62627d99b232ae67b2256266f7740df153 \ sha256 2239890c8fe2da3eba82947c6a68cfa406e5a5045911c9ab3de8113462372629 if {${name} ne ${subport}} { livecheck.type none } else { livecheck.type pypi }