You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
51b9412b85
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
34 lines
1.1 KiB
Tcl
34 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-cymem
|
|
# Don't upgrade past py-spaCy's highest supported version.
|
|
version 2.0.8
|
|
revision 0
|
|
github.setup explosion cymem ${version} v
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
|
|
checksums rmd160 a6e885cb3aa1f251292f2cf91df7bc78a8fd47d8 \
|
|
sha256 556b8138234392fb632af3f332d09777a526a105fd42d464272e334169ea645e \
|
|
size 8371
|
|
|
|
license MIT
|
|
|
|
maintainers {jonesc @cjones051073} openmaintainer
|
|
|
|
description Cython memory pool for RAII-style memory management
|
|
long_description {*}${description}
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-cython
|
|
}
|
|
|
|
github.livecheck.regex {([0-9.]+)}
|