# -*- 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 2.7.3.12 revision 0 categories-append devel license BSD platforms darwin maintainers stromnov openmaintainer description Python multiprocessing fork. long_description ${description} homepage http://github.com/ask/billiard master_sites http://pypi.python.org/packages/source/b/billiard/ distname billiard-${version} checksums rmd160 32251a297b8c7d2b7b80e8ab768ed4967fd333a1 \ sha256 e0c4cd45977807731d43461afd02118a398a09238fd7a245033272a1ad5d0625 python.versions 25 26 27 python.default_version 27 if {$subport != $name} { depends_lib-append port:py${python.version}-distribute } livecheck.type regex livecheck.url ${master_sites} livecheck.regex "billiard-(\\d+(?:\\.\\d+)*)${extract.suffix}"