dev-python/weasel - 1.0.0 (stuff)

Search

Install

Install this version:

emerge -a =dev-python/weasel-1.0.0

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

autounmask =dev-python/weasel-1.0.0

Or alternatively:

emerge --autounmask-write -a =dev-python/weasel-1.0.0

Package Information

Description:
Project-management tooling extracted from ExplosionAI's spaCy
Homepage:
https://github.com/explosion/weasel https://pypi.org/project/weasel/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.0.0 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
PYTHON_COMPAT=( python3_{12..14} )

inherit distutils-r1 pypi

DESCRIPTION="Project-management tooling extracted from ExplosionAI's spaCy"
HOMEPAGE="
	https://github.com/explosion/weasel
	https://pypi.org/project/weasel/
"

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

# PyPI sdist used (github max v0.4.1; PyPI 1.0.0 lives only in PyPI).
# spacy caps weasel<2.0.0,>=1.0.0 — only the PyPI 1.0.x line solves.
# Accepted DeprecatedDep on dev-python/httpx — gentoo flagged the
# package on 2026-04-01 (upstream stopped accepting bug reports);
# weasel hard-depends on it, no workaround.
RDEPEND="
	${PYTHON_DEPS}
	>=dev-python/cloudpathlib-0.7.0[${PYTHON_USEDEP}]
	>=dev-python/confection-1.0.0[${PYTHON_USEDEP}]
	>=dev-python/httpx-0.24.0[${PYTHON_USEDEP}]
	dev-python/packaging[${PYTHON_USEDEP}]
	>=dev-python/smart-open-5.2.1[${PYTHON_USEDEP}]
	>=dev-python/srsly-2.4.3[${PYTHON_USEDEP}]
	>=dev-python/typer-0.3.0[${PYTHON_USEDEP}]
	>=dev-python/wasabi-0.9.1[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
BDEPEND="${PYTHON_DEPS}"

Inherited Eclasses

Dependencies

DEPEND

	
	>=dev-python/cloudpathlib-0.7.0[]
	>=dev-python/confection-1.0.0[]
	>=dev-python/httpx-0.24.0[]
	dev-python/packaging[]
	>=dev-python/smart-open-5.2.1[]
	>=dev-python/srsly-2.4.3[]
	>=dev-python/typer-0.3.0[]
	>=dev-python/wasabi-0.9.1[]

RDEPEND

	
	>=dev-python/cloudpathlib-0.7.0[]
	>=dev-python/confection-1.0.0[]
	>=dev-python/httpx-0.24.0[]
	dev-python/packaging[]
	>=dev-python/smart-open-5.2.1[]
	>=dev-python/srsly-2.4.3[]
	>=dev-python/typer-0.3.0[]
	>=dev-python/wasabi-0.9.1[]