# -*- 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 PortSystem 1.0 PortGroup python 1.0 name py-cytoolz version 0.9.0.1 revision 0 categories-append devel platforms darwin license BSD python.versions 27 34 35 36 37 maintainers {stromnov @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 1c387cfed70a7612a2f15720511df2f2a9b025fb \ sha256 84cc06fa40aa310f2df79dd440fc5f84c3e20f01f9f7783fc9c38d0a11ba00e5 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:py${python.version}-toolz livecheck.type none }