Install this version:
emerge -a =dev-python/curated-tokenizers-0.0.9
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/curated-tokenizers-0.0.9
Or alternatively:
emerge --autounmask-write -a =dev-python/curated-tokenizers-0.0.9
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.0.9 | 8 | ~amd64 | 0 |
# 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="A curated set of pretrained tokenizers"
HOMEPAGE="
https://github.com/explosion/curated-tokenizers
https://pypi.org/project/curated-tokenizers/
"
# PyPI source-dir alias missing for this old version; hash-pinned URL.
SRC_URI="https://files.pythonhosted.org/packages/fc/fa/b2d55f0d53c7c7f5dc0b6dbb48cc4344ee84fb572f23de28040bf2cde89d/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
# Pinned to 0.0.x: dev-python/spacy-curated-transformers 0.3.1 caps
# this at <0.1.0,>=0.0.9. The 0.9.x line is for the unrelated 2.x
# release branch.
RDEPEND="
${PYTHON_DEPS}
>=dev-python/regex-2022.0.0[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
BDEPEND="
${PYTHON_DEPS}
dev-python/cython[${PYTHON_USEDEP}]
"
>=dev-python/regex-2022.0.0[]
>=dev-python/regex-2022.0.0[]
dev-python/cython[]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | curated-tokenizers-0.0.9.tar.gz | 2237055 bytes | https://files.pythonhosted.org/packages/fc/fa/b2d55f0d53c7c7f5dc0b6dbb48cc4344ee84fb572f23de28040bf2cde89d/curated-tokenizers-0.0.9.tar.gz |