description Module to simplify handling of binary data
bitstring is a pure Python module that makes the creation, manipulation \
and analysis of binary data as simple and natural as possible.
homepage https://code.google.com/p/python-bitstring/
master_sites googlecode:python-bitstring
distname bitstring-${version}
checksums sha1 cd12c16b8d05a98b0e5a7dafc82dcb5891325812 \
rmd160 0ef2c6b67f5914a2524f1cd7644b40f8ba421729
if {${name} ne ${subport}} {
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
xinstall -m 644 -W ${worksrcpath} README.txt release_notes.txt \
${destroot}${prefix}/share/doc/${subport}
xinstall -m 644 ${worksrcpath}/doc/bitstring_manual.pdf \
${destroot}${prefix}/share/doc/${subport}
python.versions 27 34 35 36