# -*- 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-billiard version 3.3.0.20 revision 0 categories-append devel platforms darwin license BSD python.versions 27 34 maintainers stromnov openmaintainer description Python multiprocessing fork. long_description ${description} homepage http://github.com/ask/billiard master_sites https://pypi.python.org/packages/source/b/billiard/ distname billiard-${version} checksums rmd160 dd306bc3ae8c8dd850e2aa8c502aa4a2f8c7064e \ sha256 688f9466b1c3ae14106381e6dbd328115e75c5260c542eb48e6c46931f6928cc if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/billiard/json livecheck.regex {billiard-(\d+(?:\.\d+)*)\.[tz]} }