# -*- 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-jug version 1.6.9 revision 0 platforms darwin license MIT python.versions 27 35 36 37 maintainers {stromnov @stromnov} openmaintainer description A Task Based Parallelization Framework long_description ${description} homepage http://luispedro.org/software/jug master_sites pypi:J/Jug distname Jug-${version} checksums rmd160 efea8ce22efcafdb5fb6f4cfcfddb5fb20b887fd \ sha256 7f169a86586e91d995d34dc24e0549a8160a01df03b2264fe18a99abd0852305 \ size 64033 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-setuptools \ port:py${python.version}-six \ port:py${python.version}-redis livecheck.type none } else { livecheck.name Jug }