Install this version:
emerge -a =dev-python/pipcl-12
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/pipcl-12
Or alternatively:
emerge --autounmask-write -a =dev-python/pipcl-12
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 12 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..15} )
DISTUTILS_USE_PEP517=standalone
inherit distutils-r1
DESCRIPTION="Python packaging operations tool used by ArtifexSoftware projects"
HOMEPAGE="https://github.com/ArtifexSoftware/pipcl"
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"
BDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
DOCS=( README.rst )
#QA notice asked to add it...
RESTRICT="test"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | pipcl-12.gh.tar.gz | 72743 bytes | https://github.com/ArtifexSoftware/pipcl/archive/refs/tags/v12.tar.gz |