# $Id: Portfile 53088 2009-06-29 05:16:32Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           python30 1.0

name                py30-blist
version             1.0.1
revision            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}
}
