# -*- 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.36.0 maintainers dh 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} checksums md5 5749351bbca23c05de87333b345895b6 \ sha1 6d7e420e63a40321877b43044eba15e30d701a9d \ rmd160 05f81773b03b3ec3a06b7a637c606a46afce413e 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 } # Shared-file warning; the following file is installed by this module as # well as (at least) py-lint, but it is the basic, auto-generated, empty- # other-than-the-docstring file: # ${prefix}/lib/python2.3/site-packages/logilab/__init__.py