Files
macports-ports/python/py-apycot/Portfile
T
Markus W. Weißmann fa07b01a31 update to v0.5.4,
upgrade to python 2.4

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@10080 d073be05-634f-4543-b044-5fe20cf6d1d6
2004-12-30 16:10:42 +00:00

25 lines
725 B
Plaintext

# $Id: Portfile,v 1.2 2004/12/30 16:10:42 mww Exp $
PortSystem 1.0
PortGroup python24 1.0
name py-apycot
version 0.5.4
categories python devel
platforms darwin
maintainers mww@opendarwin.org
description automated pythonic code testes
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}
}