freebsd-ports/textproc/py-spacy-legacy/Makefile
Po-Chuan Hsieh ebf9671aaf
textproc/py-spacy-legacy: Add py-spacy-legacy 3.0.12
spacy-legacy includes outdated registered functions for spaCy v3.x, for example
model architectures, pipeline components and utilities. It's installed
automatically as a dependency of spaCy, and allows us to provide backwards
compatibility, while keeping the core library tidy and up to date. All of this
happens under the hood, so you typically shouldn't have to care about this
package.
2024-02-21 23:06:09 +08:00

21 lines
445 B
Makefile

PORTNAME= spacy-legacy
PORTVERSION= 3.0.12
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Legacy registered functions for spaCy backwards compatibility
WWW= https://spacy.io/ \
https://github.com/explosion/spacy-legacy
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>