# -*- 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.32 revision 0 categories-append devel platforms darwin license BSD python.versions 25 26 27 31 32 33 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 10772370b06da7147608c0ece7dadc39d1da6c69 \ sha256 42e7ec8451bb5fd5888756da3a66bd5a8c075dd5717027cc6a20c3eb099273cd if {$subport != $name} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none } else { livecheck.type regex livecheck.url ${master_sites} livecheck.regex "billiard-(\\d+(?:\\.\\d+)*)${extract.suffix}" }