# -*- 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-python-jenkins version 0.3.4 platforms darwin license bsd maintainers mk description Python bindings for the remote Jenkins API long_description ${description} homepage http://launchpad.net/python-jenkins master_sites pypi:p/python-jenkins distname python-jenkins-0.3.4 checksums rmd160 ea6783913bd173fc6c1f7ea030969ddcb02d7aac \ sha256 c1bc6eca5bb211d35d9efab0a536a068581743919f998f25eab34852c6a46494 python.versions 26 27 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none } else { livecheck.type regex livecheck.url ${master_sites} }