a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
PortGroup python24 1.0
name py-apycot
version 0.5.4
categories python devel
platforms darwin
maintainers nomaintainer@macports.org
description automated pythonic code tester.
long_description Apycot is an Automated Pythonic Code Tester. Use it to \
daily run your tests and generate reports about code or \
document quality.
homepage http://www.logilab.org/projects/apycot/
master_sites ftp://ftp.logilab.org/pub/apycot/
distname APyCoT-${version}
checksums md5 c615ccec7b056a08698b61857b71037d
post-destroot {
file delete -force ${destroot}${prefix}/share/doc/${name}
file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
}