dev-python/weasel - 1.0.0 (tatsh-overlay)

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:
A small and easy workflow system.
Homepage:
https://github.com/explosion/weasel
License:
MIT

Ebuild Details

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

EAPI=8

PYTHON_COMPAT=( python3_{10..14} )
DISTUTILS_USE_PEP517=setuptools

PYPI_VERIFY_REPO="https://github.com/explosion/weasel"

inherit distutils-r1 pypi

DESCRIPTION="A small and easy workflow system."
HOMEPAGE="https://github.com/explosion/weasel"

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

RDEPEND=">=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-20.0[${PYTHON_USEDEP}]
	>=dev-python/pydantic-2.0.0[${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}]"

Inherited Eclasses

Dependencies

RDEPEND

>=dev-python/cloudpathlib-0.7.0[]
	>=dev-python/confection-1.0.0[]
	>=dev-python/httpx-0.24.0[]
	>=dev-python/packaging-20.0[]
	>=dev-python/pydantic-2.0.0[]
	>=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[]