# $Id: Portfile 56876 2009-09-02 21:06:21Z toby@macports.org $

PortSystem          1.0
PortGroup           python31 1.0

name                py31-blist
version             1.0.1
categories          python 
platforms           darwin

maintainers         phw openmaintainer
description         a list-like type with better asymptotic performance and similar performance on small lists
long_description    ${description}
homepage            http://stutzbachenterprises.com/
master_sites        http://pypi.python.org/packages/source/b/blist/
distname            blist-${version}

checksums           md5     ff160b71f23d6730b743e84869f5d6fa \
                    sha1    f755fd752a8f89f438d44ba71ea2336b96d0081e \
                    rmd160  332e4c73e34a1b1a9a15a47876f4bee9d89ef384


build.args-append -f

post-destroot {
	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
	xinstall -m 644 -W ${worksrcpath} README.txt LICENSE ${destroot}${prefix}/share/doc/${name}
}
