Commits

Chris Jones authored d9abf7f720a
py-spaCy-models: Add py38 support
No tags

python/py-spaCy-models/Portfile

Modified
13 13 license MIT
14 14
15 15 maintainers {jonesc @cjones051073} openmaintainer
16 16
17 17 description Models for the spaCy Natural Language Processing (NLP) library
18 18 long_description ${description}
19 19
20 20 homepage https://spacy.io
21 21
22 22 # Support python versions
23 -python.versions 35 36 37
23 +python.versions 35 36 37 38
24 24
25 25 patchfiles
26 26 distfiles
27 27 build {}
28 28
29 29 if {${name} ne ${subport}} {
30 30
31 31 depends_lib-append \
32 32 port:py${python.version}-spaCy
33 33

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut