# -*- 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-jug version 1.2.2 revision 0 platforms darwin license MIT python.versions 27 33 34 35 maintainers 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 d002edf087620e847070fae1db53a8fd584e3420 \ sha256 9a923779f013cef430fb96974cc8e6f92e6660aeb5c7d79a4371a4654a9c3ae6 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:py${python.version}-six \ port:py${python.version}-redis livecheck.type none } else { livecheck.name Jug livecheck.type pypi }