dev-python/pipcl - 13 (stuff)

Search

Install

Install this version:

emerge -a =dev-python/pipcl-13

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

autounmask =dev-python/pipcl-13

Or alternatively:

emerge --autounmask-write -a =dev-python/pipcl-13

Package Information

Description:
Python packaging operations helper used by ArtifexSoftware projects
Homepage:
https://github.com/ArtifexSoftware/pipcl https://mupdf.com
License:
AGPL-3

Ebuild Details

Version EAPI Keywords Slot
13 8 ~amd64 ~arm64 0
View Raw Ebuild
# 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"

# standalone does not install the declared packaging build requirement.
# verified 2026-06-19
BDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"

# pipcl imports packaging at module scope. Although v13 also declares pip, it
# only shells out to it in the PIPCL_PREBUILT_WHEEL_* branch, unused by this
# overlay's source builds. # verified 2026-09-01
RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"

# Tests install extra tooling over the network and build sample wheels.
# verified 2026-06-19
RESTRICT="test"

Inherited Eclasses

Dependencies

RDEPEND

dev-python/packaging[]

BDEPEND

dev-python/packaging[]

Manifest for 13

Type File Size Source URLs
DIST pipcl-13.gh.tar.gz 75162 bytes https://github.com/ArtifexSoftware/pipcl/archive/refs/tags/v13.tar.gz