You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
38 lines
1.2 KiB
Tcl
38 lines
1.2 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-roundup
|
|
version 1.6.1
|
|
revision 0
|
|
|
|
platforms darwin
|
|
supported_archs noarch
|
|
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.
|
|
|
|
|
|
homepage http://www.roundup-tracker.org/
|
|
|
|
checksums rmd160 70991cbd70c6942aa81626c96e4925215d296678 \
|
|
sha256 493d4725b9798a0e4c0d827e0d54f13ddd7c3fbdad07acea0be0302de3a7ad52 \
|
|
size 3128618
|
|
|
|
# no Python 3 support
|
|
python.versions 27
|
|
|
|
if {${name} ne ${subport}} {
|
|
livecheck.type none
|
|
}
|