Install this version:
emerge -a =dev-python/billiard-4.0.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/billiard-4.0.2
Or alternatively:
emerge --autounmask-write -a =dev-python/billiard-4.0.2
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Python multiprocessing fork"
HOMEPAGE="
https://pypi.org/project/billiard/
https://github.com/celery/billiard
"
SRC_URI="https://github.com/celery/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
BDEPEND="test? ( dev-python/psutil[${PYTHON_USEDEP}] )"
distutils_enable_tests pytest
distutils_enable_sphinx Doc
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | billiard-4.0.2.gh.tar.gz | 154301 bytes | https://github.com/celery/billiard/archive/refs/tags/v4.0.2.tar.gz |