You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
3a832e0ba5
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
35 lines
1.1 KiB
Tcl
35 lines
1.1 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
|
|
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
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
revision 0
|
|
|
|
checksums rmd160 b31b30e3e349394069f90bd0f0f193f4f9484910 \
|
|
sha256 62254b101542f4f715fbc8219ed0e53c0daa800e80de35b5c2a7663a48a2d0fb \
|
|
size 12422
|
|
|
|
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 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-cython
|
|
}
|