# -*- 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-preshed # Don't upgrade past py-spaCy's highest supported version. github.setup explosion preshed 4.0.0 v revision 0 checksums rmd160 3e2cbb41215cd3906384df2608a945bcbbf5a249 \ sha256 11bb5368a045a8acebb661d30b5012c725c1543f59b56fc017eb1fc2a9dc9a32 \ size 15942 supported_archs arm64 x86_64 license MIT maintainers {jonesc @cjones051073} openmaintainer description Cython hash tables that assume keys are pre-hashed long_description {*}${description} # Exclude anything with non-numbers github.livecheck.regex {([0-9.]+)} # Support python versions python.versions 38 39 310 311 312 compiler.cxx_standard 2014 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-cython \ port:py${python.version}-cymem \ port:py${python.version}-murmurhash }