Port details |
- py-spacy-legacy Legacy registered functions for spaCy backwards compatibility
- 3.0.12_1 textproc =2 3.0.12_1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2024-02-21 15:19:35
- Last Update: 2024-05-13 14:10:37
- Commit Hash: 9723890
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://spacy.io/
- https://github.com/explosion/spacy-legacy
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}spacy-legacy>0:textproc/py-spacy-legacy@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-spacy-legacy/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-spacy-legacy
- pkg install py39-spacy-legacy
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-spacy-legacy listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-spacy-legacy
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1708448854
SHA256 (spacy-legacy-3.0.12.tar.gz) = b37d6e0c9b6e1d7ca1cf5bc7152ab64a4c4671f59c85adaf7a3fcb870357a774
SIZE (spacy-legacy-3.0.12.tar.gz) = 23806
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=0 : devel/py-setuptools@py39
- py39-wheel>=0 : devel/py-wheel@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- textproc/py-spacy
Configuration Options:
- No options to configure
- Options name:
- textproc_py-spacy-legacy
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0.12_1 13 May 2024 14:10:37 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-spacy-legacy: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
3.0.12 21 Feb 2024 15:06:09 |
Po-Chuan Hsieh (sunpoet) |
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. |