You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
d6309dfacf
- drop py39, add py313 subport
32 lines
1.0 KiB
Tcl
32 lines
1.0 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-mmh3
|
|
version 5.2.0
|
|
revision 0
|
|
|
|
categories-append textproc math
|
|
maintainers nomaintainer
|
|
|
|
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}
|
|
license Permissive
|
|
|
|
checksums rmd160 a933f30ac4f2128afefeef7c43713e6054e60e67 \
|
|
sha256 1efc8fec8478e9243a78bb993422cf79f8ff85cb4cf6b79647480a31e0d950a8 \
|
|
size 33582
|
|
|
|
python.versions 313
|
|
|
|
if {${name} ne ${subport}} {
|
|
post-destroot {
|
|
set docdir ${prefix}/share/doc/${subport}
|
|
xinstall -d ${destroot}${docdir}
|
|
xinstall -m 0644 -W ${worksrcpath} README.md ${destroot}${docdir}
|
|
}
|
|
}
|