# -*- 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
categories-append textproc math
description Python wrapper for MurmurHash (MurmurHash3), a set of fast and robust hash functions.
long_description ${description}
homepage https://pypi.python.org/pypi/${python.rootname}
master_sites pypi:m/${python.rootname}
distname ${python.rootname}-${version}
checksums rmd160 9e5929ae21705cdaea4e19ca1965a5e8dd613dd7 \
sha256 185209a217c52afe43e079e5b232d0ef0f3a262601eaaf4371326ab6dcbec508 \
python.versions 27 35 36 37 38
if {${name} ne ${subport}} {
port:py${python.version}-setuptools
set docdir ${prefix}/share/doc/${subport}
xinstall -d ${destroot}${docdir}
xinstall -m 0644 -W ${worksrcpath} README.rst ${destroot}${docdir}