# -*- 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 PortGroup github 1.0 name py-murmurhash # Don't upgrade past py-spaCy's highest supported version. github.setup explosion murmurhash 1.0.10 v revision 0 checksums rmd160 b31b30e3e349394069f90bd0f0f193f4f9484910 \ sha256 62254b101542f4f715fbc8219ed0e53c0daa800e80de35b5c2a7663a48a2d0fb \ size 12422 supported_archs arm64 x86_64 license MIT maintainers {jonesc @cjones051073} openmaintainer description Cython bindings for MurmurHash2 long_description {*}${description} # Exclude anything with non-numbers github.livecheck.regex {([0-9.]+)} # Supported python versions python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-cython }