Install this version:
emerge -a =dev-python/pipcl-9
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/pipcl-9
Or alternatively:
emerge --autounmask-write -a =dev-python/pipcl-9
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=standalone
inherit distutils-r1
DESCRIPTION="Python packaging operations helper used by ArtifexSoftware projects"
HOMEPAGE="
https://github.com/ArtifexSoftware/pipcl
https://mupdf.com
"
SRC_URI="https://github.com/ArtifexSoftware/${PN}/archive/refs/tags/v${PV}.tar.gz
-> ${P}.gh.tar.gz"
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
# v9's build-system.requires lists packaging, and
# DISTUTILS_USE_PEP517=standalone does not auto-install build
# requirements — declare it. verified 2026-06-19.
BDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
# Tests pip-install extra tooling (piprepo, a pinned setuptools) over the
# network and build sample wheels — not runnable in a sandboxed build.
# verified 2026-06-19.
RESTRICT="test"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | pipcl-9.gh.tar.gz | 69920 bytes | https://github.com/ArtifexSoftware/pipcl/archive/refs/tags/v9.tar.gz |