# -*- 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: Portfile 114324 2013-12-05 08:44:51Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-roundup
version             1.4.21
categories-append   www
license             MIT PSF ZPL-2
maintainers         nomaintainer
description         Issue-tracking system
long_description \
    Roundup is a simple-to-use and -install issue-tracking system with \
    command-line, web and e-mail interfaces. It is based on the winning \
    design from Ka-Ping Yee in the Software Carpentry "Track" design \
    competition. \
    Note: Ping is not responsible for this project. The contact for this \
    project is richard@users.sourceforge.net.

platforms           darwin
supported_archs     noarch

homepage            http://www.roundup-tracker.org/
master_sites        http://cheeseshop.python.org/packages/source/r/roundup/
distname            roundup-${version}

checksums           rmd160  0e16e797235c26be1a27987c5bdb8a1506a4759f \
                    sha256  3cb940e7e9063f8c821952796eee3997a8fd944bf570025ccc9a02e19c9ab644

python.versions     25 26 27

if {${name} ne ${subport}} {
    depends_build   port:py${python.version}-sphinx
}
