mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
865 B
Tcl
29 lines
865 B
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-spacy-legacy
|
|
version 3.0.12
|
|
revision 0
|
|
|
|
categories-append textproc
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license MIT
|
|
maintainers {pguyot @pguyot} openmaintainer
|
|
|
|
description Legacy registered functions for spaCy backwards \
|
|
compatibility
|
|
|
|
long_description {*}${description}
|
|
|
|
homepage https://spacy.io
|
|
|
|
|
|
checksums rmd160 e38659c8cb73b994d53d7c1620d659ba25be7275 \
|
|
sha256 b37d6e0c9b6e1d7ca1cf5bc7152ab64a4c4671f59c85adaf7a3fcb870357a774 \
|
|
size 23806
|
|
|
|
python.versions 310 311 312 313 314
|