dev-python/spacy - 3.8.14 (stuff)

Search

Install

Install this version:

emerge -a =dev-python/spacy-3.8.14

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/spacy-3.8.14

Or alternatively:

emerge --autounmask-write -a =dev-python/spacy-3.8.14

Package Information

Description:
Industrial-strength Natural Language Processing (NLP) in Python
Homepage:
https://spacy.io https://github.com/explosion/spacy https://pypi.org/project/spacy/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
3.8.14 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
DISTUTILS_EXT=1
PYTHON_COMPAT=( python3_{12..14} )

inherit distutils-r1

DESCRIPTION="Industrial-strength Natural Language Processing (NLP) in Python"
HOMEPAGE="
	https://spacy.io
	https://github.com/explosion/spacy
	https://pypi.org/project/spacy/
"
SRC_URI="https://github.com/explosion/${PN}/archive/refs/tags/release-v${PV}.tar.gz
	-> ${P}.gh.tar.gz"
S="${WORKDIR}/spaCy-release-v${PV}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

# Pinned to 3.8.x: this is the version-line that solves against
# thinc 8.3.x. spacy 3.9+ might want thinc 9.x; revisit when bumping.
RDEPEND="
	${PYTHON_DEPS}
	>=dev-python/spacy-legacy-3.0.11[${PYTHON_USEDEP}]
	<dev-python/spacy-legacy-3.1[${PYTHON_USEDEP}]
	>=dev-python/spacy-loggers-1.0.0[${PYTHON_USEDEP}]
	<dev-python/spacy-loggers-2[${PYTHON_USEDEP}]
	>=dev-python/murmurhash-0.28.0[${PYTHON_USEDEP}]
	<dev-python/murmurhash-1.1[${PYTHON_USEDEP}]
	>=dev-python/cymem-2.0.2[${PYTHON_USEDEP}]
	<dev-python/cymem-2.1[${PYTHON_USEDEP}]
	>=dev-python/preshed-3.0.2[${PYTHON_USEDEP}]
	<dev-python/preshed-3.1[${PYTHON_USEDEP}]
	>=dev-python/thinc-8.3.12[${PYTHON_USEDEP}]
	<dev-python/thinc-8.4[${PYTHON_USEDEP}]
	>=dev-python/wasabi-0.9.1[${PYTHON_USEDEP}]
	<dev-python/wasabi-1.2[${PYTHON_USEDEP}]
	>=dev-python/srsly-2.5.3[${PYTHON_USEDEP}]
	<dev-python/srsly-3[${PYTHON_USEDEP}]
	>=dev-python/catalogue-2.0.6[${PYTHON_USEDEP}]
	<dev-python/catalogue-2.1[${PYTHON_USEDEP}]
	>=dev-python/weasel-1.0.0[${PYTHON_USEDEP}]
	<dev-python/weasel-2[${PYTHON_USEDEP}]
	>=dev-python/confection-1.3.2[${PYTHON_USEDEP}]
	<dev-python/confection-2[${PYTHON_USEDEP}]
	>=dev-python/typer-0.3.0[${PYTHON_USEDEP}]
	<dev-python/typer-1[${PYTHON_USEDEP}]
	>=dev-python/tqdm-4.38.0[${PYTHON_USEDEP}]
	>=dev-python/numpy-1.19.0[${PYTHON_USEDEP}]
	>=dev-python/requests-2.13.0[${PYTHON_USEDEP}]
	<dev-python/requests-3[${PYTHON_USEDEP}]
	>=dev-python/pydantic-2.0.0[${PYTHON_USEDEP}]
	<dev-python/pydantic-3[${PYTHON_USEDEP}]
	dev-python/jinja2[${PYTHON_USEDEP}]
	dev-python/setuptools[${PYTHON_USEDEP}]
	>=dev-python/packaging-20.0[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
BDEPEND="
	${PYTHON_DEPS}
	dev-python/cython[${PYTHON_USEDEP}]
"

Inherited Eclasses

Dependencies

DEPEND

	
	>=dev-python/spacy-legacy-3.0.11[]
	<dev-python/spacy-legacy-3.1[]
	>=dev-python/spacy-loggers-1.0.0[]
	<dev-python/spacy-loggers-2[]
	>=dev-python/murmurhash-0.28.0[]
	<dev-python/murmurhash-1.1[]
	>=dev-python/cymem-2.0.2[]
	<dev-python/cymem-2.1[]
	>=dev-python/preshed-3.0.2[]
	<dev-python/preshed-3.1[]
	>=dev-python/thinc-8.3.12[]
	<dev-python/thinc-8.4[]
	>=dev-python/wasabi-0.9.1[]
	<dev-python/wasabi-1.2[]
	>=dev-python/srsly-2.5.3[]
	<dev-python/srsly-3[]
	>=dev-python/catalogue-2.0.6[]
	<dev-python/catalogue-2.1[]
	>=dev-python/weasel-1.0.0[]
	<dev-python/weasel-2[]
	>=dev-python/confection-1.3.2[]
	<dev-python/confection-2[]
	>=dev-python/typer-0.3.0[]
	<dev-python/typer-1[]
	>=dev-python/tqdm-4.38.0[]
	>=dev-python/numpy-1.19.0[]
	>=dev-python/requests-2.13.0[]
	<dev-python/requests-3[]
	>=dev-python/pydantic-2.0.0[]
	<dev-python/pydantic-3[]
	dev-python/jinja2[]
	dev-python/setuptools[]
	>=dev-python/packaging-20.0[]

RDEPEND

	
	>=dev-python/spacy-legacy-3.0.11[]
	<dev-python/spacy-legacy-3.1[]
	>=dev-python/spacy-loggers-1.0.0[]
	<dev-python/spacy-loggers-2[]
	>=dev-python/murmurhash-0.28.0[]
	<dev-python/murmurhash-1.1[]
	>=dev-python/cymem-2.0.2[]
	<dev-python/cymem-2.1[]
	>=dev-python/preshed-3.0.2[]
	<dev-python/preshed-3.1[]
	>=dev-python/thinc-8.3.12[]
	<dev-python/thinc-8.4[]
	>=dev-python/wasabi-0.9.1[]
	<dev-python/wasabi-1.2[]
	>=dev-python/srsly-2.5.3[]
	<dev-python/srsly-3[]
	>=dev-python/catalogue-2.0.6[]
	<dev-python/catalogue-2.1[]
	>=dev-python/weasel-1.0.0[]
	<dev-python/weasel-2[]
	>=dev-python/confection-1.3.2[]
	<dev-python/confection-2[]
	>=dev-python/typer-0.3.0[]
	<dev-python/typer-1[]
	>=dev-python/tqdm-4.38.0[]
	>=dev-python/numpy-1.19.0[]
	>=dev-python/requests-2.13.0[]
	<dev-python/requests-3[]
	>=dev-python/pydantic-2.0.0[]
	<dev-python/pydantic-3[]
	dev-python/jinja2[]
	dev-python/setuptools[]
	>=dev-python/packaging-20.0[]

BDEPEND

	
	dev-python/cython[]

Manifest for 3.8.14

Type File Size Source URLs
DIST spacy-3.8.14.gh.tar.gz 18935186 bytes https://github.com/explosion/spacy/archive/refs/tags/release-v3.8.14.tar.gz