# -*- 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 python24 1.0 name py-logilab-common version 0.42.0 maintainers dh openmaintainer description A number of modules used by various projects from Logilab long_description ${description} platforms darwin homepage http://www.logilab.org/projects/common master_sites ftp://ftp.logilab.fr/pub/common/ distname logilab-common-${version} livecheck.url ${homepage} livecheck.check regex livecheck.regex "latest published version:.*(\\d+(?:\\.\\d+)*)" checksums md5 836b1f9f928a98a85c5d3f4965e75480 \ sha1 e4393f749da1cb3ac55212e37557ece2b08c0bc8 \ rmd160 d2e4acdde23733b63fa53ec21e636a2c8510f7fe post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} ChangeLog README \ ${destroot}${prefix}/share/doc/${name} # alter the install name of pytest to include version name move ${destroot}${prefix}/bin/pytest ${destroot}${prefix}/bin/pytest2.4 }